Security Architecture

405 questions

Question 121Question

An industrial manufacturing company needs to isolate its operational technology (OT) network controlling factory machinery from the corporate IT network. The security policy mandates complete physical separation with no logical network connections, wireless links, or shared switching hardware between the two environments. Which network design technique fulfills this requirement?

Show answer & explanation

Answer: Air-gapping

Answer

Air-gapping is the technique that establishes total physical isolation with zero shared network hardware or logical connections.
Air-gapping physically isolates a critical network from all other networks by ensuring there are no network cables, wireless connections, or shared network hardware linking them.

Step-by-Step Solution

1
Identify the key requirement in the scenario.
The requirement demands complete physical separation without shared hardware or logical connectivity.
The organization requires zero exposure of OT machinery to corporate network paths.
2
Evaluate network isolation techniques against physical separation constraints.
Techniques like VLANs, DMZs, and microsegmentation rely on shared hardware or routed paths, whereas air-gapping physically disconnects the target systems.
Air-gapping eliminates all physical interfaces, wireless links, and shared switching equipment.

Key Concept

Air-gapping and Network Isolation
Question 122Question

An online gaming enterprise is transitioning its matchmaking service to a cloud provider's Function-as-a-Service (FaaS) event-driven architecture integrated with a managed API Gateway. As part of establishing the enterprise cloud security baseline, the lead architect must define operational boundaries under the shared responsibility model. Which of the following tasks remain the sole responsibility of the enterprise customer? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Auditing and remediation of application source code vulnerabilities and third-party software dependencies; Configuring least-privilege Identity and Access Management (IAM) execution roles and API Gateway authorization policies

Answer

The enterprise customer is responsible for auditing application source code and third-party dependencies, as well as configuring least-privilege IAM execution roles and API Gateway authorization policies.
In Function-as-a-Service (FaaS) models, the cloud provider abstracts away servers, operating systems, and physical infrastructure. However, the enterprise customer remains strictly responsible for everything inside their code (such as vulnerability scanning, fixing code bugs, and auditing third-party libraries) and for identity controls (such as defining granular IAM execution roles for functions and configuring access rules at the API Gateway).

Step-by-Step Solution

1
Analyze the cloud service model presented in the scenario.
The scenario uses a Function-as-a-Service (FaaS / Serverless) deployment model combined with a managed API Gateway.
Service models dictate how operational responsibilities are allocated between the Cloud Service Provider (CSP) and the customer.
2
Differentiate CSP-managed infrastructure components from customer-managed configuration and data components in FaaS.
The CSP manages physical hardware, hypervisors, runtime engines, and host OS patching. The customer retains control over application code, data, and access configurations.
Serverless abstracts away server administration, removing host OS maintenance and hardware security from the customer's purview.
3
Evaluate each option against the customer's responsibilities.
Remediating application code flaws and defining IAM/API access policies are customer tasks. OS kernel patching and data center physical controls are CSP tasks.
Security in the cloud requires customers to secure their data, code logic, and access permissions, regardless of abstraction level.

Key Concept

Cloud Shared Responsibility Model in Serverless (FaaS) Architectures
Question 123Question

Match each network segmentation concept on the left with its defining implementation characteristics on the right. Which pairings correctly connect each segmentation technique to its primary description?

Click a left item, then click its matching right item

Items

Air Gap
Demilitarized Zone (DMZ)
VLAN (Virtual LAN)
Microsegmentation

Matches

Show answer & explanation

Answer

Air Gap matches physical isolation with zero electronic connectivity. Demilitarized Zone (DMZ) matches a perimeter network hosting public services. VLAN matches Layer 2 switch broadcast domain separation. Microsegmentation matches granular workload isolation controlling East-West traffic.
The concepts correctly align with their respective architectural boundaries: Air Gap provides absolute physical disconnection, DMZ insulates internal networks from public service exposure, VLAN separates Layer 2 switch traffic, and Microsegmentation limits lateral movement between virtual workloads.

Step-by-Step Solution

1
Identify the physical versus logical nature of each network segmentation technique.
Air gap is entirely physical, DMZ is perimeter-focused, VLAN operates at Layer 2, and microsegmentation enforces workload-level policies.
Different network architecture goals require distinct physical or logical boundary boundaries.
2
Pair physical separation and perimeter protection terms.
Air Gap connects to complete physical isolation. DMZ connects to the subnetwork hosting public-facing services.
Air gaps ensure no physical or electronic link exists, whereas DMZs allow controlled external access.
3
Pair switch-level and workload-level logical controls.
VLAN connects to Layer 2 broadcast domain partitioning. Microsegmentation connects to granular workload isolation for East-West traffic.
VLANs segment network hardware at the data link layer, while microsegmentation controls traffic flow between virtualized application instances.

Key Concept

Network Segmentation and Boundary Controls
Question 124Question

A healthcare organization is updating its network architecture to secure legacy medical imaging endpoints (DICOM equipment) that cannot accept local security agents or operating system patches. The operational design requires these endpoints to stream telemetry outbound to an off-site analytics platform while allowing internal system administrators to perform maintenance. Which of the following network architecture and segmentation controls should the security team implement to isolate the legacy endpoints while satisfying operational requirements? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Deploy a physical or virtual data diode at the network perimeter of the legacy medical segment to enforce unidirectional outbound traffic streaming.; Place legacy medical devices into an isolated VLAN protected by microsegmentation and restrict administrative access strictly through a dedicated jump box with session logging.

Answer

The organization should deploy a data diode to enforce unidirectional outbound streaming and place the legacy devices in an isolated VLAN accessible only via a dedicated jump box with microsegmentation controls.
The combination of a data diode and microsegmentation with a jump box ensures complete isolation for unpatchable endpoints. The data diode strictly guarantees one-way outbound data transmission for analytics telemetry without allowing inbound network connections. Microsegmentation isolates the legacy endpoints from general user subnets, while the jump box mandates secure, monitored entry for administrative access.

Step-by-Step Solution

1
Analyze endpoint vulnerability and traffic requirements
Identified legacy medical equipment that cannot host agents/patches but needs outbound analytics streaming and controlled administrative access.
Unpatchable devices present high risk for lateral infection and require strict boundary defense.
2
Evaluate unidirectional control for outbound telemetry
A data diode hardware/software control guarantees outbound flow while blocking inbound network entry vectors.
Prevents command-and-control (C2) or inbound attack vectors from entering the legacy segment.
3
Select isolation and administrative transit controls
Combining VLAN microsegmentation with a jump box restricts East-West movement and enforces authenticated, audited access.
Protects legacy endpoints from compromised workstation subnets while enabling legitimate maintenance.

Key Concept

Legacy system network isolation using microsegmentation, jump boxes, and data diodes
Estimated Time:2m 0s
Question 125Question

A healthcare software provider hosts its primary electronic health record (EHR) database within an on-premises data center while leveraging a public cloud Infrastructure as a Service (IaaS) environment for high-throughput batch analytics. The environments are linked via a dedicated direct network connection. During a security baseline review of the public cloud IaaS infrastructure, the security architect must clarify operational duties under the cloud shared responsibility model. Which of the following security controls remains the sole responsibility of the healthcare software provider within the public cloud IaaS segment?

Show answer & explanation

Answer: Applying security patches to guest operating systems and configuring virtual instance firewall rules.

Answer

Applying security patches to guest operating systems and configuring virtual instance firewall rules is the sole responsibility of the cloud customer in an IaaS environment.
In Infrastructure as a Service (IaaS), the cloud provider guarantees the availability and security of the physical infrastructure, facility, storage hardware, and hypervisor virtualization layer. The customer maintains full operational control—and security obligation—over the guest operating systems, installed applications, data classification, identity management, and virtual networking rules (such as instance firewalls and security groups).

Step-by-Step Solution

1
Identify the cloud deployment and service model described in the scenario.
The architecture uses a hybrid deployment model integrating on-premises facilities with public cloud Infrastructure as a Service (IaaS).
The shared responsibility matrix differs significantly depending on whether the service model is IaaS, PaaS, or SaaS.
2
Analyze the distribution of duties between the Cloud Service Provider (CSP) and the customer under IaaS.
The CSP manages physical security, hardware infrastructure, storage facilities, and hypervisor virtualization layers. The customer manages guest operating systems, application stacks, data protection, access controls, and network configurations.
IaaS provides raw compute resources, placing OS maintenance and logical network boundaries under customer ownership.
3
Evaluate the options against the customer responsibility boundary.
Guest OS patching and virtual firewall configurations sit squarely on the customer side of the responsibility line.
The CSP does not have administrative access inside customer virtual machine operating systems.

Key Concept

Cloud Shared Responsibility Model in Infrastructure as a Service (IaaS)
Question 126Question

A educational institution transitions its student portal from an on-premises data center to a public cloud Infrastructure as a Service (IaaS) environment. The portal runs on enterprise Linux virtual machine instances provisioned within the cloud provider's Virtual Private Cloud (VPC). Under the cloud shared responsibility model, which of the following security management tasks remains the sole responsibility of the institution's security team?

Show answer & explanation

Answer: Configuring and maintaining security updates for the guest operating systems running on the virtual instances

Answer

Configuring and maintaining security updates for the guest operating systems running on the virtual instances is the exclusive responsibility of the cloud customer in an Infrastructure as a Service (IaaS) model.
In Infrastructure as a Service (IaaS), the cloud provider is responsible for the security 'of' the cloud (physical hosts, facilities, hypervisors, and hardware network devices), while the customer is responsible for security 'in' the cloud (guest operating systems, middleware, installed software, database configurations, and firewalls). Therefore, updating and configuring the guest OS is the responsibility of the customer.

Step-by-Step Solution

1
Identify the cloud service model referenced in the scenario
The scenario specifies Infrastructure as a Service (IaaS).
Responsibilities vary significantly depending on whether IaaS, PaaS, or SaaS is deployed.
2
Apply the Cloud Shared Responsibility Model rules for IaaS
The CSP manages physical infrastructure, hypervisor layer, and hardware. The customer manages guest operating systems, network configuration, application code, and data.
Delineating control boundaries is required to determine operational ownership.
3
Evaluate the choices to isolate customer-managed responsibilities
Managing guest operating system patches directly falls on the customer side of the shared responsibility matrix.
The CSP cannot access or modify the customer's virtual machine operating systems.

Key Concept

Cloud Shared Responsibility Model in Infrastructure as a Service (IaaS)
Estimated Time:1m 0s
Question 127Question

A security architect for an electrical power distribution utility is designing network security controls for an operational technology (OT) environment. Remote vendor engineers require targeted maintenance access to programmable logic controllers (PLCs) located within the high-security Control Zone. The solution must ensure that remote connections never terminate directly inside the OT segment, prevent lateral movement between distinct PLC subnets, and log all session activity at the network boundary. Which of the following network architecture designs best fulfills these requirements?

Show answer & explanation

Answer: Deploy an intermediate jump box inside an OT DMZ enforcing multi-factor authentication, paired with microsegmentation policies that restrict East-West traffic between individual PLC subnets.

Answer

The optimal design deploys an intermediate jump box within an OT DMZ enforcing multi-factor authentication and session proxying, combined with microsegmentation policies to control East-West traffic between PLC subnets.
The design utilizing an intermediate jump server within a dedicated OT DMZ ensures that external maintenance sessions terminate in a constrained zone prior to accessing target PLCs. Combined with microsegmentation policies between PLC subnets, North-South entry is strictly controlled and audited, while East-West lateral movement between PLCs is blocked.

Step-by-Step Solution

1
Evaluate the requirement to prevent direct inbound WAN connections into the high-security Control Zone.
Identify that an intermediate bastion/jump box residing in an isolated DMZ must terminate incoming remote sessions before initiating a second authenticated session into the OT zone.
Direct connections from lower-trust networks (corporate WAN/Internet) to critical OT control assets violate secure architecture principles.
2
Evaluate the requirement to prevent lateral movement within the OT environment.
Implement microsegmentation around individual PLC subnets to strictly govern East-West (peer-to-peer) communications.
Flat VLAN structures allow compromised nodes or vendor sessions to scan and attack adjacent industrial assets.
3
Synthesize the architecture controls to select the option that combines DMZ transit proxying with internal microsegmentation.
The architecture incorporating an OT DMZ jump server with granular microsegmentation policies completely satisfies both North-South boundary protection and East-West containment.
It achieves Zero Trust network access control across both external boundary boundaries and internal zones.

Key Concept

Secure Network Design and Segmentation for OT/SCADA Environments
Question 128Question

A financial technology company is deploying a novel microservice-based payment gateway using a Cloud Service Provider's (CSP) managed Serverless (Function-as-a-Service) platform and managed API gateway. Under the cloud shared responsibility model, which of the following security tasks are the EXCLUSIVE responsibility of the enterprise customer? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Scanning third-party application dependencies and sanitizing custom code against vulnerabilities; Configuring granular Identity and Access Management (IAM) role permissions for the function execution environment

Answer

The customer is exclusively responsible for scanning application dependencies and sanitizing custom code, as well as configuring granular IAM role permissions for function execution environments.
In a Serverless (FaaS) model, the cloud provider handles all underlying infrastructure, including physical servers, hypervisors, host operating systems, and runtime environments. The customer retains full responsibility for their application layer—including source code security, third-party library scanning, input validation—and configuration management, such as defining least-privilege IAM execution roles.

Step-by-Step Solution

1
Analyze the cloud deployment model specified in the scenario
Identified Serverless / Function-as-a-Service (FaaS) architecture.
Serverless architectures abstract server management, OS maintenance, and physical network infrastructure away from the customer.
2
Evaluate the division of responsibility under the shared responsibility model for FaaS
The CSP manages physical security, host OS patching, hypervisors, and serverless runtime environments. The customer manages application code logic, dependencies, data classification, and access control (IAM).
Determines which operations belong to the customer versus the provider.
3
Select the tasks that fall solely under customer governance
Application code security/dependency scanning and IAM role policy configuration.
Both represent customer-side responsibility in serverless cloud environments.

Key Concept

Cloud Shared Responsibility Model in Serverless (FaaS) Architectures
Question 129Question

A security engineer is designing the network architecture for a utility company's remote smart grid infrastructure. The environment includes hundreds of field sensor gateways that transmit power usage data back to a centralized analytics server. The engineer must ensure that if an attacker physically tampers with and compromises a field gateway, the attacker cannot move laterally to inspect or access adjacent gateways, nor access administrative systems within the internal enterprise network. Which of the following network segmentation controls best satisfies these security requirements?

Show answer & explanation

Answer: Implement microsegmentation and stateful access control rules to restrict East-West traffic between field gateways and restrict North-South communication strictly to designated data collection endpoints.

Answer

Implementing microsegmentation and stateful access control rules to isolate field gateways from one another (limiting East-West lateral movement) and strictly controlling North-South communication to authorized central analytics endpoints.
Microsegmentation isolates workloads and devices from one another, preventing lateral East-West movement even if an attacker physically compromises a device on the network segment. Restricting North-South traffic ensures data can only flow to explicitly authorized analytics servers.

Step-by-Step Solution

1
Analyze the threat model and connectivity requirements.
Field sensor gateways require communication with centralized collection servers (North-South traffic) but should never communicate directly with each other or corporate admin systems (East-West traffic).
Physical exposure makes remote field devices vulnerable to local compromise.
2
Evaluate isolation mechanisms for preventing lateral movement.
Microsegmentation applies fine-grained security policies down to individual device interfaces or workloads, blocking horizontal traversal.
Standard VLANs without microsegmentation or explicit ACLs allow devices on the same segment to communicate freely.
3
Select the optimal architectural decision.
Combining microsegmentation for East-West restriction with stateful rules for North-South flow limits compromise radius effectively.
This enforces Zero Trust network principles by assuming any endpoint may be breached.

Key Concept

Microsegmentation and Lateral Traffic Control
Question 130Question

An organization is deploying Zero Trust Architecture (ZTA) across its network infrastructure. When an employee attempts to access a sensitive human resources portal, which functional component is responsible for evaluating the user's identity, device posture, and enterprise policies to determine whether access should be granted?

Show answer & explanation

Answer: Policy Decision Point (PDP)

Answer

Policy Decision Point (PDP)
The Policy Decision Point (PDP) serves as the logical brain in Zero Trust Architecture. It evaluates access requests against organizational security rules, user attributes, device health, and environmental signals to decide whether access should be allowed or denied.

Step-by-Step Solution

1
Analyze the role required in the scenario
The scenario asks for the component that evaluates policies and contextual signals to make an access determination.
Zero Trust separates policy decision-making from policy enforcement.
2
Map the required functionality to standard Zero Trust architecture components
The Policy Decision Point (PDP) processes input signals against security policies to yield an access decision, whereas the Policy Enforcement Point (PEP) applies that decision to the data connection.
Identifying the PDP as the decision-making brain distinguishes it from enforcement mechanisms.

Key Concept

Policy Decision Point (PDP) in Zero Trust Architecture
Estimated Time:45s
Question 131Question

A digital media broadcasting network is migrating its video processing pipeline to a cloud-native architecture using a serverless Function-as-a-Service (FaaS) compute layer paired with object storage for asset ingestion. The security engineering team must establish governance over operational tasks according to the cloud shared responsibility model. Which TWO of the following operational tasks remain the sole security responsibility of the broadcasting network?

Select all that apply

Show answer & explanation

Answer: Managing resource access policies and Identity and Access Management (IAM) permissions for stored video assets; Validating, sanitizing, and patching vulnerabilities within the custom application code and integrated libraries loaded into the functions

Answer

Managing resource access policies and IAM permissions for stored video assets, along with validating and patching custom application code and third-party dependencies deployed into serverless functions, remain the sole security responsibility of the enterprise customer.
Under the cloud shared responsibility model for serverless (FaaS) and managed object storage environments, the Cloud Service Provider (CSP) abstracts and manages the underlying host infrastructure, operating system, container runtime execution layer, and physical security. However, data governance, identity and access management (IAM) policy definition, and the security of application code (including code sanitization and third-party dependency vulnerabilities) remain strictly the responsibility of the customer.

Step-by-Step Solution

1
Analyze the cloud service model referenced in the scenario.
The infrastructure uses Function-as-a-Service (FaaS / Serverless) compute and object storage.
Determining the service model establishes the boundaries between customer and provider responsibilities.
2
Differentiate between CSP infrastructure responsibilities and customer operational responsibilities in FaaS.
The CSP manages host OS, hypervisor, runtime engine, physical hardware, and facility security. The customer manages data classification, IAM access rules, and application code security.
FaaS abstracts server and container administration away from the customer, but code logic and access governance never shift to the cloud vendor.
3
Select the responsibilities attributable exclusively to the customer.
Configuring IAM access policies for stored data assets and securing customer-written code and dependencies are the two customer duties.
These tasks directly safeguard customer-owned assets and data within the shared responsibility matrix.

Key Concept

Shared Responsibility Model in Serverless (FaaS) Architectures
Question 132Question

An industrial engineering firm operates a critical water treatment facility utilizing legacy Programmable Logic Controllers (PLCs) within an Operational Technology (OT) control zone. The organization must transmit continuous operational metrics to a cloud-based Enterprise Resource Planning (ERP) analytics platform. The security architecture team must ensure that telemetry data moves out of the OT environment while physically preventing any inbound control signals, command injection, or unauthorized network traffic from reaching the legacy PLCs. Which of the following network segmentation designs best achieves this objective?

Show answer & explanation

Answer: Deploying a unidirectional security gateway (data diode) at the OT-to-IT boundary to physically restrict data flow exclusively outbound toward a staging broker in the enterprise DMZ.

Answer

Deploying a unidirectional security gateway (data diode) at the OT-to-IT boundary to physically restrict data flow exclusively outbound toward a staging broker in the enterprise DMZ.
Deploying a unidirectional security gateway (data diode) provides physical, optical enforcement of one-way network traffic flow. This permits operational metrics to leave the OT environment while making it physically impossible for incoming signals, commands, or exploit payloads to reach legacy PLCs.

Step-by-Step Solution

1
Analyze the security and operational requirements
Identified the requirement for one-way outbound data egress (OT telemetry to cloud analytics) with zero possibility of inbound network traffic, command injections, or reverse connections to legacy PLCs.
Legacy OT/ICS devices often lack modern security controls and patch capabilities, making any inbound communication path a high-risk vector for cyber-attacks.
2
Evaluate candidate network isolation and segmentation technologies
Standard firewalls and jump servers permit bidirectional IP layer communication. Data diodes enforce unidirectional transmission at the physical layer (Layer 1).
Physical enforcement via optical transmitters and receivers prevents any protocol-level return path or handshake from traversing back into the protected segment.
3
Select the optimal architecture matching the strict boundary constraint
Confirmed that a data diode paired with a DMZ staging broker satisfies continuous telemetry export while enforcing absolute physical isolation against inbound traffic.
This design adheres to strict OT/IT segmentation standards (such as IEC 62443 / Purdue Model Level 3 to Level 4 separation).

Key Concept

Unidirectional Network Gateways (Data Diodes) and OT/IT Network Segmentation
Question 133Question

An enterprise cloud application utilizes a service mesh architecture to handle communication between internal microservices. To reduce authentication overhead and improve performance, a DevOps engineer proposes issuing a persistent session token after an initial mTLS handshake, allowing subsequent microservice calls to bypass per-request authorization checks. Which of the following statements best explains why this proposed design violates core Zero Trust Architecture principles?

Show answer & explanation

Answer: It creates implicit trust within the internal communications boundary by assuming prior authentication remains valid for subsequent transactions without continuous verification.

Answer

The proposed design violates Zero Trust Architecture principles because it establishes implicit trust across subsequent requests within the service mesh by assuming prior authentication remains valid without continuous per-request evaluation.
Zero Trust Architecture (ZTA) mandates that no implicit trust is granted based on past authentication or internal network positioning. Every transaction and inter-service call must be individually evaluated and authorized continuously in real time using contextual signals.

Step-by-Step Solution

1
Analyze the core proposal in the scenario.
The engineer proposes issuing a persistent session token after an initial mTLS handshake to bypass authorization for subsequent calls.
Identifying the mechanism helps determine which architectural security boundary or tenet is being altered.
2
Evaluate the proposal against Zero Trust Architecture (ZTA) core tenets (e.g., NIST SP 800-207).
ZTA dictates that all resource access must be explicitly verified and dynamically authorized on a per-request basis regardless of network location or previous authentication states.
Zero Trust operates under the premise of 'never trust, always verify' and assumes the internal network is always compromised.
3
Identify the primary architectural failure in the proposal.
Bypassing per-request authorization grants implicit trust to subsequent requests based on state stored from a past check, directly violating the continuous verification tenet.
Allowing persistent trust without evaluating real-time context on every request creates an attack window if a session token or microservice is compromised.

Key Concept

Continuous Explicit Verification and Elimination of Implicit Trust in Zero Trust Architecture
Estimated Time:2m 30s
Question 134Question

A network security architect is reviewing the network segmentation design for an enterprise financial organization. The enterprise must implement appropriate isolation controls across diverse operational environments to satisfy regulatory compliance and mitigate lateral movement risks. Match each network design or segmentation technique on the left with its corresponding enterprise architectural requirement on the right.

Click a left item, then click its matching right item

Items

Microsegmentation
Air Gap
Demilitarized Zone (DMZ)
Jump Box / Bastion Host

Matches

Show answer & explanation

Answer

Microsegmentation connects with granular control of East-West workload traffic. Air Gap connects with complete physical network separation. Demilitarized Zone (DMZ) connects with hosting public-facing services away from internal networks. Jump Box connects with secure, audited administrator gateway access.
Each segmentation technique aligns directly with its primary defensive boundary design: Microsegmentation enforces host-to-host micro-boundaries (East-West); Air Gap enforces total physical isolation; DMZ enforces perimeter service separation (North-South); and a Jump Box enforces secure, centralized administrative entry into secure segments.

Step-by-Step Solution

1
Analyze Microsegmentation requirements
Identified as logical host/workload separation controlling East-West traffic
Microsegmentation isolates workloads at the hypervisor or OS layer within cloud/virtual environments.
2
Analyze Air Gap requirements
Identified as complete physical separation with zero network connectivity
Air-gapping ensures critical infrastructure cannot be targeted via network communication paths.
3
Analyze DMZ requirements
Identified as a screened boundary network for public services
DMZs prevent direct inbound access from public internet clients into internal core segments.
4
Analyze Jump Box requirements
Identified as a hardened management intermediary for privilege access
Bastion hosts centralize authentication, session recording, and access control for administrative tasks.

Key Concept

Network Segmentation and Isolation Controls
Question 135Question

Match each Zero Trust Architecture principle on the left with its corresponding operational description on the right.

Click a left item, then click its matching right item

Items

Explicit Verification
Least Privilege Access
Assume Breach
Microsegmentation

Matches

Show answer & explanation

Answer

Explicit Verification matches authenticating and authorizing every access request based on identity and context; Least Privilege Access matches limiting user rights using JIT and JEA controls; Assume Breach matches operating under the premise that internal systems are compromised; Microsegmentation matches dividing network environments into granular zones to restrict lateral movement.
Each Zero Trust principle accurately maps to its operational definition: Explicit Verification dynamically validates requests; Least Privilege Access enforces minimal permissions; Assume Breach plans for internal compromise; Microsegmentation prevents lateral network movement.

Step-by-Step Solution

1
Identify the concept requiring continuous authentication and contextual authorization for every transaction.
Explicit Verification aligns with validating identity, location, and device status dynamically.
Zero Trust eliminates implicit trust based on network location, mandating explicit validation.
2
Identify the concept designed to restrict user permissions to minimum necessary levels.
Least Privilege Access aligns with implementing JIT (Just-In-Time) and JEA (Just-Enough-Access) controls.
Restricting permissions minimizes potential exposure if credentials are compromised.
3
Identify the architectural mindset assuming active compromise within internal perimeters.
Assume Breach aligns with operating under internal compromise conditions and encrypting all traffic.
Assuming breach forces organizations to contain blast radius and continuously inspect internal communications.
4
Identify the network design strategy used to isolate workloads and stop internal spread.
Microsegmentation aligns with creating granular network boundaries.
Microsegmentation prevents lateral movement across internal subnets and applications.

Key Concept

Core principles and operational tenets of Zero Trust Architecture
Question 136Question

An enterprise security architect is evaluating cloud operational boundaries across various enterprise environments. Match each cloud service or deployment model scenario on the left with the corresponding customer security management responsibility on the right.

Click a left item, then click its matching right item

Items

Infrastructure as a Service (IaaS) instance hosting custom line-of-business applications
Platform as a Service (PaaS) managed container environment
Software as a Service (SaaS) cloud communication and productivity portal
On-premises Private Cloud infrastructure hosting legacy databases

Matches

Show answer & explanation

Answer

In IaaS, the customer manages the guest OS, host firewalls, and application stack. In PaaS, the customer manages application code and access controls while the provider manages the OS and runtime engine. In SaaS, the provider manages the application and infrastructure while the customer manages user access and data governance. In a Private Cloud, the enterprise manages all physical infrastructure, hypervisors, and virtual workloads.
Each cloud service model defines a distinct boundary of ownership. In IaaS, hardware virtualization is provided by the CSP while OS patching, host firewalls, and application management remain customer duties. In PaaS, the CSP manages the OS and runtime environment, while the customer manages code and application access. In SaaS, the CSP manages the full application stack while the customer manages identities and data classification. In a private cloud on-premises setup, the enterprise retains end-to-end control of physical and virtual assets.

Step-by-Step Solution

1
Analyze the IaaS deployment model requirements.
Identify that IaaS leaves the guest operating system, network firewall configurations, and application security under customer administration.
IaaS provides raw virtualized hardware and storage, meaning OS administration remains with the tenant.
2
Evaluate PaaS service boundary expectations.
Determine that PaaS hides the OS management layer from the customer, focusing customer responsibility on custom code and data schema controls.
PaaS abstracts operating system execution environments so developers can focus purely on application delivery.
3
Distinguish SaaS operational limits.
Map SaaS to user identity management, credential governance, and data security policies.
SaaS providers deliver completed application functionality, eliminating customer maintenance of application binaries or platform software.
4
Differentiate Private Cloud infrastructure responsibilities.
Confirm complete organization ownership over hardware, physical controls, and virtualization layers.
Private clouds deployed on-premises do not transfer facility or physical infrastructure management to a third party.

Key Concept

Cloud Shared Responsibility Model and Cloud Deployment Model Boundaries
Question 137Question

A security administrator needs to protect sensitive data stored on company laptops by ensuring that storage drives automatically encrypt all data at rest at the hardware layer without relying on the host operating system. Which of the following technologies best fulfills this requirement?

Show answer & explanation

Answer: Self-Encrypting Drive (SED)

Answer

Self-Encrypting Drive (SED)
Self-Encrypting Drives (SEDs) contain an integrated cryptographic processor directly on the storage controller that handles encryption and decryption automatically. Because the crypto operations occur on the drive hardware itself, encryption functions transparently and independently of the host operating system.

Step-by-Step Solution

1
Identify the primary storage security requirements from the scenario.
The requirement calls for automatic hardware-level bulk encryption of storage media independently of the host operating system.
The scenario highlights protecting data at rest on laptop drives without relying on software or operating system features.
2
Evaluate the capabilities of storage encryption options.
A Self-Encrypting Drive (SED) includes onboard cryptographic hardware built into the disk controller that transparently encrypts data written to the drive.
SEDs perform media encryption directly within the drive controller microchip.

Key Concept

Hardware-Based Storage Encryption (SED)
Estimated Time:1m 0s
Question 138Question

An enterprise security architect is updating the organization's network architecture to mitigate lateral threat movement, secure legacy components, and control administrative access across enterprise zones. Match each network design or segmentation technique on the left with its corresponding architectural application on the right.

Click a left item, then click its matching right item

Items

East-West Traffic Microsegmentation
Screened Subnet (DMZ) with Dual-Homed Firewalls
Air-Gapped Out-of-Band Management Network
Software-Defined Perimeter (SDP) Gateway

Matches

Show answer & explanation

Answer

East-West Traffic Microsegmentation maps to enforcing host-level firewall policies between databases in the same subnet; Screened Subnet with Dual-Homed Firewalls maps to terminating internet-facing connections in a perimeter zone; Air-Gapped Out-of-Band Management Network maps to isolating systems without routed external connectivity; Software-Defined Perimeter Gateway maps to dynamically provisioning authenticated access while hiding infrastructure.
Each technique addresses a specific network segmentation boundary requirement: East-West microsegmentation controls internal host-to-host traffic within the same subnet; screened subnets isolate public services at the network perimeter; air-gaps eliminate packet routing paths entirely; and SDP gateways conceal infrastructure behind identity-verified tunnels.

Step-by-Step Solution

1
Analyze East-West traffic flow controls
Identify microsegmentation as the technique that enforces policies on lateral movement between workloads in the same segment.
Traditional perimeter firewalls monitor North-South traffic, whereas microsegmentation monitors East-West internal traffic.
2
Analyze perimeter untrusted access controls
Map screened subnets (DMZ) with dual firewalls to untrusted external perimeter terminations.
Screened subnets provide buffer zones between external networks and protected internal networks.
3
Analyze strict physical and operational isolation requirements
Map air-gapping to systems that require total absence of external packet routing.
Air-gapping guarantees physical or strict logical disconnect from un-trusted networks.
4
Analyze Zero Trust network access mechanisms
Map Software-Defined Perimeter (SDP) to dynamic, identity-based cloaking of services.
SDP creates individual encrypted tunnels to authorized applications while keeping network infrastructure concealed.

Key Concept

Network Segmentation Archetypes and Traffic Control Architecture
Estimated Time:2m 0s
Question 139Question

An enterprise architecture team is designing a NIST SP 800-207 compliant Zero Trust solution to enforce dynamic control plane and data plane boundaries across hybrid environments. Pair each Zero Trust logical component on the left with its precise operational function on the right.

Click a left item, then click its matching right item

Items

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

Matches

Show answer & explanation

Answer

Policy Engine (PE) matches with applying enterprise trust algorithms to determine access decisions; Policy Administrator (PA) matches with executing governance decisions by issuing control commands or credentials to manage the connection path; Policy Enforcement Point (PEP) matches with operating in the data plane to intercept traffic and enforce connection states; Continuous Diagnostics and Mitigation (CDM) System matches with continuously gathering asset health metrics to feed real-time compliance inputs.
In NIST SP 800-207 Zero Trust Architecture, logical responsibilities are strictly separated between decision-making, administration, enforcement, and environmental telemetry. The Policy Engine evaluates trust algorithms to decide access; the Policy Administrator signals session establishment or teardown; the Policy Enforcement Point intercepts data plane traffic to enforce session commands; and the Continuous Diagnostics and Mitigation System provides real-time posture feeds to dynamically reassess trust.

Step-by-Step Solution

1
Differentiate control plane components from data plane components in NIST SP 800-207 Zero Trust Architecture.
Identified Policy Engine and Policy Administrator as control plane entities (PDP), PEP as data plane boundary, and CDM as an external security input source.
Establishing plane separation is required to evaluate structural roles.
2
Differentiate the decision component from the execution component within the control plane.
The Policy Engine evaluates rules to make access decisions, whereas the Policy Administrator commands session creation or termination.
Conflating PE and PA roles is a common architectural error.
3
Identify the data plane component responsible for inline enforcement.
The Policy Enforcement Point directly intercepts subject traffic and enforces PA instructions.
The PEP is the only component listed that resides directly in the traffic flow path.
4
Identify the contextual state feed component.
The CDM System monitors device health, vulnerability data, and patch state to provide continuous diagnostic inputs to the PE.
Zero Trust decisions require real-time dynamic trust scoring provided by CDM telemetry.

Key Concept

NIST SP 800-207 Zero Trust Architecture Components and Control/Data Plane Separation
Question 140Question

Match each virtualization or containerization security control on the left with its corresponding primary isolation capability on the right.

Click a left item, then click its matching right item

Items

Type 1 Hypervisor
Control Groups (cgroups)
Namespaces
Microsegmentation

Matches

Show answer & explanation

Answer

Type 1 Hypervisor pairs with bare-metal hardware execution; Control Groups (cgroups) pair with resource allocation limits; Namespaces pair with kernel view isolation; Microsegmentation pairs with granular network traffic isolation.
Each isolation control serves a specific functional role: Type 1 hypervisors execute on bare-metal hardware, control groups (cgroups) regulate host resource allocation per container, namespaces partition kernel visibility to restrict process boundaries, and microsegmentation enforces granular network traffic rules between virtual workloads.

Step-by-Step Solution

1
Identify the virtualization control executing at the hardware level.
Type 1 Hypervisor operates directly on bare-metal host hardware to isolate VMs.
Type 1 hypervisors sit directly on the physical hardware without needing a host OS.
2
Distinguish between container resource metering and system visibility isolation controls.
cgroups govern resource limits, while namespaces govern resource visibility.
cgroups enforce quantitative bounds on host CPU/RAM usage, whereas namespaces restrict process visibility into host kernel structures.
3
Identify the network security control designed for virtualized container/VM traffic.
Microsegmentation restricts network traffic between individual virtualized instances.
Microsegmentation applies fine-grained network policies to prevent lateral movement across virtual environments.

Key Concept

Virtualization and Container Isolation Mechanisms
PreviousPage 7 / 21Next
Security Architecture Practice Questions — CompTIA Security+ — Page 7 | Examkin