nerdexam
CompTIA

220-802 · Question #916

A technician is interested in running a test to see how much latency exists between a workstation and device at 10.0.0.15. Which of the following command line tools could be used to accomplish this?

The correct answer is D. PING 10.0.0.15. The PING command sends ICMP echo request packets to a target IP and reports the round-trip time, making it the correct tool to measure network latency.

Networking

Question

A technician is interested in running a test to see how much latency exists between a workstation and device at 10.0.0.15. Which of the following command line tools could be used to accomplish this?

Options

  • AIPCONFIG 10.0.0.15
  • BNSLOOKUP 10.0.0.15
  • CNETSTAT 10.0.0.15
  • DPING 10.0.0.15

How the community answered

(21 responses)
  • B
    5% (1)
  • C
    5% (1)
  • D
    90% (19)

Why each option

The PING command sends ICMP echo request packets to a target IP and reports the round-trip time, making it the correct tool to measure network latency.

AIPCONFIG 10.0.0.15

IPCONFIG displays the local machine's IP configuration and does not accept a remote IP address as a parameter to test latency.

BNSLOOKUP 10.0.0.15

NSLOOKUP queries DNS servers to resolve hostnames to IP addresses and does not measure network latency.

CNETSTAT 10.0.0.15

NETSTAT displays active network connections and port statistics on the local machine and does not accept a remote IP as a target for latency testing.

DPING 10.0.0.15Correct

PING sends ICMP echo request packets to the specified address (10.0.0.15) and displays the round-trip time in milliseconds for each reply. This round-trip time directly represents the latency between the workstation and the target device, making PING the standard tool for this purpose.

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 commands#ICMP

Community Discussion

No community discussion yet for this question.

Full 220-802 Practice