02 CRC
02 CRC
Polynomial in Binary
CRC generation
Solution:
The devisor in binary is equal 10011
The result CRC is equal 1110
• Solution:
• The devisor in binary is equal 1001
• The result CRC is equal 100
• Solution:
• The devisor in binary is equal 1001
• The reminder after doing the calculation is not 000
• Which means the data is not correct
• The receiver will discard the the received packet.
• If the reminder is 000 the the data is accepted, and the CRC
is dicarded.
References
• Cyclic Redundancy Check | CRC | Example | Gate Vidyalay
https://www.gatevidyalay.com/cyclic-redundancy-check-crc-error-
detection/