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.