nerdexam
Linux_Foundation

LFCS · Question #209

What does ntop use for data collection?

The correct answer is A. Network packets. The question asks what ntop uses as its primary method for data collection.

Submitted by kevin_r· Apr 18, 2026Networking

Question

What does ntop use for data collection?

Options

  • ANetwork packets
  • BLog files
  • CFrame relay
  • DSNMP

How the community answered

(29 responses)
  • A
    90% (26)
  • B
    7% (2)
  • C
    3% (1)

Why each option

The question asks what `ntop` uses as its primary method for data collection.

ANetwork packetsCorrect

`ntop` (network top) is designed to monitor network usage by capturing and analyzing live network packets directly from a network interface. It functions like a network sniffer, providing real-time information about traffic patterns, protocols, and hosts.

BLog files

While `ntop` may produce log files, it does not primarily collect network data by reading system or application log files.

CFrame relay

Frame Relay is a wide area network (WAN) technology, not a data collection method that `ntop` directly uses for its input; `ntop` monitors traffic *over* interfaces, including those connected to WANs.

DSNMP

SNMP (Simple Network Management Protocol) is used for querying network device statistics, but `ntop`'s core functionality involves deep packet inspection, which is distinct from SNMP's summary data collection.

Concept tested: ntop network data collection mechanism

Source: https://www.ntop.org/products/traffic-analysis/ntopng/

Topics

#ntop#Network Monitoring#Packet Capture#Networking Tools

Community Discussion

No community discussion yet for this question.

Full LFCS Practice