Which architecture pattern is specifically designed to isolate sensitive processes from the rest of the network?
Trap 1: Load Balancing
This is for availability, not isolation.
Trap 2: VPN
This is for secure transport, not network isolation.
Trap 3: Microsegmentation
Microsegmentation isolates workloads at the host level, but DMZ is the broader structural pattern.
- A
DMZ
A DMZ is a classic architecture pattern for isolating public-facing systems.
- B
Load Balancing
Why wrong: This is for availability, not isolation.
- C
VPN
Why wrong: This is for secure transport, not network isolation.
- D
Microsegmentation
Why wrong: Microsegmentation isolates workloads at the host level, but DMZ is the broader structural pattern.