Summary
- Hyper-V provides services that you can use to create and manage virtual machines and their resources
- Fully virtualized mode enables an isolated and secure execution of one or more OSes in a single physical server where guest OSs use the host's OS resources
- Paravirtualized mode does not simulate hardware, rather it offers a special API to modify the guest OS
- Hyper-V architecture is based on a hierarchical format where the first level represents the hypervisor as the main element that constitutes the Hyper-V virtual platform
- Components such as VSP and VSC, through logical channels for communication known as VMBus, enable communication between the root portion and the branch OSs
- The server is required to support virtualization by enabling Intel Virtualization Technology (VT) or AMD Virtualization
- Hyper-V Manager is an administration tool that you can use to manage virtual machines
- Keep in mind that virtual memory management is performed for each individual virtual machine
- Prior to creating...