Assuming application message of size 200 bytes calculate siz
Assuming application message of size 200 bytes, calculate size of an Ethernet frame with the following Transport/Internet layer protocols:
1) ICMP/IP
2) UDP/IP
3) UDP/IPv6
4) TCP/IP
5) TCP/IPv6
Solution
Answer: 1) In case ICMP/IP:
MTU IS 2000
Overhead: 32 bytes
Etherent frame size : 1968 bytes
2) In case of UDP/IP:
Overhead: 8 bytes
Etherent frame: 1992 bytes
3) In case of UDP/IPV6:
Overhead: 68 bytes
Ehternet frame size size: 1932 bytes
4)In case of TCP/IP:
Overhead: 20 bytes
Ethernet frame size: 1980 bytes
5)In case of TCP/IPV6:
Overhead: 40 bytes
Ethenet frame size: 1960 bytes
