4.2 Virtualization Concepts Flashcards
What is virtualization?
The creation of virtual versions of a computer, enabling multiple operating systems to run on a single hardware device.
What role does virtualization play in cloud computing?
It forms the foundation by allowing efficient utilization of hardware resources.
What is client-side virtualization?
Running virtual machines on a user’s local device using software like VirtualBox or VMware Workstation.
What are the two types of hypervisors?
Type 1 (bare metal) and Type 2 (hosted).
What is a Type 1 hypervisor?
A hypervisor that runs directly on hardware without a host operating system, e.g., VMware ESXi or Microsoft Hyper-V.
What is a Type 2 hypervisor?
A hypervisor that runs on top of a host operating system, e.g., VirtualBox or VMware Workstation.
What is containerization?
A lightweight alternative to virtualization where containers share the host OS kernel and libraries.
What are common purposes of virtual machines (VMs)?
Testing applications, running legacy software, and training.
What CPU features are required for virtualization?
Support for Intel VT-x or AMD-V.
Why is memory important in virtualization?
Adequate RAM is needed for both the host system and all running VMs.
What is a virtual NIC?
A virtual network interface card enabling VMs to connect to networks.
What are common security measures for VMs?
Using firewalls, antivirus, isolating VMs, and keeping software updated.
What is the difference between virtualization and containerization?
Virtualization creates full virtual machines, while containerization shares the host OS kernel.
How can VMs improve security?
By isolating environments, preventing malware from affecting the host or other VMs.
What is the purpose of a hypervisor?
To manage and allocate resources to virtual machines.
What are examples of Type 1 hypervisors?
VMware ESXi, Microsoft Hyper-V.
What are examples of Type 2 hypervisors?
VirtualBox, VMware Workstation.
Why is storage important for virtualization?
It holds VM files, including virtual disk images.
How does networking work in virtualization?
Virtual NICs enable VMs to connect to networks, mimicking physical NICs.
What are practical applications of VMs?
Software testing, running multiple OS environments, and training scenarios.
What should be considered when securing VMs?
Firewalls, antivirus, isolating VMs, and applying updates.
How can you create a VM in a Type 2 hypervisor?
Install the hypervisor, allocate resources like CPU, RAM, and storage, and install an OS.
What is the main benefit of Type 1 hypervisors?
Direct hardware access for better performance and efficiency.
What is the difference between Type 1 and Type 2 hypervisors?
Type 1 runs directly on hardware, while Type 2 requires a host OS.
What resource is critical for running multiple VMs simultaneously?
Sufficient system memory (RAM).