웹과 인터넷 기본 개념 이해하기

인터넷(Internet)

전 세계에 걸쳐 원거리 접속이나 파일 전송, 전자 메일 등의 데이터 통신 서비스를 받을 수 있는, 컴퓨터 네트워크의 시스템

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/9889ab26-6e2a-4871-b980-a750c0f4bac3/internet.png

WWW(World Wide Web)

HTTP 프로토콜(Protocol)

웹 서버와 클라이언트(Web Server & Client)

https://gblobscdn.gitbook.com/assets%2F-LjPLD9aZx3eDrvKyd6-%2F-MDQuZw5jYOWv7S84aXq%2F-MDQwejRsJWsHicuNOZu%2F7752.jpeg?alt=media&token=71e5a199-9d4b-4ab4-83b0-96866350a353

  1. 클라이언트가 웹 서버에 index.html 파일을 요청(request)
  2. 웹 서버는 index.html을 응답(response)하여 클라이언트에게 전송
  3. 클라이언트의 웹브라우저(Chrome, Microsoft Edge 등)는 index.html 파일을 해석하여 클라이언트에게 웹 페이지를 보여줌

웹 페이지(Web Page)