Which troubleshooting tool can be used to determine the current TCP open connections on a PC?
- tracrt
- nslookup
- netstat
- ping
- ipconfig
Explanation: The netstat command displays active TCP connections that are open and running on a networked host. The netstat command lists the protocol in use, the local address and port number, the foreign address and port number, and the state of the connection.
Related exam: Network Addressing and Basic Troubleshooting Final Exam
Related exam: Networking Essentials 3.0: Course Final Exam
