Pings
Pings refer to signals or packets used to test reachability and measure latency between networked devices, and in other contexts to describe short sonar impulses used for underwater sensing. In computing, the term most often denotes a diagnostic utility that sends a brief, structured packet and waits for a reply. The common network implementation uses ICMP Echo Request and Echo Reply messages, with IPv4 defined by RFC 792 and ICMPv6 Echo Request/Reply used in IPv6. A responding host confirms it is reachable, and the time between sending the request and receiving the reply is used to calculate round-trip time. Statistics typically include the number of replies, total packets sent, and packet loss.
The ping command usually allows configuring the number of requests, payload size, and timeouts. On Windows and
Limitations include that a ping test only verifies ICMP reachability, not the full suitability of a connection
History and naming: the ping utility was created by Mike Muuss in 1983 to model sonar ping