Comments
Item

Checking for Connection Problems

Published in Windows XP Internet & Network Tweaks by TweakXP Member with 8,591 views and 1 comment

Anytime your network refuses to send and receive data properly , your first troubleshooting step should be to check fof problems with the physical connection between the local computer and the rest of the network. Assuming your network connection uses  the TCP/IP protocol , your most potent weapon is the Ping ulity. When you use the Ping command with no parameters , Windows sends four echo datagrams , small Internet Control Message Protocol (ICMP) packets, to the address you specify. If the machine at the other end of the connection replies, you know that the network connection between the two points is alive.

To use the Ping command , open a Windows command prompt window (Cmd.exe in Windows XP) and tape the command    ping target_name  (where target_name  is an IP address or the name of another host machine ).

If all the packets you send come back properly in roughly the same time , your TCP/IP connection is fine and you can focus your troubleshooting efforts elsewhere. 

Enjoy !

 
Free Computer Magazines and eBooks
 
Comments
scott
One year ago
A little weak on the ping command there. They could come back at 1000ms each which would indicate a problem also sometimes it more helpful to run a rolling ping like this:

ping -t "ip address" - dont put the speech makes in, this will keep pinging until you press CTRL C, also you can change the packet size to bigger data as ping by defualt it is tiny. Usual pings if you are pinging locally should be 1 millisecond and on the internet on adsl usually about 35-40 milliseconds