QuestionQ502

IP Services

What is the authoritative source for an address lookup?

  • A a recursive DNS search
  • B the operating system cache
  • C the ISP local cache
  • D the browser cache
Explanation

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.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!