A company is using a client-side hypervisor to run several virtual machines for development purposes. Which measure should be implemented to BEST secure the virtual environment against unauthorized access?
You selected this option
Set a BIOS/UEFI password on the host machine.
You selected this option
Require multifactor authentication for virtual machine access.
You selected this option
Implement full disk encryption on the host machine's drives.
You selected this option
Regularly update the guest operating system of the virtual machine.
Requiring multifactor authentication for accessing virtual machines provides an additional layer of security beyond just usernames and passwords. It ensures that even if login credentials are compromised, unauthorized users would need another form of verification to gain access. Regularly updating the virtual machine's guest operating system, although important for security, might not prevent unauthorized access if credentials are compromised. BIOS/UEFI passwords are set at the hardware level and do not directly secure the virtual environment. Full disk encryption is useful for data at rest security but does not specifically address access control the way multifactor authentication does.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is multifactor authentication (MFA)?
Open an interactive chat with Bash
Why is updating the guest operating system important?
Open an interactive chat with Bash
What is full disk encryption and how does it work?