1. URI

2. 웹 브라우저 요청 흐름

1. URI(URI를 URL과 같은 의미로 이야기함)

1-1) URI

Untitled

1-2) URI 이미지

Untitled

1-3) URL 분석

https://www.google.com/search?q=hello&hl=ko

1-4) URL 전체문법

scheme://[userinfo@]host[:port][/path][?query][#fragment] https://www.google.com:443/search?q=hello&hl=ko

1-4)-1. URL, sheme:(https: or http)

1-4)-2. URL, userinfo@

1-4)-3. URL, host

1-4)-4. URL, port

1-4)-5. URL, path

1-4)-6. URL, query

1-4)-7. URL, fragment

scheme://[userinfo@]host[:port][/path][?query][#fragment] https://docs.spring.io/spring-boot/docs/current/reference/html/getting- started.html**#getting-started-introducing-spring-boot**

2. 웹 브라우저 요청 흐름

2-1) 웹 브라우저 요청흐름

Untitled

2-2) HTTP 요청 메시지 (전송 데이터)

Untitled

2-3) HTTP 메시지 전송

Untitled

2-4) 패킷 생성

Untitled

2-5) 응답 메시지

Untitled

Untitled

Untitled