Server Admin I Unit 3 Hyper V Flashcards

1
Q

Hyper-V (2)

A
  1. Microsoft Virtualization Software introduced in Win Server 2008.
  2. Best practice: install Hyper V as only role on server, create other roles using VMs within Hyper-V
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Hyper-V Hardware Requirements (3)

A
  1. 64 bit processor with virtualization support
  2. BIOS that supports virtualization hardware.
  3. Hardware-enforced Data Execution Prevention(DEP)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Hyper-V New/Updated Features (6)

A
  1. Dynamically Expanding Memory
  2. Smart Paging
  3. Resource metering
  4. Resource control.
  5. Integration Services
  6. Enhanced Session Mode
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Dynamically Expanding Memory (3)

A
  1. Allows to specify a range of memory than can be used for each VM.
  2. Indicate VMs to which extra memory can be allocated
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Dynamically Expanding Memory

Startup RAM

A

memory required to start the virtual machine

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

Dynamically Expanding Memory

Minimum RAM

A

min. amount of memory to be assigned to VM

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

Dynamically Expanding Memory

Maximum RAM

A

Max amount of memory available to VM

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

Dynamically Expanding Memory

Memory Buffer

A

Memory assigned to VM compared to the amt of memory needed by the apps and services running in the VM.

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

Dynamically Expanding Memory

Memory Weight

A

Distribution of memory among virtual machines.

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

Smart Paging (2)

A

Allows VM to restart when there is not enough available memory.
Smart page is deleted as soon as VM is started

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

Resource Metering (3)

A
  1. Allows tracking of VM stats.
  2. Enabled using Enable-VMResourceMetering
  3. Measure-VM : cmdlet monitors usage on VM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Get-VM

A

Powershell cmdlet that retrieves information about a VM

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

Resource Control (3)

A
  1. Allows analysis of VMs usage of host resources.
  2. % of total system resources, measured by how many processors are assigned to computer
  3. Relative weight to determine how CPU resources are distributed between VMs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Integration Services

A

Drivers that enable guest OS to interact with host and host hardware.

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

Operating System Shutdown

A

Integration service that allows for “gracefull” shut down of VM when host reboots.

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

Time Synchronization

A

Integration service that allows VM to set its time based on host time.

17
Q

Data Exchange

A

Integration Service that allows host and VM to exchange management information.

18
Q

Heartbeat

A

Integration Service that sends a signal from VM to host to determine if VM is still functional.

19
Q

Backup (2)

A
  1. Integration Service that enables online backups of Hyper V VM.
  2. Referred to as Volume Snapshot
20
Q

Enhanced Session Mode

A

Server 2012 R2 allows redirection of local resources to a VM session.

21
Q

Generation 2 VM Supported Features (5)

A
  1. PXE boot using a standard network adapter.
  2. Boot from a SCSI virtual hard disk.
  3. Boot from a SCSI virtual DVD.
  4. Secure Boot.
  5. UEFI firmware support.
22
Q

Generation 2 VM Non-Supported Features (5)

A
  1. RemoteFX
  2. Attached physical CD or DVD drive.
  3. Attached virtual hard disk in VHD format
  4. Boot from VHDx file converted from a VHD file.
  5. Setup mode for Secure Boot.
23
Q

Generation 1 VM / Generation 2 VM (3)

A
  1. Classifications given to VMs in Server 2012 R2.
  2. Gen 1 = Legacy | Gen 2= Current.
  3. Generation is set at VM creation and cannot be changed.