Virtualization and Cloud Computing Flashcards

1
Q

Occasionally, users may opt to run Windows® and Linux® on the same system.This can be accomplished by setting up a virtual machine on Windows® loaded to run Linux®. This has the advantage of allowing the user to simultaneously run both operating systems. Setting up a dual boot system is another option. What advantage does running a dual boot system have over running virtual machines?

A

Using a dual boot option allows 100% of the system resources to the operating system.

Explanation:
When setting up a dual boot system using Windows® and Linux®, you should always load Windows® first then Linux®. This allows Linux® to manage the boot sequence. The Linux® boot manager works better than Windows® boot manager.

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

What is the feature found in cloud computing that allows users to automatically request additional storage space?

A

rapid elasticity

Explanation:
Rapid elasticity is the term for a service that allows users to automatically request additional storage space in the cloud.

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

What is the feature found in cloud computing where the provider measures the service for billing, planning, and managing resources?

A

measured service

Explanation:
Be aware of the five principles of cloud services as defined by the National Institute of Standards and Technologies: Public/Private/Hybrid Access, Rapid Elasticity, On Demand, Resource Pooling, and Measured Service.

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

Which cloud technology model allows you to use software hosted in the cloud without hosting any of the software on-premise?

A

Software-as-a-Service (SaaS)

Explanation:
SaaS is a popular model that allows software to be hosted in some central location, off-premise. All you need is an Internet connection to access the software, as needed.

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

Which cloud model allows organizations to move their entire infrastructure to the cloud?

A

IaaS

Explanation:
IaaS (Infrastructure-as-a-Service) is a cloud model that allows organizations to move their entire infrastructure to the cloud. Infrastructure includes items such as routers, switches, firewalls, and servers.

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

Which cloud model would allow a developer to build, create, and manage their applications without having to worry about the infrastructure?

A

PaaS

Explanation:
PaaS (Platform-as-a-Service) companies provide platforms for software developers to build, create, and maintain their applications. The PaaS provider handles everything on the back-end including setup and maintenance of servers and networking equipment.

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

What makes it possible for users to access their cloud-hosted files on multiple devices (laptop, tablet, desktop) and pick up right where they left off on the previous device?

A

synchronization apps

Explanation:
Many cloud file storage services use synchronization apps that allow users to access the same version of files on multiple devices.

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

What term is used to describe the process of configuring a virtual machine on a local desktop?

A

client-side virtualization

Explanation:
Client-side virtualization is the process of configuring a virtual machine on a local desktop.

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

What is required for full virtualization because it handles all interactions during virtualization, making it possible for multiple guest operating systems to run at one time?

A

hypervisor

Explanation:
Hypervisors handle all interactions during virtualization and make it possible to run multiple guest operating systems at one time. Hypervisors are needed for full virtualization.

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

To get a virtual machine to communicate directly through the network to which the physical machine is connected, which networking mode would you use?

A

bridged mode

Explanation:
In bridged mode, the VM is able to communicate directly through the network to which the physical machine is connected.

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

When cost is not a concern, but security is the number one priority, which type of cloud implementation should be used?

A

private cloud

Explanation:
A private cloud is a cloud implementation that is owned solely by one organization. Private clouds are the most expensive to implement, but also the most secure.

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

A cloud-based application that is available to anyone over the open Internet is known as which type of cloud implementation?

A

public cloud

Explanation:
Public cloud refers to anything that is delivered across the open Internet. When someone uses the term the cloud, they are often referring to the public cloud.

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

What is used to replicate or mimic the behavior of another device, such as playing a Nintendo® game on a computer?

A

emulator

Explanation:
An emulator is used to replicate or mimic the behavior of another device (such as a computer mimicking a Super Nintendo® device).

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

Which type of virtual networking would you use if you wanted to ensure that a virtual machine only had access to other specified virtual machines and not the rest of the network or the Internet?

A

internal networking

Explanation:
The internal networking function allows a VM to communicate with other VMs that you specify, but not access the Internet or any other computers on your network.

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

An engineer would like to configure his virtual machine to make outbound connections only. Which networking mode should this engineer use for the virtual machine?

A

NAT mode

Explanation:
The NAT mode option in a virtual machine allows the virtual machine to make outbound connections only.

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

What cloud concept is measured in terms of nines?

A

availability

Explanation:
Cloud characteristics include high availability, which is measured in nines, or the amount of uptime the provider offers. “Five nines” means 99.999%.

17
Q

Where can a VDI be hosted?

A

in the cloud or on premise

Explanation:
A VDI or virtual desktop infrastructure can be run either locally on premise or remotely through the cloud.

18
Q

What is a temporary, isolated virtual environment that can be used for testing or quarantining?

A

sandbox

Explanation:
A sandbox is a safe environment that can be set up on a virtual machine. The sandbox isolates the environment from the host machine and does not have access to or save data to the host, protecting the host.

19
Q

What is it called when an operating system is run virtually on another operating system?

A

cross-platform virtualization

Explanation:
Cross-platform virtualization occurs when a separate operating system is run virtually on a different operating system, such as running a Linux OS on a Windows machine.

20
Q

What is the division of the resources of a provider among the clients of the provider?

A

resource pooling

Explanation:
Resource pooling or shared resources allows for multiple clients of a provider to share resources with multiple virtual machines. It can occur either internally or externally.