Previous Next Extra Slide
Host Example (cont. 1)
me@myhost:~$ host -t ns us. g.root-servers.net
Using domain server:
Name: g.root-servers.net
Address: 192.112.36.4#53
Aliases: 

us name server C.GTLD.BIZ.
us name server A.GTLD.BIZ.
us name server B.GTLD.BIZ.

me@myhost:~$ host -t ns co.us. a.gtld.biz
Using domain server:
Name: a.gtld.biz
Address: 209.173.53.162#53
Aliases: 

co.us name server a.gtld.biz.
co.us name server b.gtld.biz.
co.us name server c.gtld.biz.

me@myhost:~$ 


We ask the root server for the us. name server.

Then we ask a.gtld.biz for the co.us. name server (notice we get the same answer–a.gtld.biz is authoritative for both us. and co.us. In other words, co.us. has not been delegated.)

We're using names rather than addresses for the server part of the command line. That will work if the server name can be resolved (DNS is mostly working). If not, you will have to use addresses which you can usually find using -v (verbose). Here is an example.