Stop-and-wait ARQ is a method used in telecommunications to reliably transmit information between connected devices. It ensures packets are not lost and are received in the correct order. The sender transmits one frame at a time and waits for an acknowledgment before sending the next frame. If the acknowledgment is not received within a timeout period, the sender retransmits the frame. Sequence numbers are used to detect duplicate or out-of-order frames.