ISC2 · free study guide

CISSP study guide

Certified Information Systems Security Professional

Free CISSP study guide and exam blueprint. 125 questions in 180 minutes. Written from ISC2's Exam Outline 2024, last checked 20 July 2026. Domain weightings, glossary, and practice questions with worked explanations.

Written from ISC2's Exam Outline 2024. Last checked against that document on 20 July 2026.
125 questions 180 minutes 8 domains
Orientation

Think like a manager.

CISSP fails more technically brilliant people than any other security exam, and the reason is almost never a knowledge gap. It is a mindset gap. The exam does not want the answer an engineer would give. It wants the answer a security manager accountable to the board would give. Internalize that and everything else is study; miss it and no amount of technical depth saves you.

Is this the current version?
Yes. ISC2 refreshed the CISSP exam outline effective April 15, 2024, and those weights remain current for 2026: Domain 1 rose to 16%, Domain 8 fell to 10%, and the rest held. ISC2 runs a triennial Job Task Analysis, so a further update is possible, but as of now the 2024 outline is the one you sit. The 2024 refresh also wove AI and machine-learning security tasks across all eight domains rather than as a separate topic.

What you are walking into

The English CISSP is a computerized adaptive test (CAT). It delivers between 100 and 150 questions over three hours, and it adapts: answer well and it gives you harder questions and may end early; struggle and it probes further. There is no fixed length and no published passing percentage. The algorithm decides when it has enough evidence of your ability, which is why two people sitting the same exam may see different numbers of questions.

You cannot go back. In CAT format, once you answer a question and move on, it is locked. There is no reviewing or changing earlier answers. Commit to each question as you go.

What this practice tool reproduces, and what it cannot
No static practice tool can reproduce true adaptive testing, because CAT changes the questions based on your live performance. This mock is a fixed-length linear approximation: it draws a full, blueprint-weighted set so you practice breadth, timing, and the managerial mindset. Treat a strong, consistent score here as readiness for the real adaptive exam, not as a simulation of the CAT algorithm itself.

Getting certified

The mindset, concretely

When a question offers several answers that all look defensible, the right one usually reflects these principles:

  • People first, always. Human life and safety outrank every asset. If an option protects people, it wins.
  • Management drives security. Governance, policy, and management support come before technical controls. The answer is often "get management approval" or "consult the policy," not "configure the firewall."
  • Address the root cause, not the symptom. The best answer fixes why the problem happened, not just its visible effect.
  • Preserve first, investigate second. In an incident, protect evidence and contain harm before analyzing.
  • Risk, not fear. Decisions follow from risk assessment and business value, not from what is technically coolest or most thorough.

The order that works

Your study plan

Exam Outline

What the exam is made of.

Eight domains, published weights. Domain 1 leads at 16%, and five domains cluster at 13%. There is no small domain you can safely skip, but the weights tell you where to spend disproportionate time.

16%Security & Risk10%Asset Security13%Architecture13%Network Security13%IAM12%Assessment13%Operations10%Software Dev
Eight domains (CBK) 100-150 adaptive questions

Domain 1 (Security and Risk Management) is 16%, the largest and most foundational, and its risk and governance vocabulary reappears throughout the other seven. The first seven domains together cover 90% of the exam; Domains 2 and 8 split the remaining 20%. A candidate who studies all eight equally is working against the weights.

The eight domains

DomainWeightWhat it covers
1. Security and Risk Management16%Governance, compliance and law, risk management, the ISC2 Code of Ethics, BCP, personnel security, awareness. The managerial core.
2. Asset Security10%Classification, ownership roles, the data lifecycle, data remanence and sanitization, privacy (PII, PHI).
3. Security Architecture and Engineering13%Security models (Bell-LaPadula, Biba), cryptography, secure design principles, trusted computing, physical security. The technical wall.
4. Communication and Network Security13%OSI and TCP/IP, secure protocols, network attacks and defenses, segmentation, wireless, zero-trust networking.
5. Identity and Access Management13%Authentication factors, access control models (DAC/MAC/RBAC/ABAC), federation, the identity lifecycle, biometrics.
6. Security Assessment and Testing12%Vulnerability assessment, penetration testing, audits, log review, code testing (SAST/DAST), DR testing types.
7. Security Operations13%Incident response, digital forensics and evidence, change and configuration management, detective vs corrective controls, physical operations.
8. Software Development Security10%The SDLC and security in it, secure coding, OWASP Top 10, DevSecOps, code review methods, supply chain.

The format

DeliveryComputerized adaptive testing (CAT) for the English exam.
QuestionsBetween 100 and 150; the algorithm decides when it has enough evidence.
Time3 hours.
NavigationNo going back. Once answered, a question is locked.
Pass markNot published as a percentage; scored against a required competency level.
Experience5 years in two or more domains, or pass and become an Associate of ISC2.
ValidityThree years; maintain with continuing professional education (CPE) credits and an annual maintenance fee.
Why this mock is fixed-length
The real exam is adaptive and cannot be reproduced by a static bank. This mock draws a full, blueprint-weighted set at a representative length so you can practice breadth, pacing, and, above all, the managerial mindset. A consistently strong score here signals readiness; it is not a simulation of the CAT algorithm.
Domain 1 16% · largest

Security and risk management.

The largest domain and the foundation of the whole exam. It is the least technical and the most managerial, and its concepts, risk, governance, law, ethics, resurface in every other domain. This is where the CISSP mindset is forged.

Governance and its documents

Risk management

ISC2 loves quantitative risk. Know these cold.

TermMeaning
Asset Value (AV)What the asset is worth.
Exposure Factor (EF)Percentage of the asset lost in one event.
SLESingle Loss Expectancy = AV x EF.
AROAnnualized Rate of Occurrence (times per year).
ALEAnnualized Loss Expectancy = SLE x ARO.

Law, compliance, and ethics

Continuity and personnel

Domain 2 10%

Asset security.

How an organization classifies, handles, and ultimately destroys its data across the whole lifecycle. The recurring theme: the data owner sets the classification and accepts the risk; the custodian implements the controls.

Classification and ownership

The data lifecycle and states

Data remanence and sanitization

A favorite exam trap. Given a scenario, pick the right method for the sensitivity and the reuse plan.

MethodWhat it does
ClearingOverwrites data so it cannot be recovered by normal means; media can be reused within the organization.
PurgingRemoves data so it cannot be recovered even with laboratory tools; may allow release outside.
DestructionPhysically destroys the media (shredding, incineration). The most thorough, for the most sensitive data.

Data remanence is the residual data left behind after deletion. Simply deleting a file or formatting a disk does not remove it; that is why clearing, purging, or destruction is required.

Privacy

Domain 3 13% · the technical wall

Security architecture and engineering.

The most technically broad domain, and the one candidates most often underestimate. It spans formal security models from the 1970s to modern cloud, with cryptography deep enough to feel like its own certification. Do not rush it.

Security models

The exam gives a scenario and asks which model applies. The confidentiality-versus-integrity distinction is the key.

ModelProtectsRule of thumb
Bell-LaPadulaConfidentialityNo read up, no write down. Keeps secrets from leaking down.
BibaIntegrityNo read down, no write up. Keeps bad data from flowing up.
Clark-WilsonIntegrityWell-formed transactions and separation of duties.
Brewer-NashConflict of interestThe "Chinese Wall": access changes to prevent conflicts.

Cryptography

Secure design and trusted computing

Physical security

Domain 4 13%

Communication and network security.

Where networking knowledge matters most, but tested at the design level. The CISSP does not ask you to configure a switch; it asks why a given architecture or protocol is chosen, what it is vulnerable to, and how controls mitigate that.

Models and where attacks live

Network defenses

Network attacks

Wireless

Domain 5 13%

Identity and access management.

Identity is the new perimeter. As security shifts from defending a network boundary to verifying identity at every access point, this domain has become central. The access control models are non-negotiable knowledge.

Authentication

Access control models

Know the use case for each; the exam gives a scenario and asks which fits.

ModelWho decides access
DAC (Discretionary)The data owner, flexible but riskier.
MAC (Mandatory)The system, via classification labels and clearances. Most rigid; government use.
RBAC (Role-Based)By job role. Most common in enterprises.
ABAC (Attribute-Based)By evaluated attributes (user, resource, environment). Most fine-grained.

Federation and directories

The identity lifecycle

Domain 6 12%

Security assessment and testing.

How an organization verifies its controls actually work. Not just running a scan, but choosing the right method, interpreting results, and reporting to the right audience. The managerial framing matters here too.

Assessment vs testing

Audits

Code and log testing

Disaster recovery testing

Ordered by realism and risk; the exam asks which fits a constraint.

TypeWhat happens
Tabletop / checklistDiscussion only; no systems touched. Lowest risk.
Walkthrough / structuredStep through the plan in detail.
SimulationAct out a scenario without affecting production.
ParallelRun the recovery site alongside production.
Full interruption (cutover)Switch fully to recovery. Most realistic, highest risk.
Domain 7 13%

Security operations.

Where security concepts meet the day to day. The largest practical domain, covering how teams respond to incidents, handle evidence, and maintain controls. Candidates from technical roles must remember to answer from the managerial perspective.

Incident response

Know the order, and know that containment comes before eradication. The exam asks what you do first or next.

PhaseFocus
1. PreparationPlans, tools, and training before anything happens.
2. Detection & AnalysisIdentify and understand the incident.
3. ContainmentStop the spread; limit damage.
4. EradicationRemove the cause.
5. RecoveryRestore to normal operation.
6. Post-incident (lessons learned)Improve for next time.

Digital forensics and evidence

The forensics trap
When a question describes an incident and asks what to do immediately, the answer is almost never "start analyzing the logs." The first priority is to preserve the evidence: secure the scene, document the chain of custody, and make forensic copies before touching anything. Investigate the copy, never the original.

Operational controls

Domain 8 10%

Software development security.

The smallest domain at 10%, trimmed slightly in 2024, but do not skip it. It covers building security into software from the start rather than bolting it on, and the OWASP Top 10 and code-testing distinctions are reliably tested.

The SDLC and shifting left

Secure coding and common flaws

Code review and testing

Supply chain and third-party risk

Reference

Glossary.

High-yield terms as the CISSP CBK uses them, weighted toward the distinctions and models the exam turns on.

ALE
Annualized Loss Expectancy = SLE x ARO. Expected yearly cost of a risk; drives whether a control is worth its cost.
Associate of ISC2
Status for someone who passes the CISSP exam but lacks the five years of experience; they have up to six years to earn it.
Bell-LaPadula
Confidentiality model: no read up, no write down. Prevents secrets leaking to lower levels.
Biba
Integrity model: no read down, no write up. Prevents low-integrity data corrupting higher levels.
BCP vs DRP
Business Continuity Planning keeps the whole business running; Disaster Recovery Planning restores IT systems. BCP is the broader umbrella.
Chain of custody
Documented handling of evidence proving it was not tampered with, so it is admissible.
Clearing / purging / destruction
Sanitization by increasing thoroughness: clearing (reuse inside), purging (unrecoverable even in a lab), destruction (physical elimination).
CER
Crossover Error Rate: where a biometric's FAR and FRR meet. Lower CER means a more accurate system.
Data owner vs custodian
The owner (senior) sets classification and accepts risk; the custodian (IT) implements and maintains the controls.
Data remanence
Residual data left after deletion. Why clearing, purging, or destruction is needed rather than a simple delete.
DAC / MAC / RBAC / ABAC
Access models: owner-decides / system-labels / by-role / by-attributes. Match to the scenario.
ISC2 Code of Ethics
Four canons in priority order: protect society; act honorably; serve principals diligently; advance the profession. Earlier canons win conflicts.
IDS vs IPS
IDS detects and alerts (passive, out of band); IPS detects and blocks (active, inline).
Order of volatility
Collect the most volatile evidence first (memory, processes) before the least (disk, backups).
Residual risk
Risk remaining after controls are applied; management formally accepts it.
SABSA / RMF / ISO 27001 / COBIT
Frameworks for different problems: risk-driven architecture / US federal risk / certifiable ISMS / IT governance.
SAST vs DAST
Static analyzes source without running it; dynamic tests the running application from outside.
SLE
Single Loss Expectancy = Asset Value x Exposure Factor. Cost of one occurrence.
SOC 2
An attestation report on a service provider's security, availability, and confidentiality controls; cite it for a vendor's posture.
Separation of duties
Splitting a critical task so no one person can complete it alone; reduces fraud.
The CISSP mindset
People first; management-driven; root cause over symptom; preserve before investigate; risk over fear. The tiebreaker among defensible answers.
Zero trust
Never trust, always verify; access decided per request rather than once at a perimeter.
Common questions

CISSP exam questions, answered

How many questions are on the CISSP exam?

The CISSP exam has 125 questions and lasts 180 minutes. ISC2 uses a scaled score rather than a published percentage, so there is no fixed pass mark to quote.

What is on the CISSP exam?

The exam covers 8 domains: Security & Risk (16%), Asset Security (10%), Architecture (13%), Network Security (13%), IAM (13%), Assessment (12%), Operations (13%), Software Dev (10%). These weightings come from ISC2's Exam Outline 2024.

Is this CISSP material current?

Yes. This guide was written from ISC2's own published outline, Exam Outline 2024, and last checked against that document on 20 July 2026. That date is shown on every page so you can judge for yourself rather than take our word for it.

Are there free CISSP practice questions?

Yes. Sample questions with full worked explanations are free and need no account. The complete question bank and the full-length 125-question timed mock are paid.

Practise it

The guide above is free. The question bank and the full-length timed mock are the paid part.

Open CISSP →
Other exams:
PMP · CAPM · PMI-ACP · PSM I · PRINCE2 · ITIL · ISTQB CTFL · CC · Network+ · Security+ · AWS CCP

Cutscores is independent and is not affiliated with, authorised by, endorsed by or sponsored by ISC2 or any certification body. CISSP and all certification names and marks are the property of their respective owners, and are used here only to describe which exam this material prepares you for. We do not reproduce live exam content.