nerdexam
F5

101 · Question #117

Which statement about root DNS servers is true?

The correct answer is B. Root servers have databases of the DNS servers for toplevel domains.. Root DNS servers are authoritative for the top-level domain (TLD) namespace, not for all domains globally. They direct resolvers to the appropriate TLD name servers.

Section 1: OSI Model, Network, and Application Delivery Basics

Question

Which statement about root DNS servers is true?

Options

  • ARoot servers have databases of all registered DNS servers.
  • BRoot servers have databases of the DNS servers for toplevel domains.
  • CRoot servers have databases of DNS servers for each geographical area. They direct requests to
  • DRoot servers have databases of commonly accessed sites. They also cache entries for additional

How the community answered

(39 responses)
  • A
    3% (1)
  • B
    95% (37)
  • D
    3% (1)

Why each option

Root DNS servers are authoritative for the top-level domain (TLD) namespace, not for all domains globally. They direct resolvers to the appropriate TLD name servers.

ARoot servers have databases of all registered DNS servers.

Root servers do not maintain records of every registered DNS server globally - that would be an unmanageable and constantly changing dataset.

BRoot servers have databases of the DNS servers for toplevel domains.Correct

Root servers maintain a database of the authoritative name servers for each top-level domain such as .com, .org, and .net. When a resolver queries a root server, the root server responds with a referral to the correct TLD name server, which then directs the resolver further down the hierarchy toward the authoritative server for the queried domain.

CRoot servers have databases of DNS servers for each geographical area. They direct requests to

Root servers are not organized by geographical area; they delegate by TLD namespace, not by geographic region.

DRoot servers have databases of commonly accessed sites. They also cache entries for additional

Root servers do not cache commonly accessed sites - caching is a function of recursive resolvers, not root servers.

Concept tested: DNS root server hierarchy and TLD delegation

Source: https://www.iana.org/domains/root

Topics

#root DNS servers#DNS hierarchy#top-level domains#name resolution

Community Discussion

No community discussion yet for this question.

Full 101 Practice