151k views
4 votes
Consider a 6-bit cyclic redundancy check (CRC) generator, G = 100101, and suppose that D = 1000100100. 1. What is the value of R? (10 pts)

1 Answer

3 votes

Answer:

The value of R is 10101

Step-by-step explanation:

As per the given data

D = 1000100100

G = 100101

Redundant bit = 6-bits - 1-bit = 5-bits

No add fice zero to D

D = 100010010000000

Now calculate R as follow

R = D / G

R = 100010010000000 / 100101

R = 10101

Workings are attached with this question

Consider a 6-bit cyclic redundancy check (CRC) generator, G = 100101, and suppose-example-1
User Bertrand Renuart
by
5.4k points