1.checksum: the sender counts the total number of one bits in the data block and add this number a binary integer to the end of the block. The receiver then counts the number of one bits in the block again and compare with the one they have received. if there is any difference, it will ask for a...