Security Architecture

405 soru

Soru 321Soru

An organization is updating its network architecture to securely integrate legacy point-of-sale (POS) terminals with a cloud-based inventory system while maintaining PCI DSS compliance. The legacy POS terminals run older operating systems that cannot support endpoint agent installations or host firewalls. Which of the following network segmentation controls should the security team implement to isolate these legacy devices and restrict unnecessary lateral traffic? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Place the legacy POS terminals on a dedicated VLAN with strict East-West access control lists (ACLs) to block terminal-to-terminal traffic.; Deploy an inline stateful firewall to enforce explicit North-South traffic controls between the POS segment and the cloud inventory system.

Cevap

The security team should isolate the legacy terminals on a dedicated VLAN using East-West access control lists to prevent lateral spread, and implement an inline stateful firewall to enforce explicit North-South filtering for traffic bound for the cloud inventory system.
Isolating legacy systems on a dedicated VLAN with East-West ACL restrictions ensures that individual POS terminals cannot communicate laterally with one another if compromised. Concurrently, an inline stateful firewall enforcing North-South traffic rules restricts outbound traffic strictly to necessary cloud infrastructure connections.

Adım Adım Çözüm

1
Analyze device limitations and isolation requirements.
Determined that unsupported legacy POS devices must be protected at the network layer because endpoint agents cannot be installed.
Network-level segmentation provides containment when host-level protection is unavailable.
2
Select appropriate inter-zone and intra-zone traffic controls.
Chose VLAN microsegmentation for East-West traffic control and stateful boundary firewalls for North-South egress control.
Combining East-West microsegmentation with North-South perimeter filtering ensures comprehensive isolation from both internal peer systems and external destinations.

Anahtar Kavram

Secure Network Design and Segmentation
Soru 322Soru

An enterprise infrastructure team is redesigning the storage connectivity for a mission-critical database host attached to a Storage Area Network (SAN). The primary goal is to eliminate single points of failure in the physical and logical communication paths between the host server and the storage array, ensuring continuous throughput even if a cable or adapter fails. Which of the following technical controls should the team implement to meet these criteria? (Select TWO).

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Dual Host Bus Adapters (HBAs) connected to separate, isolated storage fabrics; Multipath I/O (MPIO) driver configuration on the host operating system

Cevap

The team should implement Dual Host Bus Adapters (HBAs) connected to separate storage fabrics along with Multipath I/O (MPIO) configured at the host operating system level.
High availability for Storage Area Network (SAN) connectivity requires redundancy at both the physical layer and the logical operating system layer. Dual Host Bus Adapters (HBAs) linked to distinct storage switches eliminate single points of failure in hardware and cabling. Concurrently, Multipath I/O (MPIO) provides the software-level intelligence needed for the operating system to detect path failures and fail over transparently without dropping I/O sessions.

Adım Adım Çözüm

1
Identify the physical hardware single point of failure in SAN connectivity.
Installing Dual Host Bus Adapters (HBAs) provides hardware-level redundancy for host interface ports and cabling.
A single HBA failure would disconnect the server from the SAN without dual redundant cards.
2
Identify the logical/operating system control required to manage redundant storage paths.
Configuring Multipath I/O (MPIO) allows the operating system to route traffic across redundant HBA channels and automatically fail over if a path drops.
Without MPIO, the operating system might see duplicate disks or fail to switch to an alternate path dynamically during an outage.

Anahtar Kavram

SAN Path Redundancy and High Availability
Soru 323Soru

A municipal transit authority is modernizing its distributed traffic management system and fleet maintenance stations to align with Zero Trust Architecture (ZTA) principles. Which of the following architectural decisions directly fulfill core Zero Trust tenets? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Enforcing continuous policy re-evaluation using real-time contextual risk signals for every resource request, regardless of network location.; Creating granular microsegments around enterprise workloads to isolate network traffic and strictly limit lateral movement.

Cevap

The zero trust design must continuously re-evaluate policy decisions based on real-time risk signals regardless of network location, and implement workload microsegmentation to prevent lateral movement.
Zero Trust Architecture relies on assuming breach, explicit continuous verification, and microsegmentation. Enforcing continuous policy re-evaluation ensures access is dynamically granted based on real-time posture and risk context rather than static attributes or network origin. Simultaneously, establishing microsegments around workloads enforces least privilege access and restricts an adversary's ability to move laterally across the enterprise network.

Adım Adım Çözüm

1
Evaluate the core tenets of Zero Trust Architecture according to NIST standards.
Identified key tenets: continuous explicit verification, least privilege access, microsegmentation, and assuming breach across all network segments.
Zero Trust operates under the premise that no network segment is inherently trusted.
2
Analyze each option against Zero Trust requirements versus traditional perimeter defense practices.
Continuous contextual verification and workload microsegmentation adhere to Zero Trust principles, whereas trusting the internal LAN or granting broad authorization upon initial login violates them.
Perimeter reliance and conflating authentication with broad authorization represent legacy security fallacies.

Anahtar Kavram

Zero Trust Architecture Core Tenets
Soru 324Soru

A financial services organization is designing a high-throughput database storage system that requires transparent, hardware-level data encryption at rest without burdening the host database server CPUs. Additionally, organizational compliance mandates that encryption keys must be generated and lifecycle-managed by a centralized external key appliance. Which of the following storage security solutions best fulfills these requirements?

Cevabı ve açıklamayı göster

Cevap: Self-Encrypting Drives (SEDs) integrated with a centralized key manager using Key Management Interoperability Protocol (KMIP)

Cevap

Deploying Self-Encrypting Drives (SEDs) integrated with a Key Management Interoperability Protocol (KMIP) server
Self-Encrypting Drives (SEDs) perform full disk bulk encryption at the drive controller hardware layer using fast symmetric ciphers (such as AES), which prevents host CPU overhead. Leveraging the Key Management Interoperability Protocol (KMIP) allows the drive hardware to offload key generation, rotation, and escrow to a centralized enterprise key management appliance.

Adım Adım Çözüm

1
Evaluate host performance requirements for data-at-rest encryption
Selected hardware-based encryption on the storage drive controller rather than host-based software encryption to avoid host CPU degradation
Self-Encrypting Drives (SEDs) handle AES bulk encryption transparently on dedicated hardware on the drive itself.
2
Evaluate key management governance requirements
Identified KMIP integration for centralized key management
KMIP enables enterprise storage hardware to retrieve and manage encryption keys securely from a centralized Hardware Security Module (HSM) or key management server.

Anahtar Kavram

Hardware-based Storage Encryption & Centralized Key Management
Soru 325Soru

A security administrator is reviewing hardware resilience controls for an enterprise web application server host. The server host currently features dual redundant power supplies, hot-swappable cooling fans, and a RAID 10 storage array to prevent single points of hardware failure. However, a recent risk assessment highlighted that if the single physical host chassis or motherboard experiences a hardware fault, the application will become unavailable. Which of the following high-availability solutions should the administrator implement to automatically fail over virtualized workloads to a healthy physical host upon host hardware failure?

Cevabı ve açıklamayı göster

Cevap: Virtual machine hypervisor clustering with automated failover

Cevap

Virtual machine hypervisor clustering with automated failover is the optimal solution for recovering workloads immediately after a physical compute host failure.
Virtual machine hypervisor clustering aggregates physical hosts into a cluster. When a physical host suffers a hardware fault, the cluster software automatically redistributes and restarts the running virtual instances on operational cluster nodes, ensuring service continuity.

Adım Adım Çözüm

1
Analyze the operational vulnerability described in the scenario.
The host already has internal hardware fault tolerance (RAID 10, dual PSUs, hot-swap fans), but remains vulnerable to total physical host hardware failure (chassis/motherboard).
Resolving single points of failure at the host level requires a compute-level high-availability control across host nodes.
2
Evaluate candidate high-availability controls against the requirement for automated failover.
Hypervisor clustering maintains state awareness across physical hosts and automatically migrates or restarts virtual machines on healthy hosts when a node fails.
This maintains service availability with minimal interruption without requiring manual intervention or rebuilding servers.

Anahtar Kavram

Hypervisor Clustering and Compute Failover
Soru 326Soru

A biomedical research firm is implementing Zero Trust Architecture (ZTA) principles to secure sensitive genomic research data stored in a hybrid environment. An analyst attempts to access a restricted database from a corporate laptop while connected from a remote partner facility. Which of the following describes how access is evaluated under Zero Trust principles?

Cevabı ve açıklamayı göster

Cevap: Access is dynamically evaluated by a Policy Decision Point (PDP) using contextual telemetry such as device health, user identity, and location before instructing a Policy Enforcement Point (PEP) to grant explicit access.

Cevap

Access is dynamically evaluated by a Policy Decision Point (PDP) using contextual telemetry such as device health, user identity, and location before instructing a Policy Enforcement Point (PEP) to grant explicit access.
Under Zero Trust Architecture (ZTA), no implicit trust is granted based on network location or initial login. Access requests must be explicitly verified. A Policy Decision Point (PDP) dynamically evaluates telemetry (such as user identity, device posture, and location context) against policy rules to determine access, which is then enforced by a Policy Enforcement Point (PEP).

Adım Adım Çözüm

1
Identify the core tenet of Zero Trust Architecture (ZTA)
ZTA operates under the principle of explicit verification and 'never trust, always verify', requiring continuous context-aware evaluation.
Location within a network or establishment of a VPN tunnel does not grant implicit trust.
2
Analyze the roles of Zero Trust components
The Policy Decision Point (PDP) evaluates request parameters against security policies, while the Policy Enforcement Point (PEP) enforces the PDP's decision.
Decoupling decision logic from enforcement ensures dynamic, contextual control across hybrid environments.

Anahtar Kavram

Explicit Verification and PDP/PEP Decoupling in Zero Trust Architecture
Soru 327Soru

A security architect at a pharmaceutical enterprise is designing the network architecture for a new automated production facility. Match each network design or segmentation technique on the left to its corresponding security application requirement on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Air Gap
Microsegmentation
Jump Server
Demilitarized Zone (DMZ)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Air Gap matches with isolating legacy PLCs by completely disconnecting them; Microsegmentation matches with restricting lateral movement between individual cloud microservices; Jump Server matches with providing a hardened administrative proxy entry point; Demilitarized Zone (DMZ) matches with exposing public web servers while isolating the internal network.
Air Gap provides absolute physical isolation for legacy PLCs. Microsegmentation enforces workload-level controls against lateral movement. Jump Server provides a hardened management proxy for database access. DMZ buffers internet-exposed services from internal networks.

Adım Adım Çözüm

1
Identify the extreme isolation requirement for high-risk legacy PLCs.
Complete physical and logical disconnection maps directly to an Air Gap.
Air gapping eliminates all network-based attack vectors by removing physical and logical network connectivity.
2
Analyze the requirement for controlling East-West traffic between cloud microservices.
Granular workload-level policy enforcement maps to Microsegmentation.
Microsegmentation creates fine-grained security zones around individual application components to prevent lateral movement.
3
Evaluate administrative access into internal database segments.
A single proxy entry point for admin sessions maps to a Jump Server.
Jump servers channel, authenticate, and monitor privileged administrative management connections into sensitive internal zones.
4
Determine the perimeter control technique for public web endpoints.
Buffering external services from internal assets maps to a DMZ.
A DMZ isolates internet-facing services on a dedicated subnet separated by firewalls from internal corporate assets.

Anahtar Kavram

Network Design Archetypes and Segmentation Controls
Soru 328Soru

Match each storage security technology on the left with its corresponding enterprise functional mechanism on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Envelope Encryption Architecture
SAN LUN Masking
Database Field Tokenization
Self-Encrypting Drive (SED)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Envelope Encryption Architecture pairs with DEK/KEK key hierarchy; SAN LUN Masking pairs with host HBA WWN array restriction; Database Field Tokenization pairs with vault-mapped surrogate replacement; Self-Encrypting Drive (SED) pairs with hardware disk encryption and cryptographic erase.
Each storage security architecture component directly addresses a distinct operational requirement across key management, storage network isolation, application data transformation, and physical drive security: Envelope Encryption manages hierarchical DEK/KEK keys; SAN LUN Masking restricts host access by WWN at the storage controller; Tokenization replaces sensitive fields with vault-mapped surrogates; and SEDs provide hardware media encryption.

Adım Adım Çözüm

1
Analyze storage encryption key management structures.
Identify envelope encryption as the pattern utilizing Data Encryption Keys (DEKs) wrapped by Key Encryption Keys (KEKs).
This decouples local file encryption performance from centralized key access control.
2
Evaluate Storage Area Network (SAN) logical separation controls.
Associate LUN masking with storage array controller ACLs filtering by host HBA World Wide Names (WWNs).
LUN masking prevents unauthorized host servers from detecting or attaching to SAN volumes.
3
Differentiate data obfuscation methods for structured databases.
Map tokenization to vault-backed surrogate replacement.
Tokenization replaces original data with non-secret lookup identifiers rather than mathematical ciphertexts.
4
Identify physical block storage media protection mechanisms.
Match Self-Encrypting Drives (SEDs) to hardware-level disk encryption and crypto-erase.
SEDs implement cryptographic processing directly on the storage device controller.

Anahtar Kavram

Data Protection and Storage Security Architecture Controls
Soru 329Soru

A financial services company recently migrated its online portal to a cloud-based containerized microservices architecture. Security telemetry indicates that an attacker successfully compromised a public-facing API gateway container and attempted lateral movement to internal microservices residing on the same Virtual Private Cloud (VPC) subnet. The security team must prevent unauthorized lateral (East-West) communication between workloads within the same subnet without changing the existing IP addressing scheme. Which of the following secure network design controls should the security architect implement?

Cevabı ve açıklamayı göster

Cevap: Implement host-based microsegmentation using software-defined network policies enforcement.

Cevap

Implement host-based microsegmentation using software-defined network policies enforcement.
Microsegmentation uses software-defined policies directly on workloads or container hosts to enforce access controls granularly. This isolates individual workloads and restricts East-West traffic flows between container instances operating on the same physical or virtual subnet.

Adım Adım Çözüm

1
Analyze the security requirement and constraint.
The requirement is to isolate intra-subnet (East-West) traffic between container workloads without altering IP subnet configurations.
Standard network layer segmentation (VLANs/subnets) operates at Layer 3/Layer 2 boundary, whereas microservices within the same subnet communicate laterally unless host/hypervisor policy enforcement is applied.
2
Evaluate potential control mechanisms against Zero Trust network architecture principles.
Host-based microsegmentation provides explicit workload-to-workload policy enforcement at Layer 7/application layer or hypervisor/vSwitch level.
Microsegmentation creates micro-perimeters around individual workloads, enforcing least-privilege traffic rules regardless of network physical topology.

Anahtar Kavram

Microsegmentation and East-West Traffic Isolation
Soru 330Soru

A security administrator is establishing an automated failover sequence for an active-passive high-availability firewall pair to ensure continuous uptime during a node failure while preserving connection state tables. Place the operational failover steps in the correct chronological order from first to last.

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct sequence begins with the standby node detecting missed heartbeat probes, followed by the standby node transitioning to active and broadcasting a GARP message, then assuming the Virtual IP and activating synchronized state tables, and concluding with network traffic routing through the secondary appliance without disruption.
In stateful high availability failover, the process begins when health monitoring detects loss of heartbeat probes from the primary appliance. Next, the standby appliance promotes itself to active status and transmits a Gratuitous ARP (GARP) frame to update switch forwarding tables for the shared virtual IP (VIP). The new active appliance then assumes the VIP and applies the synchronized connection state table. Finally, network traffic transitions through the secondary firewall seamlessly.

Adım Adım Çözüm

1
Identify the event that triggers the failover routine.
Failure of primary node heartbeat probes alerts the standby firewall.
Redundant clusters require continuous health checks to detect primary node degradation before executing role promotion.
2
Determine how network switching infrastructure is alerted to the topology change.
The standby node promotes itself to active and issues Gratuitous ARP (GARP) broadcasts.
GARP messages instantly update the Layer 2 MAC address tables on upstream switches, pointing the virtual IP interface to the new physical port.
3
Apply high availability session state controls to maintain connection persistence.
The newly active node binds the VIP and loads synchronized connection state data.
Stateful failover relies on continuously replicated state tables so existing TCP sessions do not require renegotiation.
4
Verify traffic flow restoration.
Production network traffic successfully flows through the newly active node without user disruption.
Once routing and MAC tables converge, live production connections proceed through the failover target seamlessly.

Anahtar Kavram

Active-Passive Stateful High Availability Failover Sequence
Soru 331Soru

An autonomous electric vehicle (EV) charging network operator is updating its management plane and edge gateway infrastructure to comply with NIST SP 800-207 Zero Trust Architecture (ZTA) principles. Match each Zero Trust logical component to its core operational responsibility within the enterprise architecture.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Policy Engine (PE)
Policy Administrator (PA)
Policy Enforcement Point (PEP)
Continuous Diagnostics and Mitigation (CDM) System

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Policy Engine (PE) matches with evaluating access requests against policies and risk algorithms. Policy Administrator (PA) matches with translating decisions into control plane commands and session keys. Policy Enforcement Point (PEP) matches with operating in the data plane to intercept, inspect, enable, and terminate active connection sessions. Continuous Diagnostics and Mitigation (CDM) System matches with monitoring endpoint posture and vulnerability state for real-time contextual intelligence.
NIST SP 800-207 divides Zero Trust Architecture into distinct logical components across the control plane and data plane. The Policy Engine evaluates policy and telemetry to make access decisions. The Policy Administrator receives those decisions and commands Policy Enforcement Points to open, monitor, or close sessions. The Policy Enforcement Point acts as the inline barrier in the data plane to manage connection traffic. Continuous Diagnostics and Mitigation systems gather device state telemetry to provide the ongoing context necessary for dynamic trust evaluation.

Adım Adım Çözüm

1
Differentiate between the Control Plane components (Policy Engine and Policy Administrator) and the Data Plane component (Policy Enforcement Point).
Identified the Policy Engine as the decision maker, the Policy Administrator as the control signal manager, and the Policy Enforcement Point as the inline data traffic gatekeeper.
Zero Trust Architecture enforces a strict functional separation between access decision logic and data path enforcement.
2
Identify the contextual support role of telemetry systems such as Continuous Diagnostics and Mitigation (CDM).
Mapped CDM to endpoint health state, vulnerability metrics, and continuous compliance monitoring.
Zero Trust dynamic access evaluations require real-time posture context rather than static perimeter trust assumptions.
3
Map each component to its exact functional description as specified in NIST SP 800-207.
Verified accurate component-to-responsibility pairings.
Ensures standard alignment with standard Zero Trust Architecture control plane and data plane models.

Anahtar Kavram

Zero Trust Architecture Control Plane vs. Data Plane Component Responsibilities
Tahmini Süre:1m 30s
Soru 332Soru

A storage administrator at a financial enterprise is tasked with securing sensitive transaction logs stored on a high-throughput Storage Area Network (SAN). The solution must protect data at rest against physical drive theft from the data center without introducing computational overhead on the host servers or latency into bulk disk operations. Which of the following storage security controls best satisfies these requirements?

Cevabı ve açıklamayı göster

Cevap: Deploying Self-Encrypting Drives (SEDs) utilizing dedicated hardware controllers and symmetric AES block encryption

Cevap

Deploying Self-Encrypting Drives (SEDs) utilizing dedicated hardware controllers and symmetric AES block encryption.
Self-Encrypting Drives (SEDs) incorporate dedicated cryptographic hardware directly onto the drive controller. They utilize fast symmetric algorithms (such as AES) to perform transparent encryption and decryption at media speed, ensuring zero processing burden on host CPU resources while protecting data at rest if physical drives are stolen.

Adım Adım Çözüm

1
Analyze the scenario constraints and security objectives.
The requirement calls for data-at-rest protection against physical theft, zero host CPU overhead, and minimal latency for high-throughput SAN storage.
Host-based cryptographic processing reduces available server computing resources for applications.
2
Evaluate hardware-based versus software-based storage encryption mechanisms.
Hardware-based encryption handled directly at the drive media layer (SEDs) offloads cryptographic processing from host systems while enforcing transparent bulk data protection.
SED controllers encrypt data seamlessly as it is written to media using fast symmetric block ciphers.
3
Select the correct storage control matching all enterprise criteria.
Self-Encrypting Drives (SEDs) with symmetric encryption satisfy the performance, host load, and confidentiality requirements.
Hardware SED implementation satisfies all constraint parameters efficiently.

Anahtar Kavram

Hardware-based Storage Encryption & Data at Rest Protection
Soru 333Soru

An enterprise infrastructure team is deploying an online transaction application that requires continuous availability and dynamic distribution of user traffic across multiple web servers. The application relies on in-memory user sessions that must remain mapped to the same backend host throughout an active session. If an application node becomes unresponsive, incoming connections must automatically be rerouted to healthy nodes without manual intervention. Which of the following high-availability solutions should the architect implement to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: A Layer 7 load balancer configured with session affinity and automated health probes

Cevap

A Layer 7 load balancer configured with session affinity and automated health probes
Implementing a Layer 7 load balancer with session affinity (sticky sessions) and health probes meets all requirements. Layer 7 load balancing inspects HTTP/HTTPS requests to maintain user affinity to a specific backend server for in-memory session persistence. Simultaneously, active health probes continuously monitor node responsiveness, instantly removing failed servers from the active pool and rerouting incoming connections to ensure high availability and seamless uptime.

Adım Adım Çözüm

1
Analyze the operational requirements from the scenario
Identified key requirements: dynamic traffic distribution across multiple nodes, preservation of in-memory user session state, and automated health monitoring with continuous availability during node failure.
High-availability designs must evaluate both traffic routing capacity and application-level state constraints.
2
Evaluate application-layer (Layer 7) load balancing functionality
Determined that Layer 7 load balancers can read application data (such as HTTP cookies) to implement session affinity (sticky sessions) while performing active health checks to remove failed nodes from the pool.
Session affinity ensures users maintain connection state to their specific host, and health probes allow immediate automatic rerouting when a host fails.
3
Differentiate service high availability from storage fault tolerance and disaster recovery
Eliminated storage redundancy (RAID), unmonitored DNS distribution, and cold disaster recovery options as ineffective for real-time traffic balancing and session tracking.
Only application-aware load balancing fulfills both the resilience (failover) and state persistence requirements simultaneously.

Anahtar Kavram

Application Load Balancing, Session Affinity, and Active Health Monitoring
Tahmini Süre:1m 30s
Soru 334Soru

An organization is designing an updated Identity and Access Management (IAM) architecture for its enterprise applications. The security team needs to support automated user account lifecycle management (creation, updates, and deprovisioning) across multiple third-party SaaS platforms. Additionally, they must implement a fine-grained access control mechanism capable of making real-time authorization decisions based on dynamic contextual attributes such as user location, device security posture, and time of access. Which of the following technologies should the security architect incorporate into the IAM architecture to satisfy these requirements? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: System for Cross-domain Identity Management (SCIM) for automated identity provisioning across cloud platforms; Attribute-Based Access Control (ABAC) for evaluating dynamic contextual risk factors during authorization decisions

Cevap

The architecture should incorporate System for Cross-domain Identity Management (SCIM) for user account provisioning and Attribute-Based Access Control (ABAC) for dynamic authorization based on contextual attributes.
The correct options are System for Cross-domain Identity Management (SCIM) and Attribute-Based Access Control (ABAC). SCIM automates user identity exchange and lifecycle provisioning across disparate cloud systems. ABAC enables policy rules based on subject, resource, and environmental attributes (such as location and device posture), allowing real-time context-aware authorization.

Adım Adım Çözüm

1
Analyze the account lifecycle management requirement.
System for Cross-domain Identity Management (SCIM) is identified as the standard protocol designed for automated provisioning, updating, and deprovisioning of user identities across cloud platforms.
SCIM standardizes the schema and RESTful APIs for managing user identities across separate security domains.
2
Analyze the access control and authorization decision requirement.
Attribute-Based Access Control (ABAC) is identified as the access control model that evaluates user, resource, and environmental attributes (such as device health and location) to make real-time decisions.
Unlike static Role-Based Access Control (RBAC), ABAC incorporates dynamic contextual conditions into policy enforcement.

Anahtar Kavram

IAM protocols and access control models for cloud identity provisioning and dynamic authorization.
Soru 335Soru

A regional energy provider is transitioning its remote field maintenance operations to a Zero Trust Architecture (ZTA). Previously, field technicians authenticated once via Multi-Factor Authentication (MFA) to establish a Virtual Private Network (VPN) session, granting them unrestricted access to internal grid management servers for their entire shift. To align with core Zero Trust principles and eliminate implicit trust, which of the following architectural changes should the security team implement?

Cevabı ve açıklamayı göster

Cevap: Implement a Policy Decision Point (PDP) that continuously evaluates device security posture and request context before a Policy Enforcement Point (PEP) grants access to individual resources.

Cevap

Implement a Policy Decision Point (PDP) that continuously evaluates device security posture and request context before a Policy Enforcement Point (PEP) grants access to individual resources.
The correct option aligns directly with Zero Trust Architecture (ZTA) by removing implicit network trust. In a ZTA framework (such as NIST SP 800-207), access to individual resources is evaluated on a per-request basis by a Policy Decision Point (PDP) using continuous contextual telemetry (such as device compliance, location, and user identity), and enforced at a Policy Enforcement Point (PEP).

Adım Adım Çözüm

1
Identify the primary architectural flaw in the existing legacy setup.
The legacy VPN grants implicit network-wide trust after a single perimeter authentication event.
Legacy perimeter security assumes internal traffic is trustworthy once initial authentication succeeds.
2
Apply core Zero Trust Architecture (ZTA) principles (NIST SP 800-207).
Zero Trust mandates explicit verification, least privilege, assumed breach, and continuous per-request evaluation.
Access decisions must rely on dynamic trust criteria rather than physical or virtual network position.
3
Select the component implementation that enforces dynamic policy evaluation and enforcement.
The Policy Decision Point (PDP) evaluates contextual signals (device posture, user identity, threat intelligence) and directs the Policy Enforcement Point (PEP) to allow or block access to specific work workloads.
Decoupling policy decision from enforcement ensures dynamic continuous authorization without implicit trust.

Anahtar Kavram

Zero Trust Architecture Principles
Soru 336Soru

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.

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

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
Soru 337Soru

A security architect is designing an authentication framework for a native mobile application that authenticates users against an enterprise Identity Provider using OpenID Connect. Because native applications are public clients that cannot securely store a static client secret, the architect must mitigate the risk of authorization code interception attacks on the device operating system. Which mechanism should be integrated into the authorization code flow to address this vulnerability?

Cevabı ve açıklamayı göster

Cevap: Proof Key for Code Exchange (PKCE) to cryptographically bind the token request to the initial authorization request

Cevap

Proof Key for Code Exchange (PKCE) to cryptographically bind the token request to the initial authorization request
Proof Key for Code Exchange (PKCE) is an extension to the OAuth 2.0 authorization code flow specifically created for public clients like native mobile apps. It dynamically generates a unique secret (code verifier) and sends a hashed version (code challenge) during the initial authorization request. When exchanging the authorization code for tokens, the app sends the original verifier. Because an eavesdropping app on the device lacks the verifier, intercepted authorization codes cannot be redeemed.

Adım Adım Çözüm

1
Analyze the client type and architectural security boundary
Native mobile applications are public clients that cannot maintain confidentiality of static client secrets embedded within app code.
Identifying client security capabilities determines which OAuth 2.0 protocol extensions must be applied.
2
Identify the threat vector described in the enterprise scenario
Malicious local applications on the operating system can register custom URI schemes to intercept authorization codes returned by the browser redirect.
Understanding code interception dictates the need for a dynamic request-binding cryptographic mechanism.
3
Select the standard cryptographic extension designed for public client authorization flows
Proof Key for Code Exchange (PKCE) creates a high-entropy secret (code verifier) and sends its transformation (code challenge) during authorization, validating it at token exchange.
PKCE ensures that even if an authorization code is intercepted, an attacker cannot redeem it for access tokens without the original code verifier.

Anahtar Kavram

PKCE in OAuth 2.0 / OIDC IAM Architecture for Public Clients
Soru 338Soru

A security architect is evaluating resilience specifications for an enterprise infrastructure redesign. Match each business availability metric on the left with its corresponding definition on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Recovery Time Objective (RTO)
Recovery Point Objective (RPO)
Mean Time Between Failures (MTBF)
Mean Time To Repair (MTTR)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Recovery Time Objective (RTO) matches the target duration of time within which a system must be restored. Recovery Point Objective (RPO) matches the maximum acceptable amount of data loss measured in time. Mean Time Between Failures (MTBF) matches the predicted elapsed operational time between failures. Mean Time To Repair (MTTR) matches the average time required to troubleshoot, fix, and restore a failed component.
Each availability metric directly matches its standard security architecture definition: RTO specifies target restoration duration, RPO specifies maximum allowable data loss window, MTBF calculates expected operational lifespan between failures, and MTTR measures repair turnaround time.

Adım Adım Çözüm

1
Differentiate downtime metrics (RTO) from data loss metrics (RPO)
RTO focuses on elapsed time to restore service (downtime duration), whereas RPO focuses on point-in-time data tolerance (data loss window).
Business impact analyses rely on distinguishing system recovery duration from data backup currency.
2
Differentiate component reliability metrics (MTBF) from maintainability metrics (MTTR)
MTBF measures expected operational uptime between failures, while MTTR measures the time required to perform repair actions once a failure occurs.
Hardware resilience planning requires separating failure frequency expectations from maintenance restoration speeds.

Anahtar Kavram

High Availability and Resilience Business Metrics
Soru 339Soru

A university network engineering team is designing an architecture to secure a high-containment biomedical research laboratory. The lab contains unpatchable legacy telemetry devices that must transmit real-time experimental data to an on-premises database in the core enterprise data center, but must be prohibited from initiating or receiving any other traffic across the campus network or the internet. Which of the following network design configurations best achieves this isolation while mitigating lateral movement risks?

Cevabı ve açıklamayı göster

Cevap: Place the legacy devices on an isolated VLAN bounded by strict firewall policies that permit only outbound, single-port East-West traffic destined for the specific database IP address.

Cevap

Placing the legacy devices on an isolated VLAN bounded by strict firewall policies that permit only outbound, single-port East-West traffic destined for the specific database IP address.
The correct option applies proper network segmentation principles by establishing an isolated VLAN for vulnerable legacy devices and restricting internal East-West traffic using strict firewall ACLs. Limiting communications exclusively to the database server IP and designated port enforces least privilege network access and blocks lateral movement.

Adım Adım Çözüm

1
Analyze network isolation requirements for unpatchable legacy devices
Identified that legacy systems present high vulnerability risk and require strict restriction of network pathways.
Unpatchable endpoints cannot defend against modern exploits and must be restricted to minimal required functionality.
2
Evaluate traffic vector directionality and scope
Traffic flow is internal node-to-internal server (East-West traffic) requiring restricted destination and port enforcement.
North-South perimeter controls do not regulate traffic flowing between internal subnets or zones.
3
Select optimal segmentation topology
Isolated VLAN with explicit stateful firewall rules restricting all non-essential East-West communication.
Prevents unauthorized lateral movement across internal enterprise subnets while enabling necessary telemetry transmission.

Anahtar Kavram

Network Segmentation and East-West Traffic Filtering
Tahmini Süre:1m 30s
Soru 340Soru

A multinational financial services enterprise is transitioning its legacy core banking infrastructure to align with Zero Trust Architecture (ZTA) principles to prevent lateral movement following network breaches. Which of the following architectural strategies MUST be implemented to adhere to Zero Trust principles? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Perform explicit, continuous verification of user identity, device health, and context for every resource access request regardless of network location.; Enforce strict microsegmentation and granular least privilege access controls around microservices and sensitive data stores.

Cevap

The correct answers state that organizations must perform explicit, continuous verification of user identity, device health, and context for every resource access request regardless of network location, and enforce strict microsegmentation and granular least privilege access controls around microservices and sensitive data stores.
Zero Trust Architecture relies on the fundamental tenet of assuming breach and eliminating implicit trust based on network topology. The core principles require continuous explicit verification of identity, device posture, and context for every request, alongside microsegmentation and strict least privilege access to restrict blast radius and lateral movement.

Adım Adım Çözüm

1
Analyze core principles of Zero Trust Architecture (NIST SP 800-207).
Identified tenets including 'Never Trust, Always Verify', explicit continuous verification, least privilege access, microsegmentation, and assuming breach.
Zero Trust discards implicit network trust based on physical or logical location.
2
Evaluate access request verification requirements.
Requiring dynamic, continuous evaluation of user, device posture, and contextual signals fulfills explicit verification.
Initial perimeter authentication is insufficient because credentials or devices can be compromised post-login.
3
Evaluate network boundary and lateral movement controls.
Implementing microsegmentation limits impact zones and prevents unauthorized horizontal movement across microservices.
Granular network separation enforces least privilege at the workload level.

Anahtar Kavram

Zero Trust Architecture Core Tenets
ÖncekiSayfa 17 / 21Sonraki
Security Architecture Alıştırma Soruları — CompTIA Security+ — Sayfa 17 | Examkin