|
|
||||||||||||||||||||
| Home > Networking News > From the trenches, part one: Network troubleshooting with ping | |
| Networking News: |
|
||
Most Windows administrators and PC users are familiar with basic TCP/IP connection testing utilities, but they don't often get to stretch the limits of those utilities' capabilities. That's too bad, because tools like ping, tracert and pathping are limber enough to stretch your system's muscles. In this three-part article, I'll walk you through the basic uses of these tools and point out ways to use them more extensively. In this story, we'll check out the ping utility. Parts two and three cover tracert and pathping. The ping command verifies connections to a remote computer or computers by sending out Internet Control Message Protocol (ICMP) echo packets. So you say: "All right. Nice definition, but what does that mean to me?" What it says is this: using the ping command is like picking up the phone and dialing a number to see whether it rings on the other side. But ping does a little more. It determines whether the phone on the other side rings, whether it speaks the right language (TCP/IP, in this case) and how long it takes. At a command prompt, type: ping [destination computer or IP address] Here are some examples:
Sample output below:
C:WINNTSYSTEM32>ping 127.0.0.1 Pinging 127.0.0.1 with 32 bytes of data:
Reply from 127.0.0.1: bytes=32 time<10ms TTL=128
Ping statistics for 127.0.0.1: Notice the four replies. This shows that you have a valid IP connection to the destination computer. Since I was pinging the loopback, it shows my NIC is responding to IP traffic. To use ping to test your TCP/IP configuration, Windows Help offers these steps:
From there, you can find many ways to milk ping for all its worth. And it's worth a lot!
About the author: Tim Fenner is a network and systems administrator for a national industry association and an IT consultant for small businesses. FOR MORE INFORMATION: Check out this network troubleshooting flowchart.Continue on to part two Reference works for this article include
|
|
|||||||||||||||||||||||||
| About Us | Contact Us | For Advertisers | For Business Partners | Site Index | RSS |
|
|
|
|||||||