User Tools

Site Tools


protocols:dns

This is an old revision of the document!


DNS

There are three classes of DNS servers:

  1. Root DNS servers
    1. There are more than 2000 root servers world wide. They are copies of 13 different root servers
  2. Top Level Domain DNS servers
  3. Authoritative DNS servers

Finding authoritative DNS servers:

dig NS apple.com +short  # the NS record identifies which servers are supposed to be authoritative;
                         # querying those servers directly and checking for aa confirms they actually are
protocols/dns.1783084912.txt.gz · Last modified: by v1ctor