Which Nmap scan type is used for a Ping Scan?

Study for the Nmap/ZenMap Switches Test. Prepare with flashcards and multiple choice questions, each question provides hints and explanations. Get ready for your exam!

Multiple Choice

Which Nmap scan type is used for a Ping Scan?

Explanation:
Ping scanning finds which hosts are alive on the network by sending probes and awaiting responses, and it does not touch any ports. The flag historically used for this host-discovery approach is -sP, which tells Nmap to perform a ping sweep to see which targets respond. In current practice, -sn is the modern equivalent for host discovery, but -sP remains the traditional option associated with a Ping Scan. The other scan types serve different purposes: -sO is used for OS detection, -sR is an RPC scan, and -sS is a TCP SYN port scan. Since the goal is to identify live hosts without port scanning, the Ping Scan flag -sP is the best fit.

Ping scanning finds which hosts are alive on the network by sending probes and awaiting responses, and it does not touch any ports. The flag historically used for this host-discovery approach is -sP, which tells Nmap to perform a ping sweep to see which targets respond. In current practice, -sn is the modern equivalent for host discovery, but -sP remains the traditional option associated with a Ping Scan. The other scan types serve different purposes: -sO is used for OS detection, -sR is an RPC scan, and -sS is a TCP SYN port scan. Since the goal is to identify live hosts without port scanning, the Ping Scan flag -sP is the best fit.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy