Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between bare metal (hypervisor based) and host virtualization types

What is the difference between bare-metal (hypervisor-based) and host virtualization types ?

like image 369
Relu Mesaros Avatar asked Oct 30 '22 00:10

Relu Mesaros


2 Answers

A well-known example of a hosted hypervisor is Oracle VM VirtualBox. Others include VMWare Server and Workstation, Microsoft Virtual PC, KVM, QEMU and Parallels. rest is over here

Can I say openstack is relying on hosted virtualization as KVM,qemu is listed in this branch

like image 93
hakkican Avatar answered Dec 04 '22 02:12

hakkican


bare metal- Metal(hardware)+minimum things required to run an OS. So in that sense, bare metal hypervisor is also hosted.

host virtualization - On the existing host along with your favourite music player, text editor, hypervisor is installed just like an app.

like image 23
pumpkin_cat Avatar answered Dec 04 '22 03:12

pumpkin_cat