pariteettitietoa
Pariteettitietoa, often translated as parity information, refers to data that is used in error detection and correction schemes. The most common form is parity bits, which are added to a block of data to indicate whether the number of set bits (bits with a value of 1) in the original data is even or odd. This is known as even parity or odd parity, respectively.
In a simple even parity system, if the original data has an even number of 1s, the
When the data is transmitted or stored, the receiving system can re-calculate the parity based on the
While simple parity can detect single-bit errors, it cannot correct them, nor can it detect errors where