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
Question
Which command line tool is used to determine active network connections?
Options
- Anetsh
- Bnbstat
- Cnslookup
- Dnetstat
How the community answered
(38 responses)- A3% (1)
- C3% (1)
- D95% (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
Community Discussion
No community discussion yet for this question.