A network administrator is troubleshooting a zone transfer failure between an internal primary DNS server and a newly deployed secondary DNS server across a subnet boundary controlled by an Access Control List (ACL). Standard DNS resolution queries from client workstations to the primary server are functioning normally, but automated zone sync operations consistently fail. Which ACL modification should the administrator make to allow zone transfers while maintaining standard name resolution?
- Permit traffic on TCP port 53 between the DNS servers.Cevap
- BPermit traffic on UDP port 53 between the DNS servers.
- CPermit traffic on TCP port 5353 between the DNS servers.
- DPermit traffic on UDP port 67 between the DNS servers.
Cevap
Permit traffic on TCP port 53 between the DNS servers.
The correct option correctly identifies TCP port 53 as the protocol required for DNS zone transfers. Standard name resolution uses UDP port 53 because individual requests and responses are small. However, zone transfers replicate entire domain databases between primary and secondary servers, requiring the guaranteed delivery, connection management, and larger packet handling of TCP.
Adım Adım Çözüm
Anahtar Kavram
DNS Transport Layer Dual Behavior (UDP vs TCP Port 53)