Ask Question

Two communicating devices are using a single-bit even parity check for error detection. The transmitter sends the byte 10101010 and, because of channel noise, the receiver gets the byte 10011010. Will the receiver detect the error

+5
Answers (1)
  1. 26 May, 08:36
    0
    The receiver will not detect the error.

    Explanation:

    The byte sent by transmitter: 10101010

    The byte received by receiver due to channel noise: 10011010

    If you see the bold part of the both sent and received bytes you can see that the number of bits changed is 2.

    The two communicating devices are using a single-bit even parity check. Here there are two changed bits so this error will not be detected as this single bit even parity check scheme has a limit and it detects the error when the value of changed bit is odd but here it is even.

    This parity scheme basically works well with the odd number of bit errors.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Two communicating devices are using a single-bit even parity check for error detection. The transmitter sends the byte 10101010 and, ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers