IPV4 header Flashcards
(14 cards)
What is in the IPv4 Header?
- Version
- IHL (Internet Header Length)
- DSCP (differentiated services code point)
- ECN (Explicit Congestion Notification)
- Total Length Field
- Identification field
- Flags
- Fragment offset
- TTL
- Protocol
- Header checksum
- Source IP address
- Destination IP address
- Options
Version (IPV4 Header)
Denotes whether Packet is IPV4 or IPV6
IHL
(Internet Header Length - Indicates the total length of the header (only ipv4 header) in increments of 5
DSCP
differentiated services code point - used to identify if data should be prioritized
ECN
Explicit Congestion Notification - end to end notification of congestion without dropping
Total Length field
Length of the packet (l3 + l4 header)
Identification field
If fragmented due to exceeding MTU, this will keep track (fragments will have diff headers but same identification).
MTU
Maximum size of the packet that can be sent at a time (fragments if too big)
Flags
control and identify fragments
Fragment offset
indicate position of fragment within original packet
TTL
counts down everytime it reaches a router, will be dropped at 0
Protocol
indicates protocol of encapsulated l4 PDU (ie TCP)
Header Checksum
Checks for errors in the header by having router calculate checksum and dropping if it doesn’t match