The single bit that satisfies the chosen parity scheme
Number of 1-bits in data4
Encoded word10101100
Total 1-bits (incl. parity)4
Data word length7bits
1-bits in data4
1-bits in encoded word4
Data word length (bits)7
▸
Parity bit is 0, encoded word is 10101100.
The data word contains 4 one-bits. With even parity the parity bit is 0.
The encoded word is 10101100 (8 bits total including the parity bit).
Parity detects any single-bit flip during transmission. It cannot locate the flipped bit or detect an even number of simultaneous errors.
Next stepSend the encoded word. The receiver independently recalculates the parity and compares it against the received parity bit to detect any single-bit error.