N10-005 · Question #779
Which of the following tools will scan a network for hosts and provide information on the installed operating system?
The correct answer is B. NMAP. Nmap (Network Mapper) is an open-source tool that scans networks to discover live hosts and can perform OS fingerprinting to identify installed operating systems.
Question
Which of the following tools will scan a network for hosts and provide information on the installed operating system?
Options
- ADOCSIS
- BNMAP
- CIMAP
- DBERT
How the community answered
(19 responses)- B89% (17)
- C5% (1)
- D5% (1)
Why each option
Nmap (Network Mapper) is an open-source tool that scans networks to discover live hosts and can perform OS fingerprinting to identify installed operating systems.
DOCSIS (Data Over Cable Service Interface Specification) is a standard for providing internet access over cable TV infrastructure - it is not a scanning or diagnostic tool.
Nmap uses techniques such as TCP/IP stack fingerprinting (the -O flag) to identify the operating system of remote hosts, and it can also enumerate open ports, services, and connected devices across a network, making it the correct tool for both host discovery and OS detection.
IMAP (Internet Message Access Protocol) is an email retrieval protocol used to access mailboxes on a mail server - it has no network scanning functionality.
BERT (Bit Error Rate Test) measures the quality of a transmission line by counting bit errors - it does not scan for hosts or identify operating systems.
Concept tested: Nmap host discovery and OS fingerprinting
Source: https://nmap.org/book/man-os-detection.html
Topics
Community Discussion
No community discussion yet for this question.