Here are the key steps in stop-and-wait ARQ when frame 1 is lost:
1. Station A transmits frame 0 and waits for ACK
2. Station B receives frame 0 and sends ACK
3. Station A receives ACK and transmits frame 1
4. Frame 1 is lost in transmission
5. Station A's timer expires before receiving ACK for frame 1
6. Station A retransmits frame 1
The key aspects are that the sender transmits one frame at a time and waits for ACK before sending the next frame. If ACK is not received within the timeout period, the frame is retransmitted.