Ping

gooooogle

New member
Sorry. Don't really know where to post this.

How does ping work. I know that you can ping a site via the terminal by typing ping and then the website. But what does all the stuff I get back mean? What's the whole point.
 
I believe it is to test speeds.. example..

ping capertech.net

Pinging capertech.net [209.123.49.217] with 32 bytes of data:

Reply from 209.123.49.217: bytes=32 time=48ms TTL=46
Reply from 209.123.49.217: bytes=32 time=46ms TTL=46
Reply from 209.123.49.217: bytes=32 time=47ms TTL=46
Reply from 209.123.49.217: bytes=32 time=46ms TTL=46

Ping statistics for 209.123.49.217:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 46ms, Maximum = 48ms, Average = 46ms

As far as I know.. it pings the location 4 times and replys the length of time it took to get a reply and then tells you the fastest, longest and average.
 
When I start it in the Mac OS X terminal (A pure UNIX command line tool) and use ping it goes on forever. Never stops.
 
Of course it does, I'm willing to bet microsoft and other big sites do to. Might be interesting to do a list of pings between all the big sites and compare to factor in popularity, speed of servers, connection etc.
 
Back
Top