Chapter 9 - Hyper-V storage - Do I know this already? Flashcards
Which of the following is not a tool that you can use to create a virtual hard disk?
a. diskpart
b. SAN Manager
c. Disk Management
d. PowerShell
b. SAN Manager
How much space does a VHDX support?
a. 8 TB
b. 2 TB
c. 64 TB
d. 1 TB
c. 64 TB
What cmdlet creates a new differencing disk?
a. New-DiffDisk
b. New-VHD
c. New-Diff
d. New-VHDDiff
b. New-VHD
What type of checkpoint is the default for Windows Server 2016?
a. Standard
b. General
c. Production
d. Lab
c. Production
What deployment scenarios does storage QoS support? Choose two.
a. Hyper-V using a Scale-Out File Server
b. Hyper-V using Generation 2 VMs
c. Hyper-V using virtual Fibre Channel
d. Hyper-V using Clustered Shared Volumes
a. Hyper-V using a Scale-Out File Server
d. Hyper-V using Clustered Shared Volumes
In what type of storage QoS policy are the MinimumIOPS and the MaximumIOPS and Bandwidth shared among all flows assigned to the policy?
a. Shared
b. Dedicated
c. Grouped
d. Aggregated
d. Aggregated
What is a Pass-through disk?
A disk that permits a VM access to the storage system of a host.
What is a Differencing disk?
A virtual hard disk that stores only changes from parent virtual hard disk.
What is a Shared virtual hard disk?
A virtual hard disk used by multiple VMs
What is Storage Quality of Service?
New technology in Windows Server 2016 that enhances the IOPS of a virtual machine’s access storage.
What option do you choose from the Actions pane in Hyper-V Manager to convert a VHD?
Edit Disk
What type of checkpoint is designed for testing and development environments?
Standard checkpoint
What cmdlet creates a new storage QoS policy?
New-StorageQosPolicy
What is IOPS
Input-Output Operations per Second
What is a Normalized IOPS?
A count of storage input-output operations per second
What is a Flow?
Each file opened by a Hyper-V server to a virtual hard disk.
What is InitiatorName?
The name of the virtual machine that is reported to Scale-out File Server for each flow
What is Initiator ID?
An identifier that matches the virtual machine ID
What is Policy?
A QoS object that is stored in the cluster database that has the following properties: PolicyId, MinimumIOPS, MaximumIOPS, ParentPolicy, and PolcyType
What is PolicyId?
a unique identifier for a policy
What is MinimumIOPS?
The minimum normalized IOPs that will be provided by a policy; a reservation
What is MaximumIOPS?
The maximum normalized IOPs that will be limited by a policy; a limit
What is Aggregated?
A policy type in which the specified MinimumIOPS, MaximumIOPS, and Bandwidth are shared among all flows assigned to a policy
What is Dedicated?
A policy type in which the specified MinimumIOPS, MaximumIOPS, and Bandwidth are managed for an individual VHD/VHDX.