3. Implement Hyper-V Flashcards

1
Q

DDA

A

Discrete Device Assignment allows the graphics card to be directly assigned/accessed by VMs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

NUMA

A

Non-Uniform Memory Access is a multiprocessor memory architecture that allows a processor to access its local memory quicker than memory located on another processor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Dynamic Memory

A

Dynamic memory allows Hyper-V to automatically balance memory among running VMs on the host

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

VMQ

A

Virtual Machine Queue uses packet filtering to provide data from an external VM network directly to VMs (requires VMQ compatible network hardware)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Hyper-V Nesting

A

Ability to create VMs inside of other VMs

To turn on:
Set-VMProcessor -VMName -ExposeVirtualizationExtensions $true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Virtual Switch Manager Network Types

A

External: any VM can talk to the physical network/internet

Internal: VMs are able to talk to each other and the host but not the internet/physical network

Private: VMs can only talk to each other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Types of Hyper-V Disks

A
  1. Dynamically expanding disks
  2. Fixed-size disks
  3. Differencing disks
  4. Pass-through disks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Adding physical disk to Hyper-V VM

A

Disk must be “offline” in Disk Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Hyper-V Generations

A

Only use Gen1 if you need backwards compatibility with older Hyper-V hosts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Switch Independent vs Switch Depending NIC Teaming

A

Switch Independent means each NIC adapter is connected into a different switch whereas Switch Dependent means that all NIC adapters are connected to the same switch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

RDMA

A

Remote Direct Memory Access allows one computer to directly access memory from another computer without interfacing at the OS level

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

SET

A

Switch Embedded Teaming can be used instead of NIC Teaming in environments using both Hyper-V and Windows Software Defined Networking (SDN). Allows grouping multiple physical adapters into virtual adapters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Storage QoS

A

Storage Quality-of-Service allows you to manage storage throughput for virtual hard disks. Helps you guarantee single VHD cannot negatively affect performance of other VHDs on the host.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Hyper-V Integration Components

A

Required to make guest OS hypervisor-aware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Install Hyper-V on Server Core

A

dism.exe /online /enable-feature /featurename:Microsoft-Hyper-V

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Virtual Machine States

A
  1. Off
  2. Starting
  3. Running
  4. Paused
  5. Saved
17
Q

State Options for Running VMs

A
  1. Turn Off
  2. Shut Down
  3. Save
  4. Pause
  5. Reset
  6. Resume