answersLogoWhite

0

A parity bit is a primitive checksum-like tool, used to verify the integrity of a group of data bits. For example, some memories support a parity bit to cover an 8-, 16- or 32-bit bus, and on serial data lines, parity bits (typically covering 8 data bits) are sometimes used to help detect transmission errors.

A parity bit is, as the name suggests, a single bit, and is only effective with a number of simple errors, while a great number of other possible errors will slip through a parity-based integrity check undetected.

Stronger integrity checks use a cyclic redundancy check (CRC) or more sophisticated methods, such as SHA-2 and others. Priority bits still have their place where those more sophisticated methods are unsuitable or unappealing due to their cost or processing requirements; priority bits are very cheap to implement and validate in hardware, and can at least provide some level of integrity where the alternative might have been no integrity checks at all.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Explain function block method for programming programmable logic controller?

I use Control Logx5000 programming software for its function block. Here is Rockwell's catalog numbers and its price for software. 9324-RLDSFCE ($855) & 9324-RLD300ENE ($2845)


What is the function of the PLC?

PLC or programmable logic controller is a digital computer used for automation of electromechanical processes, such as control of machinery on factory assembly line, amusement rides, or lighting fixtures.


What was the first programmable electronic digital computer's primary function?

´læj


What is the basic function of PLC?

PLC or programmable logic controller is a digital computer used for automation of electromechanical processes, such as control of machinery on factory assembly line, amusement rides, or lighting fixtures.


Function of programmable read only memory PROM?

what are functions of programmable ROM


Why programming is called programming?

Programming is the way to define how a system works, code to make it function as needed. Programming is involved in almost all computer applications. Aneways, its not very apt to ask why programming is called programming.


Is there any restriction on the number of times a particular function can be called?

In computer programming? Usually not.


What is a Primary function of parity bit in programming a plc?

A primary function of a parity bit in programming a PLC (Programmable Logic Controller) is to ensure data integrity during communication. It acts as an error detection mechanism by adding an extra bit to a binary data set, indicating whether the number of bits set to '1' is odd or even. This allows the receiving device to check for errors in the transmitted data, helping to maintain reliable operation in industrial automation systems.


What is an object function?

A function object is a computer programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax ...


Is Lambda sentient?

Lambda is not sentient. It is a term used in computer programming to represent an anonymous function.


What is the function of the first programmable device?

weaving


What are the two parts required to use a function in a program in computer programming?

1st Data type2ed Function name Must required to use a function in a program