An enterprise security analyst is designing an isolation architecture for a multi-tenant physical host. The system will process sensitive financial transactions alongside untrusted third-party code. The security policy mandates that a vulnerability exploited in one workload must not allow memory access or host execution privileges over co-located workload instances on the same server. Which of the following isolation strategies best fulfills this requirement?
- Deploying the workloads in separate Virtual Machines managed by a Type 1 hypervisor to leverage hardware-assisted memory protection and virtualization boundaries.Cevap
- BEncapsulating each workload in standard application containers on a shared Linux host OS, relying on kernel namespaces and control groups for complete hardware memory isolation.
- CPlacing all workload containers within a dedicated internal virtual network segment behind a perimeter firewall to block inter-process memory exposure.
- DInstalling an Endpoint Detection and Response (EDR) agent on the host OS to serve as a preventive hardware barrier between containerized processes.
Cevap
Deploying the workloads in separate Virtual Machines managed by a Type 1 hypervisor to leverage hardware-assisted memory protection and virtualization boundaries.
Virtual machines (VMs) managed by a Type 1 (bare-metal) hypervisor instantiate dedicated guest virtual hardware environments. By leveraging hardware virtualization features embedded in CPU architecture, the hypervisor enforces strict hardware-level memory paging and execution abstraction, ensuring untrusted code in one guest OS cannot inspect or compromise co-located workloads.
Adım Adım Çözüm
Anahtar Kavram
Hypervisor vs. Container Isolation Boundaries
Tahmini Süre:1m 30s