Excercises For Checksum
Excercises For Checksum
2. 10101010
3. 11110000
Calculate the checksum for this data. Then, write the complete data sequence, including the
checksum, to be sent.
10101010
11110000
01101011 (checksum)
11001100
11110011
00000111
2. 1100110011001100
3. 1111000011110000
Calculate the 16-bit checksum and append it to the end of this data sequence.
00111001
The checksum is calculated and added at the end of the sequence. Suppose that during
transmission, one bit in the first block flips from 11010110 to 11011110. Check and identify
this error by recalculating the checksum.