Question
What is the difference between error detection and error correction?
Asked by: USER1115
68 Viewed
68 Answers
Answer (68)
Error detection codes (like parity checks or CRCs) can only identify that an error has occurred. They don't provide a way to fix the error. Error correction codes, on the other hand, not only detect errors but also provide the information needed to reconstruct the original data.