An IT technician is configuring client-side virtual machines (VMs) to satisfy various operational requirements across different departments. Match each client-side virtualization purpose on the left with its corresponding organizational business scenario on the right.
- Security SandboxingSafely opening and analyzing suspicious email attachments without exposing the host operating system or corporate network to potential malware.
- Legacy OS / Application SupportRunning a legacy 16-bit inventory management application compiled for Windows XP on a modern 64-bit Windows 11 workstation.
- Cross-Platform Application DevelopmentAllowing a developer using a macOS host to locally build and test software binaries intended for a Ubuntu Linux environment.
- Isolated Training EnvironmentProviding help desk interns a self-contained local workspace to practice system configurations that can be reverted using snapshots.
Answer
Security Sandboxing matches with safely analyzing suspicious attachments; Legacy OS Support matches with running 16-bit Windows XP applications on Windows 11; Cross-Platform Development matches with testing Linux software on a macOS host; Isolated Training Environment matches with providing a sandbox for interns with snapshot recovery.
Each client-side virtualization purpose directly addresses a distinct operational requirement: Security Sandboxing isolates potential threats; Legacy Support runs outdated software; Cross-Platform Development enables multi-OS testing locally; Isolated Training Environments allow risk-free learning with instant snapshot recovery.
Step-by-Step Solution
Key Concept
Client-Side Virtualization Purposes and Use Cases