Virtualization Flashcards

1
Q

A cloud provider that essentially acts as an organization’s virtual data center and allows movement of servers, routers, firewalls, and switches to the cloud would be described as -

A

IaaS - Infrastructure as a Service

A cloud model that allows organizations to move their entire infrastructure to the cloud - items such as routers, switches, firewalls, and servers.

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

SaaS - Software as a service

A

describes any software that doesn’t need to be installed locally on a device and can be accessed anywhere there is an Internet connection.

Examples of SaaS providers include Google Apps® and Dropbox®.

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

A program that is accessible via a web browser on any device while you have an internet connection would be described as what type of service?

A

software as a service (SaaS)

describes any software that doesn’t need to be installed locally on a device and can be accessed anywhere there is an Internet connection.

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

A software developer who just wants to write code and doesn’t want to set up or manage networks herself would need what kind of cloud provider?

A

PaaS (platform as a service)

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
5
Q

paas (platform as a service)

A

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
6
Q

public cloud

A

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.

Dropbox is an app that is accessible to anyone over the internet, for example.

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

private cloud

A

the most expensive of the cloud implementation options, they are also the most secure. If an organization has high security concerns, and can afford a private cloud, it is the best option

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

hybrid cloud

A

combines public, community, and private clouds to meet unique requirements.

Ex. A company can’t afford all of their data to be put in a private cloud, but needs the sensitive data private.

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

rapid elasticity

A

term used to describe the flexibility of virtualization, which includes allowing users to add and remove resources to servers as they need them. On-demand self-service, on the other hand, deals with the ability for a user to set up any cloud resource in general without needing any human interaction (e.g. having to ask someone on the IT team to set up a server for you).

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

resource pooling

A

concept of combining multiple physical server resources into one bucket or pool, which can then be used as needed for virtual servers.

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

metered service

A

Companies with metered service will bill their clients based on specific measurements. These measurements could be based on a number of different factors, including web traffic (bandwidth), CPU usage, or database usage. The expansion and shrinking of resources based on demand is an example of rapid elasticity.

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

When creating a virtual machine (VM), which two resources are considered the most?

A

RAM and CPU

A virtual machine will be limited to the hardware capabilities of the computer it is hosted on. The CPU and RAM capacities of the host machine will directly affect the capabilities of the virtual machines it hosts.

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

synchronization

A

anytime you make a change in one place, the document is automatically updated to the newest version in all places

helps ensure the documents stay updated no matter what device is accessing the files

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

client side virtualization

A

the process of using a client desktop or endpoint to host multiple other virtual machines. These other virtual machines commonly have different operating systems along with their own set of specific applications.

Desktop virtualization would refer to delivering a desktop experience in real-time over the network to an end-user.

Server virtualization would refer to using a virtualized server to service many client endpoints or requests.

Network function virtualization refers to separating a network role or service from the hardware it would typically run on.

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

emulator

A

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
16
Q

virtual machine (VM)

A

configuring one machine to open up another operating system through the same machine, for ex. practicing using Linux on a VM while the computer itself is Windows 10.

useful because they allow for the use of multiple desktops without the need to purchase expensive hardware for every single machine. One use for a virtual desktop is the need for multiple operating systems.

17
Q

hypervisor

A

handles all interactions during virtualization and makes it possible to run multiple guest operating systems at one time. Hypervisors are needed for full virtualization.

VMware ESXi® and Microsoft Hyper-V® are examples of hypervisors

18
Q

internal networking

A

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

For ex. An engineer is creating a virtual machine to use as a lab computer. He wants to ensure that the virtual machine only has access to other virtual machine lab computers that he specifies and not to the production network or the Internet.

19
Q

NAT mode

A

option in a virtual machine allows the virtual machine to make outbound connections only.

20
Q

bridged mode

A

VM is able to communicate directly through the network to which the physical machine is connected.

21
Q

community cloud

A

A cloud that is used and shared by multiple organizations is called a community cloud.

22
Q

virtual application streaming

A

Having the ability to access your applications from anywhere you login has become a necessity for most enterprise environments. Virtual application streaming allows this to be possible by hosting the applications on a server, and only providing these applications in an on-demand fashion when you need to interact with them. A popular example of this in the real world is using Microsoft’s App-V Server.

23
Q

sandbox

A

temporary, isolated virtual environment that can be used for testing or quarantining. A sandbox creates a safe environment separated virtually from the host machine to eliminate the potential contamination of the host machine. Data in the sandbox is only in the sandbox and does not save to the host. When the sandbox is terminated, all data associated with the sandbox is also removed.

24
Q

When you’re thinking about running a VM (virtual machine) on your computer, what does your computer need to accomodate this?

A
  • plenty of RAM available.
  • hard drive space.

If your physical machine doesn’t have a lot of RAM, then you will not be able to provide enough RAM for your virtual machine to run smoothly.