CSE320 Fall19 Assignment 4
CSE320 Fall19 Assignment 4
2) Given the dataword 101001111 and the divisor 10111, show the generation of the
CRC codeword at the sender site using
a. binary division
b. polynomials
c. Show if the codeword 1010011110100 received is valid or invalid
4) Which of the following CRC generators guarantee the detection of a single bit error?
a. x6 + x + 1
b. x7 + x3
c. 1
d. x2 + 1
5) A sender needs to send the four data items s (A7A2) 16, (CABF)16, (903A)16, and
(A123)16. Answer the following:
a. Find the checksum at the sender site.
b. Find the checksum at the receiver site if there is no error.
c. Find the checksum at the receiver site if the second item is received as CABE.