Home CentOS Getting Started with VirtualBox in Linux – Part 1

Getting Started with VirtualBox in Linux – Part 1

LinuxShellTips is happy to present a series on oracle VirtualBox, the most popular open-source (GPL V2) cross-platform hosted hypervisor in the market that supports X86, AMD/Intel virtualization.

In this series, we will show all the core features of Virtualbox and at the end of the series, you will be comfortable in using Virtualbox.

Table of Contents

  1. Getting Started with Virtualbox in Linux
  2. How to Install Virtualbox in Different Linux Distributions
  3. How to Install CentOS 7 Minimal in Virtualbox
  4. How to Install and Use VirtualBox Guest Additions in VM
  5. Different Networking Options in Virtualbox
  6. How to Protect Virtual Machine with Snapshots
  7. How to Create Virtual Machine Clone in VirtualBox
  8. How to Import and Export Virtual Machines in VirtualBox
  9. How to Manage VirtualBox Using PHP VirtualBox Web
  10. How to Increase VM Virtual Disk Space on VirtualBox

Before the invention of virtualization, you will have the machine (hardware) where you can install and run any operating system on top of it. If you need a cluster of machines you need to buy separate hardware for all the machines and install any os on top of each machine.

If you have excessive hardware on one machine you cannot use it to provision other machines. This is where virtualization comes into play. Virtualization is a very old technology that’s been in the industry for quite some time. Virtualization is the backbone of modern-day cloud computing.

What is a Hypervisor?

A hypervisor also known as VMM (Virtual Machine Monitor) is a piece of software that sits between your hardware and virtual machines and controls all the core aspects of virtualization.

The hypervisor takes care of allocating resources for your Virtual machine from physical hardware. If you have multiple VM running hypervisor make sure each VM gets storage, computing, and memory allocated independently of each other.

There are two types of hypervisors.

  1. Type 1 or Bare metal Hypervisor
  2. Type 2 or Hosted Hypervisor

What is Type 1 (or) Bare Metal Hypervisor

Type 1 hypervisor is like a lightweight operating system that is installed on top of physical hardware. You buy a server with huge hardware resources and instead of installing an operating system like Windows server or Linux you will install a type 1 hypervisor and install virtual machines on top of it.

For all data center needs type 1 hypervisor is used. This type of hypervisor is very fast since it directly interacts with hardware and there is no additional layer between hardware and hypervisor.

Some of the Type 1 hypervisor in market

  • VMware vSphere / ESXi
  • Microsoft Hyper-V
  • Citrix XenServer
  • KVM (Kernel-based Virtual Machine)
  • Red Hat Enterprise Virtualization (RHEV)
Type 1 Bare Metal Hypervisor
Type 1 Bare Metal Hypervisor

What is Type 2 (or) Hosted Hypervisor

Type 2 hypervisor is installed on top of the operating system like Windows, macOS, or Linux. This type of hypervisor is not used for data center operations. Since there is an additional layer (OS) between the hypervisor and physical hardware performance will be comparatively low.

Some of the Type 2 hypervisor in market.

  • Oracle Virtualbox
  • Vmware Workstation
  • Microsoft Virtual PC
Type 2 Hosted Hypervisor
Type 2 Hosted Hypervisor

That’s it! In the next article, we will take a look at installing VirtualBox in different flavors of Linux.

Ravi Saive
I am an Experienced GNU/Linux expert and a full-stack software developer with over a decade in the field of Linux and Open Source technologies. Founder of TecMint.com, LinuxShellTips.com, and Fossmint.com. Over 150+ million people visited my websites.

Each tutorial at UbuntuMint is created by a team of experienced writers so that it meets our high-quality standards.

Was this article helpful? Please add a comment to show your appreciation and support.

Got something to say? Join the discussion.

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published or shared. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.