Problem Statement
Which of these techniques is used for error detection?
Explanation
Cyclic Redundancy Check (CRC) uses polynomial division to detect errors in data frames. It is powerful and widely used in Ethernet and storage systems. The sender appends a computed CRC value to the frame; the receiver recomputes it and checks for mismatches.
