A data center is experiencing issues with data corruption during transmission. They implement a new error detection mechanism and find that while most errors are caught, some still slip through. They decide to add an additional layer of error detection for critical data. Which combination of methods might they use?

  • CRC (Cyclic Redundancy Check) for error detection and Reed-Solomon Code for error correction
  • Checksum for error detection and VRC (Vertical Redundancy Check) for error correction
  • LRC (Longitudinal Redundancy Check) for error detection and CRC for error correction
  • Parity Bit for error detection and Hamming Code for error correction
Adding CRC for error detection is a common practice. For critical data, combining CRC for detection with Reed-Solomon Code for error correction is a robust approach, as CRC helps identify errors and Reed-Solomon corrects them.
Add your answer
Loading...

Leave a comment

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