SY0-701 Security Architecture Practice Question
Guest tablets in a conference room use the same physical switches as employee devices. The security team wants guests to have internet access only, with no route to internal subnets. Which design best meets the goal?
⚠ Common exam trap
Many exam-takers confuse authentication/encryption methods (password, WPA3, MAC filtering) with network segmentation, failing to recognize that only Layer 2 VLAN separation combined with Layer 3 ACLs can enforce routing restrictions between subnets.
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 guests on a separate VLAN and block internal access with ACLs.
Placing guest tablets on a separate VLAN segments traffic at Layer 2, and applying ACLs on the Layer 3 interface (SVI or router) blocks all routes to internal subnets while permitting internet access. This design ensures that even though guests share the same physical switches, their traffic is isolated from employee VLANs and cannot reach internal resources.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Keep guests on the same VLAN and rely on a separate Wi-Fi password.
Why it's wrong here
A separate Wi-Fi password only authenticates the wireless client to the access point; it does not change how the network routes or switches frames after a device connects. Once a guest is authenticated, they become a Layer 2 neighbor on the same broadcast domain, giving them direct access to internal hosts, file shares, or management interfaces on the same subnet. Because the guest VLAN is identical to the internal VLAN, there is no segmentation boundary—the password controls who gets onto the Wi-Fi, not where they can go after that.
- ✓
Place guests on a separate VLAN and block internal access with ACLs.
Why this is correct
A VLAN segregates guest devices into a separate Layer 3 subnet, breaking their ability to directly reach internal hosts by IP at Layer 2. The ACLs applied on the router or Layer 3 switch then explicitly deny the guest subnet from accessing internal subnets, while still permitting the guests to reach the internet and necessary services like DHCP and DNS. This creates a defense-in-depth boundary that controls traffic based on network segments, rather than relying on the wireless encryption or address filtering, making it the correct and industry-standard approach.
- ✗
Use stronger WPA3 encryption on the wireless network and leave the network flat.
Why it's wrong here
WPA3 encryption secures the wireless link against eavesdropping and offline password attacks, but its protection ends at the access point. After decryption, the access point forwards guest frames onto the flat LAN as if they were any other Ethernet frame, so guests share the same broadcast domain and can initiate connections to internal hosts without any Layer 3 inspection. Encryption is a confidentiality and integrity control for the radio link—it does not provide isolation or access control between endpoints on the same network segment.
- ✗
Enable MAC address filtering on the switch and allow all ports to remain in the default network.
Why it's wrong here
MAC address filtering is a weak and easily bypassed layer of access control—an attacker can use a packet capture or network scanning tool to identify an allowed MAC address and spoof it on their own client. Even if the filter succeeds in limiting which devices connect, it only checks the hardware address; it does nothing to separate guest traffic into a distinct virtual LAN or restrict which internal IP ranges a guest can reach. Once a MAC has passed the filter, the device is placed on the default flat network with full Layer 2 and Layer 3 access, exactly the same as any internal host.
Visual reference
Go deeper
Related to this question
Learn chapter
Cloud Security Fundamentals
Key term
Security
Security in IT is the practice of protecting systems, networks, and data from unauthorized access, damage, or theft.
Key term
VLAN
A VLAN (Virtual Local Area Network) is a logical grouping of network devices that behave as if they are on the same physical network segment, regardless of their actual physical location.
About these practice questions
This SY0-701 question is part of Courseiva's 1,013-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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.