An engineer is troubleshooting a communication system where data gets corrupted occasionally. He notices that only single-bit errors are occurring. Which error correction method can be efficient for such scenarios?

  • CRC (Cyclic Redundancy Check)
  • Hamming Code
  • Parity Bit
  • Reed-Solomon Code
Hamming Code is an error correction technique that is efficient for correcting single-bit errors. It adds parity bits to the data, allowing for the detection and correction of single-bit errors.
Add your answer
Loading...

Leave a comment

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