Internet
Fact-checked

At WiseGEEK, we're committed to delivering accurate, trustworthy information. Our expert-authored content is rigorously fact-checked and sourced from credible authorities. Discover how we uphold the highest standards in providing you with reliable knowledge.

Learn more...

In Computing, what is Parity?

Malcolm Tatum
Malcolm Tatum
Malcolm Tatum
Malcolm Tatum

When used in a computing environment, parity has to do with the approach that is used to determine if data was lost or compromised in some manner during transfer from a root source to another location. This can include such movements as losing data during an operation, overwriting data, and even when the data is copied and stored in some fashion, such as on disk. It also comes into play when evaluating the transference of data between computer hard drives.

This process of checking data receives its name from the Latin word paritas, which means the equivalent or equal. Since the desired effect of transferring data is to have it arrive at its destination without corruption of any kind, it is the hope that what is received is equal or identical to the original.

Parity may refer to an approach used to discover whether data was lost during the copying of data to a disc.
Parity may refer to an approach used to discover whether data was lost during the copying of data to a disc.

Establishing parity involves the insertion of extra binary digits in the transmission of the data. These extra digits are known as parity bits. A single bit is added to a predetermined group of bits that are being moved at the same time. While it essentially rides along with the group of binary bits, it does not actually become a part of the group. Rather, the bit is there to help define the group and hopefully keep the other bits together during the transmission.

Parity may refer to an approach used to evaluate the success or failure of data transference between computer hard drives.
Parity may refer to an approach used to evaluate the success or failure of data transference between computer hard drives.

The exact structure of the extra bit depends on the group of binary bits it is assigned to travel with. Before the transmission of data takes place, each group of bits is counted to determine the exact number in each group. If the group has an odd number, the parity bit is set to zero. When the group has an even number of bits, it is set to one. Once parity on the originating end is established, the transmission of the data begins.

Adding extra binary digits can create parity.
Adding extra binary digits can create parity.

At the receiving end, each group of bits is again counted to ensure that the entire set completed the journey. This is done by making sure the bits received is an odd number. If the number of bits is an even number, this means that something occurred during the transmission and data was lost from that particular group of bits. An error message is generated, and the end user has the option of trying the transmission a second time.

Parity is simply a means of making sure that what is sent is what is received. Achieving it is the goal with any type of data transmission, and this is most often what actually occurs. If there are continuing issues with achieving it during transmissions, that is a sign that something has been corrupted in the process. At this point, it is important to have an information systems specialist analyze the situation.

Malcolm Tatum
Malcolm Tatum

After many years in the teleconferencing industry, Michael decided to embrace his passion for trivia, research, and writing by becoming a full-time freelance writer. Since then, he has contributed articles to a variety of print and online publications, including WiseGEEK, and his work has also appeared in poetry collections, devotional anthologies, and several newspapers. Malcolm’s other interests include collecting vinyl records, minor league baseball, and cycling.

Learn more...
Malcolm Tatum
Malcolm Tatum

After many years in the teleconferencing industry, Michael decided to embrace his passion for trivia, research, and writing by becoming a full-time freelance writer. Since then, he has contributed articles to a variety of print and online publications, including WiseGEEK, and his work has also appeared in poetry collections, devotional anthologies, and several newspapers. Malcolm’s other interests include collecting vinyl records, minor league baseball, and cycling.

Learn more...

Discussion Comments

anon87273

Can anyone explain how parity checking takes place?

Thank you.

Post your comments
Login:
Forgot password?
Register:
    • Parity may refer to an approach used to discover whether data was lost during the copying of data to a disc.
      By: Brian Jackson
      Parity may refer to an approach used to discover whether data was lost during the copying of data to a disc.
    • Parity may refer to an approach used to evaluate the success or failure of data transference between computer hard drives.
      By: merydolla
      Parity may refer to an approach used to evaluate the success or failure of data transference between computer hard drives.
    • Adding extra binary digits can create parity.
      By: Thomas Pajot
      Adding extra binary digits can create parity.