Soru

Zorluk: OrtaSecure Network Design and Segmentation

A security architect is configuring a zero-trust network ingress path for an administrator connecting remotely to a sensitive database in an isolated zone. Arrange the operational steps for establishing this administrative session in the correct chronological sequence, from initial external initiation to final host authorization.

  1. 1The remote client initiates an encrypted management session to a dual-homed bastion host residing in the DMZ via an external firewall ingress rule.
  2. 2The bastion host authenticates the administrator using multi-factor authentication (MFA) and issues a short-lived session token.
  3. 3An internal stateful firewall inspects traffic and permits East-West transit originating specifically from the bastion host IP to the database segment.
  4. 4The host-based microsegmentation agent on the database server validates process-level rules and allows connection termination.

Cevap

The correct chronological sequence begins with establishing the encrypted transport session to the DMZ bastion host, authenticating identity via MFA on the bastion host, filtering East-West network traffic at the internal stateful firewall, and enforcing endpoint microsegmentation policy on the database server.
Establishing remote administrative access into a restricted segment requires a defense-in-depth sequence. Initial encrypted transport terminates at a DMZ bastion host, followed by MFA verification. Next, stateful internal firewalls allow East-West transit only from the verified jump host IP. Finally, the target host applies microsegmentation policies to validate process identity and grant connection access.

Adım Adım Çözüm

1
Establish perimeter ingress session
Client connects securely to the bastion host interface in the DMZ.
Direct connections from external untrusted networks to internal zones are blocked; traffic must terminate at a designated perimeter host.
2
Authenticate user identity and evaluate posture
Administrator identity is verified and granted temporary jump privileges.
MFA and identity verification prevent unauthorized users from using the bastion as an internal relay.
3
Traverse internal zone boundaries
Internal stateful firewall allows traffic from the bastion IP to the protected subnet.
Network-level access control rules enforce zone separation and restrict East-West traffic to explicit administrative paths.
4
Enforce host-level microsegmentation
Target database workload accepts and decrypts the application connection.
Zero trust architecture dictates that host endpoints perform independent, granular verification of incoming traffic regardless of network perimeter checks.

Anahtar Kavram

Secure Jump Host Transit and Microsegmentation Enforcement
Bu soruyu puanla