Skip to main content

What is Hypervisor?

What is a Hypervisor? 

Main concept of virtualization is to avoid the cost of buying multiple hardwares. To utilize a single system/ Hardware /Server in a way that it could run multiple operating systems is what called virtualization. And this technique is become the most famous especially all over the data centers environments and you can use this technique on your personal laptop or pc.

Hypervisor, also known as a virtual machine monitor, is a process that creates and runs virtual machines (VMs). A hypervisor allows one host computer to support multiple guest VMs by virtually sharing its resources, like memory and processing. Generally, there are two types of hypervisors. Type 1 hypervisors, called “bare metal,” run directly on the host’s hardware. Type 2 hypervisors, called “hosted,” run as a software layer on an operating system, like other computer programs

If virtualization is defined as enabling multiple operating systems to run on a single host computer, then the essential component in the virtualization stack is the hyper-visor . This hyper-visor, also called Virtual Machine Monitor (VMM), creates a virtual platform on the host computer, on top of which multiple guest operating systems are executed and monitored. This way, multiple operating systems, which are either multiple instances of the same operating system, or different operating systems, can share the hardware resources offered by the host.

Types of Hypervisor –

TYPE-1 Hypervisor:
Hypervisor runs directly on underlying host system.It is also known as “Native Hypervisor” or “Bare metal hypervisor”.It dose not require any base server operating system.It has direct access to hardware resources.Examples of Type 1 hypervisors include VMware ESXi, Citrix XenServer and Microsoft Hyper-V hypervisor.
TYPE-2 Hypervisor:
A Host operating system runs on underlying host system.It is also known as ‘Hosted Hypervisor”.Basically a software installed on an operating system. Hypervisor asks operating system to make hardware calls.Example of Type 2 hypervisor include VMware Player or Parallels Desktop. Hosted hypervisors are often found on endpoints like PCs.


KVM (IMP TO KNOW)

This is a virtualization infrastructure for the Linux kernel. It supports native virtualization on processors with hardware virtualization extensions.
The open-source KVM (or Kernel-Based Virtual Machine) is a Linux-based type-1 hypervisor that can be added to most Linux operating systems including Ubuntu, Debian, SUSE, and Red Hat Enterprise Linux, but also Solaris, and Windows.

We use KVM in my Private Cloud:

  • Virtualization engine – OpenStack on KVM
  • Predefined virtual servers based on Debian
  • Orchestration and management web dashboard, a customized Horizon dashboard.
The owner of the tenant or the IT administrator, can manage his virtual servers, users, groups and monitor the status of the used application from a single dashboard.
------------------------------------------------------------------------------------------------------------------------------------------------------

Comments

Popular posts from this blog

Types of Virtualization in Cloud Computing

Types of Virtualization in Cloud Computing :- Virtualization in cloud computing allows you to run multiple applications and operating systems on the same server, thereby providing for efficient resource utilization and reducing costs. Virtualization can take many forms depending on the type of application use and hardware utilization. The main types are listed below: Hardware Virtualization Hardware virtualization also known as hardware-assisted virtualization or server virtualization runs on the concept that an individual independent segment of hardware or a physical server, may be made up of multiple smaller hardware segments or servers, essentially consolidating multiple physical servers into   virtual servers   that run on a single primary physical server. Each small server can host a virtual machine, but the entire cluster of servers is treated as a single device by any process requesting the hardware. The hardware resource allotment is done by the hypervisor. T

Types Of Cloud

Categories Of Cloud Computing:- Cloud computing is the use of a network of remote servers hosted on the Internet to store, manage and process data rather than a local server. Basics Of Cloud Computing Cloud Computing service providers give the ability to manage applications and services through a global network. To be precise, cloud computing is the delivery of computing services like servers, storage and more over the Internet. The companies that offer these computing services are called cloud providers. They charge for  cloud computing  services based on usage called as UTILITY COMPUTING. Example: Amazon Web service and Microsoft Azure Cloud Service Providers Cloud computing is usually described in two categories. They are, DEPLOYMENT MODEL  (LOCATION BASICS)AND SERVICE MODEL Based on a cloud location, we can classify cloud as: Public, Private, Hybrid Community Cloud Based on a service that the cloud is offering, we classify as: IaaS

What Is Containerization?

What Is Containerization? ===>The most popular containerization ecosystems are Docker and Kubernetes. Containerization   is a lightweight alternative to a virtual machine that involves encapsulating an application in a container with its own operating system. A container takes its meaning from the logistics term,  packaging container . When we refer to an application container, we mean packaging software. Containerization has recently gained hypes with an open source tool  Docker . Docker containers are designed to run on every environment from physical computers to virtual machines, from bare-metal,  Clouds , etc. Docker Not the Only Containerization Option Docker may have been the first to bring attention to containerization, but it's no longer the only container system option. CoreOS recently released a streamlined alternative to Docker called Rocket. And Canonical, developers of the  Ubuntu   Linux -based operating system, has announced the LXD co