a)
IPv4 contains three major parts:
- IP Header: It is used to identify
characteristics of data. It contains Version, Header length, Type
of service, total length, Identification, flags, offset, Time to
leave, protocol, header checksum, Source IP, Destination IP.
- Payload: Contains actual data and Transport
layer information.
- Options: This is optional and variable in
size. Used for specific purposes.
b)
Three major parts of Ethernet II Frame:
- Header: Contains fields like Source MAC
address, Destination MAC Address, Ether type.
- Data: actual data which varies it's size.
- CRC :Cyclic redundancy check also known as FCS
(Frame check sequence).