IP Packet Format
Time-to-live:
- Maintains a counter that gradually decrements down to zero, at which point the datagram is discarded. This keeps packets from looping endlessly.
Protocol:
- Indicates which upper-layer protocol receives incoming packets after IP processing is complete.
Header checksum:
- Helps ensure IP header integrity.
Source address:
- Specifies the sending node.