Serial IP (SLIP)
Simple: only framing = Flags + byte-stuffing
Compressed headers (CSLIP) for efficiency on low speed links for interactive traffic.
Problems:
- Need other end’s IP address a priori (can’t dynamically assign IP addresses)
- No “type” field => no multi-protocol encapsulation
- No checksum => all errors detected/corrected by higher layer.