An organization is updating its cloud-native architecture for a healthcare portal processing Sensitive Personal Health Information (PHI). The security architecture team must enforce strict isolation between individual microservices to prevent lateral movement, continuously authenticate every service-to-service communication path, and inspect East-West traffic without relying solely on perimeter boundary firewalls. Which of the following network architecture strategies best satisfies these requirements?
- Implement microsegmentation using a Service Mesh architecture enforcing mutual TLS (mTLS) and dynamic identity-based network policies.Answer
- BPlace all microservices within a single internal trusted network zone protected by a high-throughput perimeter Next-Generation Firewall (NGFW).
- CEstablish a physically air-gapped network segment for all application nodes while routing inbound API calls through a jump box.
- DDeploy a network intrusion prevention system (NIPS) in passive out-of-band mode at the core router to automatically block malicious East-West traffic.
Answer
Implementing microsegmentation using a Service Mesh architecture enforcing mutual TLS (mTLS) and dynamic identity-based network policies.
Microsegmentation divides cloud environments into distinct security segments down to the individual workload level. Using a Service Mesh with mTLS ensures cryptographic identity verification and encrypted session enforcement for all East-West microservice traffic, aligning with Zero Trust secure network design principles.
Step-by-Step Solution
Key Concept
Microsegmentation and Zero Trust Architecture in Network Design
Estimated Time:2m 0s