in Computer Networks
2,808 views
0 votes
0 votes

18. Suppose we want to transmit the message 11100011 and protect it from errors using the CRC polynomial x3 + 1. (a) Use polynomial long division to determine the message that should be transmitted. (b) Suppose the leftmost bit of the message is inverted due to noise on the transmission link. What is the result of the receiver’s CRC calculation? How does the receiver know that an error has occurred?

in Computer Networks
2.8k views

1 comment

Message transmitted will be 11100011100 and Remainder at the Receiver side will be 010.

0
0

1 Answer

1 vote
1 vote
Message transmitted is 11100011100

At receiver side remainder=100 (it should have been zero)so error occured

1 comment

@pooja, getting remainder as 010 , can u recheck..
1
1

Related questions