And I have a family to support, just like you

And I have a family to support, just like you

I know everyone hates ads. But please understand that I am providing premium content for free that takes hundreds of hours of time to research and write. I don’t want to go to a pay-only model like some sites, but when more and more people block ads, I end up working for free. 🙂

If you like The TCP/IP Guide, please consider the download version. It’s priced very economically and you can read all of it in a convenient format without ads.

If you want to use this site for free, I’d be grateful if you could add the site to the whitelist for Adblock

To do so, just open the Adblock menu and select « Disable on tcpipguide ». Or go to the Tools menu and select « Adblock Plus Preferences. « . Then click « Add Filter.  » at the bottom, and add this string: « ||tcpipguide^$document ». Then just click OK.

The engineers who first designed the Internet Protocol recognized that due to the nature of how routing works on an internetwork, there was always a danger that a datagram might get ?lost in the system? and spend too much time being passed from one router to another. They included in IPv4 datagrams a field called Time To Live, which was intended to be set to a time value by the device sending the datagram, and used as a timer to cause the discard of the datagram if it took too long to get it to its destination.

Eventually, the meaning of this field changed so it was used not as a time in seconds but a number of hops through which the datagram was allowed to be sent. In IPv6, the new meaning of this field was formalized when it was renamed Hop Limit. Regardless of name, the field still has the same basic purpose: it restricts how long a datagram can exist on an internetwork by limiting the number of times routers can forward it. More