Paritetsbitar
Paritetsbitar are a simple form of error-detecting code used in digital communications and storage systems. They add one extra bit to a data block so that the total number of 1 bits in the block has a defined parity, either even or odd. If the receiving system recomputes the parity and finds a mismatch, it signals an error.
There are two common types: even parity and odd parity. In even parity, the parity bit is
Usage contexts include serial communications (for example, in some UART configurations), certain data storage schemes, and
Limitations mean parity bits are often supplemented or replaced by more robust schemes such as cyclic redundancy