How much overhead does the IP-IP tunnel header add to an IPv4 packet?
Click on the arrows to vote for the correct answer
A. B. C. D.A
IP-IP is a tunneling protocol used to encapsulate on IP packet in another IP packet. To encapsulate an IP packet using IP-IP encapsulation, an outer IP header is inserted before the packet's existing IP header. The additional IP header adds 20 bytes of overhead to the packet.
An IP-IP tunnel is a type of encapsulation mechanism that allows one IP packet to be encapsulated within another IP packet. The outer packet is typically transmitted across a network and the inner packet is delivered to its final destination through the tunnel. When an IPv4 packet is encapsulated within an IP-IP tunnel, a new header is added to the original packet to identify the tunnel endpoints and other information needed to route the packet through the tunnel.
The IP-IP tunnel header is typically 20 bytes in length, which includes the following fields:
In summary, the IP-IP tunnel header adds 20 bytes of overhead to the original IPv4 packet.