Ask Your Question

Revision history [back]

Hi,

You are correct. The Time To Live (TTL) field in the Internet Protocol (IP) headers will limit how many hops a packet can do (or how many routers it can traverse) before being dropped.

If you used Wireshark to capture the packets for this trace then you should be able to see each sets of three packets with a TTL increasing from 1 to 15.

This TTL is in the Packet Details pane you need to display the Internet Protocol Version 4 details by clicking on the little triangle to see the value in the header.

Hop 15 is whatever device (server or router) that is using address 12.0.1.28.

If you were told you are tracing to a server than it should be a server.

Cheers,

JF