CNIT 242 Exam #2

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/159

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

160 Terms

1
New cards

Virtualization

running multiple systems simultaneously on one physical computer

2
New cards

System Virtualization

The process of emulating hardware so it can

be made available to multiple logical systems

3
New cards

True or False: Each system is independent of all others

True

4
New cards

A single computer (virtual server) appears as WHAT TYPE of computers to multiple client or guest

operating systems?

independent

5
New cards

Traditional vs virtualized

-Traditionally, hardware is dedicated to OS, on which applications run

-Virtualization software emulates hardware,

which guest OSes use as if real

6
New cards

When did virtualization start? and why?

Started by IBM in the 1960s to

partition large mainframe-based systems

7
New cards

When did virtualization stop? and why?

Abandoned in the 1980s - 90s. Due to inexpensive x86 servers and the popularity of

client/server applications

8
New cards

When did virtualization pick back up? and why?

Virtualization support for x86 systems was

started in 1998 by VMware to address server bloat.

9
New cards

Client Based (Hosted) Architecture

The virtualization layer is installed on top of an existing Operating System as an application

10
New cards

Client Based (Hosted) Architecture typically allows the best support for what host hardware?

Sound cards, USB ports, etc.

11
New cards

Another name for Client Based (Hosted) Architecture is...

Workstation virtualization

12
New cards

Which architecture if more efficient...Client Based(Hosted) Architecture or Bare-Metal(Hypervisor) Architecture?

Bare-Metal(Hypervisor) Architecture

13
New cards

True or False: Separate Operating System are required for Bare-Metal (Hypervisor) Architecture

False, No separate Operating System is necessary

14
New cards

Bare-Metal (Hypervisor) Architecture

Virtualization layer that is installed directly on the hardware

15
New cards

Virtual Machine(VM)

Each environment available for O/S installation

16
New cards

Guest Operating System

The operating system installed in a VM

17
New cards

Host Operating System

In a hosted architecture, the O/S in which the

virtualization software runs

18
New cards

Hypervisor

The software that provides the virtualization layer in a bare-metal architecture

19
New cards

Virtualization Advantages

-Flexibility

-Increased reliability

-Provides a consistent hardware interface regardless of the underlying physical

hardware

-Increased capacity and scalability

-Lower infrastructure costs

-Reduced energy costs

20
New cards

Virtualization Disadvantages

- Single point of failure

-Complicates hardware maintenance

-Harder to keep track of software and OSes

21
New cards

System Virtualization Components

-Full Virtualization

-Paravirtualization (aka - OS Assist)

-Hardware Assisted

-Memory Virtualization

-Device and I/O Virtualization

22
New cards

Full Virtualization

-Uses binary translation to execute instructions

that are non-virtualizable

-Offers the best isolation and most security

between VMs but is very complex

23
New cards

Paravirtualization (aka - OS Assist)

Uses a modified guest OS to remove

non-virtualizable instructions

24
New cards

hardware-assisted virtualization (HAV)

Hypervisor traps non-virtualizable instructions

and re-issues them to hardware in root mode,

which is a function of CPU enhancements

25
New cards

Memory Virtualization

Uses virtual to physical mappings maintained by the hypervisor

26
New cards

Device and I/O Virtualization

-Involves managing the routing of I/O requests between virtual devices and the shared physical hardware

-Biggest performance hit in system virtualization

27
New cards

System Virtualization Futures

-Virtualization will continue to be a key

technology through the foreseeable future

-Future development will likely

28
New cards

Client Based Virtualization Software

-Windows

-Macintosh

-Linux

29
New cards

Hypervisor Virtualization Software

-VMware vSphere

-Microsoft HyperV

-Xen

30
New cards

Why VMware?

Market leader, the most robust product offering, and Extensible.

31
New cards

Vmware Vsphere

a suite of software/services

32
New cards

What is in VMware Vsphere?

-Hypervisor (ESX, ESXi)

-vCenter Server

-VMotion and Storage Vmotion

-VMware DRS (Distributed Resource Scheduler)

-VMware HA (High Availability) and FT (Fault Tolerance)

33
New cards

Hypervisor (ESX, ESXi)

Strategic direction is ESXi

34
New cards

vCenter Server

Management of machines and servers

35
New cards

VMotion and Storage Vmotion

The ability to move running VMs between servers

36
New cards

VMware DRS (Distributed Resource Scheduler)

Allocates resources across VMs on an as-needed and real-time basis

37
New cards

VMware HA (High Availability) and FT (Fault Tolerance)

Automatic failover protection for VMs during server failures

38
New cards

VMware ESX Server includes

"Service Console"

39
New cards

Service Console is...

Extension to the Linux kernel that includes

functionality for script execution, 3rd-party hardware smonitoring and low-level backup

40
New cards

VMware ESXi Server has the same functionality as...

ESX Server

41
New cards

VMware ESXi Server uses a special VM for...

console functionality

42
New cards

VMware ESXi Server can be...

embedded or installable

43
New cards

Embedded

is loaded in firmware - no installation

required

44
New cards

Installable

can run from a USB stick or can network

boot

45
New cards

VMKernel

the underlying O/S, is a scaled down Linux kernel that utilizes an in-memory file system

46
New cards

Multiple APIs allow for...

communication and management at

the VMKernel level

47
New cards

Vmware ESXi Server can...

run diskless.

48
New cards

VMware ESXi have access to...

ESXi interface accomplished via VMware vSphere Client

49
New cards

ESXi servers directly

to manage VMs on that server

50
New cards

HTTP can be used to...

access vCenter but with reduced functionality

51
New cards

The client also provides access to server-specific

configurations such as...

- Storage configuration

- Timekeeping

- Users / Groups

52
New cards

Virtual switches are used to...

allow multiple logical systems to access a single shared NIC

53
New cards

Each Virtual Networking has one or more...

physical Network Interface Cards (NIC)

54
New cards

Each Network Interface Cards has...

an IP Address and a MAC Address

55
New cards

Each NIC connects to...

a virtual switch

56
New cards

Each NIC act like...

physical switches

57
New cards

Each NIC allows connectivity between...

the Physical NIC, Virtual Machines, and the hyper-visor itself

58
New cards

Virtual Switches (vSwitches) are segregated into...

port groups

59
New cards

Each port group can have a separate

802.1Q VLAN

60
New cards

Each VLAN

allows multiple segments to be trunked onto a single connection.

61
New cards

Types of virtual machine port groups:

-Kernel port groups

-Virtual Machine port groups

62
New cards

Kernel port groups are used by... and needed for...

-Used by the hyper-visor itself

- Needed for management, vMotion, SAN storage, etc.

63
New cards

Virtual Machine port groups are used by...

- Used by virtual machines for connectivity

64
New cards

A vSwitch can have

multiple pnics

65
New cards

Teamed to a single switch

for increased bandwidth

66
New cards

Connected to different switches for

fail-over and multi-path

connectivity

67
New cards

A vSwitch may have zero pnics because

Not needed for VM to VM connectivity within the

server

68
New cards

Recommended Network Architecture

Users connect to VMs on a separate network than that used for storage. A third, dedicated network is used for management

69
New cards

Typical configurations when creating a VM

- Name and Inventory location

- Datastore on which to store

- Disk

- #NICS

- VM version (10 requires web interface)

- SCSI controller, node type, i.e. SCSI(0:0)

- ISO images to CD/DVD

70
New cards

In the hard drive, you can dynamically increase...

a virtual disk's size

71
New cards

In the hard drive, you can inflate...

a thin-provisioned disk

72
New cards

In the hard drive, thick provisioned can be migrated...

to thin provisioned

73
New cards

Identity source:

A repository for users and groups that vCenter Single Sign-On can use for

user authentication

74
New cards

What needs to happen to block devices before they can store data?

They need to be partitioned.

75
New cards

Examples of block devices:

- Magnetic hard disk

- Solid State Drives

a.) Flash, SSD

- Optical Drives

a.)CD, DVD, Blu-Ray

- RAID arrays

a.)Hardware

b.) Software

- Storage Area Networks

a.) Fibre Channel, iSCSI, AON

76
New cards

Disks may be numbered starting with what number(s)

0 or 1, depending on the system.

77
New cards

Each platter is referenced by

top and bottom sides or heads

78
New cards

tracks

The data is stored on concentric circles on the

surfaces

79
New cards

cylinder

Identically numbered tracks on all platter

surfaces make up a hollow

80
New cards

sectors

a continuous linear stream of magnetized bits occupying a curved section of a track.

81
New cards

What are the smallest physical storage units on a

disk?

Sectors

82
New cards

Sector management

function of the file system

83
New cards

A block device (single drive or RAID array) represents

a series of blocks and clusters that store data directly

84
New cards

These blocks and clusters must be partitioned into logical sections before...

being used

85
New cards

File systems formats are used...

to hold variable length files

86
New cards

Record/Page/Block systems are used...

hold fixed length data

87
New cards

File system

hierarchy of files and their respective directories.

88
New cards

Partition

collection of consecutive sectors in a volume

89
New cards

Volume

collection of addressable sectors that an operating system or application can use for data storage

90
New cards

True or False: A physical disk contains volumes, which

contain partitions, which are formatted to create

file systems

True

91
New cards

Simple dynamic volumes

Uses free space from a single disk

92
New cards

Spanned dynamic volumes

Uses free space sequentially across multiple disks

93
New cards

Striped dynamic volumes

Uses free space that is interleaved through multiple disks

94
New cards

Mirrored

Uses free space on one disks that is duplicated on a second disk

95
New cards

RAID-5

Uses free space across three or more disks and uses one for parity for fault tolerance

96
New cards

Primary partitions

the default method of creating space in a

volume (basic or dynamic)

97
New cards

Primary file system partition

a partition whose entry is in the MBR and the partition contains a file system or other structured data

98
New cards

Primary extended partition

a partition whose entry is in the MBR, and the partition contains additional partitions

99
New cards

System Partition

• Contains OS files and files needed for booting

• This partition will be bootable and active

100
New cards

Swap Partition

• Can be used to house the swap file

• Reduces / eliminates fragmentation to the swap file