InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Hypervisor? Write its type. |
|
Answer» Hypervisors, also known as VM monitors or VMMs, are software that creates and runs virtual MACHINES (VMs) as well as also manages and allocates resources to them. By sharing its resources in virtual ways, such as MEMORY and processing, a host computer can support multiple guest VMs. The special feature of a HYPERVISOR allows several virtual machines to run on a single physical server. As a result, it reduces:
Types of Hypervisor-
|
|