pariteetkontrolle
Pariteetkontrolle, often translated as parity check, is a simple form of error detection used in computing and digital communications. Its primary purpose is to detect single-bit errors in a transmitted data stream. The core principle involves adding an extra bit, known as the parity bit, to a block of data. This parity bit is set to either 0 or 1 based on the number of '1's in the original data block.
There are two main types of parity checks: even parity and odd parity. In even parity, the
Pariteetkontrolle is a very basic error detection method and has limitations. It can only detect an odd