nerdexam
GIAC

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.

Incident Response & Cyber Kill Chain

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)
  • A
    4% (1)
  • B
    8% (2)
  • C
    4% (1)
  • D
    83% (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.

AUse host-only networking

Host-only networking isolates VMs from all external networks entirely, preventing them from accessing the distinct trust-classified networks that the strategy requires.

BEnable a screensaver on each guest

Screensavers address session locking for physical access scenarios but provide no isolation between guest and host data channels.

CPrevent snapshots

Preventing snapshots is a data persistence and rollback control, not a mechanism for enforcing trust separation between guest and host environments.

DDisable sharing between guest and hostCorrect

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

#virtual machine security#network isolation#guest-host separation

Community Discussion

No community discussion yet for this question.

Full GCIH Practice