nerdexam
CompTIA

CV0-003 · Question #119

An administrator needs to test the latency between two servers. Which of the following commands should be used?

The correct answer is C. ping. The ping command sends ICMP echo requests and reports round-trip time, making it the standard tool for measuring network latency between two hosts.

Troubleshooting

Question

An administrator needs to test the latency between two servers. Which of the following commands should be used?

Options

  • Aroute
  • Barp
  • Cping
  • Dnslookup/dig

How the community answered

(25 responses)
  • A
    8% (2)
  • C
    88% (22)
  • D
    4% (1)

Why each option

The ping command sends ICMP echo requests and reports round-trip time, making it the standard tool for measuring network latency between two hosts.

Aroute

The route command displays or modifies the local IP routing table and does not measure latency or send any test traffic.

Barp

The arp command displays or manages the Address Resolution Protocol cache that maps IP addresses to MAC addresses and does not test connectivity or latency.

CpingCorrect

Ping transmits ICMP Echo Request packets to a target and measures the time in milliseconds for each Echo Reply to return, which is a direct measurement of round-trip latency. It provides per-packet timing statistics including minimum, maximum, and average RTT, making it ideal for quickly diagnosing latency between two servers. No other command listed provides this round-trip time measurement.

Dnslookup/dig

nslookup and dig are DNS query tools used to resolve hostnames to IP addresses; they do not measure network latency between two servers.

Concept tested: Using ping to measure network latency

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

Topics

#ping#latency testing#network diagnostics#CLI tools

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice