IPv6 packet

From HandWiki
Short description: Smallest message entity exchanged using Internet Protocol version 6

An IPv6 packet is the smallest message entity exchanged using Internet Protocol version 6 (IPv6). Packets consist of control information for addressing and routing and a payload of user data. The control information in IPv6 packets is subdivided into a mandatory fixed header and optional extension headers. The payload of an IPv6 packet is typically a datagram or segment of the higher-level transport layer protocol, but may be data for an internet layer (e.g., ICMPv6) or link layer (e.g., OSPF) instead.

IPv6 packets are typically transmitted over the link layer (i.e., over Ethernet or Wi-Fi), which encapsulates each packet in a frame. Packets may also be transported over a higher-layer tunneling protocol, such as IPv4 when using 6to4 or Teredo transition technologies.

In contrast to IPv4, routers do not fragment IPv6 packets larger than the maximum transmission unit (MTU), it is the sole responsibility of the originating node. A minimum MTU of 1,280 octets is mandated by IPv6, but hosts are "strongly recommended" to use Path MTU Discovery to take advantage of MTUs greater than the minimum.REFERENCE FOR RFC8200 IS NOT DEFINED YET. You are invited to add it here.

Since July 2017, the Internet Assigned Numbers Authority (IANA) has been responsible for registering all IPv6 parameters that are used in IPv6 packet headers.[1]

Fixed header

The fixed header starts an IPv6 packet and has a size of 40 octets (320 bits).[1] The bytes of the multi-byte fields are in the network byte order.

Fixed header format
Offsets Octet 0 1 2 3
Octet Bit 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
0 0 Version Traffic class Flow label
4 32 Payload length Next header Hop limit
8 64 Source address
12 96
16 128
20 160
24 192 Destination address
28 224
32 256
36 288
Version (4 bits)
The constant 6 (bit sequence 0110).
Traffic Class (6+2 bits)
The bits of this field hold two values. The six most-significant bits hold the differentiated services field (DS field), which is used to classify packets.REFERENCE FOR RFC2474 IS NOT DEFINED YET. You are invited to add it here.'REFERENCE FOR RFC3260 IS NOT DEFINED YET. You are invited to add it here. Currently, all standard DS fields end with a '0' bit. Any DS field that ends with two '1' bits is intended for local or experimental use.[2]
The remaining two bits are used for Explicit Congestion Notification (ECN);REFERENCE FOR RFC3168 IS NOT DEFINED YET. You are invited to add it here. priority values subdivide into ranges: traffic where the source provides congestion control and non-congestion control traffic.
Flow Label (20 bits)
A high-entropy identifier of a flow of packets between a source and destination. A flow is a group of packets, e.g., a TCP session or a media stream. The special flow label 0 means the packet does not belong to any flow (using this scheme). An older scheme identifies flow by source address and port, destination address and port, protocol (value of the last Next Header field).REFERENCE FOR RFC6437 IS NOT DEFINED YET. You are invited to add it here. It has further been suggested that the flow label be used to help detect spoofed packets.[3]
Payload Length (16 bits)
The size of the payload in octets, including any extension headers. The length is set to zero when a Hop-by-Hop extension header carries a Jumbo Payload option.REFERENCE FOR RFC2675 IS NOT DEFINED YET. You are invited to add it here.
Next Header (8 bits)
Specifies the type of the next header. This field usually specifies the transport layer protocol used by a packet's payload. When extension headers are present in the packet this field indicates which extension header follows. The values are shared with those used for the IPv4 protocol field, as both fields have the same function (see List of IP protocol numbers).
Hop Limit (8 bits)
Replaces the time to live field in IPv4. This value is decremented by one at each forwarding node and the packet is discarded if it becomes 0. However, the destination node should process the packet normally even if received with a hop limit of 0.
Source Address (128 bits)
The unicast IPv6 address of the sending node.
Destination Address (128 bits)
The IPv6 unicast or multicast address of the destination node(s).

In order to increase performance, and since current link layer technology and transport layer protocols are assumed to provide sufficient error detection,REFERENCE FOR RFC1726 IS NOT DEFINED YET. You are invited to add it here. the header has no checksum to protect it.[1]

Extension headers

Extension headers carry optional internet layer information and are placed between the fixed header and the upper-layer protocol header.[1] Extension headers form a chain, using the Next Header fields. The Next Header field in the fixed header indicates the type of the first extension header; the Next Header field of the last extension header indicates the type of the upper-layer protocol header in the payload of the packet. All extension headers are a multiple of 8 octets in size; some extension headers require internal padding to meet this requirement.

There are several extension headers defined, and new extension headers may be defined in the future. Most extension headers are examined and processed at the packet's destination. Hop-by-Hop Options can be processed and modified by intermediate nodes and, if present, must be the first extension. All extension headers are optional and should appear at most once, except for the Destination Options header extension, which may appear twice.[1]

If a node does not recognize a specific extension header, it should discard the packet and send a Parameter Problem message (ICMPv6 type 4, code 1).[1]

The defined extension headers below are listed in the preferred order for the case where there is more than one extension header following the fixed header.

Extension header Next Header field value Description
Hop-by-Hop Options 0 Options that need to be examined by all devices on the path
Routing 43 Methods to specify the route for a datagram (used with Mobile IPv6)
Fragment 44 Contains parameters for fragmentation of datagrams
Authentication Header (AH) 51 Contains information used to verify the authenticity of most parts of the packet
Encapsulating Security Payload (ESP) 50 Carries encrypted data for secure communication
Destination Options (before upper-layer header) 60 Options that need to be examined only by the destination of the packet
Mobility (currently without upper-layer header) 135 Parameters used with Mobile IPv6
Host Identity Protocol 139 Used for Host Identity Protocol version 2 (HIPv2)REFERENCE FOR RFC7401 IS NOT DEFINED YET. You are invited to add it here.
Shim6 Protocol 140 Used for Shim6REFERENCE FOR RFC5533 IS NOT DEFINED YET. You are invited to add it here.
Reserved 253 Used for experimentation and testingREFERENCE FOR RFC3692 IS NOT DEFINED YET. You are invited to add it here.'REFERENCE FOR RFC4727 IS NOT DEFINED YET. You are invited to add it here.
Reserved 254 Used for experimentation and testing[4][2]

Value 59 (No Next Header) in the Next Header field indicates that there is no next header whatsoever following this one, not even a header of an upper-layer protocol. It means that, from the header's point of view, the IPv6 packet ends right after it: the payload should be empty. There could, however, still be data in the payload if the payload length in the first header of the packet is greater than the length of all extension headers in the packet. This data should be ignored by hosts, but passed unaltered by routers.[1]:4.7

Hop-by-hop options and destination options

The Hop-by-Hop Options extension header may be examined and altered by all nodes on the packet's path, including sending and receiving nodes. (For authentication, option values that may change along the path are ignored.) The Destination Options extension header needs to be examined by the destination node(s) only. The extension headers are both at least 8 octets in size; if more options are present than will fit in that space, blocks of 8 octets, containing options and padding, are added to the header repeatedly until all options are represented.

Hop-by-Hop Options and Destination Options extension header format
Offsets Octet 0 1 2 3
Octet Bit 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
0 0 Next header Header extension length Options and padding
4 32 Options and padding
8 64 Optional: more Options and padding
12 96
Next Header (8 bits)
Specifies the type of the next header.
Header extension length (8 bits)
Length of this header in 8-octet units, not including the first 8 octets.
Options and padding (variable)
Contains one or more options, and optional padding fields to align options and to make the total header length a multiple of 8 octets. Options are TLV-coded.

Routing

The Routing extension header is used to direct a packet to one or more intermediate nodes before being sent to its destination. The header is at least 8 octets in size; if more Type-specific Data is needed than will fit in 4 octets, blocks of 8 octets are added to the header repeatedly, until all Type-specific Data is placed.[1]

Routing extension header format
Offsets Octet 0 1 2 3
Octet Bit 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
0 0 Next header Header extension length Routing type Segments left
4 32 Type-specific data
8 64 Optional: more type-specific data...
12 96
Next header (8 bits)
Indicates the type of the next header.
Header extension length (8 bits)
The length of this header, in multiples of 8 octets, not including the first 8 octets.
Routing type (8 bits)
A value between 0 and 255, as assigned by IANA.[5]
Type Status Comment
0 Deprecated Due to the fact that with Routing Header type 0 a simple but effective denial-of-service attack could be launched,[6] this header was deprecated in 2007 and host and routers are required to ignore these headers.REFERENCE FOR RFC5095 IS NOT DEFINED YET. You are invited to add it here.
1 Deprecated Used for the Nimrod projectREFERENCE FOR RFC1992 IS NOT DEFINED YET. You are invited to add it here. funded by DARPA. It was deprecated in 2009.
2 Allowed A limited version of type 0 and is used for Mobile IPv6, where it can hold the home address of the mobile node.
3 Allowed RPL Source Route HeaderREFERENCE FOR RFC6554 IS NOT DEFINED YET. You are invited to add it here. for low-power and lossy networks.
4 Allowed Segment Routing Header (SRH).REFERENCE FOR RFC8754 IS NOT DEFINED YET. You are invited to add it here.
253 Private use May be used for testing, not for actual implementations. RFC3692-style Experiment 1.[4]
254 Private use May be used for testing, not for actual implementations. RFC3692-style Experiment 2.[4]
Segments Left (8 bits)
Number of nodes this packet still has to visit before reaching its final destination.
Type-specific Data (variable)
Data that belongs to this type of routing header.

Fragment

In order to send a packet that is larger than the path MTU, the sending node splits the packet into fragments. The Fragment extension header carries the information necessary to reassemble the original (unfragmented) packet.[1]

Fragment extension header format
Offsets Octet 0 1 2 3
Octet Bit 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
0 0 Next header Reserved Fragment offset Res M
4 32 Identification
Next header (8 bits)
Identifies the type of the next header.
Reserved (8 bits)
Initialized to all zeroes.
Fragment offset (13 bits)
Offset, in 8-octet units, relative to the start of the fragmentable part of the original packet.
Res (2 bits)
Reserved; initialized to zeroes.
M Flag (1 bit)
1 means more fragments follow; 0 means last fragment.
Identification (32 bits)
Packet identification value, generated by the source node. Needed for reassembly of the original packet.

Authentication Header (AH) and Encapsulating Security Payload (ESP)

The Authentication Header and the Encapsulating Security Payload are part of IPsec and are used identically in IPv6 and in IPv4.REFERENCE FOR RFC4302 IS NOT DEFINED YET. You are invited to add it here.'REFERENCE FOR RFC4303 IS NOT DEFINED YET. You are invited to add it here.

Payload

The fixed and optional IPv6 headers are followed by the upper-layer payload, the data provided by the transport layer, for example a TCP segment or a UDP datagram. The Next Header field of the last IPv6 header indicates what type of payload is contained in this packet.

Standard payload length

The payload length field of IPv6 (and IPv4) has a size of 16 bits, capable of specifying a maximum length of 65535 octets for the payload. In practice, hosts determine the maximum usable payload length using Path MTU Discovery (yielding the minimum MTU along the path from sender to receiver), to avoid having to fragment packets. Most link-layer protocols have MTUs considerably smaller than 65535 octets.

Jumbogram

An optional feature of IPv6, the jumbo payload option in a Hop-By-Hop Options extension header,[7] allows the exchange of packets with payloads of up to one octet less than 4 GB (232  1 = 4294967295 octets), by making use of a 32-bit length field. Packets with such payloads are called jumbograms.

Since both TCP and UDP include fields limited to 16 bits (length, urgent data pointer), support for IPv6 jumbograms requires modifications to the transport layer protocol implementation.[7] Jumbograms are only relevant for links that have a MTU larger than 65583 octets (more than 65535 octets for the payload, plus 40 octets for the fixed header, plus 8 octets for the Hop-by-Hop extension header). Only a few link-layer protocols can process packets larger than 65535 octets.[citation needed]

Fragmentation

Unlike in IPv4, IPv6 routers never fragment IPv6 packets. Packets exceeding the size of the maximum transmission unit (MTU) of the destination link are dropped and this condition is signaled by a Packet too big ICMPv6 message to the originating node, similarly to the IPv4 method when the Don't Fragment bit is set.[1] End nodes in IPv6 are expected to perform Path MTU Discovery to determine the maximum size of packets to send, and the upper-layer protocol is expected to limit the payload size. If the upper-layer protocol is unable to do so, the sending host may use the Fragment extension header instead.

Any data link layer conveying IPv6 data must be capable of transmitting an IP packet containing up to 1,280 bytes, thus the sending endpoint may limit its packets to 1,280 bytes and avoid any need for fragmentation or Path MTU Discovery.

Fragmenting

A packet containing the first fragment of an original (larger) packet consists of five parts: the per-fragment headers (the crucial original headers that are repeatedly used in each fragment), followed by the Fragment extension header containing a zero Offset, then all the remaining original extension headers, then the original upper-layer header (alternatively the ESP header), and a piece of the original payload.[1] Each subsequent packet consists of three parts: the per-fragment headers, followed by the Fragment extension header, and by a part of the original payload as identified by a Fragment Offset.

The per-fragment headers are determined based on whether the original contains Routing or Hop-by-Hop extension header. If neither exists, the per-fragment part is just the fixed header. If the Routing extension header exists, the per-fragment headers include the fixed header and all the extension headers up to and including the Routing one. If the Hop-by-Hop extension header exists, the per-fragment headers consist of only the fixed header and the Hop-by-Hop extension header.

In any case, the last header of the per-fragment part has its Next Header value set to 44 to indicate that a Fragment extension header follows. Each Fragment extension header has its M flag set to 1 (indicating more fragments follow), except the last, whose flag is set to 0. Each fragment's length is a multiple of 8 octets, except, potentially, the last fragment.

The per-fragment headers were historically called the "unfragmentable part", referring to pre-2014 possibility of fragmenting the rest of the header. Now no headers are actually fragmentable.REFERENCE FOR RFC7112 IS NOT DEFINED YET. You are invited to add it here.

Reassembly

The original packet is reassembled by the receiving node by collecting all fragments and placing each fragment at its indicated offset and discarding the Fragment extension headers of the packets that carried them. Packets containing fragments need not arrive in sequence; they will be rearranged by the receiving node.

If not all fragments are received within 60 seconds after receiving the first packet with a fragment, reassembly of the original packet is abandoned and all fragments are discarded. If the first fragment was received (which contains the fixed header) and one or more others are missing, a Time Exceeded message (ICMPv6 type 3, code 1) is returned to the node originating the fragmented packet.

When reassembling node detects a fragment that overlaps with another fragment, the reassembly of the original packet is aborted and all fragments are dropped. A node may optionally ignore the exact duplicates of a fragment instead of treating exact duplicates as overlapping each other.[1]

Receiving hosts must make a best-effort attempt to reassemble fragmented IP datagrams that, after reassembly, contain up to 1500 bytes. Hosts are permitted to make an attempt to reassemble fragmented datagrams larger than 1,500 bytes, but they are also permitted to silently discard any datagram after it becomes apparent that the reassembled packet would be larger than 1,500 bytes. Therefore, senders should avoid sending fragmented IP datagrams with a total reassembled size larger than 1,500 bytes, unless they have knowledge that the receiver is capable of reassembling such large datagrams.

Security

Research has shown that the use of fragmentation can be leveraged to evade network security controls. As a result, in 2014 the earlier allowance for overflowing the IPv6 header chain beyond the first fragment became forbidden in order to avoid some very pathological fragmentation cases.[8] Additionally, as a result of research on the evasion of Router Advertisement Guard,REFERENCE FOR RFC7113 IS NOT DEFINED YET. You are invited to add it here. the use of fragmentation with Neighbor Discovery is deprecated, and the use of fragmentation with Secure Neighbor Discovery (SEND) is discouraged.REFERENCE FOR RFC6980 IS NOT DEFINED YET. You are invited to add it here.

References

  1. 1.00 1.01 1.02 1.03 1.04 1.05 1.06 1.07 1.08 1.09 1.10 1.11 Cite error: Invalid <ref> tag; no text was provided for refs named rfc8200
  2. 2.0 2.1 Cite error: Invalid <ref> tag; no text was provided for refs named rfc4727
  3. Use of the IPv6 Flow Label as a Transport-Layer Nonce to Defend Against Off-Path Spoofing Attacks
  4. 4.0 4.1 4.2 Cite error: Invalid <ref> tag; no text was provided for refs named rfc3692
  5. "Internet Protocol Version 6 (IPv6) Parameters: Routing Types". IANA. https://www.iana.org/assignments/ipv6-parameters/ipv6-parameters.xhtml. 
  6. Philippe Biondi, Arnoud Ebalard (April 2007). "IPv6 Routing Header Security". EADS. http://www.secdev.org/conf/IPv6_RH_security-csw07.pdf. "Type 0: the evil mechanism..." 
  7. 7.0 7.1 Cite error: Invalid <ref> tag; no text was provided for refs named rfc2675
  8. Cite error: Invalid <ref> tag; no text was provided for refs named rfc7112