Tuesday, July 26, 2016

How To Use Netstat Commands To Monitor Network On Windows Using CMD

How To Use Netstat Commands To Monitor Network On Windows Using CMD

 Netstat is the inbuilt feature of windows command prompt that displays all the network details of the current connected in your Windows PC easily using various netstat commands for different network stats.


First of all let’s know the brief introduction of netstat command. It can be depicted from the name “Network Statics“. We can find a large amount of information about network like their status, their ports, connections, protocols and many more information with the netstat command. It can be very useful to apply Netstat command in knowing the status of network of different individual protocols such as ICMP, IP, UDP, and TCP versions like IPv6 and IPv4. This article is very helpful in knowing the different variant of this command to monitor any of the stats of the connected network easily on your Windows PC. So have a look on complete guide discussed below to proceed.

How To Use Netstat Commands To Monitor Network On Windows Using CMD

Here in this guide we will be discussing up many of the netstat commands that you can use to monitor the network to which your windows PC is being connected to. So have a look on these commands below.

List of Netstat commands to monitor network on Windows:-

We can see all of the connections on the device through netstat command. Some example of stated is shown below:-
–> Netstat Established: Connection already established.
–> Netstat Listening: Connection is waiting for a reply from the foreign host.
 –> Netstat Close_wait : your computer might be waiting for leftover packets to arrive and Connection has been closed from the remote side.
 –> Netstat Time_wait: The connection has been ended by the Local endpoint. To make the delayed packets matched to the connection and being handled properly ,the connection is kept.
 –> Netstat -a : With the help of this command, we can see all active connections and inspite of just showing the raw IP address of your foreign address, DNS lookup is done as well.
 –> Netstat -e : With the help of this command will could be able to see statics of the overall packets.
 –> Netstat -sp :With the help of this command we could be able to see statistics per protocol.
You can also know the statics of particular protocol with the help of netstat commands as shown below:
netstat -sp (tcp for tcp statistics of IPv4 etc.)
netstat -sp (ipv6 for ipv6 statistics)
netstat -sp (icmp for icmpv4 statistics)
netstat -sp( ip for ipv4 statistics)
So above discussion is all about How To Use Netstat Commands To Monitor Network On Windows Using CMD. So these we  are the some types of netstat commands that you can use to monitor any of the network to which your PC is connected to. So must try this out in your windows PC and have a better stats of the network. Hope you like this, keep on sharing with others too. Leave a comment below if you have any relate queries with this.

No comments:

Post a Comment