Your Internet Consultant - The FAQs of Life Online
The ping command can take many forms. On some systems, its output looks like this:
$ ping hal.gnu.ai.mit.edu hal.gnu.ai.mit.edu is alive.On some systems, the ping by default offers quite a bit of useful information. Your host may or may not have an extra-useful ping command. If your system doesn't, don't blame me. It's default of de computer. (I stole that joke from the book Inside Atari Basic, written by Bill Carris in 1983. It was stupid then and it's still stupid.)
On my system, when I type ping -s, it sends ping packets over and over again until I hit Ctrl-C; then it shows me a status report. In this case, the connection between California and Massachusetts is nice and stable, and it takes about 114 milliseconds for my ping packets to get there and back. This means that my query crossed the United States, was received, acted on, and replied to. That response makes it back to me faster than you can read a single word in this sentence. That's fast!.
$ ping -s hal.gnu.ai.mit.edu PING hal.gnu.ai.mit.edu: 56 data bytes 64 bytes from hal.gnu.ai.mit.edu (128.52.46.11): icmp_seq=0. time=116. ms 64 bytes from hal.gnu.ai.mit.edu (128.52.46.11): icmp_seq=1. time=112. ms 64 bytes from hal.gnu.ai.mit.edu (128.52.46.11): icmp_seq=2. time=116. ms 64 bytes from hal.gnu.ai.mit.edu (128.52.46.11): icmp_seq=3. time=117. ms 64 bytes from hal.gnu.ai.mit.edu (128.52.46.11): icmp_seq=3. time=115. ms 64 bytes from hal.gnu.ai.mit.edu (128.52.46.11): icmp_seq=5. time=114. ms 64 bytes from hal.gnu.ai.mit.edu (128.52.46.11): icmp_seq=6. time=111. ms ^C ----hal.gnu.ai.mit.edu PING Statistics---- 7 packets transmitted, 7 packets received, 0% packet loss round-trip (ms) min/avg/max = 111/114/117
Note: Ping lives in the here-and-now. If the computer in question isn't "alive," you know only that it isn't available on the Internet right now. There's no telling whether it's gone forever, or it crashed, or it's down for system maintenance, or the network link between your host and it has temporarily died.