nerdexam
Cisco

210-250 · Question #167

Which protocol or diagnostic tool helps you determine how many hops away a network is and can be exploited by an attacker?

The correct answer is B. traceroute. Traceroute determines the number of hops between a source and destination by sending packets with incrementing TTL values, and attackers can exploit this to map network topology.

Threats and Vulnerabilities

Question

Which protocol or diagnostic tool helps you determine how many hops away a network is and can be exploited by an attacker?

Options

  • ASSH
  • Btraceroute
  • Cping
  • DTCP

How the community answered

(27 responses)
  • B
    93% (25)
  • C
    4% (1)
  • D
    4% (1)

Why each option

Traceroute determines the number of hops between a source and destination by sending packets with incrementing TTL values, and attackers can exploit this to map network topology.

ASSH

SSH is a secure remote shell protocol used for encrypted administration, not a diagnostic tool that reveals hop counts or network topology.

BtracerouteCorrect

Traceroute works by sending packets with progressively increasing TTL values; each router that decrements the TTL to zero returns an ICMP Time Exceeded message, revealing its address and round-trip time. This allows an operator - or an attacker - to enumerate every hop along a path and determine network distance in hops. Attackers exploit traceroute output to map internal network infrastructure, identify routing devices, and plan further targeted attacks.

Cping

Ping tests basic reachability and round-trip time to a single destination but does not reveal intermediate hops or hop count along the path.

DTCP

TCP is a transport-layer protocol governing reliable data delivery and is not itself a diagnostic tool used to count hops.

Concept tested: Traceroute hop discovery and network reconnaissance

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

Topics

#traceroute#network reconnaissance#protocol exploitation

Community Discussion

No community discussion yet for this question.

Full 210-250 Practice