ping is a basic network diagnostic command that sends ICMP echo requests and measures round-trip responses.

I use it as the first "is there any path at all?" test before debugging higher-level protocols.

A successful ping does not prove the app works, but a failed ping can quickly narrow where the problem starts.

## See also
- [[CLI]]
- [[IP]]
- [[TCP]]
- [[internet]]
