How the Web Works

Woo Hwukjun·2020년 11월 27일
0

2020.11.27

목록 보기
1/1

웹은 어떻게 동작할까요

사용자 --> 브라우저 --> 요청 --> 서버 --> 응답 --> 브라우저 --> 사용자

Hosting(Web Hosting Service)

  • 인터넷에 항상 연결되있고 절대 꺼지지 않는 호스트 컴퓨터에 저장되있다가 사용자의 요청의 오면 언제든 응답
  • A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Web hosts are companies that provide space on a server owned or leased for use by clients, as well as providing Internet connectivity, typically in a data center.
  • 서버 컴퓨터의 전체 또는 일정 공간을 이용할 수 있도록 임대해 주는 서비스

IP

  • IP주소는 인터넷으로 통신하는 각 디바이스(컴퓨터, 통신장비)에 부여된 고유한 값
  • An Internet Protocol address (IP address) is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication.

IP 구조

Domain

  • 문자로 괸 고유 주소
  • A domain name is an identification string that defines a realm of administrative autonomy, authority or control within the Internet.

https://www.wecode.co.kr:800/products?category=clothes
protocol :// subdomain.domain.top level domain:port/path?query string(aka parameter)

DNS(Domain Name System)

  • 도메인 이름을 머신을 읽을 수있는 IP주소로 변환
  • 마치 전화번호부와 같은 기능을 한다.
  • dns서버가 도메인 주소로 ip주소를 찾으려고 요청하는 것 == 쿼리

배포 (deploy)

  • 그동안 개발하던 것을 세상(인터넷상)에 드디어 공개하고 모든 사람들이 접근해서 볼수있게 하는 것을 의미
profile
미래 개발자

0개의 댓글

관련 채용 정보