GCIH · Question #413
Organizations with a requirement for high security may provide their workers a single computer with multiple guest operating systems installed. Each guest is allowed access to a network having a…
The correct answer is D. Disable sharing between guest and host. In a high-security multi-VM environment where each guest accesses a different trust-classified network, sharing between guest and host must be disabled to prevent data leakage across trust boundaries.
Question
Organizations with a requirement for high security may provide their workers a single computer with multiple guest operating systems installed. Each guest is allowed access to a network having a particular trust classification. What client configuration is needed to support this strategy?
Options
- AUse host-only networking
- BEnable a screensaver on each guest
- CPrevent snapshots
- DDisable sharing between guest and host
How the community answered
(24 responses)- A4% (1)
- B8% (2)
- C4% (1)
- D83% (20)
Why each option
In a high-security multi-VM environment where each guest accesses a different trust-classified network, sharing between guest and host must be disabled to prevent data leakage across trust boundaries.
Host-only networking isolates VMs from all external networks entirely, preventing them from accessing the distinct trust-classified networks that the strategy requires.
Screensavers address session locking for physical access scenarios but provide no isolation between guest and host data channels.
Preventing snapshots is a data persistence and rollback control, not a mechanism for enforcing trust separation between guest and host environments.
Disabling sharing between guest and host eliminates clipboard, file transfer, and device-sharing channels that could allow data to move from a high-trust guest to a lower-trust environment. In a tiered-trust configuration, any inter-VM or guest-to-host data path represents a potential security boundary violation. This control ensures each guest OS remains strictly isolated per its assigned trust classification.
Concept tested: VM guest-to-host isolation for trust boundary enforcement
Source: https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/enhanced-session-mode
Topics
Community Discussion
No community discussion yet for this question.