A cybersecurity technician needs to safely execute and observe untrusted software binaries locally on a desktop workstation. The technician requires an isolated environment where any potential malicious behavior will not alter the host operating system or compromise the surrounding network. Which of the following client-side virtualization purposes best fulfills this requirement?
- Security sandboxingAnswer
- BCloud Infrastructure as a Service (IaaS) migration
- CType 1 bare-metal hypervisor installation
- DVirtual machine memory overcommitment
Answer
Security sandboxing
Security sandboxing uses local client-side virtualization to build an isolated guest environment. Suspicious code can run freely inside the virtual environment because any file modifications or system crashes are confined to the guest VM and cannot damage the host system or spread across the network.
Step-by-Step Solution
Key Concept
Client-Side Virtualization Purposes - Security Sandboxing