Monitor the Computer Network Connection with Netstat
Netstat (network statistics) is used to monitor the computer/host which are connected to your computer
to run it open the command prompt window and type netstat
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Sny0sCZkSHW4yRGxjUJR4-uxInx-qdLiGTLOIDJ6XfvfXrNxwcAzJBqmk13IWVcfoygSADGZ09KhXjf_0ztWcWV9Ak6bT2i8EkOO8nHls8cm9936Z7PDoNhXBNBFcJdCKB4_Qwikqir4/s320/Picture2.JPG)
Description:
ESTABLISHED: connect with other computersLISTENING: waiting for connection
TIME_WAIT: waiting for orders
Other netstat command
Netstat (network statistics) is used to monitor the computer/host which are connected to your computer
to run it open the command prompt window and type netstat
the netstat command result
Description:
- Proto: type of protocol used
- Local address: information from Ipaddress/your host name
- foreighn address: information from Ipaddress/host name that is connected to your computer
- Stat: connection status
ESTABLISHED: connect with other computersLISTENING: waiting for connection
TIME_WAIT: waiting for orders
Other netstat command
- netstat -an|more
- netstat -an>c:\filename.txt
i like with your posting on how to optimize the monitor computer network connection
ReplyDelete