The answer is to move guests into a dedicated guest zone with outbound NAT and default-deny rules to internal networks. This configuration is correct because it enforces network segmentation by allowing guest traffic to reach the internet via NAT while using firewall policies to explicitly block all RFC 1918 private IP ranges—10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16—preventing any Layer 3 connectivity to internal subnets or printer VLANs. On the Security+ SY0-701 exam, this scenario tests your understanding of zone-based segmentation and default-deny principles, often appearing in exhibit-based questions where you must identify the policy change that isolates untrusted devices. A common trap is choosing a solution that only blocks specific IPs rather than applying a blanket deny to all private ranges, or relying on VLANs alone without firewall rules. Remember the tip: “Guest gets out, but never in—block all private, let NAT begin.”
SY0-701 Security Architecture Practice Question
This SY0-701 practice question tests your understanding of security architecture. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Exhibit
Guest WLAN uses VLAN 20.
Current ACL on the VLAN 20 SVI:
- permit udp any eq 53 any
- permit udp any eq 67 any
- permit ip 10.50.20.0/24 any
- deny ip any 10.0.0.0/8
- deny ip any 172.16.0.0/12
- deny ip any 192.168.0.0/16
Default route sends remaining traffic to the ISP.
Requirement: guests should have internet-only access.
Based on the exhibit, which change best meets the requirement that guest devices can reach the internet but must not reach any internal subnets or printer VLANs?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue: "best"
Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
Guest WLAN uses VLAN 20.
Current ACL on the VLAN 20 SVI:
- permit udp any eq 53 any
- permit udp any eq 67 any
- permit ip 10.50.20.0/24 any
- deny ip any 10.0.0.0/8
- deny ip any 172.16.0.0/12
- deny ip any 192.168.0.0/16
Default route sends remaining traffic to the ISP.
Requirement: guests should have internet-only access.
A
Add more allow rules for the printer VLAN so guests can print without changing routing.
Why wrong: Printer exceptions broaden guest access and increase the chance of reaching internal resources unnecessarily.
B
Move guests into a dedicated guest zone with outbound NAT and default-deny rules to internal networks.
A dedicated guest zone with outbound-only internet access enforces least privilege and keeps guests isolated from internal VLANs.
C
Place guest and corporate devices on the same VLAN and rely on the wireless password for separation.
Why wrong: A shared VLAN removes segmentation, so a Wi-Fi password alone does not stop lateral movement.
D
Allow guest traffic to reach internal DNS and DHCP servers across all RFC1918 subnets.
Why wrong: Opening internal infrastructure services to guests creates unnecessary exposure and does not satisfy internet-only access.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Move guests into a dedicated guest zone with outbound NAT and default-deny rules to internal networks.
Option B is correct because placing guest devices in a dedicated guest zone with outbound NAT allows them to access the internet while default-deny rules to internal subnets and printer VLANs enforce network segmentation. This approach uses firewall policies to explicitly block RFC 1918 private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) from guest traffic, ensuring no Layer 3 connectivity to internal resources.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
✗
Add more allow rules for the printer VLAN so guests can print without changing routing.
Why it's wrong here
Printer exceptions broaden guest access and increase the chance of reaching internal resources unnecessarily.
✓
Move guests into a dedicated guest zone with outbound NAT and default-deny rules to internal networks.
Why this is correct
A dedicated guest zone with outbound-only internet access enforces least privilege and keeps guests isolated from internal VLANs.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
✗
Place guest and corporate devices on the same VLAN and rely on the wireless password for separation.
Why it's wrong here
A shared VLAN removes segmentation, so a Wi-Fi password alone does not stop lateral movement.
✗
Allow guest traffic to reach internal DNS and DHCP servers across all RFC1918 subnets.
Why it's wrong here
Opening internal infrastructure services to guests creates unnecessary exposure and does not satisfy internet-only access.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates may think adding more allow rules (Option A) or using a shared VLAN with a password (Option C) provides sufficient isolation, but they fail to recognize that network-layer segmentation via dedicated zones and firewall rules is required to prevent guest-to-internal communication at both Layer 2 and Layer 3.
Detailed technical explanation
How to think about this question
Under the hood, a dedicated guest zone typically uses a separate VLAN or VRF with a firewall enforcing a default-deny policy for inbound traffic from the guest zone to internal zones. Outbound NAT (Port Address Translation) hides guest devices behind a public IP, and the firewall applies an implicit deny rule for destination IPs in RFC 1918 ranges, often supplemented by an explicit deny rule for the printer VLAN subnet. In real-world deployments, this is commonly implemented on next-generation firewalls (e.g., Cisco ASA, Palo Alto) using zone-based policies, where the guest zone is assigned a low security level and inter-zone rules block all traffic to internal zones except for specific exceptions like DHCP or DNS if needed.
KKey Concepts to Remember
Read the scenario before looking for a memorised answer.
Find the constraint that changes the correct option.
Eliminate answers that are true in general but not in this case.
TExam Day Tips
→Watch for words such as best, first, most likely and least administrative effort.
→Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A security analyst at a medium-sized enterprise encounters this scenario during an investigation or architecture review. The correct answer reflects best practice for the specific threat or control described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Security exam questions test whether you can match controls to threats in context — not just recall definitions.
Related glossary terms
Concepts from this question explained
These glossary pages explain the core terms tested in this SY0-701 question in full detail.
Security Architecture — This question tests Security Architecture — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Move guests into a dedicated guest zone with outbound NAT and default-deny rules to internal networks. — Option B is correct because placing guest devices in a dedicated guest zone with outbound NAT allows them to access the internet while default-deny rules to internal subnets and printer VLANs enforce network segmentation. This approach uses firewall policies to explicitly block RFC 1918 private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) from guest traffic, ensuring no Layer 3 connectivity to internal resources.
What should I do if I get this SY0-701 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.