nerdexam
CompTIA

N10-009 · Question #277

Which of the following is the most likely function to be decremented when a tool is used to measure the distance between two locations on the internet?

The correct answer is B. TTL. When using a tool like traceroute to measure the distance between two internet locations, the Time-To-Live (TTL) field in an IP packet is decremented at each hop.

Submitted by stefanr· Mar 6, 2026Network Troubleshooting

Question

Which of the following is the most likely function to be decremented when a tool is used to measure the distance between two locations on the internet?

Options

  • AGRE
  • BTTL
  • CVPN
  • DQoS

How the community answered

(38 responses)
  • A
    3% (1)
  • B
    92% (35)
  • D
    5% (2)

Why each option

When using a tool like `traceroute` to measure the distance between two internet locations, the Time-To-Live (TTL) field in an IP packet is decremented at each hop.

AGRE

GRE (Generic Routing Encapsulation) is a tunneling protocol, not a field decremented to measure hop count.

BTTLCorrect

Tools like `traceroute` or `tracert` operate by sending packets with an incrementally increasing Time-To-Live (TTL) value; each router decrements the TTL, and when it reaches zero, the packet is discarded, and an ICMP 'Time Exceeded' message is sent back to the source.

CVPN

VPN (Virtual Private Network) provides secure, private network connections over a public network, but it's not a field that is decremented for distance measurement.

DQoS

QoS (Quality of Service) refers to mechanisms for managing network traffic and prioritizing bandwidth, not a field that decreases with each hop.

Concept tested: Traceroute and TTL function

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/description-of-traceroute-command

Community Discussion

No community discussion yet for this question.

Full N10-009 Practice