Question:

In the context of data security, what does “Integrity” refer to ?

Show Hint

To remember this concept: Confidentiality prevents unauthorized reading; Integrity prevents unauthorized writing (modification); Availability ensures authorized access.
Updated On: Jun 29, 2026
  • Ensuring that data is accessible only to authorized individuals
  • Granting appropriate access permissions to users
  • Ensuring the accuracy, completeness, and reliability of data
  • Encoding data so it can only be read by authorized parties
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation



Step 1: Understanding the CIA Triad of Security:

The CIA Triad (Confidentiality, Integrity, and Availability) is the foundational model designed to guide data security policies within organizations:

Step 2: Explaining the Pillars:


Confidentiality: Restricting data access to prevent sensitive information from reaching unauthorized users. This is typically managed via encryption (D) and user access controls (A, B).
Integrity: Protecting data from unauthorized deletion, tampering, or alteration during transit and storage. This ensures the information remains accurate, complete, and reliable (C). It is enforced using cryptographic checksums, digital signatures, and version controls.
Availability: Ensuring that authorized users have reliable, uninterrupted access to the data when needed.

Step 3: Matching Definitions:

Option (C) is the precise definition of data integrity.
Was this answer helpful?
0
0