399 views
0 votes
0 votes
If the polynomial for CRC Generator is x3+x+1 and the message that sender wants to send, is 11010. Write down the message that receiver will receive if no error occurred during transmission of the message.

1 Answer

2 votes
2 votes

G(x) = x3 + x + 1

        = 1011

Now, by dividing 11010000 (Three padding bits due to G(x) ) by 1011 we will get :

-> 11010010

Related questions

1 votes
1 votes
0 answers
2
sh!va asked Jul 9, 2016
361 views
Elimination of which redundancy will lead to loss of quantitative information ?Coding redundancyInterpixel redundancyPsychovisual redundancyCoding and interpixel redundan...
3 votes
3 votes
1 answer
4
iamHarin asked Jul 29, 2017
445 views
how decomposition of a->cd to a->c and a->d remove redundancy in right side?