Cloud and Virtualization Flashcards

1
Q

What are some benefits of implementing cloud and virtualization?

A

It requires less energy, less equipment, less space, and can help with data recovery.

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

What is a public cloud?

A

A cloud that provides services to the general public.

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

What is a private cloud?

A

A cloud that provides services to specific entities or companies such as the government.

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

What is a hybrid cloud?

A

A hybrid cloud is a cloud that consists of two or more clouds. The degrees of access vary per user

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

What is a community cloud?

A

A community cloud is specifically customized for a certain community, such as the Heathcare community. The customization is what differentiates it from a public cloud.

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

What are some different cloud services?

A
  1. SaaS (Software as a Service)
  2. PaaS (Platform as a Service)
  3. IaaS (Infrastructure as a Service)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is SaaS?

A

Software as a Service. Software as a Service is access to software on a subscription basis. An example is Netflix.

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

What is PaaS?

A

Platform as a Service. Platform as a Service provides a platform for developing, running, and managing applications without the complexity of building and maintaining the underlying infrastructure. An example is Heroku.

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

What is IaaS?

A

Infrastructure as a Service. Infrastructure as a Service is a cloud computing model where essential computing resources, such as virtual machines, storage, and networks, are provided as a service over the internet. An example is IBM Cloud’s Virtual Servers.

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

What is virtualization?

A

Virtualization is the ability to abstract or separate the operating system from the physical hardware

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

What is a hypervisor?

A

A hypervisor is a program, firmware, or hardware that adds an abstraction layer on top of the physical hardware.

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

What are the two hypervisors used in virtualization?

A

Type 1 Hypervisor a.k.a. Bare Metal
Type 2 Hypervisor a.k.a. Hosted

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

What is a type 1 “Bare Metal” hypervisor?

A

A type 1 “Bare Metal” hypervisor is a virtualization software that runs directly on the physical hardware (bare metal) of a server without the need for an underlying operating system

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

What is a type 2 “Hosted” hypervisor?

A

A type 2 “Hosted” hypervisor is a virtualization software that runs on top of the existing operating system

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

What uses all the RAM, processing power, and hard drive space devoted to one service?

A

A dedicated server

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

What are three main benefits of virtualization?

A
  1. Less equipment is required
  2. Less energy is consumed
  3. Less physical space is required
17
Q

Where are bare metal (type 1) hypervisors usually found?

A
  1. Enterprise Servers
  2. Data Center Networking Devices
18
Q

What is a big advantage of a hosted (type 2) hypervisor?

A

Management console software is not required

19
Q

Where are hosted (type 2) hypervisors usually found?

A

In environments with a small number of servers