Glossary · Cybersecurity

CISSP Glossary of Key Terms

expert

A free CISSP glossary: key terms and acronyms (CIA, RBAC, RTO, BCP, Bell-LaPadula and more) defined in plain English for CISSP exam preparation.

By The Exam Atlas Editorial Team · Verified 2026-05-29

Plain-English definitions of terms that recur in CISSP study. Simplified for learning; the ISC2 exam outline is authoritative.

TermDefinition
CIA triadConfidentiality, Integrity, Availability - the core goals of security.
Risk managementIdentifying, assessing, responding to, and monitoring risk.
Risk responseAvoid, transfer, mitigate, or accept a risk.
Defense in depthLayering controls so no single failure is catastrophic.
Least privilegeGranting only the access strictly required.
Separation of dutiesSplitting tasks so no one person can commit and conceal fraud.
DACDiscretionary Access Control - the owner sets access.
MACMandatory Access Control - the system enforces labels.
RBACRole-Based Access Control - access by role.
ABACAttribute-Based Access Control - access by attributes and context.
Bell-LaPadulaA confidentiality model: no read up, no write down.
BibaAn integrity model: no write up, no read down.
Reference monitorThe abstract component that mediates all access.
BIABusiness Impact Analysis - finds critical functions and impacts.
RTORecovery Time Objective - target time to restore a function.
RPORecovery Point Objective - acceptable amount of data loss.
MTDMaximum Tolerable Downtime before serious harm.
BCP / DRPBusiness Continuity Plan / Disaster Recovery Plan.
Symmetric encryptionEncryption with one shared key; fast, for bulk data.
Asymmetric encryptionPublic/private key pair; key exchange and signatures.
PKIPublic Key Infrastructure: certificates and authorities.
Due careDoing what a reasonable person would to protect assets.
Due diligenceThe ongoing effort to identify risks and verify controls.
Residual riskThe risk that remains after controls are applied.
FederationSharing identity across trust domains for single sign-on.
SSOSingle Sign-On - one authentication for access to many systems.
MFAMulti-Factor Authentication - two or more independent factors.
IAMIdentity and Access Management - managing identities and their access.
HashingA one-way function producing a fixed digest; verifies integrity, not encryption.
Digital signatureA hash encrypted with a private key; proves authenticity and integrity.
Non-repudiationAssurance that someone cannot deny an action they took.
SaltingRandom data added before hashing to defeat rainbow-table attacks.
Data classificationLabelling data by sensitivity (e.g. public, internal, confidential).
Data owner vs custodianThe owner is accountable for data; the custodian handles day-to-day protection.
SLAService Level Agreement - agreed service and availability targets.
Threat / vulnerability / exploitAn actor or event, a weakness, and the means used to abuse it.
ALE / SLE / AROQuantitative risk math: ALE equals SLE times ARO.
Qualitative vs quantitative riskDescriptive ratings versus numeric (monetary) analysis.
Zero trustNever trust, always verify; no implicit trust by network location.
Clark-WilsonAn integrity model enforcing well-formed transactions and separation of duties.
TCBTrusted Computing Base - the hardware and software that enforce security policy.
SIEMSecurity Information and Event Management - central log collection, correlation and alerting.
DLPData Loss Prevention - controls that stop sensitive data leaving.
TokenizationReplacing sensitive data with a non-sensitive token.
Change managementA controlled process for approving and recording system changes.
Pen test vs vulnerability assessmentActively exploiting weaknesses versus identifying and rating them.

Sources