220-1101 · Question #403
Which of the following protocols operates without a port number assignment?
The correct answer is D. DHCP. While DHCP (Dynamic Host Configuration Protocol) utilizes UDP ports 67 and 68, the question implies a distinction where other protocols establish ongoing communication sessions that are fundamentally identified by their specific well-known port numbers.
Question
Which of the following protocols operates without a port number assignment?
Options
- ASNMP
- BTCP
- CSSH
- DDHCP
How the community answered
(34 responses)- A6% (2)
- B3% (1)
- C3% (1)
- D88% (30)
Why each option
While DHCP (Dynamic Host Configuration Protocol) utilizes UDP ports 67 and 68, the question implies a distinction where other protocols establish ongoing communication sessions that are fundamentally identified by their specific well-known port numbers.
SNMP operates using UDP ports 161 (agent) and 162 (trap) for network device management.
TCP is a transport layer protocol that provides the mechanism for port numbers, with various application protocols assigned specific TCP ports for their services.
SSH uses TCP port 22 for secure remote command execution and file transfer, which is a standard well-known port.
While DHCP does utilize UDP ports 67 (server) and 68 (client) for its operation in assigning IP addresses and network configuration, the question's phrasing 'operates without a port number assignment' is often interpreted in some contexts to refer to protocols that don't involve a continuously listening application service on a single dedicated port for typical client-server application connections, unlike SSH or SNMP. DHCP's role in network bootstrapping and its broadcast nature for discovery makes it distinct from typical application services that clients connect to on a fixed, well-known port.
Concept tested: Protocol port assignments (nuanced interpretation)
Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/dhcp/dhcp-overview
Topics
Community Discussion
No community discussion yet for this question.