How Can We Help?
Parity
What is Parity?
- Parity Bit: This is an extra bit added to a data unit (like a byte).
- Even Parity: The parity bit is set so that the total number of 1s in the data unit, including the parity bit, is even.
- Odd Parity: The parity bit is set so that the total number of 1s in the data unit, including the parity bit, is odd.
- Error Detection: At the receiving end, the parity of the received data is checked. If the parity is incorrect (e.g., expected even parity but received odd parity), it indicates that an error might have occurred during transmission.
- Limitations: Parity checks are good for detecting single-bit errors but cannot detect multiple-bit errors or errors in the parity bit itself.
- Alternatives: More robust error detection and correction methods, like Cyclic Redundancy Check (CRC) or forward error correction, are often used in conjunction with parity checks or as replacements in more critical applications.
Definition
Bit(s) used to determine whether a block of data has been altered.
SOURCE: CNSSI-4009