Question
How does QUIC's error correction differ from TCP?
Asked by: USER2549
49 Viewed
49 Answers
Answer (49)
Unlike TCP, QUIC doesn't rely solely on retransmissions for error correction. It incorporates forward error correction (FEC) techniques, allowing it to recover from some packet loss without requiring retransmission. This, combined with its connection-oriented nature, improves resilience to network impairments.