\" Run \"> \"cmd \"to open the command prompt window. Type \"NETSTAT -a -n\" at the " />
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.