Midterm Flashcards

1
Q

Type of Hypervisors

A

Software that abstracts hardware resources from VM

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

A hypervisor…

A

manages all of the interactions between VM and hardware resources

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

Type 1 Hypervisor

A

Runs directly on hardware

  • More secure and more available
  • Offers better performance to the guests it supports
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Type 2 Hypervisor

A

Runs on top of an OS

  • Leverages the OS drivers
  • Often used for desktop development and testing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

VMware ESXi

A

First commercially available hypervisor (1998) for the x86 platform

  • Currently market leader in user share and maturity of offerings
  • Architecture not tied to an OS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Xen

A

Began Cambridge University research project

  • Currently exists as an open source project and the core has been used by a number of vendors including Citrix & Oracle
  • Dom0 is primarily based on Linux
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Microsoft Hyper V

A

Released 2008, but virtualization was available through Virtual Server 2005
- Similar architecture to Xen

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

Virtual machines vs Virtual appliances

A

VA is a pre-configured virtual machine image, ready to run on a hypervisor

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

VA is…

A

not complete VM platform, but rather a software image containing a software stack desgined to run on VM

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

VM is…

A

emulation of a particular computer system

- operate based on pc architecture and functions of a real pc

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

Clones, snapshots, copies and templates

VM composed of…

A

configuration files that describe virtual hardware (.vmx)

- disk files that contain data (.vmdk)

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

Sysprep is..

A

Windows specific utility that can be used to automate customization of cloned VM (NOT ideal)

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

Full Clones are..

A

replicas of original VM and require same storage space

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

Linked Clones uses…

A

original VM for reference and any changes are kept in a delta disk
- requires less space than FC though cause performance issues

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

VM Templates are..

A

models of VM that can be cloned

  • VM that cant be powered on(read only state)
  • configured to be ‘golden images-a validated and approved combo of OS with patches, corporate, approved utilities
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Snapshots..

A

capture entire machine state at a moment in time

  • allows user to make changes to the VM and then undo them by reverting to snapshot
  • not used as backup solution due to potential performance issues
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Snapshot files

A

.vmsd - contains relevant info about snapshot
- .vmem - contains memory state of VM
- .vmsn - VM snapshot file store the state of the VM at time of snapshot
- .vmdk - child disk files termed sparse disks
Each child (snapshot) disk is designated with a snapshot iteration number

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

Snapshots lock original VM disk and…

A

create child a disk where changed blocks are written.

- when user reverts to snapshot, child disk is erased and changes start again

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

Multiple snapshots can…

A

be taken creating sophisticated branches of development

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

Deleting snapshots removes…

A

the child disk with changes allowing original disk to be written once again

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

Virtual Switch vs Virtual network adaptors

Hypervisors can manage virtual internal networks with…

A

virtual switches-no connection to a NIC or any physical communication port

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

VMs connect to virtual switches that are tied to…

A

physical NICs

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

In Xen, virtual switches are handled by…

A

Dom0 instead of hypervisor

- hypervisor doesnt manage network I/O

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

Network attached storage uses…

A

virtual switches and physical NICs

- should be isolated from user traffic with separate virtual/physical network paths

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Configuration options | VM Network option
Edit>Virtual Network Editor Bridged Connection - tied to the VMnet0 virtual adaptor NAT connection - tied to the VMnet8 virtual adaptor Host-only connection - tied to VMnet1 virtual adaptor
26
Bridged Network Connection
Each VM has unique IP address that is recognized and reachable from outside host
27
Hypervisor manages..
the traffic through virtual switches
28
If installed the hypervisor on a host with multiple NICs, you may...
want to select a specific one | - use pull down menu to select specific NIC
29
Bridged Network Connection | Virtual Network adaptor is not created so...
Perform ipconfig on host - no VMnet0 it is protocol stack that is bound to the physical adaptor
30
Go to host. Right click on NIC then properties...
See VMware Bridge Protocol
31
Network Address Translation
Each VM has unique IP but is not reachable from outside the host - host translates the address for use on outside network and routes responses to correct VM
32
How long has virtualization been around?
First commercially available hypervisor (1998) for the x86 platform VMware ESXi - first commercial x86 hypervisor developed by VMware in 2001
33
Advantages of using virtualization
to achieve competitive advantages and save money (1970s) | - Proprietary solutions were expensive and inflexible
34
Virtualization provides..
large ROIs by removing cost from infrastructure
35
Hypervisors allow multiple virtual servers to run on a single host, which means...
fewer servers are used and resources are consumed more efficiently
36
Moore's Law | Processing power doubles...
roughly every eighteen months - coined around processing power - today, applies to many technologies
37
Guest vs Host | Host system would be the..
primary and first installed OS, if you are using bare metal Virtualization platform like hyper-V or ESX, there really isnt a host OS besides the Hypervisor
38
Type-2 hypervisor like VMware Server..
host OS is whatever OS those applications are installed into
39
Guest System is a..
Virtual guest or VM that is installed under the host OS. | - guests are the VMs that you run in your virtualization platform
40
Host & guest
Parent & child
41
pCPU vs vCPU | Central Processing Unit uses..
instruction set plus data to perform calculations
42
pCPU physical CPU
Virtualizing a CPU is actually the hypervisor scheduling slices of time on pCPU
43
vCPU virtual CPU = 1 physical core though vCPUs arent mapped to..
pCPUs
44
When planning for resources vCPUs can...
be roughly mapped to a single core
45
If VM is configured with 4 vCPUs and host has 4 pCPUs, all 4 of the 4 pCPUs need..
to be idle for the VM's work to be scheduled
46
vCPUs can be adjusted by specifying...
#cores - vCPUs can be hot-added with some OS Different platforms support different amounts of vCPUs in VM
47
When sizing virtualization host, since single pCPU is not 100% busy...
one pCPU can service multiple vCPUs
48
In a 4 processor quad core system at 1:1
16 vCPUs can be configured
49
VM with multiple vCPUs needs to schedult time..
on multiple pCPUs
50
vCPUs might hinder performance on factors like...
physical resources and CPU contention
51
Best practice is to configure 1 vCPU to new VM..
and increase if needed rather than start higher
52
Hyperthreading is an..
Intel technology that provides better CPU utilization
53
Hyperthreading provides up to..
an additional 30% of performance per CPU, though it appears to double the amount of CPUs
54
2 prerequisites of hyperthreading
OS must support multiple processors | - OS must support hyperthreading
55
OVF vs OVA | Open Virtualization Format
Vendor neutral industry standard - cross vendor and cross platform - used for export and import of VM
56
Open Virtual Appliance/Application
can bundle multiple VMs into one package
57
Good idea to use NAT when first creating VM since...
It gives time to install anti-virus software and configure security should you change to bridged networking
58
Host-only network creates an internal only network. It is invisible to systems on...
the physical network - IP is visible by other VMs on internal network - allows you to create private subnet - Built in DHCP server
59
Lan segments is a private network..
that is shared by other VMs | - a LAN segment can be useful for multitier testing
60
P2V creates VM using existing..
physical servers as their templates
61
Hot cloning creates VM while source workload is..
active-no application interruption is necessary
62
Cold cloning requires application to be inactive
possibly rate of data change is too rapid for P2V to ever complete