Use pinging when you want to test the connection speed between computers on a network. When you know the computer's Internet protocol address, consisting of a series of numbers configured in a certain pattern, find out how fast it responds to your request by pinging it from your computer. The term originated with submarines and the use of radars. A submarine would test the distance between itself and another object while underwater by sending one ping, and then measuring the time it took for the echo response to return.
Step 1
Obtain the name of the computer you wish to ping on the network, or its Internet Protocol (IP) address. The ping process works on the computer itself, rather than the computer's hard drive. It works by sending an "Internet Control Message Protocol" echo request to a specific computer and awaits the response. While it waits, it measures the time it takes for the other computer to respond.
Video of the Day
Step 2
Press "Start" on the button at the bottom of a Windows computer. On the menu that pops up, select "Run." This opens a command window for accepting DOS commands.
Step 3
Enter "ipconfig /all" into the open screen. Ensure there is a space between the word "ipconfig" and the backslash and the word "all". View the material on the screen. Locate the name or IP address of the computer that has the hard drive you want to ping.
Step 4
Enter "ping computername" into the command screen where the "computername" is the name of the computer. Enter "ping localhost" to ping the localhost of the network. After entering this information, note the computer's response on screen. If you know the computer's IP address on the network, enter it instead:
Ping XXX.X.X.X.X
It should return something like this, where XXX.X.X.X. represents the IP address assigned to the computer or network host:
"Reply from XXX.X.X.X: bytes 32 time <1ms TTL=64" "Reply from XXX.X.X.X: bytes 32 time <1ms TTL=64" "Reply from XXX.X.X.X: bytes 32 time <1ms TTL=64" "Reply from XXX.X.X.X: bytes 32 time <1ms TTL=64"
Ping statistics for XXX.X.X.X: Packets Sent: = 4, Received = 4, Lost = 0 <0% Loss>, Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
This lets you know how long it took to send the "ping" to the other computer and return.
Video of the Day