nerdexam
CompTIA

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.

Hardware and network troubleshooting

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)
  • B
    7% (2)
  • C
    89% (25)
  • D
    4% (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.

Anetstat

`netstat` displays network connections, routing tables, and interface statistics, but it does not directly test the reachability of a specific external host.

Bpath

`path` (or `PATH` environment variable) specifies directories where executable programs are located; it is not a networking command.

CpingCorrect

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.

Dhostname

`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

#ping command#network troubleshooting#connectivity testing#command-line tools

Community Discussion

No community discussion yet for this question.

Full 220-1102 Practice