In virtualization, ___________ enables multiple operating systems to run concurrently on a single physical machine.
- Hypervisor
- Container
- Microservices
- Docker
The correct option is "Hypervisor." A hypervisor, also known as a virtual machine monitor (VMM), allows multiple virtual machines (VMs) to run on a single physical machine by abstracting and managing the underlying hardware resources. It provides isolation, resource allocation, and control over the VMs, enabling different operating systems to coexist on the same hardware.
Loading...
Related Quiz
- What is the main drawback of the First Come First Serve (FCFS) scheduling algorithm?
- When is dynamic programming preferable over greedy algorithms?
- Explain the concept of Continuous Integration (CI) and its role in Agile development.
- Your company's e-commerce website recently suffered a data breach due to a security flaw in the payment processing system. How would you conduct a post-mortem analysis of the incident and implement measures to prevent future breaches?
- What is the main principle behind dynamic programming?