nerdexam
CompTIA

220-801 · Question #322

By default, which of the following ports is used for DNS?

The correct answer is D. 53. DNS (Domain Name System) uses port 53 by default for both UDP (standard queries) and TCP (zone transfers and large responses).

Networking

Question

By default, which of the following ports is used for DNS?

Options

  • A21
  • B25
  • C50
  • D53

How the community answered

(31 responses)
  • B
    3% (1)
  • C
    3% (1)
  • D
    94% (29)

Why each option

DNS (Domain Name System) uses port 53 by default for both UDP (standard queries) and TCP (zone transfers and large responses).

A21

Port 21 is assigned to FTP (File Transfer Protocol) for the control connection, not DNS.

B25

Port 25 is assigned to SMTP (Simple Mail Transfer Protocol) for email transmission between mail servers, not DNS.

C50

Port 50 is assigned to the ESP (Encapsulating Security Payload) protocol used in IPSec VPNs, not DNS.

D53Correct

Port 53 is the IANA-assigned well-known port for DNS; UDP port 53 handles most standard name resolution queries due to low overhead, while TCP port 53 is used for zone transfers between DNS servers and for responses exceeding 512 bytes, as defined in RFC 1035.

Concept tested: DNS default port 53 - TCP and UDP

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/dns-over-tcp-udp-port-53

Topics

#DNS#port 53#network ports

Community Discussion

No community discussion yet for this question.

Full 220-801 Practice