Quiz Entry - updated: 2026.07.30
What are the three basic protection goals (Grundschutzziele) of information security?
Confidentiality, Integrity, and Availability — the "CIA triad."
* The CIA triad — Confidentiality, Integrity, Availability — the three irreducible protection goals, each with its guarantee. *
Every security analysis must address at least these three:
- C — Confidentiality (Vertraulichkeit): only authorised parties can read the data
- I — Integrity (Integrität): data can't be altered without authorisation or by accident
- A — Availability (Verfügbarkeit): authorised users can access data/services when needed
Measures (controls) exist to guarantee one or more of these. Beyond the triad there's a whole family of additional goals (authenticity, non-repudiation, privacy, anonymity…), but CIA is the irreducible core.
Tip: Some frameworks add to it — e.g. the Parkerian hexad adds possession, authenticity, and utility — but CIA is the universal starting point. Watch out for the name clash with the other CIA.
Go deeper:
Information security: the CIA triad (Wikipedia) — the canonical source defining the CIA triad and each of its three properties.