Problem Statement
Which command checks basic network connectivity between two systems?
Explanation
ping sends ICMP echo requests to a host and waits for replies.
It’s used to verify that a host is reachable and to measure round-trip network latency.
Code Solution
SolutionRead Only
ping 8.8.8.8
Practice Sets
This question appears in the following practice sets: