answersLogoWhite

0


Best Answer

Figure 1 IPv4 Header

Figure 2 IPv6 Header

One feature of IPv6 that immediately comes to our mind is huge address space. This refers to the fact that, among many elements shown in Figure 1 and 2, the Source Address and the Destination Address has each been expanded from 32 bits to 128 bits. If you just think in terms of pure combination of numbers, there used to be 232 possible ways to represent addresses, but now there are 2128 possible ways to represent them.

However, if you compare Figures 1 and 2 again, you will realize that although IPv6 uses four times more digits to express the addresses of the source and the destination, length of the header has not increased much from that of IPv4. This is because header format has been simplified in IPv6. You can see that among many elements (called "field") shown in Figure 1, those shown in red do not exist in Figure 2.

One of the important changes is that there is no Options field in Figure 2. In IPv4, Options field can be used to add information about various optional services. For example, information related to encryption can be added here. Because of this, the length of the IPv4 header changes according to the situations. Due to this difference in length, routers that control communications according to the information in the IP header can't judge the length of the header just by looking at the beginning of the packet. This makes it difficult to speed up packet processing with hardware assist.

On the other hand, IPv6 moves information related to additional services to a section called extension header. The part shown in Figure 2 is called basic header. Therefore, for plain packets, IP header length is fixed to 40 bytes. In terms of making it easier to process packets with hardware, you can say that IPv6 can be accelerated much easier than IPv4.

Another field that exists in Figure 1 but is absent from Figure 2 is the Header Checksum field. A Header Checksum is a number used to check for errors in header information, and is calculated using the numbers in the header. However, problem with this approach is that header contains a number called TTL (Time To Live), which changes every time the packet goes through a router. Because of this, Header Checksum must be recalculated every time the packet goes through a router. If we can free up routers from this type of calculations, we could reduce the delay. Actually, TCP layer that resides above IP layer checks errors of various information including sender address and destination address. Since performing same calculations at the IP layer is redundant and unnecessary, Header Checksum is removed from IPv6.

Figure 1 contains 8bit field called "Service Type". This field is used to represent the priority of the packet, for example whether it should be delivered express or with normal speed, and allows communication devices to handle the packet accordingly. Service Type field is composed of TOS (Type of Service) field and Precedence field. TOS field specifies the type of service and contains cost, reliability, throughput, delay, or security. Precedence field specifies the level of priority using eight levels from 0 to 7. IPv6 provides the same function with a field called Traffic Class.

Flow Label field has a 20 bits length, and is a field newly established for IPv6. By using this field, packet's sender or intermediate devices can specify a series of packets, such as Voice over IP, as a flow, and request particular service for this flow. Even in the world of IPv4, some communication devices are equipped with the ability to recognize traffic flow and assign particular priority to each flow. However, these devices not only need to check the IP layer information such as address of the sender and the destination, but also need to check the port number which is an information that belongs to a higher layer. Flow Label field attempts to put together all these necessary information and provide them at the IP layer. However, specifics on how to use it is still undecided.

As we have seen in this article, IPv6 aims to provide intelligent transmission framework that is easy to handle for intermediate devices by keeping the basic header simple and fixed length.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

In IPv4 header is variable i.e of 20-60 bytes. In IPv6 header is fixed i.e of 20 bytes.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Differences between IPV4 header and IPV6 header?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Differential between ipv4 and ipv6?

1. Describe the main features that differentiate IPv6 from IPv4


Contrast the IPv4 and the IPv6 header fields?

Simplified header format. IPv6 has a fixed length header, which does not include most of the options an IPv4 header can include. Even though the IPv6 header contains two 128 bit addresses (source and destination IP address) the whole header has a fixed length of 40 bytes only. This allows for faster processing. Options are dealt with in extension headers, which are only inserted after the IPv6 header if needed. So for instance if a packet needs to be fragmented, the fragmentation header is inserted after the IPv6 header. The basic set of extension headers is defined in RFC 2460.


How can dns distinguish between ipv4 and ipv6 host in determining which resource record to return?

It reads the protocol/bit stream/header


What is the length in bits of a logical IP address IPv4 and IPv6?

32 bits (for IPv4), or 128 bits (for IPv6).32 bits (for IPv4), or 128 bits (for IPv6).32 bits (for IPv4), or 128 bits (for IPv6).32 bits (for IPv4), or 128 bits (for IPv6).


Should ipv4 be disabled when using ipv6?

There is no need to disable ipv4 to use ipv6.


Why does IPv6 use separate extension headers instead of fields in a single fixed header?

IPv6 includes an improved option mechanism over IPv4. IPv6 options are placed in separate extension headers that are located between the IPv6 header and the transport-layer header in a packet. Most IPv6 extension headers are not examined or processed by any router along a packet's delivery path until it arrives at its final destination. This facilitates a major improvement in router performance for packets containing options


What is the difference between IPv4 and IP?

IP is the internet protocol that uniquely identifies a system on a network and there is no difference between IP and IPv4 infact IPv4 is a version of like IPv6.


Which IPv4 to IPv6 transition methods allows an IPv4 only host to communicate with a IPv6 only host?

I guess NAT64


Which characteristic describes an IPv6 enhancement over IPv4?

While IPv6 is based on IPv4, it is superior. The main characteristic that shows its enhancement over IPv4 is that it processes faster.


What is the difference between your IPv4 address and your IP address?

IP is the internet protocol that uniquely identifies a system on a network and there is no difference between IP and IPv4 infact IPv4 is a version of like IPv6.


What are the loopback addresses in IPv4 and IPv6?

In IPv4, the loopback address is 127.0.0.1. In IPv6 it is ::1.


Conversion of IPV4-IPV6?

There is no direct conversion.