 |
CRC |
| |
Acronym for Cyclic Redundancy
Check. The CRC is used to verify data block integrity.
In a typical scheme, 2 CRC bytes are added to each
user data block. The 2 bytes are computed from
the user data, by digital logical chips. The mathematical
model is made up of polynomials with binary coefficients.
When
reading back data, the CRC bytes are read and compared
to new CRC bytes computed from the read back block
to detect a read error. The read back error check
process is mathematically equivalent to dividing
the read block, including its CRC, by a binomial.
If the division remainder is zero, the data is
error free. |
|
|