nerdexam
CompTIA

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.

Network operations

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)
  • B
    89% (17)
  • C
    5% (1)
  • D
    5% (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.

ADOCSIS

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.

BNMAPCorrect

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.

CIMAP

IMAP (Internet Message Access Protocol) is an email retrieval protocol used to access mailboxes on a mail server - it has no network scanning functionality.

DBERT

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

#NMAP#network scanning#OS fingerprinting#network tools

Community Discussion

No community discussion yet for this question.

Full N10-005 Practice