What are Packets and Frames.

Screenshot 2024-05-14 084608.png

Header Description
Time to Live This field sets an expiry timer for the packet to not clog up your network if it never manages to reach a host or escape!
Checksum This field provides integrity checking for protocols such as TCP/IP. If any data is changed, this value will be different from what was expected and therefore corrupt.
Source Address The IP address of the device that the packet is being sent from so that data knows where to return to.
Destination Address The device's IP address the packet is being sent to so that data knows where to travel next.

TCP/IP (The Three-Way Handshake)