An enterprise financial organization is redesigning its network architecture for a cloud-hosted payment gateway platform. While perimeter Next-Generation Firewalls (NGFW) currently inspect all North-South ingress traffic from external clients, recent audit logs revealed that compromised web application nodes in the public presentation subnet attempted unauthorized lateral movement (East-West traffic) to internal database clusters within the same virtual private network. The security team requires a design that enforces granular, application-centric access controls between internal workloads without requiring major subnet re-addressing or causing latency bottlenecks associated with hairpinning internal traffic through a central hardware appliance. Which of the following architectural strategies best satisfies these requirements?
- Deploy a software-defined microsegmentation architecture utilizing service mesh network policies and mutual TLS (mTLS) between application workload endpoints.Answer
- BRoute all internal inter-subnet communications through the existing perimeter NGFW by modifying default gateway dynamic routing tables.
- CConsolidate all database clusters into a single screen subnet (DMZ) protected exclusively by stateful edge router ACLs.
- DImplement a physical data diode between the web application presentation tier and the internal database storage tier.