A network security architect is designing an ingress traffic transit flow for an enterprise application processing sensitive financial data. External client traffic must traverse multiple physical and logical security zones to interact with the backend database while enforcing strict North-South and East-West control boundaries. Arrange the following network security architecture traversal steps in the correct sequential order from the initial external inbound packet arrival to the final payload processing at the database host.
- 1Traffic arrives at the edge perimeter router and undergoes initial stateless packet filtering and DDoS mitigation.
- 2Packets pass through an external Web Application Firewall (WAF) in the screened subnet (DMZ) for Layer 7 protocol inspection and TLS termination.
- 3Inspected traffic traverses an internal Next-Generation Firewall (NGFW) enforcing North-South access control lists (ACLs) to enter the application tier.
- 4Microsegmentation policies on the virtual switch restrict East-West communication, allowing only verified application pods to initiate connections to the database gateway.
- 5Traffic passes through a database proxy jump host enforcing strict identity-based database authentication before hitting the isolated database VLAN.
Cevap
The correct sequence of network security traversal from untrusted ingress to the isolated database host is: 1) Edge perimeter router stateless packet filtering/DDoS mitigation, 2) DMZ Web Application Firewall (WAF) Layer 7 inspection and TLS termination, 3) Internal NGFW North-South enforcement into the application tier, 4) Virtual switch microsegmentation governing East-West lateral traffic, and 5) Database proxy/jump gateway identity enforcement entering the isolated database zone.
The correct sequence reflects a defense-in-depth network architecture. Untrusted internet traffic is first filtered statelessly at the edge perimeter router to mitigate volumetric attacks. Next, it reaches the screened subnet (DMZ) where a Web Application Firewall decrypts and inspects application layer traffic. Valid requests then cross the internal North-South firewall boundary into the internal application tier. Within this tier, microsegmentation policies govern East-West lateral communications between microservices. Finally, traffic bound for the sensitive database must authenticate through a database proxy gateway before accessing the isolated backend database VLAN.
Adım Adım Çözüm
Anahtar Kavram
Multi-tier Secure Network Design, Zone Traversal, and Microsegmentation