nerdexam
CompTIA

SK0-004 · Question #36

A system administrator wants to assure that a server is responsive. Which of the following networking tools should the administrator use to verify network connectivity?

The correct answer is D. ping. The ping utility uses ICMP echo requests to test whether a remote host is reachable on the network.

Server administration

Question

A system administrator wants to assure that a server is responsive. Which of the following networking tools should the administrator use to verify network connectivity?

Options

  • Aarp
  • Bnetstat
  • Cipconfig
  • Dping

How the community answered

(34 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    3% (1)
  • D
    88% (30)

Why each option

The ping utility uses ICMP echo requests to test whether a remote host is reachable on the network.

Aarp

arp displays and manages the local ARP cache mapping IP addresses to MAC addresses and does not test connectivity to a remote host.

Bnetstat

netstat displays active TCP/UDP connections, listening ports, and routing tables on the local machine but does not test connectivity to a remote server.

Cipconfig

ipconfig displays the local machine's IP configuration including address, subnet mask, and default gateway but does not test connectivity to any remote host.

DpingCorrect

Ping sends ICMP Echo Request packets to a target IP address or hostname and waits for ICMP Echo Reply packets in response. A successful reply confirms end-to-end IP connectivity, while timeouts or unreachable errors indicate a connectivity or routing problem. It is the most direct and universally used tool to verify that a server is responding on the network.

Concept tested: Using ping to verify remote network connectivity

Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/ping

Topics

#ping#network connectivity#networking tools#connectivity verification

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice