Question: Problem 1 . Suppose we want to transmit the message 1 0 1 1 0 0 1 0 0 1 0 0 1 0 1
Problem
Suppose we want to transmit the message and protect it from errors using the CRC generator
Determine the message that is transmitted.
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?
Problem
The CRC algorithm as presented in this chapter, requires lots of bit manipulations. It is however, possible to do them by taking multiple bits at a time, via a tabledriven method, that enables efficient software implementations of CRC I outline the strategy here for long division bits at a time See table below; in practice, we would divide bits at a time, and the table would have entries.
Let the generator G To build the table for G we take each bit sequence p append three trailing s and then find the quotient qp div G ignoring the remainder. The third column is the product of G times q note: do exclusiveor when adding bits up and the first bits should be equal p Fill in the missing entries in the following table I did two rows for you already.
Use the table you developed above to divide by G
Hint: The first bits of the dividend are p so from the table, the corresponding first bits of the quotient are q Write above the second bits of the dividend, and subtract G times qagain from table from the first bits of the dividend. Keep going in groups of bits.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
