In CRC there is no error if the remainder at the receiver is _____.
A. the quotient at the sender
B. nonzero
C. zero
D. equal to the remainder at the sender
E. None of the above.
Answer: Option C
Solution (By Examveda Team)
In CRC (Cyclic Redundancy Check), if the remainder at the receiver is zero, it means that there are no errors detected during the transmission. This is because the CRC process involves dividing the received data by a predetermined divisor, and if the remainder is zero, it indicates that the data has been transmitted without any errors.Therefore, in CRC, there is no error if the remainder at the receiver is zero.
Remainder is ZERO.
Write answer should be C (Zero). When remainder of receiver end is zero so it is confirmed that there is no error. This is the procedure of CRC technique.
Incorrect Answer. Its Option C