Let G(x) = x5
+ x4
+ x + 1 be the polynomial generator(pattern) and Message(M) =
11100011. Find the CRC for this message and the codeword.
Given polynomial is
Message from the destination node
The Divisor polynomial bit
Bits to be appended to the message = (Divisor polynomial bits -1)
Now, append 5 zero to the message bit, hence
Remainder =1000
Hence, CRC = 1110
Hence, we have to append 1110 to the frame.
So, the receiver will receive 111000111110
Comments