A network administrator notices that client workstations can successfully resolve domain names using standard DNS queries. However, full DNS zone transfers (AXFR) between the primary and secondary authoritative DNS servers consistently fail across a newly installed internal firewall. Which of the following transport layer configurations is required on the firewall to allow zone transfers to complete successfully?
- Permit traffic on TCP port 53 between the primary and secondary DNS servers.Answer
- BPermit traffic on UDP port 5353 between the primary and secondary DNS servers.
- CReconfigure the zone sync mechanism to send iterative PTR records over UDP port 53.
- DForce the secondary DNS server to request zone transfers using UDP port 53.
Answer
Permitting traffic on TCP port 53 allows the primary and secondary DNS servers to establish a reliable, connection-oriented session needed for transmitting complete DNS zone transfer databases.
DNS relies on UDP port 53 for standard hostname lookups due to low overhead, but uses TCP port 53 for zone transfers (AXFR/IXFR) and responses that exceed standard datagram limits. Allowing TCP port 53 traffic through the firewall enables the secondary DNS server to pull zone data reliably.
Step-by-Step Solution
Key Concept
DNS Transport Protocols (UDP 53 vs TCP 53)
Estimated Time:1m 15s