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.
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)- A88% (37)
- B2% (1)
- C7% (3)
- D2% (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.
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.
The primary DNS zone is the authoritative, read-write source of zone records and is not a copy of anything.
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.
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
Community Discussion
No community discussion yet for this question.