Assignment 5 – Hyper-V Flashcards
- What are the four typical components associated with virtualization with Windows?
physical machine,
the virtual machine,
the virtual hard drive (and operating system),
hypervisor.
- What is the name associated with the physical computer used to deploy virtual machines?
The physical computer used to deploy virtual machines is called the host.
- What is the name associated with the virtual machines installed on the physical computer?
The name associated with the virtual machines installed on the host is the guest or guest operating system.
- What are the advantages of deploying virtual machines?
Virtual machines offer flexibility in that
they act just like real computer systems,
they can be moved easily between host machines,
they are easy to backup and manage.
Virtual machines provide simple testing environments where details can be worked out before being put into production.
Virtual machines allow for server consolidation where there are less physical machines as multiple virtual servers can be configured on a single physical computer. This reduces the hardware requirements, has less power consumption, increases the server utilization, and helps resolve compatibility issues. Virtual machines are ideal for sandbox testing.
- What are the disadvantages of deploying virtual machines?
The disadvantages of virtual machines are they represent a single point of failure if the host computer goes offline, an attack on the host computer could compromise all of the guest machines, and administrators need potential training with virtual machine environments. Generally the hardware requirements would be greater for the host machine if multiple VMs are configured.
- What characteristics of a CPU do you need to support Hyper-V?
The CPU should be a 64-bit processor and have hardware-assisted virtualization.
- What impact does the amount of RAM in the host machine have on virtualization with Hyper-V?
Since memory is assigned for each virtual machine, the host computer should have adequate resources to support each VM. The amount of RAM could impact how many VMs can be configured on a single host computer. The use of dynamically expanding memory with VMs helps to manage the memory resources.
- What recommendations does Microsoft make when considering the network configuration with virtual machines?
Microsoft recommends on NIC for the physical system and an additional NIC for every four VMs.
- What is ‘Discrete Device Assignment’?
Discrete Device Assignment is a feature of Hyper-V that allows the VMs to have direct access to the physical hardware of the host computer. This bypasses the Hypervisor layer and can improve performance.
- Describe what dynamically expanding memory is with respect to virtual machines.
Dynamically expanding memory with VMs allows the memory assigned to a VM to vary up to a maximum amount specified. Rather than be a fixed amount all the time, the memory adjusts to the demands of the VM up to a maximum amount. This saves resources that are shared between multiple VMs.
- What does Enhanced Session Mode allow you to do with virtual machines?
Enhance Session Mode allows you to redirect local resources to a virtual machine session. Resources include Smart cards, Clipboard, USB devices, Audio, and Printers. One example of Enhance Session Mode is the ability to drag and drop files directly between the host and guest operating systems.
- Describe the differences between Generation 1 and Generation 2 Virtual Machines.
A Generation 1 VM is basically an older VM format that supports some legacy devices. Gen 1 is used on older Windows Server and host Oss and runs an older version of Hyper-V.
Generation 2 is a newer format for VMs which support newer BIOS features such as UEFI. They can only be installed on 64-bit guest operating systems. One feature of Gen 2 to take advantage of is the ability to perform a PXE boot to load an operating system.
You cannot change the Generation of a VM once it is created.
- What are the two virtual hard disk formats supported by Windows 2016?
VHD is the older legacy disk format for virtual disks.
VHDX is a newer disk format that increases the capacity from 2TB to 64TB. VHDX also has better performance over VHD and provides protection against file corruption.
- Describe the four management tasks that can be performed on a VHD.
VHDs can be expanded to allow the maximum size to be increased.
VHDs can be shrunk to reduce the maximum size.
VHDs can be compacted to allow dynamically
expanding VHDs to be reduced in size.
VHDs can be converted from VHD to VHDx or VHDx to VHD as well as from dynamically expanding to fixed and back again.
- What must you do first before editing a VHD?
To make changes to a VHD, you must power off the Virtual Machine (VM).