nerdexam
CompTIA

SK0-004 · Question #424

Which of the following ports should be open on a server that provides IP addressing for clients?

The correct answer is D. UDP 67. DHCP, which provides IP addressing to clients, operates on UDP port 67 for the server-side listener.

Server administration

Question

Which of the following ports should be open on a server that provides IP addressing for clients?

Options

  • ATCP 22
  • BTCP 25
  • CUDP 53
  • DUDP 67

How the community answered

(56 responses)
  • A
    2% (1)
  • B
    7% (4)
  • C
    4% (2)
  • D
    88% (49)

Why each option

DHCP, which provides IP addressing to clients, operates on UDP port 67 for the server-side listener.

ATCP 22

TCP 22 is used by SSH (Secure Shell) for encrypted remote administration, not IP address assignment.

BTCP 25

TCP 25 is used by SMTP (Simple Mail Transfer Protocol) for sending email between servers.

CUDP 53

UDP 53 is used by DNS (Domain Name System) for hostname-to-IP resolution, not for IP address assignment.

DUDP 67Correct

The Dynamic Host Configuration Protocol (DHCP) uses UDP port 67 for the server and UDP port 68 for the client. Because DHCP discovery occurs before a client has an IP address, it uses UDP broadcasts rather than TCP, making UDP 67 the correct port for a server providing IP addressing services.

Concept tested: DHCP server port assignment UDP 67

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

Topics

#DHCP#UDP 67#port numbers#IP addressing

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice