Hyper V Flashcards

1
Q

Powershell Direct

A

Uses VM bus layer
No network layer needed
Must be on Host to connect to VM

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

Enable Nested Virtualization PS

A

Set-VMProcessor

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

NUMA

A

Memory regions directly access by the CPU

Low latency & High Speed

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

Smart paging

A

Use of disk space when there is memory pressure on the host

On restarts of the VM

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

Dynamic Memory

A

Must be disabled when allocating memory to a VM.

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

Enhanced session mode

A

RDP capabilities using the VM bus

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

Configure Secure Boot using PS

A

Set-VMFirmware

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

Direct Device Assignment (DDA)

A

PCIe pass thru to VMs

Hardware to be disabled on Host first

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

Update VM

A

Update-VMVersion

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

Resource metering for VHDs

A

Set Max and Min IOPS for a virtual disk

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

Differencing Disk

A

Parent - Child Disk relationships
Saves on storage space

New-VHD -ParentPath -Differencing

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

Types of Checkpoints

A

Production and Standard

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

Production Checkpoint

A

Point in time image that can be restored later
Uses VSS
Use in production environment

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

Standard Ceckpoint

A

Captures state, data and hardware configuration

Testing & Troubleshooting

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

Command to view checkpoints

A

Get-VMSnapshot

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

Virtual Switch Types

A

Internal, External & Private

17
Q

Internal Switch

A

VMs communicate with VMs & the Host

18
Q

External Switch

A

VM commuicate with each other and the Hosts physical network. Uses SR-IOV

19
Q

Private switch

A

VMs only communicate with VMs

20
Q

VM MAC Address

A

Needed to communicate at Layer 2

Dynamic & Static MAC addressing

21
Q

Virtual Machine Queues

A

Packets stored on physical NIC which a password directly to the VM

22
Q

SR-IOV

A

Virtualization of physical NIC.
Bypasses to Hypervisor layer straight to the VM
Increase performance

23
Q

SR-IOV PS command

A

Enable-NetAdapterVMQ

24
Q

NIC Teaming

A

Forms a team out of 2 or more NICs

25
Q

NIC Teaming properties

A

Bandwidth aggregation
Load balancing
Fault tolerance

26
Q

NIC Teaming Modes

A

Switch Independent
Static Teaming
LACP

27
Q

Load balancing modes

A

Address Hash
Hyper-V Port
Dynamic

28
Q

RDMA

A

Data exchanged directly with application memory
Increased performance
Bypassing buffers on the OS.

29
Q

SET (Switch embedded teaming)

A

Physical Switch unaware of virtual NIC team

No role in the NIC teams distribution of traffic

30
Q

Members of a SET

A

Identical Network adapters (Model, Drivers, Manufacturer)

31
Q

Network Controller

A

Server Role

Manage, configure and monitor the virtual and physical network.

32
Q

PS Command for RDMA

A

Enable-NetAdapterRDMA

33
Q

Modify Memory on Active VM

A

Set-SCVirtualMachine

34
Q

Assign / Replace adapters on a team

A

Set-VMSwitchTeam