A security architect for an enterprise organization is designing network isolation controls across various operational environments. Match each security design requirement on the left to the network segmentation mechanism on the right that best satisfies it.
- Isolating legacy industrial control hardware that requires complete protection from remote network vectors and has no requirement for network communication.Air gap
- Restricting East-West network traffic between individual containerized microservices hosted within the same virtualized cluster.Microsegmentation
- Providing a hardened, audited entry point for administrators to establish remote management sessions into internal infrastructure.Jump box / Bastion host
- Placing public-facing application servers in a perimeter zone to prevent direct network traversal to internal corporate databases.Demilitarized Zone (DMZ)
Answer
Legacy hardware isolation matches Air gap; Container microservices restriction matches Microsegmentation; Administrative entry point matches Jump box / Bastion host; Public-facing server perimeter matches Demilitarized Zone (DMZ).
Each requirement directly aligns with standard network segmentation mechanisms: Air gap provides total network detachment for highly sensitive/legacy hardware; Microsegmentation provides granular control over East-West traffic between container workloads; Jump boxes act as secure gateways for admin sessions; DMZs buffer public-facing web servers from private internal database zones.
Step-by-Step Solution
Key Concept
Network Segmentation Mechanisms and Architecture