pinging
Pinging is a network diagnostic technique used to test whether a specific host is reachable across an IP network and to estimate the round-trip time for messages sent from the source to the destination. The common implementation sends an ICMP (Internet Control Message Protocol) Echo Request to the target and waits for an ICMP Echo Reply. If a reply is received, the time between sending the request and receiving the reply is recorded as the round-trip time (RTT). Repeating the process provides statistics such as minimum, average, and maximum RTT, and often packet loss.
Pinging is widely used for quick connectivity checks, latency benchmarking, and basic troubleshooting. It helps determine
In IPv4, ping uses ICMP Echo messages; in IPv6, the equivalent mechanism is ICMPv6. Some implementations allow