IP: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 3: Line 3:
* [[Linux Network Concepts]]
* [[Linux Network Concepts]]
* [[IP Address]]
* [[IP Address]]
=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.
==Protocol==
==Header Checksum==
==Source IP Address==
==Destination IP Address=
==Options==

Revision as of 20:59, 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.

Protocol

Header Checksum

Source IP Address

=Destination IP Address

Options