Hipervizor
Hipervizor is a term sometimes used informally to refer to a hypervisor. A hypervisor, also known as a virtual machine monitor (VMM), is a piece of software, firmware, or hardware that creates and runs virtual machines (VMs). It allows multiple operating systems to run concurrently on a single physical machine. Each VM operates independently and is isolated from the others. The hypervisor manages and allocates the physical hardware resources such as CPU, memory, and storage to each VM.
There are two main types of hypervisors. Type 1 hypervisors, also called bare-metal hypervisors, run directly
The core function of a hypervisor is to abstract the hardware from the guest operating systems, enabling