An enterprise security architect is designing a network architecture for a hybrid micro-datacenter that hosts PCI-DSS scoped payment processing workloads alongside unmanaged IoT environmental sensors on shared physical network switches. The design must prevent direct Layer 2 or Layer 3 lateral movement between any endpoints located within the same IP subnet, without requiring dedicated physical switches or administrative overhead from managing hundreds of individual VLAN subnets and IP pools. Which of the following secure network design strategies best meets these requirements?
- Configure Private VLANs (PVLANs) on the access switches using isolated secondary VLANs to restrict port-to-port communication within the shared subnet.Answer
- BImplement standard 802.1Q VLAN tagging with subinterfaces on a router to apply ingress access control lists (ACLs) to inter-VLAN traffic.
- CDeploy an enterprise next-generation firewall (NGFW) at the network perimeter to inspect incoming North-South connection attempts to the micro-datacenter.
- DPosition a network intrusion prevention system (NIPS) in passive tap mode to detect and terminate unauthorized Address Resolution Protocol (ARP) requests.
Answer
Configuring Private VLANs (PVLANs) using isolated secondary VLANs provides Layer 2 microsegmentation within a single IP subnet, blocking port-to-port East-West traffic without allocating extra IP subnets or physical switch hardware.
Private VLANs (PVLANs) extend standard VLAN capabilities by subdividing a single broadcast domain into secondary isolation zones. Endpoints connected to isolated ports can only communicate with designated promiscuous ports (such as the default gateway router), preventing lateral movement and frame forwarding between peers on the same subnet without allocating new IP subnets.
Step-by-Step Solution
Key Concept
Private VLAN (PVLAN) Microsegmentation
Estimated Time:3m 0s