Knowee
Questions
Features
Study Tools

A bit stream 1101011011 is transmitted using the standard CRC method. The generator polynomial is x+x+1. What is the actual bit string transmitted?

Question

A bit stream 1101011011 is transmitted using the standard CRC method. The generator polynomial is x + x + 1. What is the actual bit string transmitted?

🧐 Not the exact question you are looking for?Go ask a question

Solution

To solve this problem, we need to follow these steps:

  1. First, we need to understand the generator polynomial. The given polynomial is x^2 + x + 1. In binary form, this polynomial is represented as 111.

  2. Next, we need to append zeros to the bit stream. The number of zeros to append is one less than the degree of the polynomial. In this case, the degree of the polynomial is 2 (from x^2), so we append two zeros. The bit stream becomes 110101101100.

  3. Now, we perform binary division of the bit stream (including the appended zeros) by the generator polynomial. The remainder of this division will be our CRC checksum, which is added to the end of the original bit stream.

  4. The binary division is performed as follows:

    110101101100 divided by 111

    The first three bits (110) are divided by 111. Since 110 is less than 111, we write a 0 in the quotient and XOR the divisor with the next three bits from the dividend.

    This process is repeated until we've gone through all the bits in the dividend.

  5. The remainder from this division is 10.

  6. Finally, we append this remainder to the original bit stream (before we appended the zeros). So, the actual bit string transmitted is 110101101110.

Please note that the process of binary division is similar to long division, but uses XOR instead of subtraction.

This problem has been solved

Similar Questions

Bit steam 10011101 is to be transmitted using the standard CRCmethod with divisor value x3+1. Generate the CRC code word.

Sender’s data D=11010, CRC generator polynomial= x 3 +x+1. ApplyCRC algorithm and perform calculations both at sender and receiverend

Show the sequence of bits sent from a client TELNET for the binary transmission of 11110011001111001111111 .

If an oscilloscope displays the signal below from a Non-Return to Zero Inverter (NRZ-I) Encoding, what is the bit stream sequence for the 4th charactor.

Draw the dpsk waveform for given bit stream assuming the reference bit as 0 or 1.Modulator and demodulator circuit of dpsk. Indicate the transmitted phase.

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.