nslookup을 이용해서 root DNS로부터 찾아오는 경로 파악
C:>nslookup
Default Server: ad001.bundang.hostway.ne.kr
Address: 10.30.100.254
> root —> root 명령을 입력해서 default서버를 root DNS서버로 변경
Default Server: A.ROOT-SERVERS.NET
Address: 198.41.0.4
> jook.pe.kr —> A.ROOT-SERVERS.NET에 jook.pe.kr의 주소를 질의
Server: A.ROOT-SERVERS.NET
Address: 198.41.0.4
Name: jook.pe.kr
Served by: —> A.ROOT-SERVERS.NET 서버로 부터 kr DNS서버의 목록을 받음
– C.DNS.kr
203.248.246.220
kr
– B.DNS.kr
211.216.50.130
kr
– D.DNS.kr
203.255.234.103
kr
– E.DNS.kr
202.30.124.100
kr
– F.DNS.kr
218.38.181.90
kr
– G.DNS.kr
202.31.190.1
kr
> server c.dns.kr —> default서버를 kr DNS중 하나로 서버로 변경
Default Server: c.dns.kr
Address: 203.248.246.220
> jook.pe.kr —> c.dns.kr에 jook.pe.kr의 주소를 질의
Server: c.dns.kr
Address: 203.248.246.220
Name: jook.pe.kr
Served by: —> c.dns.kr서버로 부터 jook.pe.kr도메인의 네임서버 목록을 받음
– ns5.cninet.co.kr
61.100.13.145
jook.pe.kr
– ns6.cninet.co.kr
61.100.13.46
jook.pe.kr
> server ns5.cninet.co.kr —> default서버를 jook.pe.kr의 1차 네임서버인 ns5.cninet.co.kr로 변경
Default Server: ns5.cninet.co.kr
Address: 61.100.13.145
> jook.pe.kr —> ns5.cninet.co.kr에 jook.pe.kr의 주소를 질의
Server: ns5.cninet.co.kr
Address: 61.100.13.145
Name: jook.pe.kr —> jook.pe.kr의 주소인 211.239.151.254를 회신 받음
Address: 211.239.151.254
위와 같은 절차로 ROOT DNS -> KR DNS -> 1,2차 DNS를 거치면서 도메인을 찾아주게 되는것을 확인할 수 있다.