A security administrator must securely access an internal database server located within a restricted database zone from a remote management workstation. Place the following connection and transit steps in the correct sequential order from initial external access to final database session establishment according to secure network design principles.
- 1Authenticate to the perimeter bastion host (jump box) in the management DMZ using multi-factor authentication (MFA).
- 2Pass host posture checking and centralized AAA authorization controls on the bastion host.
- 3Traverse the internal stateful firewall via an explicit rule permitting traffic only from the bastion host IP to the database subnet.
- 4Establish a privileged database session on the target server within the isolated database subnet.
Answer
The correct sequence starts with authenticating to the DMZ bastion host using MFA, passing posture and AAA checks on the bastion, traversing the internal stateful firewall via restrictive bastion-to-database rules, and finally establishing the privileged database session.
Secure network design dictates that administrative access to sensitive internal zones (such as a database subnet) must pass through a jump server located within a DMZ or management zone. First, the administrator must authenticate to the bastion host using MFA. Second, device posture and AAA authorization controls evaluate the session on the bastion host. Third, the connection traverses the internal stateful firewall, which uses tight microsegmentation rules to permit transit only from the bastion host IP address to the database server port. Finally, the user establishes the authenticated session on the internal target database.
Step-by-Step Solution
Key Concept
Bastion Host Transit & Secure Network Segmentation