Read About Parity Bit Error Detection In Detail.

Asked By 0 points N/A Posted on -
qa-featured

Hello all,

I have a query regarding parity bit error detection. Is there any methodto check for the corrupt bit?

Thank you in advance.

SHARE
Answered By 0 points N/A #299212

Read About Parity Bit Error Detection In Detail.

qa-featured

The parity check is the simplest method for detecting and correcting errors.

The 8-bits transmitted word include a bit which can be either even or odd parity.

Image result for parity bit error detection
  • In the case of an even parity, the parity bit is set to either 1 or 0 in such a way that the no. of bits having 1 in the entire word remains even as shown in fig. (a).
  • Incase of odd parity, the bit is set to either 1 or 0 in such a way that the no. of bits having 1 in the entire word remains asshown in fig. (b).
Image result for parity bit error detection

The receiver can verify the presence of an error in case the parity of receiver is different from the parity which it should be.

Image result for parity bit error detection

Related Questions