Lesson 7: Creating and Configuring Virtual Machine Settings Flashcards

1
Q

Hypervisor

A

Responsible for abstracting the computer’s physical hardware and creating multiple virtualized hardware environments, called VMs

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

VMM

A

Virtual Machine Monitor. The hypervisor.

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

Type II Virtualization

A

Hypervisor runs on top of a host operating system. Resources are shared between the Hypervisor and the host OS.

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

Older MS virtualization products that were Type II

A

MS Windows Virtual PC

Microsoft Virtual Server

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

Type I Virtualization

A

Hypervisor is an abstraction layer that interacts directly with the computer’s physical hardware. The Hypervisor has complete control over all resources.

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

How does 2012 implement Type I Virtualization?

A

Server 2012 is the parent partition. Subsequent VMs are child partitions of the hardware. Hyper-V, when installed, is what 2012 is actually running on.

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

Hyper-V Hardware Limitations

A

320 logical processors, max
2048 virtual CPUs max
4TB memory, max

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

Max number of active VMs on hyper-v

A

1024

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

Hyper-V Server

A

A stand-alone version of Hyper-V. Does not run on top of Server 2012. Free.

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

What files make up a hyper-v VM?

A

A VMC file

One or more VHD / VHDX file

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

VMC file

A

Virtual machine configuration – XML file that contains the VM config information

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

VHD / VHDX file

A

Store the guest operating system, applications, and data for VM

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

Guest Integration Services

A

Software package installed on a VM that enables better integration with host.

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

Functions provided by guest integration services

A

Operating system shutdown from Hyper-V
Time sync with Hyper-V
Data Exchange between guest an host (child and parent partitions)
Heartbeat exchange from parent to child and back to confirm VMs are responsive
Backup using Volume Shadow Copy Services

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

Which windows OSes need guest integration services

A

Any OS that isn’t Server 2012 or Win 8. Linux has its own as well.

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

Dynamic Memory

A

Enables hyper-v to adjust the amount of RAM allocated to VMs depending on their requirements. If a VM requires more RAM, it pulls more from a pool, reducing when the need subsides

17
Q

Dynamic Memory: Startup RAM

A

Amount of memory allocated to the VM when it starts. Min amt of mem required to boot.

18
Q

Dynamic Memory: Minimum RAM

A

The smallest amt of memory the VM can use at any time. OSes require more to start than to run, so this value can be smaller than Startup RAM value.

19
Q

Dynamic Memory: Maximum RAM

A

Largest amt of mem. the VM can use at any time.

20
Q

Dynamic Memory: Memory Buffer

A

Percentage extra to provide a VM when using a given RAM qty. Example: 20% memory buffer means a VM gets 1.2GB when the VM requires 1GB.

21
Q

Dynamic Memory: Memory Weight

A

The priority of a VM as compared to other VMs. Used if physical RAM is insufficient for all VM RAM requirements.

22
Q

Smart Paging

A

If a VM must reboot and not enough RAM is available to meet dynamic memory startup RAM requirements, host uses hard disk space to make up the differences and pages memory contents to disk

23
Q

What can you track with VM resource metering

A

CPU Utilization
Min/max/avg memory utilization
Disk space utilization
Incoming/Outgoing network traffic

24
Q

How do you enable resource metering?

A

On the specific VM you wish to monitor:

Enable-VMResourceMetering -VMName VMName