210-255 · Question #39
Which feature is used to find possible vulnerable services running on a server?
The correct answer is D. listening ports. Scanning for open/listening ports on a server reveals which services are actively running and potentially exposed to attack.
Question
Which feature is used to find possible vulnerable services running on a server?
Options
- ACPU utilization
- Bsecurity policy
- Ctemporary internet files
- Dlistening ports
How the community answered
(34 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D88% (30)
Why each option
Scanning for open/listening ports on a server reveals which services are actively running and potentially exposed to attack.
CPU utilization is a performance metric that shows how busy the processor is, not which services are exposed on the network.
A security policy is a set of rules and guidelines governing acceptable use and controls, not a technical tool for discovering running services.
Temporary internet files are cached browser data stored on a client machine and have no relationship to services listening on a server.
Every network service (such as HTTP, SSH, FTP, or SMB) binds to a specific port and enters a listening state waiting for connections. A port scan identifies which ports are open, directly mapping to which services are running. Security analysts use this technique to discover unnecessary or unpatched services that represent an attack surface.
Concept tested: Port scanning to discover exposed network services
Source: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-115.pdf
Topics
Community Discussion
No community discussion yet for this question.