nerdexam
CompTIA

N10-005 · Question #724

An administrator needs to open ports in the firewall for both DNS and eDNS. Which of the following default ports would need to be opened on the firewall? (Select TWO).

The correct answer is B. TCP 53 E. UDP 53. DNS uses both TCP port 53 for zone transfers and large responses, and UDP port 53 for standard queries, so both must be opened in a firewall for full DNS functionality.

Networking concepts

Question

An administrator needs to open ports in the firewall for both DNS and eDNS. Which of the following default ports would need to be opened on the firewall? (Select TWO).

Options

  • ATCP 23
  • BTCP 53
  • CTCP 123
  • DUDP 23
  • EUDP 53
  • FUDP 123

How the community answered

(36 responses)
  • B
    86% (31)
  • C
    6% (2)
  • D
    6% (2)
  • F
    3% (1)

Why each option

DNS uses both TCP port 53 for zone transfers and large responses, and UDP port 53 for standard queries, so both must be opened in a firewall for full DNS functionality.

ATCP 23

TCP 23 is the well-known port for Telnet, an unencrypted remote administration protocol, and has no relationship to DNS.

BTCP 53Correct

TCP 53 is required for DNS zone transfers between authoritative servers and for responses exceeding 512 bytes, such as DNSSEC-signed records, making it necessary for complete DNS operation.

CTCP 123

TCP 123 is not a standard assigned port; NTP (Network Time Protocol) uses UDP 123, not TCP 123.

DUDP 23

UDP 23 is not assigned to any standard well-known protocol and has no relationship to DNS.

EUDP 53Correct

UDP 53 is the primary transport for standard DNS queries and responses due to its low overhead; most day-to-day DNS lookups use this port.

FUDP 123

UDP 123 is the port for NTP (Network Time Protocol) used for time synchronization, not for DNS.

Concept tested: DNS port numbers TCP 53 and UDP 53

Source: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml

Topics

#DNS#port numbers#TCP 53#UDP 53

Community Discussion

No community discussion yet for this question.

Full N10-005 Practice