evenparity
Even parity is a simple form of error detection used in data transmission and storage. In even-parity schemes, a parity bit is added to a data word so that the total number of 1-bits in the word, including the parity bit, is even. The parity bit is set to 1 if the count of 1s in the data is odd, and to 0 if it is even. This creates a quick check that a single bit flip has occurred during storage or transmission.
Even parity is often contrasted with odd parity, in which the parity bit is chosen so the
Applications include simple error checking in data communication protocols, particularly in older or low-cost serial interfaces
Limitations: because parity considers only the count of 1s, many error patterns go undetected; parity cannot