nerdexam
GIAC

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.

Networking and Core Concepts

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)
  • A
    13% (5)
  • B
    5% (2)
  • C
    3% (1)
  • D
    80% (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.

APort scanning

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.

BVulnerability scanning

Vulnerability scanning probes already-identified hosts for known security weaknesses, misconfigurations, or missing patches - it presupposes that the hosts have already been enumerated.

CGPS mapping

GPS mapping refers to geolocation and physical cartography and is not a recognized network security or reconnaissance activity.

DNetwork mappingCorrect

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

#network mapping#host enumeration#network discovery#reconnaissance

Community Discussion

No community discussion yet for this question.

Full GSEC Practice