\" Run \"> \"cmd \"to open the command prompt window. Type \"NETSTAT -a -n\" at the " />
Current location - Quotes Website - Collection of slogans - How to check the TCP port?
How to check the TCP port?
To view the ports in Windows 2000/XP/Server 2003, you can use the NETSTAT command: "Start" >" Run "> "cmd "to open the command prompt window. Type "NETSTAT -a -n" at the command prompt, and then press Enter to digitally view the port number and status of TCP and UDP connections.

Command format: netstat-a-e-n-o-s

-a displays all active TCP connections and TCP and UDP ports that the computer listens to.

-e indicates the number of bytes and packets sent and received by Ethernet.

-n indicates that only the addresses and port numbers of all active TCP connections are displayed in digital form.

-o displays the active TCP connections, including the process ID(PID) of each connection.

-s indicates that statistics of various connections, including port numbers, are displayed by protocol.