CHPT 2 Ques
CHPT 2 Ques
Objectives:
1. R
esource Utilization: Maximize the use of physical resources by dividing
them into multiple virtual environments.
2. Isolation: Separate different workloads to improve security and prevent
interference between systems.
3. Scalability: Provide the ability to scale up or down resources dynamically
based on demand.
4. Flexibility: Facilitate rapid provisioning, deployment, and management of
resources.
5. Cost Reduction: Reduce the cost of hardware and operational expenses by
consolidating multiple virtual machines on fewer physical devices.
Benefits:
Types of Hypervisors:
.
2
3. Type 2 Hypervisor (Hosted Hypervisor):
○ Runs on a host operating system, which in turn runs on the physical
hardware.
○ Easier to set up but less efficient and slower compared to Type 1
hypervisors.
○ Example: VMware Workstation, Oracle VirtualBox, Parallels Desktop.
4.
irtual Machine Migrationis the process of moving a virtual machine from one
V
physical host to another. This can be done for load balancing, hardware
maintenance, or failure recovery.
Types:
C
● old Migration: Moving a VM that is turned off.
● Live Migration: Moving a running VM without downtime (e.g., VMware
vMotion).