Paritetsbits
Paritetsbits, or parity bit, is a simple error-detecting mechanism used in digital communication and storage. It is a single binary digit added to a data word to help determine whether an error has occurred during transmission or retrieval.
There are two common schemes: even parity and odd parity. In even parity, the parity bit is
Applications for parity bits include some asynchronous serial communications, where a parity configuration may be specified
Limitations exist: a parity bit can only reliably detect an odd number of bit errors within the
See also: ECC memory, Hamming code, CRC, error detection and correction.