GSEC · Question #132
The process of enumerating all hosts on a network defines which of the following activities?
The correct answer is D. Network mapping. Network mapping is the process of systematically discovering and enumerating all active hosts on a network to build an inventory of the network topology.
Question
The process of enumerating all hosts on a network defines which of the following activities?
Options
- APort scanning
- BVulnerability scanning
- CGPS mapping
- DNetwork mapping
How the community answered
(40 responses)- A13% (5)
- B5% (2)
- C3% (1)
- D80% (32)
Why each option
Network mapping is the process of systematically discovering and enumerating all active hosts on a network to build an inventory of the network topology.
Port scanning targets specific known hosts to identify which TCP/UDP ports are open and listening, not to discover which hosts exist on the network in the first place.
Vulnerability scanning probes already-identified hosts for known security weaknesses, misconfigurations, or missing patches - it presupposes that the hosts have already been enumerated.
GPS mapping refers to geolocation and physical cartography and is not a recognized network security or reconnaissance activity.
Network mapping (also called host discovery) involves sending probes such as ICMP pings, ARP requests, or TCP/UDP packets across an IP range to identify which hosts are alive and reachable. The result is a logical map of all devices present on the network, which is precisely what host enumeration produces. Tools like Nmap use this technique as a foundational step before deeper scanning.
Concept tested: Network mapping and host enumeration concepts
Source: https://nmap.org/book/man-host-discovery.html
Topics
Community Discussion
No community discussion yet for this question.