InterviewSolution
Saved Bookmarks
| 1. |
What Is Checksum? |
|
Answer» A checksum is a COUNT of the number of BITS in a transmission data that is included with the data so that the RECEIVER can check to SEE WHETHER the same number of bits arrived. If the counts match, it’s assumed that the complete transmission was received. A checksum is a count of the number of bits in a transmission data that is included with the data so that the receiver can check to see whether the same number of bits arrived. If the counts match, it’s assumed that the complete transmission was received. |
|