CRC - Cyclic Redundancy Check
Saturday, 23 November 2002 12:28
A form of error detection. Accomplished by reading a block of incoming data, operating on the binary number equivalent of this block (e.g., dividing by another binary number) and noting the remainder. If this remainder is the same as a character transmitted in the message, it is assumed that the transmission was error free.
Last Updated on Saturday, 23 November 2002 12:28