Question: Module 7 Homework Assignment. ( Please Help With This Assignment ) What to Submit On a piece of paper, solve all the problems below one

Module 7 Homework Assignment. (Please Help With This Assignment)
What to Submit
On a piece of paper, solve all the problems below one by one using clear and unambiguous handwriting. Circle your final answer to each problem. Take a picture of your paper, name it crc-
homework, save it as a PDF, and submit it for the Module 7 Homework Assignment. Problems (Reference Section 6.2.3 in the textbook)
Problem 1.
Suppose we want to transmit the message 1011001001001011 and protect it from errors using the CRC-8 generator 100000111.
1.1. Determine the message that is transmitted.
1.2. Suppose the leftmost bit of the message is inverted due to noise on the transmission link. What is the result of the receivers CRC calculation? How does the receiver know that an error has occurred?
Problem 2.
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 table-driven method, that enables efficient software implementations of CRC. I outline the strategy here for long division 3 bits at a time (See table below); in practice, we would divide 8 bits at a time, and the table would have 256 entries.
Let the generator G =1101. To build the table for G, we take each 3-bit sequence p, append three trailing 0s, and then find the quotient q = p000 G, ignoring the remainder. The third column is the product of G q (note: do exclusive-or when adding bits up), and the first 3 bits should be equal p.
2.2 Use the table you developed above to divide 101001011001100 by G =1101.
IMPORTANT WARNING:
For each problem above, you MUST show your calculations like those shown in Figure 6.7 in the textbook to justify your answer. Significant points will be deducted otherwise. 2.1. Fill in the missing entries in the following table (I did two rows for you already.)
\begin{tabular}{|c|l|c|}
\hline\( p \) & \( q=p 000\div G \) & \( G \times q \)\\
\hline 000 & 000 & 000000\\
\hline 001 & & \\
\hline 010 & & \\
\hline 011 & & 101110\\
\hline 100 & & \\
\hline 101 & 110 & \\
\hline 110 & & \\
\hline 111 & & \\
\hline
\end{tabular}
2.2 Use the table you developed above to divide 101001011001100 by \( G=1101\).
Hint: The first 3 bits of the dividend are \( n=101\). so from the table. the correspondina first 3 bits of the
Module 7 Homework Assignment. ( Please Help With

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!