Asked By
lizgriffinn
10 points
N/A
Posted on - 08/01/2011
How CRC code is calculated? What is mean by a common divisor?
Answered By
James20
5 points
N/A
#96463
How CRC code is calculated & meaning of common divisor?
Solution:-The CRC code is calculated as is follow.. The common divisor is set by the agreement of both the sender and receiver. When we divide the data by a common divisor, the remainder is termed as CRC code. p;
Common Divisor:- A combination of binary digits, that is set by both sender and receiver by an agreement. Both the receiver and sender have an agreement on it. At the sender's end the data plus some additional or extra bits, is divided by a common divisor and at the receiver's end, common divisor divide data plus the CRC code and if the result becomes zero, then the data is accepted else it is rejected.