Please Whitelist This Site?

I know everyone hates ads. But please understand that I am providing premium content for free that takes hundreds of hours of time to research and write. I don't want to go to a pay-only model like some sites, but when more and more people block ads, I end up working for free. And I have a family to support, just like you. :)

If you like The TCP/IP Guide, please consider the download version. It's priced very economically and you can read all of it in a convenient format without ads.

If you want to use this site for free, I'd be grateful if you could add the site to the whitelist for Adblock. To do so, just open the Adblock menu and select "Disable on tcpipguide.com". Or go to the Tools menu and select "Adblock Plus Preferences...". Then click "Add Filter..." at the bottom, and add this string: "@@||tcpipguide.com^$document". Then just click OK.

Thanks for your understanding!

Sincerely, Charles Kozierok
Author and Publisher, The TCP/IP Guide


NOTE: Using software to mass-download the site degrades the server and is prohibited.
If you want to read The TCP/IP Guide offline, please consider licensing it. Thank you.

The Book is Here... and Now On Sale!

Get The TCP/IP Guide for your own computer.
The TCP/IP Guide

Custom Search







Table Of Contents  The TCP/IP Guide
 9  TCP/IP Application Layer Protocols, Services and Applications (OSI Layers 5, 6 and 7)
      9  TCP/IP Key Applications and Application Protocols
           9  TCP/IP Administration and Troubleshooting Utilities and Protocols

Previous Topic/Section
TCP/IP DNS Registry Database Lookup Utility (whois/nicname)
Previous Page
Pages in Current Topic/Section
12345
6
Next Page
TCP/IP Configuration Utilities (ipconfig, winipcfg and ifconfig)
Next Topic/Section

TCP/IP Network Status Utility (netstat)
(Page 6 of 6)

Sample Windows netstat Output

The output from the Windows netstat program is fairly similar to that of the UNIX utility when the same or similar options are given, but the UNIX version usually provides more details. I have shown in Table 302 an example illustrating TCP/IP statistics on my home Windows XP machine, using “-p icmp” to restrict the output to ICMP stats only. Table 303 shows the routing table display from netstat (which I modified slightly to fit the size limits of the table.) You would get similar output as these from the UNIX “netstat -s -p icmp” or “netstat -r” commands, but additional information would be provided.


Table 302: Sample ICMP Statistics From Windows netstat Utility

D:\aa>netstat -s -p icmp
ICMPv4 Statistics

Received Sent
Messages 243 248
Errors 0 0
Destination Unreachable 9 4
Time Exceeded 7 0
Parameter Problems 0 0
Source Quenches 0 0
Redirects 0 0
Echos 224 20
Echo Replies 3 224
Timestamps 0 0
Timestamp Replies 0 0
Address Masks 0 0
Address Mask Replies 0 0



Table 303: Sample Routing Table Display From Windows netstat Utility

D:\aa>netstat -r
Route Table
=================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 04 76 4e 75 3f ...... 3Com 10/100 Mini PCI Ethernet
=================================================================
=================================================================
Active Routes:
Network Dest Netmask Gateway Interface Met
0.0.0.0 0.0.0.0 148.64.128.1 148.64.133.73 30
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
148.64.128.0 255.255.192.0 148.64.133.73 148.64.133.73 30
148.64.133.73 255.255.255.255 127.0.0.1 127.0.0.1 30
148.64.255.255 255.255.255.255 148.64.133.73 148.64.133.73 30
224.0.0.0 240.0.0.0 148.64.133.73 148.64.133.73 30
255.255.255.255 255.255.255.255 148.64.133.73 148.64.133.73 1
Default Gateway: 148.64.128.1
=================================================================
Persistent Routes:
None


Key Concept: TCP/IP implementations include the netstat utility to allow information about network status to be displayed. On UNIX systems, netstat is a full-featured program with many options arranged into option groups, each of which shows a particular type of information about the operation of TCP/IP protocols. On Windows systems, netstat is somewhat more limited in function but still allows a considerable amount of information to be displayed.



Previous Topic/Section
TCP/IP DNS Registry Database Lookup Utility (whois/nicname)
Previous Page
Pages in Current Topic/Section
12345
6
Next Page
TCP/IP Configuration Utilities (ipconfig, winipcfg and ifconfig)
Next Topic/Section

If you find The TCP/IP Guide useful, please consider making a small Paypal donation to help the site, using one of the buttons below. You can also donate a custom amount using the far right button (not less than $1 please, or PayPal gets most/all of your money!) In lieu of a larger donation, you may wish to consider purchasing a download license of The TCP/IP Guide. Thanks for your support!
Donate $2
Donate $5
Donate $10
Donate $20
Donate $30
Donate: $



Home - Table Of Contents - Contact Us

The TCP/IP Guide (http://www.TCPIPGuide.com)
Version 3.0 - Version Date: September 20, 2005

© Copyright 2001-2005 Charles M. Kozierok. All Rights Reserved.
Not responsible for any loss resulting from the use of this site.