Implementing Virtualization Flashcards
which type of hypervizor runs directly on the system hardware, without an operating system?
Type I Hypervizor
A snapshot provides you with what? What is it generally used for?
A copy of the VM at a moment in time. It’s used as a backup before making system changes for instance.
What are 3 risks associated with virtualization?
VM Escape, VM Sprawl and Loss of Confidentiality (rogue system admin can easily copy an entire VM and data)
If a virtual desktop has non-persistence, what does that mean?
it means the desktop served to users is selected from a pre-configured snapshot, it won’t save any customization by the user.
Why is loss of confidentiality a greater risk with VMs?
Because the VMs are stored as files, entire systems (web host to database etc) can be copied with ease to another location.
Name the main type of attack associated with VMs and what it does
the attack is called VM Escape
it allows an attacker to access the host system from within the virtual system