| Parity Bit | Checksum | Parity Block | |
|---|---|---|---|
| Add one bit to 7-bit data to make the number of 1s odd or even | Extra redundant data (checksum) calculated using all the transferred data | Parity check made on a group of bytes in sequence | |
| One bit error | Yes | Yes | Yes |
| Two bit error | No | Possible | Sometimes |
| Remark | Any Even number of error bit cannot be detected | Accuracy depends on size of checksum and algorithm | Able to locate which bit is wrong and auto-correct |