chapter 1 Flashcards
(138 cards)
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?
- VMs run within the hypervisor (host), creating a closed environment for each VM.
- This isolates VMs from each other, improving security and manageability.
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
- Is a virtualization method that installs directly on the hardware.
- without the need for a separate operating system.
- Offers strong isolation: Issues in one VM don’t affect others.
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
- VMware ESXi , Microsoft Hyper-V, and Xen.
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.
- Reduce IT costs while providing global access to company files for employees.
- Install VMware ESXi (Type 1 hypervisor) on company servers.
- Create virtual machines (VMs) for employees to access.
… are suitable for personal use and creating a limited number of VMs..
Hosted hypervisors/ type 2
- Tim’s Home Laptop
- Allow kids to play Minecraft without compromising Tim’s work files.
VMware Workstation is a … hypervisor
hosted (Type 2)
Supported Operating Systems:
Windows, Linux, and macOS versions.