CC Exp 7
CC Exp 7
EXPERIMENT 7
Objective To apply the concept of Virtualization along with their types, structures and
mechanisms in a local machine.
You can download .exe for Virtual Box and .iso Ubuntu image from given
drive link:
https://drive.google.com/drive/folders/1sYF2nGj1DUpDymkS5iyAijYoPfqv9c
vx?usp=sharing
Deliverables 1. Write theory for comparing Bare Metal and Hypervisor
Virtualizations with the help of examples.
Theory Virtualization has become pervasive across various domains, including data
centers, edge computing setups, networks, storage systems, and desktop
environments. Despite its widespread adoption, it's crucial for administrators
and decision-makers to recognize the distinctions between different
virtualization methods.
A hypervisor is computer software or hardware that enables you to host
multiple virtual machines. Each virtual machine is able to run its own
programs. A hypervisor allows you to access several virtual machines that are
all working optimally on a single piece of computer hardware. With a
hypervisor, each virtual machine or operating system you have will be able to
run its own programs, as it will appear that the system has the host hardware's
processor, memory and resources. In reality, however, it is actually the
hypervisor that is allocating those resources to the virtual machines.
The servers need to execute the hypervisor, and the hypervisor, in turn, loads
the client operating systems of the virtual machines. The hypervisor allocates
the correct CPU resources, memory, bandwidth and disk storage space for
each virtual machine. A virtual machine can create requests to the hypervisor
through a variety of methods, including API calls.