200-301 · Question #1671
What is the function of a DNS zone transfer?
The correct answer is A. Copy DNS database files from a primary to secondary server.. A DNS zone transfer is a process where the DNS records (which make up the zone file) are copied from the primary DNS server (also called the master) to a secondary DNS server (slave). This ensures that the DNS records are consistent across multiple DNS servers, providing redundan
Question
What is the function of a DNS zone transfer?
Options
- ACopy DNS database files from a primary to secondary server.
- BTransfer domain registration from one registrar to another.
- CModify DNS resource records for load balancing.
- DRedirect traffic from one domain to another.
How the community answered
(17 responses)- A94% (16)
- D6% (1)
Explanation
A DNS zone transfer is a process where the DNS records (which make up the zone file) are copied from the primary DNS server (also called the master) to a secondary DNS server (slave). This ensures that the DNS records are consistent across multiple DNS servers, providing redundancy and load balancing for DNS queries. Zone transfers can be either full (AXFR) or incremental (IXFR), where the latter only transfers the changed records instead of the entire zone file.
Topics
Community Discussion
No community discussion yet for this question.