Basic Approaches
1. Stop and Wait


<aside>
📖 Basic algorithm
At most one packet in flight at any time
- Sender sends one packet
- Receiver sends acknowledgment packet when it receives data
- On receiving acknowledgment, sender sends new data
- On timeout, sender resends current data
</aside>
<aside>
📖 Duplicates
- Use 1-bit counter in data and acknowledgments
- Some simplifying assumptions
</aside>
