nerdexam
Linux_Foundation

LFCA · Question #43

Which tool is used for network scanning and discovering devices on a network in Linux?

The correct answer is C. nmap. Nmap is a powerful open-source tool widely used for network discovery and security auditing on Linux and other operating systems.

Submitted by jakub_pl· May 4, 2026System Administration

Question

Which tool is used for network scanning and discovering devices on a network in Linux?

Options

  • Anetstat
  • Btcpdump
  • Cnmap
  • Dtraceroute

How the community answered

(21 responses)
  • B
    5% (1)
  • C
    86% (18)
  • D
    10% (2)

Why each option

Nmap is a powerful open-source tool widely used for network discovery and security auditing on Linux and other operating systems.

Anetstat

netstat displays network connections, routing tables, interface statistics, and masquerade connections, but is not primarily a network discovery or scanning tool.

Btcpdump

tcpdump is a packet analyzer that captures and displays network packets, primarily used for network monitoring and troubleshooting, not active device discovery.

CnmapCorrect

Nmap (Network Mapper) is an essential open-source utility for network exploration and security auditing, capable of discovering hosts, services, operating systems, and open ports on a network through various scanning techniques.

Dtraceroute

traceroute maps the path packets take to a network host, showing intermediate hops, but it does not perform broad network scanning or device discovery like Nmap.

Concept tested: Linux network scanning tool

Source: https://nmap.org/

Topics

#Network Scanning#nmap#Linux Utilities#Host Discovery

Community Discussion

No community discussion yet for this question.

Full LFCA Practice