8 real ISC2-CC flashcards, sampled across every domain the exam tests. Each concept card is paired with the misconception card built from the tempting wrong answer - the trap most decks skip. No account, no card.
The full deck has 664 flashcards. For a domain-by-domain breakdown and a study plan, read the ISC2-CC study guide.
schoolConceptSecurity Principles
Which CIA triad property stops information being disclosed to people or systems that lack authorisation to see it?
arrow_downward
Confidentiality. It restricts who can view data, so its whole purpose is to keep information from being disclosed to parties that lack authorisation. This is what distinguishes it from integrity (accuracy) and availability (access).
errorMisconceptionSecurity Principles
Is preventing unauthorised parties from disclosing information the job of integrity?
arrow_downward
No. Unauthorised change is a real concern, but integrity is about accuracy and preventing alteration, not about preventing disclosure. Restricting who may see data is confidentiality.
schoolConceptNetwork Security
Which OSI layer lets a packet reach a host on a different subnet, and why?
arrow_downward
The network layer (Layer 3). Routing between subnets needs logical addresses that are independent of hardware, which Layer 3 supplies through IP addressing and forwarding decisions, while lower layers only move data within one segment.
errorMisconceptionNetwork Security
The data link layer (Layer 2) does addressing, so it can move data between separate networks.
arrow_downward
Layer 2 does address, but only with hardware MAC addresses that move frames within a single local segment. It cannot forward between separate networks, which requires Layer 3 logical addressing.
schoolConceptAccess Controls Concepts
What two defining traits identify discretionary access control (DAC)?
arrow_downward
The object owner assigns permissions at their discretion, and a subject holding access may pass it onward to others. That owner-set-and-delegate behaviour is why uncontrolled propagation is a known DAC weakness.
errorMisconceptionAccess Controls Concepts
An owner deciding who reads a file, with users able to pass access on, describes mandatory access control.
arrow_downward
Tempting because MAC also governs who may read a resource, but MAC forbids owners and users from granting access. The described ability of an owner to decide and of a user to pass access on contradicts MAC entirely.
schoolConceptSecurity Operations
What is the essential difference in key structure between symmetric and asymmetric cryptography?
arrow_downward
Symmetric algorithms use one identical secret key at both ends for encryption and decryption. Asymmetric algorithms use a mathematically linked pair: a public key encrypts and the matching private key decrypts, which also underpins digital signatures.
errorMisconceptionSecurity Operations
Symmetric cryptography uses a public and private key pair, while asymmetric uses a single shared secret key.
arrow_downward
This uses the right vocabulary but reverses the two definitions. Symmetric uses the single shared key; asymmetric uses the public and private pair, so each model is described incorrectly.
Examworthy is not affiliated with or endorsed by ISC2. All flashcards are original, drawn from our own blueprint-aligned practice questions. We never reproduce live exam items. ISC2-CC and related marks belong to their respective owners.