Glossary · Cybersecurity

CCSP Glossary

expert

A free ISC2 CCSP glossary: core cloud-security terms (shared responsibility, tokenization, BYOK, data sovereignty, CASB and more) defined in plain English for study.

By The Exam Atlas Editorial Team · Verified 2026-06-06

Plain-English definitions of the core cloud-security terms for CCSP study. Simplified for learning; the ISC2 exam outline and provider documentation are authoritative.

TermDefinition
Shared responsibility modelThe split between what the cloud provider secures and what the customer secures; it shifts by service model.
IaaSInfrastructure as a Service - the provider supplies compute, storage and network; the customer manages the OS upward.
PaaSPlatform as a Service - the provider also manages the OS and runtime; the customer manages apps and data.
SaaSSoftware as a Service - the provider runs the whole application; the customer manages data and access.
Public cloudCloud resources shared across many tenants over the internet.
Private cloudCloud infrastructure dedicated to a single organisation.
Hybrid cloudA mix of private and public cloud connected together.
Community cloudCloud shared by organisations with common requirements (e.g. a sector or compliance regime).
Cloud data lifecycleThe stages data passes through: create, store, use, share, archive, destroy.
Data classificationAssigning sensitivity levels so the right controls apply.
EncryptionReversible protection of confidentiality using a key.
TokenizationReplacing a sensitive value with a non-sensitive token that maps back to it.
Data maskingHiding part of a value (e.g. all but the last four digits) for display or testing.
HashingA one-way function used to verify integrity, not to hide data reversibly.
Key managementThe processes for generating, storing, rotating and retiring encryption keys.
BYOKBring Your Own Key - the customer supplies and controls keys used in the provider’s key service.
CMKCustomer-Managed Key - an encryption key the customer controls rather than the provider.
HYOKHold Your Own Key - keys are kept outside the cloud provider entirely.
HSMHardware Security Module - tamper-resistant hardware that stores and uses cryptographic keys.
Data remanenceResidual data left on storage after deletion; addressed by secure wiping or destruction.
Crypto-shreddingRendering data unrecoverable by destroying the keys that encrypt it.
Data residencyThe physical location where data is stored.
Data sovereigntyThe principle that data is subject to the laws of the country where it is located.
Tenant isolationKeeping one customer’s data and workloads separated from others in a multi-tenant cloud.
Multi-tenancyA single cloud platform serving many customers (tenants) on shared infrastructure.
CASBCloud Access Security Broker - a control point that enforces security policy between users and cloud services.
CSPMCloud Security Posture Management - tooling that finds and fixes misconfigurations in cloud environments.
CWPPCloud Workload Protection Platform - security for workloads such as VMs, containers and serverless.
SIEMSecurity Information and Event Management - aggregates and analyses logs to detect and investigate threats.
IAMIdentity and Access Management - managing identities, authentication and authorization.
FederationSharing identity across domains so users authenticate once across services.
SASTStatic Application Security Testing - analysing source code without running it.
DASTDynamic Application Security Testing - testing a running application for flaws.
API gatewayA managed entry point that routes, secures and throttles API calls.
SandboxingIsolating code so it cannot affect the wider system if it misbehaves.
BC/DRBusiness Continuity and Disaster Recovery - keeping the business running and restoring IT after disruption.
RTO / RPORecovery Time Objective (target time to restore) and Recovery Point Objective (acceptable data loss).
SLAService Level Agreement - the provider’s committed levels of availability and performance.
SOC 2An assurance report on a service provider’s controls for security, availability and related criteria.
GDPREU data-protection regulation governing personal data and privacy.
Vendor lock-inDifficulty moving away from a provider due to proprietary services or data formats.
Shadow ITCloud services used without the organisation’s approval or oversight.

Sources