CAS-002 · Question #809
ABC Corporation uses multiple security zones to protect systems and information, and all of the VM hosts are part of a consolidated VM infrastructure. Each zone has different VM administrators…
The correct answer is C. Organize VM hosts into containers based on security zone and restrict access using an ACL. This question tests how to enforce access control boundaries between VM administrators across different security zones on shared hypervisor infrastructure.
Question
ABC Corporation uses multiple security zones to protect systems and information, and all of the VM hosts are part of a consolidated VM infrastructure. Each zone has different VM administrators. Which of the following restricts different zone administrators from directly accessing the console of a VM host from another zone?
Options
- AEnsure hypervisor layer firewalling between all VM hosts regardless of security zone.
- BMaintain a separate virtual switch for each security zone and ensure VM hosts bind to only the
- COrganize VM hosts into containers based on security zone and restrict access using an ACL.
- DRequire multi-factor authentication when accessing the console at the physical VM host.
How the community answered
(45 responses)- A4% (2)
- B11% (5)
- C82% (37)
- D2% (1)
Why each option
This question tests how to enforce access control boundaries between VM administrators across different security zones on shared hypervisor infrastructure.
Hypervisor-layer firewalling governs network traffic between VMs but has no effect on administrative console access granted through the hypervisor management plane.
Separate virtual switches enforce network segmentation for VM data traffic but do not control which administrator accounts can access VM host management consoles.
Organizing VM hosts into logical containers such as resource pools or folders within a hypervisor management platform, then applying ACLs scoped to those containers, enforces role-based access control at the zone boundary. An administrator granted rights only within their zone's container cannot enumerate or access the console of VM hosts residing in a different zone's container, directly satisfying the cross-zone restriction requirement.
Multi-factor authentication strengthens identity verification at the physical host but does not create zone-based boundaries that prevent one zone's administrator from accessing another zone's VMs.
Concept tested: VM zone isolation using container-based ACL access control
Source: https://csrc.nist.gov/publications/detail/sp/800-125/final
Topics
Community Discussion
No community discussion yet for this question.