DNS (Domain Name System)
페이지 정보
작성일 22-12-24 04:46
본문
Download : DNS (Domain Name System).hwp
레포트/기타
DNS (Domain Name System)
설명
4) 해결자(Resolvers)
가) 도메인 네임 정보에 대한 질의(queries)를 생산하여 네임서버로 보낸다
나) 클라이언트 요청에 응답하여 네임 서버로부터 정보를 추출하며, 사용자 호로그램을 도메인 네임 서버에 접속시키는 호로그램
다) 네임서버 기능에서 분리된 기능
라) /etc/resolv.conf 에서 설정됨 ;
; Bind Data
;
domain ee.usm.maine.edu ; used to fully qualify non canonical DNS requests
nameserver 130.111.130.7 ; Where are my Nameservers
nameserver 130.111.32.11 ; and in what order to I query them
nameserver 130.111.128.213 ; Note, these are IP addresses only.
nameserver 128.89.2.34 ;
5) 네임 서버(Name Servers)
가) DNS Server
□ resolvers에 의해 보내진 DNS 질의에 응답한다. 다중화(Redundancy )구성을 위해 사용한다
6) 동작
7) Named Configuration 파일
가) Boot file (named.boot): 일반적인 n…(省略)
_hwp_01.gif)
_hwp_02.gif)
_hwp_03.gif)
_hwp_04.gif)
_hwp_05.gif)
DNSDomainNameSystem
순서
Download : DNS (Domain Name System).hwp( 49 )
,기타,레포트
DNSDomainNameSystem , DNS (Domain Name System)기타레포트 ,
다.
□ UDP 와 TCP port 53을 사용한다
○ 일반적인 queries에 대해 UTP로 받는다
○ 영역(Zone)을 전송할 때는 TCP를 사용한다
□ 환경설정(Configurations )
○ Caching-only: 질의가 들어오면 다른 네임 서버에 요청하여 처리한다
○ Primary: 존(zone) 파일을 가지고 있으며, 수정이 가능하다
○ Secondary: primary 네임서버의 존파일을 미러링(Mirroring)하여 가져오며, 파일을 업데이트할 권한은 없다.