There are three classes of 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
Resource record is a four-tuple - (Name, Value, Type, TTL)
Name is the hostnameValue is the IP address