nerdexam
CompTIA

CV0-003 · Question #711

An administrator has been informed that some requests are taking a longer time to respond than other requests of the same type. The cloud consumer is using multiple network service providers and is pe

The correct answer is C. traceroute. traceroute reveals the per-hop network path and latency, making it the correct tool to diagnose variable response times when traffic is distributed across multiple ISPs via load balancing.

Troubleshooting

Question

An administrator has been informed that some requests are taking a longer time to respond than other requests of the same type. The cloud consumer is using multiple network service providers and is performing link load balancing for bandwidth aggregation. Which of the following commands will help the administrator understand the possible latency issues?

Options

  • Aping
  • Bipconfig
  • Ctraceroute
  • Dnetstat

How the community answered

(68 responses)
  • A
    1% (1)
  • B
    1% (1)
  • C
    94% (64)
  • D
    3% (2)

Why each option

traceroute reveals the per-hop network path and latency, making it the correct tool to diagnose variable response times when traffic is distributed across multiple ISPs via load balancing.

Aping

ping measures round-trip time to a single destination only and does not reveal intermediate hops or path differences introduced by multi-ISP load balancing.

Bipconfig

ipconfig displays local adapter configuration such as IP address and gateway settings, providing no visibility into network path or per-hop latency.

CtracerouteCorrect

traceroute sends packets and records each intermediate hop along the route, displaying round-trip time at each node. With multiple ISPs performing link load balancing, different requests can traverse entirely different network paths, producing inconsistent latency. Comparing multiple traceroute runs identifies which hops or paths are introducing additional delay.

Dnetstat

netstat shows active TCP/UDP connections and listening ports on the local machine but does not trace network paths or measure latency across hops.

Concept tested: Using traceroute to diagnose multi-path network latency

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

Topics

#traceroute#network latency#link load balancing#network troubleshooting

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice