Technology/ping.md
ping
Markdownping 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
Linked From
- Command Line Interface Technology/CLI.md
- internet People/internet.md
- IP Technology/Networking/IP.md