IPv4 Header versus IPv6 Header

IPv6-Header

IPv4 Header versus IPv6 Header

IPv4 and IPv6 are the two man version of Internet Protocol, IP. Both IPv4 and IPv6 has Headers and these headers are a little different. After IPv4 Header, IPv6 Header has designed to be simpler and more efficient even it has a longer address space. In this lesson, we will see both IPv4 Header and IPv6 Header. You will find an opportunity to compare these two IP version headers.

 

There are similar, different and renamed fields in IPv6 Header if we compare it with IPv4 Header. In this lesson, we will see all these similarities and differences of these IP Headers.

 


You can also learn Packet Tracer IPv6 Configuration.


 

IPv6 Header

IPv6 Header has less fields if we compare it with previous version IPv4 Header. What are these IPv6 Header fields? All these Ipv6 Header fields are given below:

  • Version
  • Traffic Class
  • Flow Label
  • Payload Length
  • Next Header
  • Hop Limit
  • Source Address
  • Destination Address

 

Now, let’s talk about the roles of these IPv6 Header fields one by one.

 


 

IPv6 Header Fields

Version

Version fields is a 4 bits long field that indicates the version of IP. Here, our IP version is IPv6, so the value of this field will be “6 (0110)”

 


 

Traffic Class

Traffic Class field is a 8 bits long field that is similar to IPv4 ToS (Type of Service) field. With the help of Traffic Class, DSCP Marking is done.

 

ipv4-ipv6-header-qos

 


 

Flow Label

The Flow Label field is 20 bits long new field in IPv6 Header. With the help of Flow Label, specific traffic flows can be tracked. IPv6 routers use this field to distinguish different traffic flows between the destination and the source.

 


 

Payload Length

Payload Length is 16 bits long. It is similar to IPv4 Length field. Mainly this is the length value of the data portion of IPv6 packet. The length does not include the main IPv6 Header. In IPv4 Lenght field, it includes also IPv4 Header. But in IPv6 it is not included. With this 16 bits, maximum 65,355 byte-long packets are allowed. But generallt, IPv4 and IPv6 packets are 1500 byte long.  But IPv6 can carry larger packets called Jumbograms. Hıop by hop extension header is used for this purpose. A Jumbogram packet length that can be carried by IPv& packet can be between 65,536 and 4,294,967,295 bytes.

 


 

Next Header

Next Header field is a 8 bits long field that is similar to IPv4 Protocol field. It shows the protocol after IPv6 header. In other words, it shows the upper layer protocol like TCP, UDP, SCTP. Some of the Next Header protocols and their Hex values are given below:

    • TCP           6
    • UDP         11
    • GRE         2F
    • ESP          32
    • ICMPv6  3A
    • OSPF       59
    • No Next Header  3B

ipv4-ipv6-header-next-header

 


 

Hop Limit

Hop Limit field is 8 bit long field similar to IPv4 TTL field. It shows the maximum allowed hop through the travel of the packet. In other words it ensures a packet circulation because of a routing loop.

 


 

Source Address

Source Address field is a 128 bits long field that includes the source IPv6 address. As you know an IPv6 source address is 128 bits log as all IPv6 addresses.

 


 

Destination Address

Destination Address field is a 128 bits long field that includes the destination IPv6 address. As you know an IPv6 destination address is 128 bits log as all IPv6 address.

 


 

Ethernet Header for IPv4 and IPv6

By the way, let’s also talk about the Ethernet Header for IPv6 packets. IP is encapsulated byEthernet generally. In an Ethernet Headers, there is a filed called EtherType which shows the upper layer protocol.  In Ethernet II Header, if the upper protocol IPv6, in EtherType field, 0x86dd is used. If it is IPv4, in Ethertype field 0x800 is used.

 

ipv4-ipv6-header-qos

 


You can also test your IPv6 Knowledge on IPv6 Questions Page.


 

IPv4 Header

IPv4 is the previous version Internet Protocol. It has more parts if we compare it with next genertation IP, IPv6. So, what are the fields used in an IPv4 Header? Below,  you can find all the fields used in an IPv4 Header:

  • Version
  • Header length
  • ToS
  • Total length
  • Identification
  • Flags
  • Fragmented offset
  • TTL
  • Protocol
  • Header checksum
  • Source IP address
  • Destination IP address
  • Options
  • Padding

 

What are these IPv4 Header field’s roles? Let’s explain the roles of each IPv4 Header field one by one.

 


 

IPv4 Header Fields

Version

Version field is a 4 bits IP version field. It is set to 4.

 


 

Header Length

Header Length is 32 bits long and it has minimum 20 bytes and maximum 60 bytes.

 


 

ToS (Type of Service)

ToS (Type of Service) is 8 bits long field used for QoS. The first 3 bits were used for QoS as IP Precedence. Later the first 6 bits were used  for QoS as DSCP (Differentiated Services Code Point). The last 2 bits are used for ECN.

 

  • The values of the first 3 bits are given below:
    • 000    Routine
    • 001     Priority
    • 010     Immediate
    • 011      Flash
    • 100     Flash Override
    • 101      CRITIC/ECP
    • 110      Internetwork Control
    • 111       Network Control

 

  • The 4. bit is “delay” bit. “0” means “normal delay”, “1”  means “low delay”.

 

  • The 5. bit is “throughput” bit. “0” means “normal throughput”, “1”  means “high throughput”.

 

  • The 6. bit is “reliability” bit. “0” means “normal reliability”, “1”  means “high reliability”.

 

  • The 7. bit is “Minimize monetary cost” bit. “0” means “normal monetary cost”, “1”  means “minimize monetary cost”.

 

  • The 8. bit is reserved and set to “0”.

 

Lesson tags: IPv6, ip addressing, IPv4
Back to: HCNA > IPv4 Addressing

Leave a Reply

Your email address will not be published. Required fields are marked *

HCNA

Collapse
Expand