edited by
307 views
1 votes
1 votes

A CRC code use the generator polynomial $x6+x4+x+1$ and it has $10$ message bits, what is the redundant check bits appended to the following message at sender side $1011001011$?

  1. $000001$
  2. $000011$
  3. $000000$ 
  4. $110000$
edited by

1 Answer

Best answer
2 votes
2 votes

The generator is : 1010011

The message bits: 1011001011

By division the remainder is 0.

So transmitted bits are : 1011001011000000( 6 bits of 0 are appended to message bits as generator is of 7 bits)

selected by
Answer:

Related questions

1 votes
1 votes
1 answer
1
Bikram asked Nov 26, 2016
491 views
The bandwidth in a CSMA/CD network is $10$ Mbps. The minimum frame size required in the network when RTT is $384$ microsecond _______ in Bytes.
1 votes
1 votes
1 answer
2
Bikram asked Nov 26, 2016
400 views
A selective repeat ARQ uses a window size of $26$ to send the data. The number of bits needed to define the sequence number is _____.
2 votes
2 votes
3 answers
3
Bikram asked Nov 26, 2016
703 views
Which among the following services is provided by the transport layer?Recovery from message loss.End to end delivery of individual messages.Correct order message delivery...
6 votes
6 votes
3 answers
4
Bikram asked Nov 26, 2016
1,810 views
A sliding window protocol uses Selective Repeat. The sender sliding window size is $32$. After receiving the first $100$ frames, the acknowledgement number that is piggyb...