References https://aws.amazon.com/blogs/mobile/what-happens-when-you-type-a-url-into-your-browser/

Flow when type specific URL and click enter.

URL: www.kururu-infra.com

  1. Browser pasing

  2. HSTS List check

  3. URL → IP address

  4. Router를 통해 해당 Server의 Gateway까지 이동

    Target IP Address: 10.20.30.6

    Reference: https://deveric.tistory.com/97

    Reference: https://deveric.tistory.com/97

  5. ARP를 통해 IP address를 MAC address로 변환

  6. Target Server 와 TCP Socket 연결

    Reference: https://deveric.tistory.com/97

    Reference: https://deveric.tistory.com/97

  7. HTTP(S) Protocol로 Request, Response

  8. Browser에서 response를 해석

References