| |
| | error-correction |
 | | LRC/VRC Longitudinal Redundancy Check/Vertical Redundancy Check scheme uses not only one parity bit per word (or row of the frame, considered now as a matrix), but also a "parity check character", comprising the entire last row of the matrix, with each bit in the row checking the parity of the corresponding column. |
 | | CRC - Cyclic Redundancy Check Given a m-bit message M, and a predetermined (r+1)-bit number P, generate an r-bit frame check sequence (FCS) that, appended to M, will produce an (m+r)-bit number T divisible by P (modulo 2). |
 | | Forward error correction - enough redundancy is transmitted in the code that errors can be corrected by the receiver without retransmission (used when retransmission is impractical, as in distant space probes, simplex lines, broadcast media where many stations may have to listen to unnecessary retransmission) Backward error correction - errors are detected and retransmission requested. |
| www.cise.ufl.edu /~nemo/cen6505/error-correction |
|