RTUComputer ScienceYr 2021 · Sem 72021

Q1Information System Security

Question

2 marks

Define confidentiality, integrity, and availability (CIA Triad).

Answer

The CIA Triad mathematically defines absolute information security: Confidentiality (data secrecy), Integrity (data immutability), and Availability (system uptime guarantees).

The CIA Triad is the absolute foundational architecture of cybersecurity. Confidentiality guarantees data is mathematically encrypted (AES) to prevent unauthorized reading. Integrity guarantees via cryptographic hashing (SHA-256) that data is not violently altered. Availability guarantees authorized users have absolute access to the physical servers, defeating DDoS attacks.

Back to Paper