The netstat command is a command that accesses network and related information in the kernel. It can display protocol statistics and current TCP/IP network connections.
1. Enter the "netstat -a" command in the command prompt to display all network connections and listening ports.
2. Enter the "netstat -b" command in the command prompt window to display the executable programs involved in creating network connections and listening ports.
3. Enter the "netstat -n" command in the command prompt window to display the valid connections that have been created and display the local address and port number in numerical form.
4. Enter the "netstat -s" command in the command prompt window to display various statistical data for each protocol, view the connections that exist on the network, and display the reception and sending of data packets.
5. Enter the "netstat -e" command in the command prompt window to display statistics about Ethernet, including the number of bytes transmitted, packets, errors, etc.
6. Enter the "netstat -r" command in the command prompt window to display information about the routing table and the current active connections.