IP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 24: | Line 24: | ||
==Time To Live== | ==Time To Live== | ||
Eight-bit counter that prevents the datagram being routed endlessly. It represents the ''hop count'': when the datagram arrives at a router, the router decrements TTL field by one. If the value after decrement is zero, the router drops the datagram and sends a "ICMP Time Exceeded" to the sender. | Eight-bit counter that prevents the datagram being routed endlessly. It represents the ''hop count'': when the datagram arrives at a router, the router decrements TTL field by one. If the value after decrement is zero, the router drops the datagram and sends a "ICMP Time Exceeded" to the sender. The field is used by the [[traceroute]] implementation. | ||
==Protocol== | ==Protocol== | ||
Line 32: | Line 32: | ||
==Source IP Address== | ==Source IP Address== | ||
==Destination IP Address= | ==Destination IP Address== | ||
==Options== | ==Options== |
Latest revision as of 21:00, 3 April 2018
Internal
IPv4 Header
Version
IHL
DSCP
ECN
Total Length
Identification
Flags
Fragment Offset
Time To Live
Eight-bit counter that prevents the datagram being routed endlessly. It represents the hop count: when the datagram arrives at a router, the router decrements TTL field by one. If the value after decrement is zero, the router drops the datagram and sends a "ICMP Time Exceeded" to the sender. The field is used by the traceroute implementation.