Virtualization and Cloud Computing Chapter 15 Flashcards

1
Q

Define Virtualization

A

Process of running software (hypervisor) on a host computer to create a virtual machine (VM) that models (Virtualizes) the hardware you would find on a physical computer. Also, pattern that involves replacing existing components with software (virtual) versions that are roughly the same to any programs/devices/users that interact with them.

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

Define Virtual Machine (VM)

A

A virtual computer access through a class of programs, called a HyperVisor or virtual machine monitor. Runs inside your actual operating system, essentially enabling you to run two or more OS at once.

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

Define Hypervisor

A

In virtualization a layer of programming that creates, supports and manages a virtual machine. Also known as as Virtual Machine Monitor (VMM)

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

Define Cloud Computing

A

The cloud is like a cafeteria of computer and networking resources that are managed by someone else and enhanced by layers of powerful services and software. Act of using these resources and services.

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

Define Software as a Service (SaaS)

A

Cloud service model that provides centrialzed applications access over a network.

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

Define Platform as a service (PaaS)

A

Cloud service that provides complete deployment management system with all the tools need to administer and maintain a web application.

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

Define Infrastructure as a Service (IaaS)

A

Cloud service model that provides on demand access to infrastructure such as server switches and routers at rates based on resource use. Large scale global IaaS providers use virtualization to minimize idle hardware, protect against data loss, downtime, and respond to spikes on demand.

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

Define Public Cloud

A

Software platforms and infrastructure delivered through networks that the general public can use.

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

Define Private Clound

A

Software platforms and infrastructure that an organization owns and operates for internal use

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

Define Community Cloud

A

A private cloud paid for and used by more then one organization, with similar goals and needs (such as medical providers who all need to comply with the same patient privacy laws)

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

Define Hybrid cloud

A

A cognomination of public and private cloud resources connected to achieve some target result, there is no clear line that defines how much of a hybrid cloud infrastructure is private or public.

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

Define Infrastructure as code (IaC)

A

An automation philosophy that defines the infrastructure (servers and network components) an application or service requires in configuration files or scripts well enough that it is easy to create identical copies of needed infrastructure.

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

Define Virtual Switch

A

Software that performs layer2 switching within a hypervisor, it enables vmachines to communicate with each other without going outside of the host.

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

Define Distributed switching

A

The centralized installation, configuration, and handling of every switch in a virtual network

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

Define Virtual Router

A

A router that is implemented in software within a virtual machine. The scalability of a virtual machine makes it easy to add capacity to a router as needed. Virtual routers are easily managed and are highly scalable without the requiring the purchase of additional network hardware.

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

Define Desktop as a Service (DaaS)

A

Cloud computing service that enables a user or organization to virtualize user workstations and mange them as flexibly as other cloud resources.

17
Q

Define Private Direct Connection

A

Links between an organizations network and a cloud provider the traffic for a private direct connection never goes over the public internet, but rather over a private line between an organizations data center and a cloud provider.