Exampractice
Cybersecurity

CISSP Exam Domains Explained

What each of the eight CISSP domains actually tests, how the 2024 outline changed the weightings, and where candidates typically struggle in each one.

Alexander Novak · 11 min read
Octagonal shield divided into eight segments representing the eight CISSP exam domains

The Certified Information Systems Security Professional (CISSP) exam from ISC2 tests eight domains: Security and Risk Management, Asset Security, Security Architecture and Engineering, Communication and Network Security, Identity and Access Management (IAM), Security Assessment and Testing, Security Operations, and Software Development Security. Together these form the CISSP Common Body of Knowledge (CBK) — the agreed map of what a broadly competent security professional should know. The current exam outline took effect on 15 April 2024.

This article walks through each domain in turn: what it covers, why ISC2 tests it, and where candidates typically stumble. It stays deliberately focused on content. For how to sequence these domains into a study plan, see how to build a CISSP study plan; for what the exam experience itself is like and why people find it tough, see how hard the CISSP exam is.

How the eight domains fit together

The CBK is not eight unrelated subjects — it is one discipline viewed from eight angles. Domain 1 sets the governance and risk lens through which every other domain should be read. Domains 2 to 5 cover what you are protecting and how you architect that protection: data, systems, networks and identities. Domains 6 and 7 cover verifying and running those protections day to day. Domain 8 extends the whole picture into how software gets built.

That structure matters for how you study, because CISSP questions rarely stay politely inside one domain. A scenario about a compromised web application can draw on risk treatment (Domain 1), network segmentation (Domain 4), access control (Domain 5), logging and response (Domain 7) and secure coding practice (Domain 8) in a single stem. Learn the domains as a connected system, not as eight flashcard decks.

What about the weightings?

ISC2 publishes a percentage weighting for each domain in the official exam outline, and refreshes the outline every three years through a Job Task Analysis. The April 2024 refresh kept all eight domains and made two weighting changes: Security and Risk Management rose from 15% to 16%, and Software Development Security fell from 11% to 10%. The other six domains' weightings were unchanged in that refresh — download the current CISSP Exam Outline from ISC2's site for the full percentage table, and treat any weighting figures you find on third-party sites with caution, as pre-2024 numbers still circulate widely.

Two practical readings of the weightings. First, the spread across domains is relatively even — no domain is safe to skip, and none single-handedly decides your result. Second, the 2024 adjustment nudged the exam slightly further towards governance and risk and slightly away from software: a fair one-line summary of where ISC2 sees the profession heading.

#DomainIn one line
1Security and Risk ManagementGovernance, risk, compliance, law, ethics and policy — the lens for everything else (16% since April 2024)
2Asset SecurityClassifying, handling and protecting information and assets through their lifecycle
3Security Architecture and EngineeringSecure design principles, models, cryptography and engineering trade-offs
4Communication and Network SecuritySecuring network architectures, protocols and communication channels
5Identity and Access Management (IAM)Controlling who and what can access which resources, and how that is proven
6Security Assessment and TestingDesigning and interpreting audits, assessments and security testing
7Security OperationsRunning security day to day: monitoring, response, recovery, resilience
8Software Development SecurityBuilding security into the software lifecycle (10% since April 2024)

Domain 1: Security and Risk Management

This is the CISSP's centre of gravity, and since the 2024 refresh its heaviest domain at 16%. It covers the concepts everything else hangs from: confidentiality, integrity and availability; security governance and how it aligns with business strategy; legal, regulatory and contractual obligations across jurisdictions; professional ethics (including ISC2's own canons); policy, standards and procedure hierarchies; risk identification, analysis and treatment; threat modelling; supply-chain risk; business continuity concepts; and personnel security, including awareness and training.

Why it is tested: CISSP is a credential for people accountable for security programmes, not just security tasks. Domain 1 is where the exam checks that you think in terms of risk to the organisation rather than vulnerabilities in isolation.

Where candidates struggle: technically strong candidates often under-prepare here because nothing in it feels difficult in the way cryptography does. Then the exam asks what a security manager should do first when a new regulation lands, and four defensible-looking actions appear. Domain 1 rewards judgement about priorities — risk before remediation, business impact before technical detail — and punishes memorisation without a governance mindset.

Domain 2: Asset Security

Asset Security follows information and other assets through their whole life: identifying and classifying them, assigning ownership, setting handling requirements, protecting data at rest and in transit at the appropriate level, establishing retention rules, and ensuring secure disposal at end of life. Concepts such as data owners versus data custodians versus data processors, classification schemes, and data-protection requirements in different roles and jurisdictions live here.

Why it is tested: you cannot protect what you have not identified, classified and assigned to someone. Domain 2 is the unglamorous plumbing on which every control decision depends — encryption strength, access rules and retention periods all follow from classification.

Where candidates struggle: the role definitions. Exam questions probe precisely who is accountable for classifying data, who implements the handling controls, and who processes it on whose behalf. Candidates who blur owner, custodian and processor lose marks that were entirely learnable.

Domain 3: Security Architecture and Engineering

The broadest technical domain. It spans secure design principles (least privilege, defence in depth, fail securely, zero trust and their kin); security models and evaluation criteria; the security capabilities of hardware and systems; vulnerabilities of architectures from client-server to cloud, industrial control and embedded systems; cryptography — symmetric, asymmetric, hashing, public key infrastructure, and attacks against them; and physical security design, from site layout to environmental controls.

Why it is tested: architecture is where security either gets designed in or bolted on. ISC2 expects a certified professional to evaluate a proposed design and spot the structural weakness, not just configure a product.

Where candidates struggle: cryptography is the classic sticking point, particularly for candidates from governance backgrounds — not the mathematics (the exam does not demand it) but choosing the right mechanism for a stated goal: what combination gives you confidentiality plus integrity plus non-repudiation, and what breaks if a key is mishandled. The other trap is depth misallocation: this domain is enormous, and some candidates sink weeks into cipher trivia while neglecting design principles the exam leans on more heavily.

Domain 4: Communication and Network Security

Domain 4 covers secure network architecture and the protocols that run over it: layered models and where controls sit within them; IP networking and its security implications; segmentation, from VLANs to micro-segmentation; wireless and mobile communication security; network components such as firewalls, proxies and intrusion-detection placement; and securing communication channels — VPNs, voice, video, remote access and collaboration traffic.

Why it is tested: the network remains the terrain on which most attacks travel. The exam wants evidence you can reason about trust boundaries — what should be allowed to talk to what, over which channel, with what protection.

Where candidates struggle: candidates without hands-on network experience find the protocol material heavy going, while network engineers face the opposite trap of answering at packet level when the question is asked at design level. Both groups benefit from practising "which control, placed where, mitigates this risk" questions rather than memorising port numbers.

Domain 5: Identity and Access Management (IAM)

IAM covers the full life of an identity: provisioning and deprovisioning; authentication factors and mechanisms, from passwords to multi-factor and passwordless approaches; federation and single sign-on; authorisation models — discretionary, mandatory, role-based and attribute-based access control; session management; and the governance around it all, including access reviews and privileged-account management.

Why it is tested: compromised credentials and excessive privileges sit behind a large share of real incidents, and identity has become the effective perimeter of cloud-era organisations. A CISSP is expected to design access so that people and systems get exactly what their role requires and nothing more.

Where candidates struggle: the access-control models. It is one thing to define role-based access control and another to recognise which model a scenario is describing, or which one fits a stated business constraint. Federation terminology — who is the identity provider, who is the relying party, what assertion passes between them — also trips candidates who have never implemented it.

Domain 6: Security Assessment and Testing

This domain is about finding out whether your controls actually work: designing assessment and audit strategies; vulnerability assessment and penetration-testing concepts; security control testing, log review and synthetic transactions; collecting and analysing test data; and reporting findings to the people who must act on them — including internal, external and third-party audit contexts.

Why it is tested: unverified security is assumed security. The exam checks that you can plan verification proportionate to risk, understand what different testing approaches can and cannot reveal, and turn results into decisions.

Where candidates struggle: the management perspective, again. Candidates with offensive-security backgrounds know how testing is performed but stumble on questions about who should authorise it, how scope is set, and how results feed governance. As with every domain, the exam asks what the accountable professional should do — not what the tool does.

Domain 7: Security Operations

The largest slice of day-to-day practice: logging and monitoring; incident management from detection through response, mitigation and lessons learned; digital-forensics and investigation concepts, including evidence handling; disaster recovery and business continuity execution — strategies, backup and recovery, testing exercises; change and configuration management; patch and vulnerability management; and operational resilience, including physical security operations and personnel safety.

Why it is tested: plans and architectures are hypotheses until operations proves them. This domain confirms you can keep a security capability running through incidents, outages and ordinary Tuesdays alike.

Where candidates struggle: breadth and ordering. Domain 7 touches everything, and its questions are frequently sequential — what do you do first when an incident is confirmed, which recovery option fits a stated tolerance for downtime. Candidates who have never sat in an incident bridge should walk through the standard response and recovery sequences until the ordering is reflexive.

Domain 8: Software Development Security

The final domain — weighted at 10% since the 2024 refresh — integrates security into how software is built and bought: development methodologies and where security fits into each; secure coding weaknesses and their mitigations; security controls in development environments and pipelines; assessing software security effectiveness; and the security implications of acquired software, from commercial products to open-source components and third-party services.

Why it is tested: most organisations are software organisations now, whether they admit it or not, and a security leader who cannot engage with the development lifecycle ends up gatekeeping from outside it — the exam expects better.

Where candidates struggle: non-developers fear this domain most, but it is written for security professionals, not programmers — you need to understand why input validation matters and where in a lifecycle a control belongs, not write the code. The genuine difficulty is vocabulary: candidates who have never worked near a delivery team should learn the terminology of modern development well enough to parse a scenario quickly.

So which CISSP domain is hardest?

There is no official answer — ISC2 publishes no per-domain statistics — and in practice the hardest domain is the one furthest from your day job. Reliable patterns from candidate experience: engineers and analysts most often name Domain 1, because its "think like a risk owner" framing inverts their instincts; governance and audit professionals more often name Domain 3, with cryptography the usual culprit, or Domain 4's protocol depth; and almost nobody escapes being surprised by the breadth of Domain 7.

The useful move is to find your hardest domain early rather than debate the internet's. Working through scored questions domain by domain — ExamPractice's CISSP practice questions break results down so you can see which domains lag — gives you a personal weighting map that matters far more than the official percentages.

How the domains show up on exam day

Since April 2024 the CISSP is delivered exclusively as a Computerized Adaptive Test (CAT): 100 to 150 questions, a maximum of three hours, and no ability to skip questions or return to earlier ones. You will not be told which domain a question belongs to, and the adaptive engine — not a fixed blueprint per candidate — determines exactly what you see, so you cannot bank on "getting through" a weak domain quickly. Results are pass/fail against a scaled standard of 700 out of 1000, with no numerical score reported; if you fall short, the result letter indicates whether you were below, near or above proficiency in each domain, which is the one place the domain structure gives you direct personal feedback.

One boundary note for completeness: the exam-day logistics — identification, check-in, pacing under CAT — are their own topic, covered in our CISSP exam day checklist.

Frequently asked questions

Do the CISSP domains change often?

The outline is refreshed roughly every three years through ISC2's Job Task Analysis. The April 2024 refresh kept the same eight domains and adjusted two weightings (Domain 1 up one point to 16%, Domain 8 down one to 10%). Always check the effective date on the outline you are studying from — materials keyed to the pre-2024 outline are still everywhere.

Do I need experience in all eight domains to sit the exam?

No. The eligibility rule is five years of cumulative paid work experience in two or more of the eight domains (with a one-year waiver available for a relevant degree or approved certification). What counts, and the Associate of ISC2 route if you are short, is covered in our guide to CISSP experience requirements.

Are some domains safe to deprioritise?

None are safe to skip: every domain carries meaningful weight and the adaptive format gives you no control over the mix you face. Deprioritising is only rational as a late-stage tactic — when practice results show a domain is already strong — never as a planning assumption.

Is the CBK the same thing as the exam outline?

Effectively, the exam outline is the public summary of the CBK for candidates: the eight domains with their subtopics and weightings. When people say "study the CBK", the actionable document they mean is the current CISSP Exam Outline on ISC2's site.

From domain map to first study session

You now know the territory: eight interlocking domains, near-even weightings led by Security and Risk Management at 16%, tested through an adaptive exam that punishes narrow preparation. The next decision is sequencing — most candidates do well starting with Domain 1 to install the risk-first mindset the whole exam is graded through, then ordering the rest by personal weakness rather than numerical order. Our CISSP study plan framework turns that into a week-by-week structure, and the CISSP exam preparation guide covers choosing resources to study each domain from.

Exam facts in this guide were checked against official certification-provider pages on . Fees, exam codes and policies change — confirm on the provider’s own site before you book.

Put it into practice

Test what you have just read

Reading about an exam only takes you so far. Work through practice questions for your certification and find the gaps before exam day does.

You may also like