/*
Customise Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorised as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

Performance cookies are used to understand and analyse the key performance indexes of the website which helps in delivering a better user experience for the visitors.

Advertisement cookies are used to provide visitors with customised advertisements based on the pages you visited previously and to analyse the effectiveness of the ad campaigns.

/*]]>*/

Parity

March 5, 2025

Parity

You are here:
< Back

cyber risk assessment insurance cybersecurity best practices define RMM authentication TPRM ecosystem flaw hypothesis methodology high assurance guard 3rd party third-party CISO vulnerabilityWhat is Parity?

In cybersecurity, parity generally refers to a simple error detection method used to ensure data integrity during transmission or storageIt involves adding an extra bit (a parity bit) to a data unit, and the parity bit is set to make the total number of 1s either even (even parity) or odd (odd parity)This parity bit allows the receiver to check if any errors occurred during transmission, as any change in a single bit will alter the 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. 
See Also: Parity Bit
Applications:
Parity checks are commonly used in serial communication protocols, computer memory (RAM), and storage systems (RAID). 
  • 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