CLOUD-DIGITAL-LEADER · Question #248
Which technology allows organizations to run multiple computer operating systems on a single piece of physical hardware?
The correct answer is A. Hypervisor. A hypervisor is the software layer that abstracts physical hardware to allow multiple operating systems to run concurrently on one machine.
Question
Which technology allows organizations to run multiple computer operating systems on a single piece of physical hardware?
Options
- AHypervisor
- BContainers
- CServerless computing
- DOpen source
How the community answered
(36 responses)- A89% (32)
- B8% (3)
- D3% (1)
Why each option
A hypervisor is the software layer that abstracts physical hardware to allow multiple operating systems to run concurrently on one machine.
A hypervisor - also called a virtual machine monitor - sits between the physical hardware and the operating systems, partitioning CPU, memory, and storage resources into isolated virtual machines. Each virtual machine runs its own OS independently, allowing a single physical server to host Windows, Linux, and other systems simultaneously, which is the foundation of server virtualization and cloud infrastructure.
Containers share the host OS kernel and virtualize at the application layer, not at the hardware level, so they do not run multiple different operating systems on one machine.
Serverless computing is a cloud execution model where the provider manages infrastructure on behalf of the developer; it does not describe hardware virtualization technology.
Open source refers to software with publicly available source code and is a licensing and development model, not a technology for hardware virtualization.
Concept tested: Hypervisor enabling hardware virtualization for multiple OS instances
Source: https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/hyper-v-technology-overview
Topics
Community Discussion
No community discussion yet for this question.