Write a program in c to run the following experiment Use the
Write a program in (c) to run the following experiment. Use the standard CRC-32 generator
polynomial. Generate a random binary number of 1520 bytes. This will be your frame. Find the remainder
(4 bytes). Now introduce a random burst error of length = 32 bits in the frame of 1524 bytes. Check to see if
the error is detected.
Repeat the above experiment a 1000 times, that is, generate a 1000 frames. For each frame, generate a
random burst error of some length (< 32 bits, = 32 bits or > 32 bits). Determine how many times the errors
Solution
}
