SY0-701 Security Architecture Practice Question
A company is redesigning a customer portal. Internet users must reach only the web tier, the application tier must be reachable only from the web tier, and the database must be reachable only from the application tier. Administrators should manage servers from a dedicated jump host. Which design best meets these requirements?
⚠ Common exam trap
Candidates often think host firewalls alone are sufficient for segmentation, ignoring that VLANs and network ACLs are required to prevent lateral movement and enforce tier-to-tier access restrictions at the network layer.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Place web servers in a DMZ, application servers in an internal server subnet, databases in a restricted trust zone, and allow administration only through ACLs from a jump host.
Ly implements a layered security architecture by placing web servers in a DMZ (accessible from the internet), application servers in an internal subnet (accessible only from the DMZ), and databases in a restricted trust zone (accessible only from the application tier). Administration is restricted to a dedicated jump host, enforcing strict network segmentation and least-privilege access control via ACLs.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Place all servers on one VLAN and use host firewalls on each system.
Why it's wrong here
Placing all servers on a single VLAN with host firewalls fails to enforce the required network segmentation, because the application tier and database would share the same broadcast domain and Layer 2 adjacency, allowing lateral traffic that the host firewall alone cannot reliably block if misconfigured or bypassed. This approach is tempting because host firewalls are a valid defence-in-depth measure for restricting inter-service communication within a flat network, and would be correct in a scenario where physical or virtual network segmentation is not mandated and only host-level controls are acceptable.
- ✓
Place web servers in a DMZ, application servers in an internal server subnet, databases in a restricted trust zone, and allow administration only through ACLs from a jump host.
Why this is correct
This design separates the exposure of each tier and limits traffic to the minimum necessary paths. The web servers can face the internet in a DMZ, while the application and database tiers remain progressively more restricted. ACLs and a jump host also enforce controlled administrative access and reduce direct management exposure.
- ✗
Place the database servers in the DMZ so the web tier can query them directly from the internet-facing network.
Why it's wrong here
Placing database servers in a DMZ directly exposes the most sensitive tier—the one holding customer PII and credentials—to the internet-facing network, violating the principle of least privilege and defense in depth. In a proper tiered architecture, a web server in the DMZ talks only to an application server in an internal subnet, which then queries the database in a restricted trust zone via narrowly scoped firewall rules on specific SQL ports. A compromise of the web layer would otherwise let an attacker reach the database directly, bypassing the application layer's input validation and logging. This design also breaks common compliance frameworks (e.g., PCI DSS) that require strict segmentation of cardholder data from untrusted networks.
- ✗
Use NAT for all servers and keep every system on the same internal subnet to simplify routing.
Why it's wrong here
While NAT hides internal addresses, it does not provide network segmentation or enforce trust boundaries—it is a routing/address-translation technique, not a security control. Keeping every system on the same internal subnet means the web, application, and database tiers share the same Layer 2 broadcast domain, so any compromised server can perform lateral movement and ARP spoofing to reach the database without crossing a firewall. Simplifying routing at the cost of flat network design is a key failure, as it assumes all internal hosts are equally trustworthy, which is seldom true. Proper segmentation via VLANs, subnets, and ACLs is required to isolate tiers by risk level, regardless of NAT usage.
Visual reference
Go deeper
Related to this question
Learn chapter
Network Segmentation and Isolation
Key term
Access control
Access control is the security practice of determining who or what is allowed to view, use, or enter a resource, and under what conditions.
Key term
DMZ
A DMZ (demilitarized zone) is a network segment that sits between an internal private network and the public internet, hosting publicly accessible services while keeping the internal network isolated.
About these practice questions
Courseiva writes every SY0-701 question from scratch — 1,013 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SY0-701 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SY0-701 exam.