Match each network segmentation concept on the left with its defining implementation characteristics on the right. Which pairings correctly connect each segmentation technique to its primary description?
- Air GapComplete physical isolation of a network segment with no electronic connectivity to external systems.
- Demilitarized Zone (DMZ)A perimeter subnetwork positioned between internal private resources and untrusted public networks to host external services.
- VLAN (Virtual LAN)Logical segmentation at Layer 2 of the OSI model used to partition broadcast domains within shared physical switch infrastructure.
- MicrosegmentationGranular, software-defined isolation applied at the workload or application level to restrict lateral East-West traffic.
Answer
Air Gap matches physical isolation with zero electronic connectivity. Demilitarized Zone (DMZ) matches a perimeter network hosting public services. VLAN matches Layer 2 switch broadcast domain separation. Microsegmentation matches granular workload isolation controlling East-West traffic.
The concepts correctly align with their respective architectural boundaries: Air Gap provides absolute physical disconnection, DMZ insulates internal networks from public service exposure, VLAN separates Layer 2 switch traffic, and Microsegmentation limits lateral movement between virtual workloads.
Step-by-Step Solution
Key Concept
Network Segmentation and Boundary Controls