Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Windows Server 2016 Hyper-V Cookbook - Second Edition

You're reading from  Windows Server 2016 Hyper-V Cookbook - Second Edition

Product type Book
Published in Jan 2017
Publisher Packt
ISBN-13 9781785884313
Pages 524 pages
Edition 2nd Edition
Languages
Concepts
Authors (3):
Charbel Nemnom Charbel Nemnom
Profile icon Charbel Nemnom
Patrick Lownds Patrick Lownds
Profile icon Patrick Lownds
Leandro Carvalho Leandro Carvalho
Profile icon Leandro Carvalho
View More author details
Toc

Table of Contents (19) Chapters close

Windows Server 2016 Hyper-V Cookbook - Second Edition
Credits
About the Authors
Acknowledgments
www.PacktPub.com
Customer Feedback
Preface
1. Installing and Managing Hyper-V in Full, Server Core, and Nano Server 2. Migrating and Upgrading Physical and Virtual Servers 3. Managing Disk and Network Settings 4. Saving Time and Cost with Hyper-V Automation 5. Hyper-V Best Practices, Tips, and Tricks 6. Security and Delegation of Control 7. Configuring High Availability in Hyper-V 8. Disaster Recovery for Hyper-V 9. Azure Site Recovery and Azure Backup for Hyper-V 10. Monitoring, Tuning, and Troubleshooting Hyper-V Hyper-V Architecture and Components Index

Understanding Hypervisors


The Virtual Machine Manager (VMM), also known as Hypervisor, is the software application responsible for running multiple VMs on a single system. It is also responsible for creation, preservation, division, system access, and VM management running on the Hypervisor layer.

The various types of Hypervisors are listed as follows:

  • VMM Type 2

  • VMM Hybrid

  • VMM Type 1

VMM Type 2

This type runs Hypervisor on top of the OS. We have the hardware at the bottom, the OS, and then the Hypervisor running on top, as shown in the following diagram:

Microsoft Virtual PC and VMware Workstation are examples of software that use VMM Type 2.

VMs pass hardware requests to the Hypervisor, from there to the host OS and it then finally reaches the hardware. This leads to performance and management limitation imposed by the host OS.

Type 2 is common for test environments—VMs with hardware restrictions—to run on software applications that are installed in the host OS.

VMM Hybrid

When we are using the VMM Hybrid type, the Hypervisor runs on the same level as the OS, as shown in the following diagram. As both Hypervisor and the OS have the same access to the hardware and with the same priority, it is not as fast and safe as it could be. This is the type used by the Hyper-V predecessor named Microsoft Virtual Server 2005:

VMM Type 1

VMM Type 1 is a type that has the Hypervisor running in a tiny software layer between the hardware and the partitions and managing and orchestrating the hardware access. The host OS, known as Parent Partition, run on the same level as the Child Partition, known as VMs, as shown in the next diagram. Due to the privileged access that the Hypervisor has to the hardware, it provides more security, performance, and control over the partitions. This type has been used by Hyper-V since its first release:

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}