CSS - Experiment - 02
CSS - Experiment - 02
Objective: To know the concept of Virtualization along with their types, structures and
mechanisms. This experiment should demonstrate the creating and running Virtual machines
inside hosted hypervisors like VirtualBox and KVM with their comparison based on various
virtualization parameters.
Theory :
● What is Virtualization?
Virtualization is technology that you can use to create virtual representations of servers, storage,
networks, and other physical machines. Virtual software mimics the functions of physical
hardware to run multiple virtual machines simultaneously on a single physical machine.
By using virtualization, you can interact with any hardware resource with greater flexibility.
Physical servers consume electricity, take up storage space, and need maintenance. You are
often limited by physical proximity and network design if you want to access them. Virtualization
removes all these limitations by abstracting physical hardware functionality into software. You
can manage, maintain, and use your hardware infrastructure like an application on the web.
The techniques and features that Oracle VM VirtualBox provides are useful in the following
scenarios:
● Installing VirtualBox
2. Now do the same for the kvm group: sudo adduser ‘[username]’ kvm
1. Confirm the installation was successful by using the virsh command: virsh list --all
4. If the virtualization daemon is not active, activate it with the following command:
Conclusion :
We learned how to implement Hosted Virtualization using VirtualBox.