Question :
Suppose we have a message m = 0101011010100001 to be transmitted across a network and to protect it from errors, we use the CRC generator polynomial P(x) = x7 +x6 +x2 +x. Answer the following:
(a) What is the CRC generator sequence?
(b) How many bits long is the resulting Frame Check Sequence (FCS)?
(c) What is the actual transmitted bit sequence including the CRC?
(d) How large of a burst of errors can be detected?