How does ping work?
It sends an ICMP packet to a host with three parameters: a type (normally echo), a code (for error types), and a checksum (message integrity check).
The host receives the packet and can respond with an “echo reply” indicating the device is available
Ping reports…
packet loss, errors and a statistical summary of the results
Ping can also…