Error Detection and Correction
Errors
- 발신자가 bit 0(1)을 보낸다.
- 수신자는 발신자가 1(0)을 보냈다고 생각하거나,
- 이게 무슨 bit인지 확인을 못해
n-bit error
- 오류의 정도를 어떻게 판단할 것인가
- "01101100" -> "01101101" : 1-bit error
- The size of data block depends on the unit of error detection/correction
Error detection vs. correction
- detection : 오류가 일어난 건 알지만, 어떻게 고쳐야 하는지 모른다.
- correction : 오류가 일어난 것도 알고, 고칠 수도 있다.