CHAPTER 1.3 Flashcards

1
Q

Before Virtualization

A
  • Runs single OS per machine at a time
  • Software is dependent on hardware
  • May have conflicts when multiple applications run
    on the same machine
  • Underutilizes resources
  • Is inflexible and expensive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

After Virtualization

A
  • Runs multiple OS per physical machine
    concurrently
  • Makes OS and applications hardware independent
  • Isolates VM from each other, thus no conflict
  • Improves resource utilization
  • Offers flexible infrastructure at low cost
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Server Virtualization

A

Virtualization refers to the creation of a virtual resource such
as a server, desktop, operating system, file, storage or
network.

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

Server Virtualization

A

The hypervisor layer runs directly on the system hardware.

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

Server Virtualization

A

Allows multiple OS to run on a physical server simultaneously

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

Benefits of Virtualization

A

Establish or expand a private cloud environment.
* Increase hardware utilization.
* Improve business continuity.
* Establish a centralized desktop strategy.
* Increase efficiency in development and test activities.

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

The following are top server virtualization product

A

Amazon Web Services - Elastic Compute Cloud (EC2)
* Vmware – Vsphere
* Microsoft - Hyper-V
Red Hat - Enterprise Virtualization (RHEV)

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

Server Virtualization Features

A

Automation of virtual machine provisioning
* Ability to centrally control and optimize the virtual
machine environment
* Ability to backup running virtual machines without
interrupting service

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

Type I Virtualization (native or bare metal)

A

Hypervisor layer interacts directly with the computer’s physical hardware for better
performance.
* No host operating system required
* Individual virtual machines have their own OS and accesses hardware through the
hypervisor
* Parent partition creates and manages the child partitions

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

examples of Type 1 virtualization

A

VMWare ESXi, Zen & Hyper-V (bare metal)

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

Type II Virtualization (Hosted)

A

Requires a Host operating system
* A virtual hardware environment is created for each VM with OS installed.
* The host OS shares access to the computer’s processor with the hypervisor
* Does not provide the same performance as separate physical computers

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

examples of type II virtualization

A

VMWare Workstation, Parallel Desktop and Linux KVM

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

Hyper-v

A

Hyper-V is Microsoft implementation of server virtualization

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

Hyper-v

A

It allows running of multiple operating systems on a physical
server simultaneously.
* Gives virtual machine guests direct access to the host’s
hardware

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

Possible integration services:

A

Operating system shutdown
* Time synchronization
* Data exchange
(file interoperability)

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

Dynamically
expanding

A

The disk starts with a small size and expands on
demand.
* It can grow to the maximum size.

17
Q

Fixed size

A

The size of the VHD file is fixed to the size when
created.
* Faster than a dynamically expanding disk
* Disk uses up the maximum defined space
immediately

18
Q

Differencing

A

Disk is linked to another disk (Parent disk)
* Disks include only the differences from parent disk.
* Can save disk space.
* Suitable for multiple virtual machines with similar OS.

19
Q

Physical (or
pass through
disk)

A

The virtual machine receives direct access to the
physical disk for exclusive use.
* Provides the highest performance of all disk types
* The drive is not available for other guest systems.

20
Q

Private switch

A

Enable communication between
virtual machines on the same host

21
Q

internal switch

A

Enable communication between
* VMs on the same host
* VMs to host computer

22
Q

External switch

A

VM communicates via physical
network adapter
* Allows communication to external
servers

23
Q

Check Points (Snapshots)

A

A Hyper-V checkpoint is an encapsulation of a running
VM’s state, data, and hardware configuration.