CERTIFIED-IN-CYBERSECURITY · Question #95
Which of these techniques is PRIMARILY used to ensure data integrity?
The correct answer is A. Message Digest. The primary function of message digesting is to ensure data integrity (which can be defined as maintaining and ensuring the accuracy and consistency of data throughout its lifecycle). Message digesting is a technique that uses cryptographic hash functions, such as MD5 or…
Question
Which of these techniques is PRIMARILY used to ensure data integrity?
Options
- AMessage Digest
- BContent Encryption
- CLabeling
- DBackups
How the community answered
(45 responses)- A91% (41)
- B7% (3)
- D2% (1)
Explanation
The primary function of message digesting is to ensure data integrity (which can be defined as maintaining and ensuring the accuracy and consistency of data throughout its lifecycle). Message digesting is a technique that uses cryptographic hash functions, such as MD5 or SHA-256, to create a unique, fixed-length summary, or "digest," of the original message data. For example, when a file is downloaded from a Web site, the Web site can provide a hash value (message digest) for the file. After downloading, the user can perform the same hash function on the file. If the resulting message digest matches the one provided by the Web site, the integrity of the file is confirmed because it has not been altered during transmission. As for the other options, content encryption is used primarily for confidentiality, not integrity. While it can provide some level of integrity, its primary purpose is to prevent unauthorized access to data. Labeling is used for data classification, not integrity. It helps identify the sensitivity of data and apply appropriate protection measures. Finally, backups do not actively prevent data corruption or tampering, and may not even be able to detect changes in the data unless a comparison with the original data is made.
Topics
Community Discussion
No community discussion yet for this question.