Length is the number of bits in the packet
Packet ID is needed so that, afterwards, data from multiple packets can be arranged into the correct order
Source address is the IP address of the device that sent the data.
Destination address is the IP of the device that should receive the data
Protocol is an indication of which protocol (HTTP, FTP, SMTP, etc.) has been used to form the packet.
Data is the reason a packet is being sent in the first place, Eventually, all packet components are discarded except for the data itself.
Checksum is a technique that verifies that the data that was sent matches the data that was received