|
Cyclic Redundancy Check
The CRC is used to detect errors
in data on the local media that occur during transmission. It is computed by
treating binary data as a polynomial with 0 or 1 coefficients and dividing it
by a special preset polynomial. The remainder is taken as the CRC (32 bits on
LANs).
|