Layer 4
4: Transport layer
- Provides end to end transportation of segments
- E.g. TCP
- encapsulates TCP segments in network layer packets
- adds reliability by detecting and retransmitting lost packets
- uses acknowledgements and sequence numbers to keep track of successful, out-of-order, and lost packets
- timers help differentiate between loss and delay
- UDP is much simpler: no reliability features