Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
March 24, 2022 11:36 pm GMT

Server Virtualization

Server virtualization is the creation of a virtual version of an operating system, a server, a storage device or network resources.

Virtualization can be achieved using an "Hypervisor". Hypervisor is a technology that allows hosting several virtual computers on a physical computer. Hypervisors take some of the hardware resources from the physical computer to create the virtual computer.

The virtual computer can only be given the hardware resources that is available on that computer. These virtual computers are completely isolated from the physical computer and if anything is running or breaking on the virtual computers, it won't affect the main operating system.

Benefits Of Using Virtualization

  1. Provides a cost effective way to separate email, database and web servers.
  2. Expedited deployment and redeployment
  3. Easier migration to the cloud
  4. Reduced heat and improved energy savings

Types Of Hypervisor

  1. Type 1 Hypervisor:This installs guest operating system directly on the hardware. They are also called "Bare metal hypervisors". It controls the hardware resources. E.g VMware, ESXi, Microsoft Hyper-v

  2. Type 2 Hypervisor: This is the type of hypervisor that installs guest operating system on top of the host operating system. It is also called "Hosted hypervisors". It shares the hardware resources. E.g virtual box

Advantages Of Virtualization

  1. Lower cost
  2. Easier disaster recovery
  3. Easier testing
  4. Quicker backups
  5. Improved productivity

Original Link: https://dev.to/elizabethonyen6/server-virtualization-573j

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To