220-1102 · Question #85
A couple of users report that google.com is not loading. Which of the following commands allows a technician to quickly check if google.com is reachable?
The correct answer is C. ping. The ping command is used to test network connectivity to a host by sending ICMP echo request packets and listening for echo replies.
Question
A couple of users report that google.com is not loading. Which of the following commands allows a technician to quickly check if google.com is reachable?
Options
- Anetstat
- Bpath
- Cping
- Dhostname
How the community answered
(28 responses)- B7% (2)
- C89% (25)
- D4% (1)
Why each option
The `ping` command is used to test network connectivity to a host by sending ICMP echo request packets and listening for echo replies.
`netstat` displays network connections, routing tables, and interface statistics, but it does not directly test the reachability of a specific external host.
`path` (or `PATH` environment variable) specifies directories where executable programs are located; it is not a networking command.
The `ping` command is a fundamental network diagnostic tool used to test the reachability of a host on an IP network. By sending ICMP Echo Request packets to `google.com` and awaiting Echo Reply packets, it quickly confirms whether the destination is active and reachable, providing basic connectivity information.
`hostname` displays or sets the system's hostname, which is unrelated to checking external network reachability.
Concept tested: Network connectivity testing (ping)
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/ping
Topics
Community Discussion
No community discussion yet for this question.