An enterprise network engineer is analyzing DNS name resolution behavior across internal workstations and external edge firewalls. The infrastructure uses an internal Active Directory DNS server that forwards unknown domain requests to an external resolver. Which two statements correctly describe DNS transport protocol operation and name resolution roles in this environment?
- Standard DNS queries and responses primarily utilize UDP port 53, but DNS transitions to TCP port 53 when a response payload exceeds 512 bytes (without EDNS0 extensions).Cevap
- BStandard host DNS queries sent to internal DNS servers default to TCP port 53 to guarantee reliable end-to-end transport for all name resolution requests.
- The internal Active Directory DNS server acts as a recursive resolver for enterprise client hosts while functioning as an authoritative server for the local internal domain namespace.Cevap
- DAn authoritative DNS server initiates recursive queries to root servers on behalf of enterprise client hosts seeking public internet domain addresses.
- EDNS zone transfers between internal primary and secondary DNS servers exclusively utilize UDP port 53 to maximize throughput during database replication.
Cevap
The correct statements are that DNS queries primarily use UDP port 53 but switch to TCP port 53 when response payloads exceed 512 bytes without EDNS0, and that the internal Active Directory DNS server acts as a recursive resolver for internal clients while being authoritative for the local domain.
The correct options accurately identify that DNS relies primarily on UDP port 53 for standard client lookups, switching to TCP port 53 when responses exceed 512 bytes without EDNS0 extensions. Additionally, they correctly identify that an internal enterprise DNS server serves a dual role: authoritative for internal zone records and recursive resolver for endpoint clients requesting external or un-cached domain names.
Adım Adım Çözüm
Anahtar Kavram
DNS Transport Protocols and Server Roles in Enterprise Networks