Question: When we described the checksum system for binary messages in class, we added the number of 1 ' s in the ASCII representation of the

When we described the checksum system for binary messages in class, we added the number of 1's in the ASCII representation of the message and tacked on the binary representation of the sum to the end. In our example, the checksum was encoded by 8 bits. For this problem, let's suppose that we are going to represent the checksum with 9 bits instead.
Of course, representing the sum of a long message might require more than 9 bits. As such, we won't tack on the total sum of all of the 1's, but instead the sum (mod N).What is the most sensible choice for N?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!