What is the authoritative source for an address lookup?
An authoritative DNS server holds the master records for a zone and is the definitive source for that domain's answers. Browser, operating system, and ISP resolver caches only store copies of previously returned records and can become stale, so they are not authoritative. A recursive DNS search is the process that walks the delegation chain until it reaches and queries that authoritative server, obtaining the authoritative answer.
Community Discussion