5 questions to test your understanding
A satellite communicating with a deep-space probe has a 40-minute round-trip signal delay. When bit errors occur, the best error-handling strategy is:
A network engineer adds a single parity bit to each 8-bit data byte. If two bits are flipped by noise during transmission, what happens?
Error correction codes require more redundant bits than error detection codes because they must encode enough information to identify the specific location of corrupted bits, not just whether corruption occurred.
Because modern error correction codes can fix corrupted data automatically, they have replaced error detection protocols in most layers of modern networks.
Explain why 'forward error correction' is preferred over 'detection + retransmission' in some communication environments. What property of the environment makes correction worth the extra bandwidth overhead?