nerdexam
Google

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.

Understanding Core Cloud Infrastructure Concepts

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)
  • A
    89% (32)
  • B
    8% (3)
  • D
    3% (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.

AHypervisorCorrect

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.

BContainers

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.

CServerless computing

Serverless computing is a cloud execution model where the provider manages infrastructure on behalf of the developer; it does not describe hardware virtualization technology.

DOpen source

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

#Virtualization#Hypervisor#Cloud Fundamentals#Infrastructure

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice