SY0-701 · Domain 4 of 5 by weight

Security Architecture

By · Updated 2026-07-13

Exam weight
18%
Approx. questions
~16
Topics
4

Security Architecture accounts for 18% of the CompTIA Security+ — roughly 16 of the 90 questions you will see. It ranks 4 of 5 by weight, so it deserves proportionate — not equal — study time.

What this domain actually tests

Design and placement — where security controls sit, and what each one actually does.

Know what each device is for, precisely. This is the core of the domain and the source of most of its marks:

DeviceWhat it does
FirewallFilters traffic by rule (ports, IPs, protocols)
IDSDetects and alerts. Out of band. Does not stop anything.
IPSDetects and blocks. Inline, in the traffic path.
WAFUnderstands HTTP. Stops application-layer attacks (SQLi, XSS).
ProxyMediates requests — forward (outbound clients) or reverse (inbound to servers)
Load balancerDistributes traffic across servers

Zero trust is the headline concept: never trust, always verify, assume breach. No implicit trust based on network location. Verify every request, enforce least privilege, and segment aggressively.

The traps

IDS versus IPS is the domain's signature question. The distinction is inline versus out of band:

  • An IDS sits off to the side, watching a copy of the traffic. It tells you something happened. It cannot stop it.
  • An IPS sits in the traffic path. It can drop the packet.

Questions describe wanting to automatically stop an attack rather than be told about it — that is an IPS. Questions worried about false positives blocking legitimate traffic are pointing at the risk of an IPS, which is a real trade-off and an examinable one.

A firewall is not a WAF. A traditional firewall filters by port and IP; it has no idea what SQL injection is. If the scenario mentions a web application and application-layer attacks, only a WAF answers it.

Segmentation and microsegmentation. Dividing the network so a breach in one area cannot spread. If a scenario describes limiting lateral movement after a compromise, it is segmentation.

The cloud shared responsibility model appears here too — who secures what, depending on IaaS, PaaS, or SaaS.

Defence in depth is layered controls, so no single failure is fatal. It comes up as a principle and as the reason an answer with multiple overlapping controls beats one with a single control.

How to study it

Draw a network diagram from memory and place every device on it: where the firewall sits, where the IDS taps traffic, where the IPS sits inline, where the WAF sits in front of the web servers, where the reverse proxy goes. Placement is the domain.

Then write one sentence for each device that captures what makes it different from its nearest neighbour — not what it is, but what it is not. "An IDS is like an IPS but it cannot block." "A firewall is like a WAF but it cannot read HTTP."

At 18% this is a mid-sized domain built on clean, learnable distinctions. Get the device table cold and you have most of it.

What this domain covers

  • Network segmentation and zero trust
  • Firewalls, IDS/IPS, and WAF
  • Cloud security shared responsibility
  • Secure network design patterns

These are the topics Prepa uses to generate SY0-701 practice questions for this domain, so your practice is weighted the way the exam is.

The other SY0-701 domains

For the full exam format, scoring, and a study plan, read the CompTIA Security+ (SY0-701) Study Guide.

Related reading