Command to check connections with a remote host
C
Correct answer
Explanation
The ping command tests connectivity and reachability of a remote host by sending ICMP (Internet Control Message Protocol) echo requests and waiting for replies. It measures round-trip time and packet loss, indicating whether the remote host is accessible and responding. Ping is the fundamental network diagnostic tool for checking host connectivity.