Retransmissions
So, the sender needs to set timers in order to know when to retransmit a packet the may have been lost
How long to set the timer for?
- Too short: may retransmit before data or ACK has arrived, creating duplicates
- Too long: if a packet is lost, will take a long time to recover (inefficient)