12

Tracert traceroute Ping Arp Netstat Nbtstat NetBIOS Ipconfig winipcfg nslookup #4

Netstat

Shows dynamic TCP associations, ports on which the PC is tuning in, Ethernet insights, the IP directing table, IPv4 measurements (for the IP, ICMP, TCP, and UDP conventions), and IPv6 measurements (for the IPv6, ICMPv6, TCP over IPv6, and UDP over IPv6 conventions).


Netstat gives insights to the accompanying:

Proto - The name of the convention (TCP or UDP).

Residential area The IP location of the neighborhood PC and the port number being utilized. The name of the neighborhood PC that relates to the IP location and the name of the port is indicated unless the - n parameter is determined. On the off chance that the port is not yet settled, the port number is appeared as a mark (*).

Outside Address - The IP address and port number of the remote PC to which the attachment is associated. The names that compares to the IP location and the port are indicated unless the - n parameter is determined. On the off chance that the port is not yet settled, the port number is appeared as an indicator (*).

(state) Indicates the condition of a TCP association. The conceivable states are as per the following:

CLOSE_WAIT

Shut

Set up

FIN_WAIT_1

FIN_WAIT_2

LAST_ACK

Tune in

SYN_RECEIVED

SYN_SEND

TIMED_WAIT

Language structure

netstat [-a] [-e] [-n] [-o] [-p Protocol] [-r] [-s] [Interval]

Parameters

Utilized without parameters, netstat shows dynamic TCP associations.

- a Displays all dynamic TCP associations and the TCP and UDP ports on which the PC is tuning in.

- e Displays Ethernet insights, for example, the quantity of bytes and bundles sent and got. This parameter can be consolidated with - s.

- n Displays dynamic TCP associations, in any case, addresses and port numbers are communicated numerically and no endeavor is made to decide names.

- o Displays dynamic TCP associations and incorporates the procedure ID (PID) for every association. You can discover the application in view of the PID on the Processes tab in Windows Task Manager. This parameter can be joined with - a, - n, and - p.

- p Shows associations for the convention indicated by Protocol. For this situation, the Protocol can be tcp, udp, tcpv6, or udpv6. In the event that this parameter is utilized with - s to show insights by convention, Protocol can be tcp, udp, icmp, ip, tcpv6, udpv6, icmpv6, or ipv6.

- s Displays insights by convention. As a matter of course, insights are appeared for the TCP, UDP, ICMP, and IP conventions. On the off chance that the IPv6 convention for Windows XP is introduced, insights are appeared for the TCP over IPv6, UDP over IPv6, ICMPv6, and IPv6 conventions. The - p parameter can be utilized to indicate an arrangement of conventions.

- r Displays the substance of the IP steering table. This is comparable to the course print charge.

Interim Redisplays the chose data each Interval seconds. Press CTRL+C to stop the redisplay. On the off chance that this parameter is overlooked, netstat prints the chose data just once.

/? - Displays help at the order brief.