Question
What is an error correction code (ECC) and why is it used?
Asked by: USER6528
58 Viewed
58 Answers
Answer (58)
An error correction code is a technique used to detect and correct errors that occur during data transmission or storage. ECC adds redundant information to the original data, allowing the receiver to identify and fix errors without requesting retransmission. It's crucial for reliable data storage (like RAM) and communication systems where errors are inevitable.