nerdexam
CompTIA

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.

Server administration

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)
  • B
    93% (13)
  • D
    7% (1)

Why each option

DNS requires port 53 to be open on a firewall for name resolution queries and responses to pass through.

A23

Port 23 is assigned to the Telnet protocol for remote command-line access, not DNS.

B53Correct

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.

C68

Port 68 is the DHCP client port used by hosts to receive IP address assignments from a DHCP server, not DNS.

D80

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

#DNS#firewall ports#network services

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice