nerdexam
CompTIA

CV0-003 · Question #89

An administrator is unable to connect to servers in the DMZ. Which of the following commands should the administrator run to determine where the connection failure occurs?

The correct answer is B. traceroute. Traceroute identifies each hop along the path to a destination, making it the correct tool to pinpoint exactly where a connection failure to a DMZ server occurs.

Troubleshooting

Question

An administrator is unable to connect to servers in the DMZ. Which of the following commands should the administrator run to determine where the connection failure occurs?

Options

  • Anslookup
  • Btraceroute
  • Ctelnet
  • Dnetstat

How the community answered

(49 responses)
  • B
    92% (45)
  • C
    6% (3)
  • D
    2% (1)

Why each option

Traceroute identifies each hop along the path to a destination, making it the correct tool to pinpoint exactly where a connection failure to a DMZ server occurs.

Anslookup

nslookup queries DNS servers to resolve hostnames and would only help diagnose name resolution failures, not routing or connectivity failures.

BtracerouteCorrect

Traceroute sends packets with incrementing TTL values to map every router hop between the source and destination, reporting latency and reachability at each step. An administrator can observe exactly which hop drops or delays packets, isolating whether the failure is at the firewall, a router, or within the DMZ segment itself. This makes it the ideal diagnostic tool for path-level connectivity failures.

Ctelnet

Telnet tests whether a specific TCP port on a target host is reachable but does not reveal where along the path a connection is being blocked.

Dnetstat

Netstat displays active connections and listening ports on the local machine and provides no information about remote path failures.

Concept tested: Using traceroute to diagnose network path failures

Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/network-subsystem/net-sub-performance-tools

Topics

#traceroute#network troubleshooting#DMZ#connectivity diagnostics

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice