1. 브라우저의 URL 파싱

  2. HSTS (HTTP Strict transport security) 목록 조회

  3. URL을 IP 주소로 변환

  4. 라우터를 통해 해당 서버의 게이트웨이까지 이동

  5. ARP를 통해 IP주소를 MAC 주소로 변환

  6. 대상 서버와 TCP 소켓 연결

    https://s3-us-west-2.amazonaws.com/secure.notion-static.com/50552013-697a-41eb-abcc-cc264d50c161/http3wayhs.png

    https://s3-us-west-2.amazonaws.com/secure.notion-static.com/65c04a95-bdff-42c2-a2a8-649e3d115aa1/Screen_Shot_2020-12-03_at_11.56.07_AM.png

  7. HTTP(HTTPS) 프로토콜로 요청, 응답

  8. 브라우저에서 응답을 해석

    https://s3-us-west-2.amazonaws.com/secure.notion-static.com/471f0e85-e774-4fe3-980d-69f8bc980a0d/Screen_Shot_2020-12-03_at_12.07.34_PM.png


    참조

    https://owlgwang.tistory.com/1

    https://velog.io/@directorhwan59/웹-브라우저에-URL을-입력하고-첫-화면이-출력되기까지