210-255 · Question #101
Which of the following is not true about listening ports?
The correct answer is B. Seeing traffic from a known port will identify the associated service.. This question tests knowledge of listening ports and their limitations for service identification. Option B is false because port numbers alone cannot definitively identify the service running on them.
Question
Which of the following is not true about listening ports?
Options
- AA listening port is a port held open by a running application in order to accept inbound
- BSeeing traffic from a known port will identify the associated service.
- CListening ports use values that can range between 1 and 65535.
- DTCP port 80 is commonly known for Internet traffic.
How the community answered
(45 responses)- A4% (2)
- B91% (41)
- C2% (1)
- D2% (1)
Why each option
This question tests knowledge of listening ports and their limitations for service identification. Option B is false because port numbers alone cannot definitively identify the service running on them.
This is true - a listening port is held open by a running application to accept inbound connections, making it a factually correct statement and not the answer.
Seeing traffic on a known port does not guarantee identification of the associated service, because attackers and legitimate software can run services on non-standard ports, use port tunneling, or encapsulate traffic to disguise its true nature. Port numbers are conventions enforced only by configuration, not by the protocol itself, so traffic on port 80 may not be HTTP. Reliable service identification requires deeper packet inspection beyond port number alone.
This is true - valid port values range from 1 to 65535 (with 0 reserved), so this statement is accurate and not the answer.
This is true - TCP port 80 is the well-known standard port for HTTP Internet traffic, making this factually correct and not the answer.
Concept tested: Limitations of port-based service identification
Source: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml
Topics
Community Discussion
No community discussion yet for this question.