Tuesday, August 31, 2010

C.

How even number of bit errors can be identified?

14 comments:

  1. BY ADDING ANOTHER PARITY BIT TO THE CODED WORD IN ORDER TO DETECT DOUBLE ERRORS.....

    ReplyDelete
  2. hamming code can be used to detect upto two simultaneous bit errors....

    ReplyDelete
  3. Although an even number of bit errors within a single character cannot be detected with a parity bit, the addition of a parity byte allows us to detect this error. The parity byte provides the ability to detect bit errors on a per-column basis instead of per-byte, as long as there is not an even number of bit errors in a column.

    ReplyDelete
  4. by adding a parity bit....hamming code technique...

    ReplyDelete
  5. Even number of bit error can be indentified using hamming codes and it can detect up to two simultaneous bit errors, and correct single-bit errors thus, reliable communication is possible when the Hamming distance between the transmitted and received bit patterns is less than or equal to one.

    ReplyDelete
  6. Hamming codes can detect up to two simultaneous bit errors, and corrects the single-bit errors

    ReplyDelete
  7. This can be done by using hamming code technique by using parity bit..

    ReplyDelete
  8. The Hamming code technique can be used...

    ReplyDelete
  9. ya with the help of Hamming code technique we can do this>>>

    ReplyDelete
  10. I think the question is not clear......
    First only single error can be detected using Hamming code technique........
    Inorder to find even bit error we use Hamming code technique which performs the even parity function.....

    ReplyDelete
  11. hamming code(linear error correcting code) technique can be used.A parity bit is a bit added to ensure that the no of bits with the value one in a set of bit is odd or even.In this technique 'k' no of parity bits are added with 'n' no of data bits.The position no with the power of two is assigned for parity.

    ReplyDelete