Encyclopedia  |   World Factbook  |   World Flags  |   Reference Tables  |   List of Lists     
   Academic Disciplines  |   Historical Timeline  |   Themed Timelines  |   Biographies  |   How-Tos     
Your Ad Here
Sponsor by The Tattoo Collection


Ping
Main Page | See live article | Alphabetical index

Ping

Ping is the name of a computer network tool used on TCP/IP networks (such as the Internet). It provides a basic test of whether a particular host is operating properly and is reachable on the network from the testing host. It works by sending ICMP packets to the target host and listening for replies; its operation is analogous to sonar in submarines, in which an operator, trying to find a target, issues a pulse of energy (a network packet) at the target, which then bounces from the target and which is then is received by the operator, hence the name.

The tool was written by Mike Muuss.

The usefulness of Ping in assisting the diagnosis of internet connectivity issues was impaired from late in 2003, when a number of Internet Service Providers filtered out ICMP Type 8 (echo request) messages at their network boundaries. Internet worms such as Welchia flooded the internet with ping requests as they sought to locate new hostss to infect, causing problems to routers across the internet.

Related network tools include traceroute and on contemporary Windows operating systems, pathping.

From the author's point of view PING is not an acronym standing for Packet InterNet Grouper, but a sonar analogy.

Table of contents
1 Sample ping output
2 Slang usage
3 External link

Sample ping output

The output of ping, and its cousins, generally consists of the packet size used, the host queried, the ICMP sequence number, the time to live, and the latency, with all times given in milliseconds, and times below 10 milliseconds often having low accuracy.

Below is a sample output where we ping the wikipedia.com server:

$ ping -c 5 wikipedia.com
PING wikipedia.com (130.94.122.195): 56 data bytes
64 bytes from 130.94.122.195: icmp_seq=0 ttl=235 time=284.3 ms
64 bytes from 130.94.122.195: icmp_seq=1 ttl=235 time=292.9 ms
64 bytes from 130.94.122.195: icmp_seq=2 ttl=235 time=289.7 ms
64 bytes from 130.94.122.195: icmp_seq=3 ttl=235 time=282.4 ms
64 bytes from 130.94.122.195: icmp_seq=4 ttl=235 time=272.0 ms

--- wikipedia.com ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 272.0/284.2/292.9 ms

Slang usage

Gamers often use the term "ping" to refer to latency; a user reporting that he has a "50ms ping" is seeing this number in the server browser of the game he is playing. This means there is 50 milliseconds of delay between sending a test packet to the game server (or another player, if a server is not required) and receiving a reply. The method used by the game programmers to determine the latency is often not using the traditional ICMP echo request and reply packets but rather piggybacks the functionality onto other (usually UDP) game packets. The usage of this term is common with players of the games Starcraft, Quake, and Counterstrike.

External link


Ping is also a character in the book The Story about Ping, by Marjorie Flack and Kurt Wiese (see slashdot review)

Ping is also the name of a river in Thailand, see Ping (river)

Ping is also a character in the webcomic Megatokyo Fred Gallagher

Ping is also a character in the television series Seinfeld, see Seinfeld characters and culture.

Ping is also a brand of golf club.