GPEN · Question #138
John works as a professional Ethical Hacker. He has been assigned the project of testing the enters the following command on the command prompt: However, he receives an incomplete traceroute result. W
The correct answer is A. A router along the path is overloaded. B. John's computer is behind a firewall that blocks incoming ICMP error messages. C. There is no route to the we-are-secure server. D. The we-are-secure server is down and is not connected to the Internet.. An incomplete traceroute result can be caused by any combination of network conditions including router overload, ICMP filtering, no route to host, or the destination being unreachable.
Question
John works as a professional Ethical Hacker. He has been assigned the project of testing the enters the following command on the command prompt:
However, he receives an incomplete traceroute result. What could be the reasons for getting an incomplete result for the tracert command? Each correct answer represents a complete solution. Choose all that apply.
Options
- AA router along the path is overloaded.
- BJohn's computer is behind a firewall that blocks incoming ICMP error messages.
- CThere is no route to the we-are-secure server.
- DThe we-are-secure server is down and is not connected to the Internet.
How the community answered
(39 responses)- A100% (39)
Why each option
An incomplete traceroute result can be caused by any combination of network conditions including router overload, ICMP filtering, no route to host, or the destination being unreachable.
An overloaded router may deprioritize or drop ICMP TTL-exceeded messages it should generate, causing that hop to appear as a timeout and stopping the traceroute output prematurely.
Traceroute relies on receiving ICMP Time Exceeded and Port Unreachable messages; if a firewall on John's machine blocks inbound ICMP error messages, the responses from intermediate hops never arrive and the trace appears incomplete.
If no route exists to the destination, a router along the path returns an ICMP Destination Unreachable message and the trace stops at that hop, producing an incomplete result.
If the destination server is offline or disconnected from the Internet, it cannot reply with ICMP Port Unreachable to signal the final hop, so the last few hops time out and the trace never completes.
Concept tested: Traceroute failure causes and ICMP behavior
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/tracert
Topics
Community Discussion
No community discussion yet for this question.