GCIH · Question #234
Which of the following is used to determine the range of IP addresses that are mapped to a live hosts?
The correct answer is B. Ping sweep. A ping sweep sends ICMP echo requests across a range of IP addresses to identify which addresses correspond to live hosts on a network.
Question
Which of the following is used to determine the range of IP addresses that are mapped to a live hosts?
Options
- APort sweep
- BPing sweep
- CIP sweep
- DTelnet sweep
How the community answered
(21 responses)- A5% (1)
- B86% (18)
- D10% (2)
Why each option
A ping sweep sends ICMP echo requests across a range of IP addresses to identify which addresses correspond to live hosts on a network.
A port sweep scans multiple ports on a single host to identify open services, not to discover live hosts across an IP range.
A ping sweep works by sending ICMP echo request packets to every address in a target IP range and recording which addresses return a reply, effectively mapping live hosts. This is the standard reconnaissance technique used to discover active hosts before further scanning. Tools like Nmap use ping sweeps (-sn flag) as a first-pass host discovery method.
IP sweep is not a recognized standard term in network reconnaissance - the correct technical term for this ICMP-based host discovery technique is ping sweep.
Telnet sweep refers to attempting Telnet connections to identify open Telnet services, not to broadly discover live hosts across an IP range.
Concept tested: ICMP ping sweep for host discovery
Source: https://nmap.org/book/host-discovery-techniques.html
Topics
Community Discussion
No community discussion yet for this question.