Which basic error detection method involves adding an extra bit to data to make the number of ones either even or odd?

  • CRC (Cyclic Redundancy Check)
  • Checksum
  • Hamming Code
  • Parity Bit
The Parity Bit is a basic error detection method that involves adding an extra bit to data to make the number of ones either even or odd. By checking this bit at the receiving end, errors can be detected in the transmitted data.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *