Vidyalelo
Networking · Q324

Networking

Programming · Networking · question 324

Q324

In CRC there is no error if the remainder at the receiver is _____.

A.
the quotient at the sender
B.
nonzero
C.
zero
Answer
D.
equal to the remainder at the sender
E.
None of the above.

Answer: Option C

Solution

Answer: Option C
Solution:
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.