ISTC2150 - Virtualization, Storage, and Cloud Technologies Chapter 1 Study Guide

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:34 PM on 8/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

What component of virtualization controls all physical memory, and thus has the ability

to make any unused memory pages in each guest available for other virtual machines or

the host computer?

The hypervisor

2
New cards

What virtualization technology makes it possible to avoid overhead associated with

software-managed shadow page tables?

Second Level Address Translation (SLAT)

3
New cards

Which of the following does an operating system installed in a guest virtual machine do?

interacts with hardware through the hypervisor

4
New cards

What hypervisor uses a special guest called Domain 0 that loads along with the

hypervisor and is used to directly access the hardware?

Xen

5
New cards

An ISO image file uses what format to store a disc's contents in a single file on a

computer?

ISO 9660

6
New cards

What type of cloud computing service provides hardware infrastructure along with

necessary operating system software for running client applications?

Platform as a Service

7
New cards

What is the most commonly used form of a Storage Area Network

An iSCSI network

8
New cards

What feature, supported by VMWare, allows the live migration of a running VM from one

host to another?

vMotion

9
New cards

You are working in a VMware vSphere based environment, and have been asked to

create a parent virtual machine that can be shared amongst many users. One of the

requirements of this desired setup is that individual user changes must be kept separate.

What is the best implementation based on the requirements given?

The parent virtual machine should be configured to make use of linked clones.

10
New cards

What is the purpose of the NX/XD CPU feature present in most modern Intel and AMD

processors?

The feature adds a layer of security by marking areas of memory as non-executable.

11
New cards

What is the purpose of a shadow page table when a hypervisor is used?

It tracks the memory pages allocated by each guest VM.

12
New cards

Your work environment consists of a large number of Mac OS X based devices. The

developers in your network have requested virtualization software be installed for their

use. What product should you use?

VMware Fusion

13
New cards

What is the oldest version of Windows Server to support the use of Microsoft's Hyper-V?

Windows Server 2008

14
New cards

Why are type-1 hypervisors more efficient than type-2 hypervisors?

A type-1 hypervisor accesses the physical hardware directly.

15
New cards

When a Xen based guest VM makes a request for a hardware resource, such as reading

from a disk, where is the request sent to?

It is sent to the Domain 0 guest.

16
New cards

What statement regarding the use of Hyper-V is accurate?

Hyper-V requires a 64-bit processor with hardware virtualization support.

17
New cards

When using the VMware Horizon software, where do client desktop operating systems

run?

They run on a VMware vSphere ESXi host.

18
New cards

The VDI disk file format is native to what virtualization platform?

Oracle VirtualBox

19
New cards

What statement regarding virtual disk types is accurate?

A dynamic disk does not immediately allocate the configured size of the disk.

20
New cards

You have been tasked with creating a virtual machine that will require access to the

Internet, but should be prevented from sending and receiving packets directly from the

physical network. What network mode should be used?

shared (NAT) mode

21
New cards

You have been tasked with creating a virtual machine that will be providing hosted

services on the physical network, and possibly the Internet. What network mode should

be used?

bridged mode

22
New cards

What format enables a virtual machine to be moved between virtualization platforms,

and is often used for deploying virtual appliances?

Open Virtualization Format (OVF)

23
New cards

What is NOT a product designed specifically for the virtualization of applications within a

VDI environment?

VMware Fusion

24
New cards

You are employed by a cloud service provider that offers virtual machine services along

with virtual switches, storage, firewalls, and other virtual devices. What type of cloud

environment does your employer sell?

Infrastructure as a Service

25
New cards

What open standard was developed as a result of collaboration between NASA and

Rackspace?

OpenStack