nerdexam
GIAC

GSLC · Question #541

Which of the following DNS servers provides fault tolerance, load distribution, and easier remote name resolution for the primary DNS server?

The correct answer is D. Slave server. A slave (secondary) DNS server receives zone transfers from the primary, providing fault tolerance if the primary fails and distributing query load across the network.

Security Architecture & Engineering

Question

Which of the following DNS servers provides fault tolerance, load distribution, and easier remote name resolution for the primary DNS server?

Options

  • AForwarding server
  • BRoot server
  • CCaching-only server
  • DSlave server

How the community answered

(48 responses)
  • B
    2% (1)
  • C
    4% (2)
  • D
    94% (45)

Why each option

A slave (secondary) DNS server receives zone transfers from the primary, providing fault tolerance if the primary fails and distributing query load across the network.

AForwarding server

A forwarding server simply forwards unresolved queries to another specified DNS server rather than hosting zone data or providing redundancy.

BRoot server

A root server sits at the top of the DNS hierarchy and resolves queries for top-level domains, not a zone-redundancy or load-distribution role.

CCaching-only server

A caching-only server stores query responses temporarily but does not hold authoritative zone data and cannot serve as a fault-tolerant backup for the primary.

DSlave serverCorrect

A slave server is a secondary DNS server that obtains a copy of zone data from the primary (master) server via zone transfers. This arrangement provides fault tolerance because queries can still be resolved if the primary goes offline, distributes the query load, and reduces WAN traffic by handling remote resolution locally.

Concept tested: DNS secondary zone fault tolerance and load distribution

Source: https://learn.microsoft.com/en-us/windows-server/networking/dns/dns-overview

Topics

#DNS slave server#fault tolerance#DNS zone transfer#DNS architecture

Community Discussion

No community discussion yet for this question.

Full GSLC Practice