Checksums Flashcards
(2 cards)
1
Q
What role does a checksum serve?
A
It’s a mechanism for verifying data integrity.
2
Q
How does a checksum work?
A
A hashing function is used to calculate a checksum which is stored within the data. When the data is read, the same checksum is calculated and verified against the one present in the data.