nerdexam
CompTIA

CV0-003 · Question #223

An administrator needs to test that a service is responding to external requests. Which of the following tools can be used to accomplish this task?

The correct answer is B. tracert/traceroute. Tracert/traceroute verifies that a destination host is reachable by probing each network hop along the path, confirming end-to-end external connectivity to a service.

Troubleshooting

Question

An administrator needs to test that a service is responding to external requests. Which of the following tools can be used to accomplish this task?

Options

  • Aping
  • Btracert/traceroute
  • Ctelnet
  • Dipconfig/ifconfig

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    88% (28)
  • C
    6% (2)
  • D
    3% (1)

Why each option

Tracert/traceroute verifies that a destination host is reachable by probing each network hop along the path, confirming end-to-end external connectivity to a service.

Aping

Ping tests basic ICMP reachability at the network layer but does not trace the path or provide hop-by-hop confirmation that external requests are reaching the service.

Btracert/tracerouteCorrect

Tracert (Windows) and traceroute (Linux/macOS) send probe packets hop-by-hop to a target host and report which hops respond, confirming whether the destination is reachable from an external perspective. This makes it useful for validating that a service endpoint is accessible and that no intermediate device is blocking the path. It provides more diagnostic detail than ping by pinpointing exactly where in the network path a failure or delay occurs.

Ctelnet

Telnet can test whether a specific TCP port is open, but it is not the tool identified by this question for verifying external service responsiveness across the network path.

Dipconfig/ifconfig

Ipconfig/ifconfig displays local network interface configuration and addresses, and cannot test connectivity to any external service.

Concept tested: Using tracert/traceroute to verify external service reachability

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

Topics

#traceroute#service connectivity#network diagnostics#external requests

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice