are there any advantage for CRC when compared with 2 dimensional parity?

link|improve this question

60% accept rate
feedback

1 Answer

with CRC, you can detect "burst" errors, that is any sequence of errors. CRC uses fewer bits. with CRC you can correct one bit errors.

2 dim parity you can detect 1, 2 and 3 bit errors and sometimes 4 bit errors 4 bit errors that are not detected are ones on 4 corners (forming a rectangle)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.