일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 루비 초보
- rest gql
- 스택 구현
- 스택 중위수식
- 스택 자료구조
- 장고 웹 만들기
- 중위수식을 후위수식
- 자료구조 데크
- restapi graphql
- 스택 후위수식
- https://stackoverflow.com/questions/219110/how-python-web-frameworks-wsgi-and-cgi-fit-together/219124#219124
- 스택 삽입
- go
- grid flex
- 풀스택
- golang
- rest graphql
- 스택 삭제
- grid html
- 중위수식
- 데크 구현
- 장고 하는법
- 괄호 짝 잘맞는지
- 괄호 유효성
- 후위수식
- flex html
- 스택 유효성
- Django tutorial
- 스택 괄호
- 풀스택?
- Today
- Total
donchanee
DNS ( Domain Name Server ) 본문
The Domain Name Server (DNS) is a fundamental component of the Internet: it maps host names to IP addresses (and vice-versa). DNS is a host name to IP address translation service. DNS is a distributed database implemented in a hierarchy of name servers. It is an application layer protocol for message exchange between clients and servers.
도메인 네임 서버.
(1). Ask IP address for www.sejong.ac.kr to ISP DNS. If DNS have cache value, return IP address for www.sejong.ac.kr. If there is no cache value or if the Time To Live (TTL) has expired, you will go through the process of 2.
(2). First, ask IP address for www.sejong.ac.kr to Root Name Server.
(3). Root name server tells you to refer to the .net name server.
(4). Tell the .net name server to refer to the .com name server.
(5). You will be advised to refer to ns.superuser.co.kr Name Server.
(6). Check www.sejong.ac.kr's IP from the ns.superuser.co.kr Name Server.
(7). ns.superuser.co.kr name server will give the queried to DNS servers www.sejong.ac.kr's IP information.
(8). DNS notifies your PC of www.sejong.ac.kr's IP and save at cache of query results.
'Computer Network' 카테고리의 다른 글
Web Caches & Web Cookies (0) | 2018.06.07 |
---|---|
TCP Flow Control Mechanism (0) | 2018.06.07 |
TCP Reno with Example. (0) | 2018.06.07 |
BGP ( Border Gateway Protocols ) (0) | 2018.06.07 |
IPv6 (0) | 2018.06.07 |