A senior desktop systems specialist is defining workstation virtualization guidelines for four distinct operational requests within an enterprise organization. Match each operational scenario on the left with its primary client-side virtualization purpose on the right.
- An analyst must safely run and inspect untrusted third-party macro scripts without exposing the host operating system or corporate network to potential malware infections.Security Sandboxing
- A finance auditor must occasionally access a legacy 16-bit accounting database tool that is incompatible with the workstation's native 64-bit operating system.Legacy Application Support
- A developer needs to compile and validate a native Linux command-line utility directly on their assigned Windows 11 workstation.Cross-Platform Development & Testing
- An IT instructor requires a local setup where students can modify core system configuration files and immediately revert to a clean state after each session.Isolated Training Environment
Answer
The correct matches pair each operational requirement with its corresponding client-side virtualization use case: analyzing untrusted scripts pairs with Security Sandboxing; running incompatible 16-bit accounting tools pairs with Legacy Application Support; compiling Linux software on Windows pairs with Cross-Platform Development & Testing; and configuring revertible lab environments pairs with Isolated Training Environment.
Each operational scenario aligns directly with a core purpose of client-side virtualization. Security sandboxing isolates untrusted executable code from the host OS and local network. Legacy application support enables running 16-bit or incompatible software by hosting an older guest operating system. Cross-platform testing allows developers to validate applications across different operating systems on a single physical machine. Isolated training environments provide sandboxed, snapshot-capable instances for hands-on instruction without risking physical system stability.
Step-by-Step Solution
Key Concept
Client-Side Virtualization Purposes and Use Cases