CAP · Question #23
Which of the following refers to the ability to ensure that the data is not modified or tampered with?
The correct answer is C. Integrity. Integrity is the security property that ensures data has not been altered or tampered with, forming the 'I' in the CIA triad.
Question
Which of the following refers to the ability to ensure that the data is not modified or tampered with?
Options
- AConfidentiality
- BAvailability
- CIntegrity
- DNon-repudiation
How the community answered
(61 responses)- A5% (3)
- B2% (1)
- C92% (56)
- D2% (1)
Why each option
Integrity is the security property that ensures data has not been altered or tampered with, forming the 'I' in the CIA triad.
Confidentiality ensures that data is accessible only to authorized parties, not that it is free from modification.
Availability ensures that systems and data are accessible when needed by authorized users, which is unrelated to preventing tampering.
Integrity ensures that data remains accurate and unaltered from its original state, protecting it from unauthorized modification, deletion, or corruption. It is enforced through mechanisms such as hashing, digital signatures, and checksums that detect any tampering with data in transit or at rest.
Non-repudiation ensures a party cannot deny having performed an action, but it does not directly protect data from modification.
Concept tested: CIA triad - Integrity principle
Source: https://csrc.nist.gov/glossary/term/integrity
Topics
Community Discussion
No community discussion yet for this question.