nerdexam
GIAC

GSLC · Question #303

Which type of DNS zone is a read-only copy of the primary DNS zone?

The correct answer is A. Secondary DNS zone. A secondary DNS zone is a read-only replica of the primary zone, populated and kept current through zone transfer from the primary server.

Security Architecture & Engineering

Question

Which type of DNS zone is a read-only copy of the primary DNS zone?

Options

  • ASecondary DNS zone
  • BPrimary DNS zone
  • CStub DNS zone
  • DSOA DNS zone

How the community answered

(42 responses)
  • A
    88% (37)
  • B
    2% (1)
  • C
    7% (3)
  • D
    2% (1)

Why each option

A secondary DNS zone is a read-only replica of the primary zone, populated and kept current through zone transfer from the primary server.

ASecondary DNS zoneCorrect

A secondary DNS zone holds an exact read-only copy of the zone data from the designated primary DNS server, received via a zone transfer process (AXFR or IXFR). Administrators cannot modify records directly on a secondary zone - all changes must be made on the primary zone and then replicated, providing redundancy and load distribution while preserving a single authoritative write source.

BPrimary DNS zone

The primary DNS zone is the authoritative, read-write source of zone records and is not a copy of anything.

CStub DNS zone

A stub DNS zone contains only the SOA record, NS records, and supporting glue A records for the zone's name servers - it is not a full copy of the zone data.

DSOA DNS zone

SOA (Start of Authority) is a resource record type that exists inside a zone, not a category of DNS zone.

Concept tested: DNS secondary zone as read-only replica

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

Topics

#DNS#secondary DNS zone#DNS replication#zone transfer

Community Discussion

No community discussion yet for this question.

Full GSLC Practice