Discuss the below:
Q: Cyclic Redundancy Checks (CRC) can provide strong capabilities to digest a message in such form that if bits in the message have become corrupted during transmission, then the receiver will be able to detect the damage and discard the message.
Assume a generator polynomial of X4 + X3 + 1. A receiver encounters the following message: 11010101010. Use CRC computation to decide whether the receiver should keep or discard this message. Show your computation