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.
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)- B92% (45)
- C6% (3)
- D2% (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.
nslookup queries DNS servers to resolve hostnames and would only help diagnose name resolution failures, not routing or connectivity failures.
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.
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.
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
Community Discussion
No community discussion yet for this question.