SK0-004 · Question #763
Which of the following default ports needs to be open on a firewall for a DNS server to function?
The correct answer is B. 53. DNS requires port 53 to be open on a firewall for name resolution queries and responses to pass through.
Question
Which of the following default ports needs to be open on a firewall for a DNS server to function?
Options
- A23
- B53
- C68
- D80
How the community answered
(14 responses)- B93% (13)
- D7% (1)
Why each option
DNS requires port 53 to be open on a firewall for name resolution queries and responses to pass through.
Port 23 is assigned to the Telnet protocol for remote command-line access, not DNS.
Port 53 is the IANA-assigned well-known port for the Domain Name System protocol, used over UDP for standard queries and over TCP for zone transfers and large responses. Without port 53 open on the firewall, DNS clients cannot send queries to the server and the server cannot return responses, completely breaking name resolution.
Port 68 is the DHCP client port used by hosts to receive IP address assignments from a DHCP server, not DNS.
Port 80 is assigned to HTTP for unencrypted web traffic, not DNS name resolution.
Concept tested: DNS well-known port number (port 53)
Source: https://learn.microsoft.com/en-us/windows-server/networking/dns/dns-top
Topics
Community Discussion
No community discussion yet for this question.