What is the relationship between virtualization and cloud computing?
Virtualization forms the foundation for cloud computing by allowing multiple virtual machines to run on a single physical machine, enabling the efficient use of resources and scalability in the cloud environment.
What are chipsets?
A: Chipsets are collections of integrated circuits on a motherboard that manage the communication between the processor, memory, peripheral devices, and other components of a computer system.
How does virtualization work?
Virtualization creates multiple virtual machines (VMs) from a single physical machine, allowing each VM to run its own operating system and applications. It abstracts the hardware resources and provides isolation between VMs, enabling efficient resource utilization and flexibility in managing workloads.
How is a VM created?
Virtualization software creates a layer on top of the physical hardware.
This layer clones the resources of the physical components and creates virtual hardware.
A virtual machine is built using the virtual hardware components.
Components of a VM?
Requires virtual versions of hardware like CPU, RAM, storage.
Needs an operating system (guest OS) to function.
The set of files containing the virtual hardware and OS is the VM itself.
Benefits of VMs?
Easier to move and copy than physical machines (since they are files).
Easier to manage and isolated from other VMs on the same hardware.
More efficient use of physical hardware resources (run multiple VMs on one machine).
Reduced energy consumption by using fewer physical servers.
what is Hypervisor?
A hypervisor is a software layer that enables the creation and management of virtual machines (VMs) on a physical machine
sits between the hardware and the virtual machines, managing and allocating the physical resources of the host machine to the virtual machines.
… enable running multiple operating systems (OS) on a single machine by dividing hardware resources (partitioning).
hypervisors
hypervisors are more flexible than traditional dual-boot, where only one OS runs at a time.
t
virtualization is a “green” technology
t
how is Isolation a benefit in hypervisors?
Overall, virtualization improves efficiency by?
Allowing more efficient use of hardware resources.
Reducing energy consumption and carbon footprint.
Simplifying IT resource management and problem diagnosis.
explain Type 1 Hypervisor AKA Bare Metal Approach
Benefits of Type 1 Hypervisor
Efficient use of hardware resources by running multiple VMs.
Improved security and stability due to VM isolation.
example of type 1 hypervisor
explain Type 2 Hypervisor: AKA Hosted hypervisor
Provides virtualization capabilities by running on top of an existing operating system. (e.g., Windows 10, macOS).
Relies on the host OS for hardware access and resource management.
which hypervisor is Easier to set up and use
type 2
benefits of type 2
Simple installation and user-friendly for beginners.
Good for testing and development environments.
Examples of type 2
VMware Workstation (Windows/Linux host)
VMware Fusion (macOS host)
Oracle VirtualBox
Compare type 2 with Type 1 Hypervisor
Less efficient due to resource sharing with the host OS.
Lower security and isolation between VMs compared to Type 1.
… are ideal for large-scale deployments in data centers.
Bare-metal hypervisors.
… are suitable for personal use and creating a limited number of VMs..
Hosted hypervisors/ type 2
VMware Workstation is a … hypervisor
hosted (Type 2)
Supported Operating Systems:
Windows, Linux, and macOS versions.