nerdexam
EC-Council

312-49 · Question #620

Which command line tool is used to determine active network connections?

The correct answer is D. netstat. netstat (network statistics) is the standard command-line utility on Windows and Unix/Linux systems for displaying active TCP/UDP connections, listening ports, routing tables, and network interface statistics. Running 'netstat -an' shows all active connections and their states. n

Submitted by jian89· Apr 18, 2026Network Forensics

Question

Which command line tool is used to determine active network connections?

Options

  • Anetsh
  • Bnbstat
  • Cnslookup
  • Dnetstat

How the community answered

(38 responses)
  • A
    3% (1)
  • C
    3% (1)
  • D
    95% (36)

Explanation

netstat (network statistics) is the standard command-line utility on Windows and Unix/Linux systems for displaying active TCP/UDP connections, listening ports, routing tables, and network interface statistics. Running 'netstat -an' shows all active connections and their states. netsh is a network configuration tool, nbtstat handles NetBIOS over TCP/IP name resolution, and nslookup queries DNS - none are designed to enumerate active connections.

Topics

#Command-line tools#Network connections#Network monitoring#Netstat

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice