A network administrator needs to display a list of all active network connections and listening ports on a local Windows host to inspect running network services. Which command-line utility should the administrator execute?
- netstatAnswer
- Bnslookup
- Ctracert
- Dipconfig
Answer
The administrator should execute the netstat command to view active network connections and listening ports on the local system.
The netstat (network statistics) command-line tool is specifically designed to display active TCP connections, UDP ports, listening sockets, and protocol statistics for the local host.
Step-by-Step Solution
Key Concept
Utilizing Command-Line Network Troubleshooting Utilities (netstat)
Estimated Time:45s