Overview
Data Security (KA 5) — CIA Triad in Practice
Confidentiality, Integrity, Availability — and the DMBOK access/classify/encrypt/audit loop.
Why it matters
Security isn't a layer — it's a property every other KA exhibits or doesn't. DMBOK insists on the CIA triad as the floor, with classification driving control.
Going deeper
The four practical pillars DMBOK consolidates:
- Classify — every column tagged Public / Internal / Confidential / Restricted.
- Control — least-privilege RBAC + ABAC; segregation of duties.
- Encrypt — at rest (storage), in transit (TLS), and in use (tokenisation / field-level encryption for restricted data).
- Audit — immutable access logs, reviewed on a cadence (not just retained).
The classification step is the multiplier. Without it, controls fall back to ‘all tables are equally protected’ — which means under-protected for the restricted ones and over-protected for the public ones.