Problem Statement
What does the 'ping' command test?
Explanation
ping sends ICMP echo requests to a host to check if it’s reachable and measures round-trip latency.
It’s one of the first commands used for basic network troubleshooting.
Code Solution
SolutionRead Only
ping google.com
Practice Sets
This question appears in the following practice sets: