nerdexam
GIAC

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.

Reconnaissance, Scanning, and Enumeration

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)
  • A
    5% (1)
  • B
    86% (18)
  • D
    10% (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.

APort sweep

A port sweep scans multiple ports on a single host to identify open services, not to discover live hosts across an IP range.

BPing sweepCorrect

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.

CIP sweep

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.

DTelnet 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

#ping sweep#host discovery#ICMP#network scanning

Community Discussion

No community discussion yet for this question.

Full GCIH Practice