Vollvirtualisierung
Vollvirtualisierung, also known as hardware virtualization, is a technology that allows a single physical computer to run multiple isolated operating systems simultaneously. This is achieved by creating a virtual layer called a hypervisor, which sits between the hardware and the operating systems. The hypervisor manages and allocates the physical resources, such as CPU, memory, and storage, to each virtual machine. Each virtual machine behaves as if it has its own dedicated hardware, unaware of the presence of other virtual machines.
The primary benefit of full virtualization is its ability to run a wide range of operating systems,
Different types of hypervisors exist, broadly categorized as Type 1 (bare-metal) and Type 2 (hosted). Type 1