Hypervisor

Patient Tools

Read, save, and share this guide

Use these quick tools to make this medical article easier to read, print, save, or share with a family member.

Article Summary

A hypervisor is a software that you can use to run multiple virtual machines on a single physical machine. Every virtual machine has its own operating system and applications. The hypervisor allocates the underlying physical computing resources such as CPU and memory to individual virtual machines as required. Thus, it supports the optimal use of physical IT infrastructure. Why is a hypervisor important? Hypervisors are...

Key Takeaways

  • This article explains Why is a hypervisor important? in simple medical language.
  • This article explains What are the benefits of a hypervisor? in simple medical language.
  • This article explains What are the use cases for hypervisors? in simple medical language.
  • This article explains How does a hypervisor work? in simple medical language.
Educational health guideWritten for patient understanding and clinical awareness.
Reviewed content workflowUse writer and reviewer profiles for stronger trust.
Emergency safety firstUrgent warning signs are highlighted below.

Seek urgent medical care if you notice

These warning signs are general safety guidance. Local emergency numbers and clinical judgment should always come first.

  • Severe symptoms, breathing difficulty, fainting, confusion, or rapidly worsening illness.
  • New weakness, severe pain, high fever, or symptoms after a serious injury.
  • Any symptom that feels urgent, unusual, or unsafe for the patient.
1

Emergency now

Use emergency care for severe, sudden, rapidly worsening, or life-threatening symptoms.

2

See a doctor

Book a professional medical evaluation if symptoms persist, worsen, recur often, affect daily activities, or occur in a high-risk patient.

3

Learn safely

Use this article to understand possible causes, tests, treatment options, prevention, and questions to ask your clinician.

A hypervisor is a software that you can use to run multiple virtual machines on a single physical machine. Every virtual machine has its own operating system and applications. The hypervisor allocates the underlying physical computing resources such as CPU and memory to individual virtual machines as required. Thus, it supports the optimal use of physical IT infrastructure.

Why is a hypervisor important?

Hypervisors are the underlying technology behind virtualization or the decoupling of hardware from software. IT administrators can create multiple virtual machines on a single host machine. Each virtual machine has its own operating system and hardware resources such as a CPU, a graphics accelerator, and storage. You can install software applications on a virtual machine, just like you do on a physical computer.

The fundamentals of virtual machines and other virtualization technologies have enabled cloud computing services in enterprise applications. They allow you to scale computing services efficiently on limited hardware infrastructure. For example, different business departments can run different workloads separately by using multiple virtual machines on a single server.

What are the benefits of a hypervisor?

Organizations use virtualization software like hypervisors because the software helps them to use resources efficiently and reduce hardware investment. Virtualization brings several other benefits such as those given below.

Hardware independence

A hypervisor abstracts the host’s hardware from the operating software environment. IT administrators can configure, deploy, and manage software applications without being constrained to a specific hardware setup. For example, you can run macOS on a virtual machine instead of iMac computers.

Efficiency

Hypervisors make setting up a server operating system more efficient. Manually installing the operating system and related software components is a time-consuming process. Instead, you can configure the hypervisor to immediately create your virtual environment.

Scalability

Organizations use hypervisors to maximize resource usage on physical computers. Instead of using separate machines for different workloads, hypervisors create multiple virtual computers to run several workloads on a single machine. This translates to faster scalability and reduced hardware expenditure for organizations.

Portability

IT teams can allocate memory, networking, processing, and storage resources across multiple servers as needed. They have the ability to shift workloads between machines or platforms easily. When an application requires more processing power, the hypervisor provides seamless access to additional physical resources.

What are the use cases for hypervisors?

Virtualization software that are powered by hypervisors have several use cases. We give some examples below.

Desktop virtualization

Employees use desktop virtualization software to emulate a version of their workstation computing environment on the server. This allows them to access their work applications and files remotely.

Resource optimization 

Companies use hypervisors to consolidate multiple computers that perform different functions into a single server. For example, if production, marketing, and customer support teams run their workloads on individual physical servers, it can result in idle resources. With a hypervisor, you can host the virtual machines for the respective business units on a single server, even if they require different operating systems and software components.

Failure recovery

The hypervisor captures snapshots of the virtual machine’s previous state in a virtual machine image—a file that contains the installation instructions, configurations, and other details of the virtual machine. System administrators can use the image file to restore the virtual machine in case of failure. There is also capability to create backup copies or move the virtual machine to a different host.

Legacy system continuity 

Some organizations have invested significantly in software that has outlasted the underlying server. Hypervisors provide an option to continue running the software by virtualizing the hardware environment required. This allows organizations to support their cloud transformation efforts with minimum disruption to existing business workflows.

How does a hypervisor work?

System administrators install the hypervisor software on physical servers. The hypervisor loads the virtual machine images to create multiple virtual operating systems. The physical machine is known as a host, and the virtual operating systems are guests.

Resource allocation

The hypervisor ensures that each virtual machine receives the allocated resources as configured. It does so by acting as an intermediary between guest machines and the underlying physical hardware. The hypervisor relays requests for processing power, memory, storage, and other resources to the host machine in several ways, including API calls. An API is a software communication method that allows different applications to exchange data.

What are the types of hypervisors?

There are two types of hypervisors, each differing in architecture and performance.

Type 1 hypervisor

The type 1 hypervisor sits on top of the metal server and has direct access to the hardware resources. Because of this, the type 1 hypervisor is also known as a bare-metal hypervisor. The host machine does not have an operating system installed in a bare-metal hypervisor setup. Instead, the hypervisor software acts as a lightweight operating system.

Pros and cons

Due to its architecture, the type 1 hypervisor is very efficient. It can directly manage and allocate resources for multiple virtual machines without going through the host operating system. These types of hypervisors are also more secure, as the absence of a host operating system reduces the risks of instability.

Type 2 hypervisor

The type 2 hypervisor is a hypervisor program installed on a host operating system. It is also known as a hosted or embedded hypervisor. Like other software applications, hosted hypervisors do not have complete control of the computer resources. Instead, the system administrator allocates the resources for the hosted hypervisor, which it distributes to the virtual machines.

Pros and cons

The presence of the host operating system introduces latency to the virtualized environment. When the virtual machine requests computing resources, the hypervisor cannot directly access the underlying hardware but relays the request to the host operating system. Also, the hypervisor and its hosted virtual machines are dependent on the stability of the host operating system.

Type 1 hypervisors compared to type 2 hypervisors

Despite their differences, both types of hypervisors are helpful in different applications. For example, enterprise cloud data centers use type 1 or bare-metal hypervisors because of their efficiency, scalability, and flexibility when allocating resources to virtual machines. Also, a type 1 hypervisor is generally more secure and stable because it does not run on top of another operating system.

Conversely, administrators use type 2 hypervisors because they are more user-friendly. Type 2 hypervisors are easier to install, configure, and use than bare-metal hypervisors. It is similar to installing and using other desktop applications.

What is a cloud hypervisor?

 A cloud hypervisor consists of virtualization technologies that abstract the physical hardware resources of a cloud provider’s data center. They allow organizations to run distributed workloads on the cloud architecture. It allows multi-tenant cloud environments, where individual users or businesses can run workloads or store data in a logically independent compartment.

Cloud providers usually use bare-metal hypervisors to allocate virtualized hardware resources to users. For example, Amazon Elastic Compute Cloud (Amazon EC2) allows organizations to scale their cloud computing capacities with Xen-based hypervisors. It provides a cost-effective cloud solution where businesses only pay for the compute resources needed to run their AWS workload.

What is the difference between hypervisors and containers?

A container is a software package that stores all the necessary files and configurations to run an application on any operating system. Developers use containers to reduce software development complexities and improve efficiency when deploying the applications. A containerized application can run on a public, hybrid, or on-premises cloud with consistent performance because it is independent of the underlying operating system.

Both hypervisors and containers provide virtualization but at a different software layer. A hypervisor abstracts the hardware from the software environment. In contrast, a container runs in an environment where a container engine abstracts the operating system.

What are the security considerations for hypervisors?

Software programs on a virtual machine do not interfere with applications on other guest operating systems, which provides a degree of security. However, the virtualized environment relies on the hypervisor for a robust security posture. Any issues affecting the hypervisor will impact all virtual machines running on top of it. So, it’s essential to use a hypervisor with built-in safeguard measures to secure the workload’s integrity.

Patient safety assistant

Check your symptom safely

Hi, I am RX Symptom Navigator. I can help you understand what to read next and what warning signs need care.
Warning: Do not use this in emergencies, pregnancy, severe illness, or as a substitute for a doctor. For children or teens, use with a parent/guardian and clinician.
A rural-friendly guide: warning signs, when to see a doctor, related articles, tests to discuss, and OTC safety education.
1 Symptom 2 Severity 3 Safe guidance
First safety question

Is there chest pain, breathing trouble, fainting, confusion, severe bleeding, stroke-like weakness, severe injury, or pregnancy danger sign?

Choose quickly

Browse by body area
Start here: Write or select a symptom. The guide will show warning signs, doctor guidance, diagnostic tests to discuss, OTC safety education, and related RX articles.

Important: This tool is educational only. It cannot diagnose, treat, or replace a doctor. OTC information is not a prescription. In an emergency, contact local emergency services or go to the nearest hospital.

Doctor visit helper

Prepare before seeing a doctor

A simple rural-patient checklist to help you explain symptoms clearly, ask better questions, and avoid unsafe self-treatment.

Safety note: This is not a prescription or diagnosis. For severe symptoms, pregnancy danger signs, children with serious illness, chest pain, breathing difficulty, stroke-like weakness, or major injury, seek urgent care.

Which doctor may help?

Start with a registered doctor or the nearest qualified health center.

What to tell the doctor

  • Write when the problem started and how it changed.
  • Bring old prescriptions, investigation reports, and current medicines.
  • Write allergies, pregnancy status, diabetes, kidney/liver disease, and major past illnesses.
  • Bring one family member if the patient is weak, elderly, confused, or a child.

Questions to ask

  • What is the most likely cause of my symptoms?
  • Which danger signs mean I should go to hospital quickly?
  • Which tests are necessary now, and which can wait?
  • How should I take medicines safely and what side effects should I watch for?
  • When should I come for follow-up?

Tests to discuss

  • Vital signs: temperature, pulse, blood pressure, oxygen saturation
  • Basic physical examination by a clinician
  • CBC, urine test, blood sugar, or imaging only when clinically needed

Avoid these mistakes

  • Do not use antibiotics, steroid tablets/injections, or strong painkillers without proper medical advice.
  • Do not hide pregnancy, kidney disease, ulcer, allergy, or blood thinner use.
  • Do not delay emergency care when danger signs are present.

Medicine safety and first-aid guide

This section is for patient education only. It does not replace a doctor, pharmacist, or emergency care.

Safe first steps

  • Rest, drink safe water, and observe symptoms carefully.
  • Keep a written note of symptoms, duration, temperature, medicines already taken, and allergy history.
  • Seek medical care quickly if symptoms are severe, worsening, or unusual for the patient.

OTC medicine safety

  • For mild pain or fever, ask a registered pharmacist or doctor before using common over-the-counter pain/fever medicines.
  • Do not combine multiple pain medicines without advice, especially if you have kidney disease, liver disease, stomach ulcer, asthma, pregnancy, or take blood thinners.
  • Do not give adult medicines to children unless a qualified clinician advises it.

Avoid these mistakes

  • Do not start antibiotics without a proper medical decision.
  • Do not use steroid tablets or injections casually for quick relief.
  • Do not delay emergency care because of home remedies.

Get urgent help if

  • Severe symptoms, confusion, fainting, breathing difficulty, chest pain, severe dehydration, or sudden weakness need urgent medical care.
Medicine names, dose, and timing must be decided by a qualified clinician or pharmacist after checking age, pregnancy, allergy, other diseases, and current medicines.

For rural patients and family caregivers

Patient health record and symptom diary

Write your symptoms, medicines already taken, test results, and questions before visiting a doctor. This note stays on your device unless you print or copy it.

Doctor to discuss: Doctor / qualified healthcare provider
Tests to discuss with doctor
  • Basic vital signs: temperature, pulse, blood pressure, oxygen level if needed
  • Relevant blood, urine, imaging, or specialist tests only after clinical assessment
Questions to ask
  • What is the most likely cause of my symptoms?
  • Which warning signs mean I should go to emergency care?
  • Which tests are really needed now?
  • Which medicines are safe for my age, pregnancy status, allergy, kidney/liver/stomach condition, and current medicines?

Emergency warning signs such as chest pain, severe breathing difficulty, sudden weakness, confusion, severe dehydration, major injury, or loss of bladder/bowel control need urgent medical care. Do not wait for online information.

Safe pathway to proper treatment

Patient care roadmap

Use this simple roadmap to understand the next safe steps. It is educational and does not replace examination by a doctor.

Go to emergency care if you notice:
  • Severe or rapidly worsening symptoms
  • Breathing difficulty, chest pain, fainting, confusion, severe weakness, major injury, or severe dehydration
Doctor / service to discuss: Qualified healthcare provider; specialist depends on symptoms and examination.
  1. Step 1

    Check danger signs first

    If danger signs are present, seek emergency care and do not wait for online information.

  2. Step 2

    Record the symptom story

    Write when symptoms started, severity, medicines already taken, allergies, pregnancy status, and test results.

  3. Step 3

    Visit a qualified clinician

    A doctor, nurse, or qualified healthcare provider can examine you and decide which tests or treatment are needed.

  4. Step 4

    Do only useful tests

    Do tests after clinical assessment. Avoid unnecessary tests, random antibiotics, or repeated medicines without diagnosis.

  5. Step 5

    Follow up and return early if worse

    If symptoms worsen, new warning signs appear, or treatment is not helping, return for review quickly.

Rural patient practical tips
  • Take a written symptom diary and all previous prescriptions/test reports.
  • Do not hide medicines already taken, even herbal or over-the-counter medicines.
  • Ask which warning signs mean urgent referral to hospital.

This roadmap is for education. A real diagnosis and treatment plan requires history, examination, and clinical judgment.

RX Patient Help

Ask a health question safely

Write your symptom story. A health professional or site editor can review it before any answer is prepared. This box is not for emergency care.

Emergency first: Severe chest pain, breathing trouble, unconsciousness, stroke signs, severe injury, heavy bleeding, or rapidly worsening symptoms need urgent local medical care now.

Frequently Asked Questions

Why is a hypervisor important?

Hypervisors are the underlying technology behind virtualization or the decoupling of hardware from software. IT administrators can create multiple virtual machines on a single host machine. Each virtual machine has its own operating system and hardware resources such as a CPU, a graphics accelerator, and storage. You can install software applications on a virtual machine, just like you do on a physical computer. The fundamentals of virtual machines and other virtualization technologies have enabled cloud computing services in enterprise applications.…

What are the benefits of a hypervisor?

Organizations use virtualization software like hypervisors because the software helps them to use resources efficiently and reduce hardware investment. Virtualization brings several other benefits such as those given below.

Hardware independence A hypervisor abstracts the host's hardware from the operating software environment. IT administrators can configure, deploy, and manage software applications without being constrained to a specific hardware setup. For example, you can run macOS on a virtual machine instead of iMac computers. Efficiency Hypervisors make setting up a server operating system more efficient. Manually installing the operating system and related software components is a time-consuming process. Instead, you can configure the hypervisor to immediately create your virtual environment. Scalability Organizations use hypervisors to maximize resource usage on physical computers. Instead of using separate machines for different workloads, hypervisors create multiple virtual computers to run several workloads on a single machine. This translates to faster scalability and reduced hardware expenditure for organizations. Portability IT teams can allocate memory, networking, processing, and storage resources across multiple servers as needed. They have the ability to shift workloads between machines or platforms easily. When an application requires more processing power, the hypervisor provides seamless access to additional physical resources.What are the use cases for hypervisors?

Virtualization software that are powered by hypervisors have several use cases. We give some examples below.

Desktop virtualization Employees use desktop virtualization software to emulate a version of their workstation computing environment on the server. This allows them to access their work applications and files remotely. Resource optimization  Companies use hypervisors to consolidate multiple computers that perform different functions into a single server. For example, if production, marketing, and customer support teams run their workloads on individual physical servers, it can result in idle resources. With a hypervisor, you can host the virtual machines for the respective business units on a single server, even if they require different operating systems and software components. Failure recovery The hypervisor captures snapshots of the virtual machine’s previous state in a virtual machine image—a file that contains the installation instructions, configurations, and other details of the virtual machine. System administrators can use the image file to restore the virtual machine in case of failure. There is also capability to create backup copies or move the virtual machine to a different host. Legacy system continuity  Some organizations have invested significantly in software that has outlasted the underlying server. Hypervisors provide an option to continue running the software by virtualizing the hardware environment required. This allows organizations to support their cloud transformation efforts with minimum disruption to existing business workflows.How does a hypervisor work?

System administrators install the hypervisor software on physical servers. The hypervisor loads the virtual machine images to create multiple virtual operating systems. The physical machine is known as a host, and the virtual operating systems are guests.

Resource allocation The hypervisor ensures that each virtual machine receives the allocated resources as configured. It does so by acting as an intermediary between guest machines and the underlying physical hardware. The hypervisor relays requests for processing power, memory, storage, and other resources to the host machine in several ways, including API calls. An API is a software communication method that allows different applications to exchange data.What are the types of hypervisors?

There are two types of hypervisors, each differing in architecture and performance.

Type 1 hypervisor The type 1 hypervisor sits on top of the metal server and has direct access to the hardware resources. Because of this, the type 1 hypervisor is also known as a bare-metal hypervisor. The host machine does not have an operating system installed in a bare-metal hypervisor setup. Instead, the hypervisor software acts as a lightweight operating system. Pros and cons Due to its architecture, the type 1 hypervisor is very efficient. It can directly manage and allocate resources for multiple virtual machines without going through the host operating system. These types of hypervisors are also more secure, as the absence of a host operating system reduces the risks of instability. Type 2 hypervisor The type 2 hypervisor is a hypervisor program installed on a host operating system. It is also known as a hosted or embedded hypervisor. Like other software applications, hosted hypervisors do not have complete control of the computer resources. Instead, the system administrator allocates the resources for the hosted hypervisor, which it distributes to the virtual machines. Pros and cons The presence of the host operating system introduces latency to the virtualized environment. When the virtual machine requests computing resources, the hypervisor cannot directly access the underlying hardware but relays the request to the host operating system. Also, the hypervisor and its hosted virtual machines are dependent on the stability of the host operating system. Type 1 hypervisors compared to type 2 hypervisors Despite their differences, both types of hypervisors are helpful in different applications. For example, enterprise cloud data centers use type 1 or bare-metal hypervisors because of their efficiency, scalability, and flexibility when allocating resources to virtual machines. Also, a type 1 hypervisor is generally more secure and stable because it does not run on top of another operating system.Conversely, administrators use type 2 hypervisors because they are more user-friendly. Type 2 hypervisors are easier to install, configure, and use than bare-metal hypervisors. It is similar to installing and using other desktop applications.What is a cloud hypervisor?

 A cloud hypervisor consists of virtualization technologies that abstract the physical hardware resources of a cloud provider’s data center. They allow organizations to run distributed workloads on the cloud architecture. It allows multi-tenant cloud environments, where individual users or businesses can run workloads or store data in a logically independent compartment. Cloud providers usually use bare-metal hypervisors to allocate virtualized hardware resources to users. For example, Amazon Elastic Compute Cloud (Amazon EC2) allows organizations to scale their cloud computing capacities with Xen-based…

What is the difference between hypervisors and containers?

A container is a software package that stores all the necessary files and configurations to run an application on any operating system. Developers use containers to reduce software development complexities and improve efficiency when deploying the applications. A containerized application can run on a public, hybrid, or on-premises cloud with consistent performance because it is independent of the underlying operating system. Both hypervisors and containers provide virtualization but at a different software layer. A hypervisor abstracts the hardware from the…

What are the security considerations for hypervisors?

Software programs on a virtual machine do not interfere with applications on other guest operating systems, which provides a degree of security. However, the virtualized environment relies on the hypervisor for a robust security posture. Any issues affecting the hypervisor will impact all virtual machines running on top of it. So, it’s essential to use a hypervisor with built-in safeguard measures to secure the workload’s integrity.

References

Add references, clinical guidelines, textbooks, journal articles, or trusted medical sources here. You can edit this area from the RX Article Professional Blocks panel.