cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1013
Views
0
Helpful
2
Replies

Max. # of hops

abahattab
Level 1
Level 1

TTL is 8-bit, but this does not mean that the IP packet goes from source to destination by 255 hops. Thus, what is the max. # of hops that the IP packet traverse from the source to the destination.

Remeber that a packet goes from source to destination passing through all types of routers and protocols.

if you support your answer with a reference, that would be great.

Many thanks

Dr. Abdullah

2 Replies 2

DALE FRANCIS
Level 3
Level 3

No, it means the life time of a packet is 255 hops, everytime a packet traverses a router the TTL will be decremented by 1. This stops packets that are stuck in a routing loop endlessly bouncing around and taking up resources.

The end station or source will set the TTL.

Routing Protocols have there defination of HOP count not TTL, which is from source of that router to a destination, this does not equate to TTL in the IP header.

http://www.freesoft.org/CIE/RFC/1122/38.htm

Hi,

This thread refreshes my memory that my client asking why he would get a TTL value of large range when pinging different devices on his LAN - say routers and PC's normally being larger(2XX) but voice gateways being much smaller (XX), so can I say TTL value is specifically determined by the device itself(the firmware inside?) and the protocol o(TCP/IP ?) will modifiy packets with such information..