Virtualization and Cloud Computing Flashcards

1
Q

Summarize the private cloud model.

A

Where an org. builds and manages its own cloud infrastructure within its internal data center. Resources are not shared outside the org. Offers greater control over data, security, and compliance, but has significant upfront and ongoing maintenance costs.

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

Summarize the public cloud model.

A

Provides cloud services over the internet through a third party (AWS, Azure, Google Cloud). Servers and storage are shared among multiple users and organizations. The cloud provider owns and manages the hardware, offering easy scalability and usage-metered costs.

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

Summarize the hybrid cloud model.

A

Combines public and private clouds. Sensitive data can be securely kept in the private cloud, while less sensitive data can leverage the scalability and metered usage of the public cloud. Lets an org. use its existing infrastructure and security while still utilizing the public cloud.

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

Summarize the community cloud model.

A

Several organizations share a private cloud. Every org. helps pay, and they benefit from a more robust infrastructure than one alone could afford.

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

Summarize the IaaS model.

A

The cloud provider manages the hardware, but the user is responsible for installing the OS and apps and managing the data. Gives control over VMs, storage, or networks without having to invest in the hardware.

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

Summarize the PaaS model.

A

The cloud provider offers an environment to support the building and delivering of web-based apps. They provide the hardware, as well as the OS, and some underlying programs necessary for apps to function.

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

Summarize the SaaS model.

A

The cloud provider delivers ready-to-use apps over the internet on a subscription basis. The user just uses the software, while the provider manages the hardware, OS, app updates, and security.

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

Summarize the cloud characteristic of shared resources.

A

The pooling of computing resources to serve multiple consumers. Storage, processing power, and network bandwidth are dynamically assigned according to user demand, maximizing resource utilization and efficiency, lowering costs for users.

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

Summarize the cloud characteristic of metered utilization.

A

Cloud users are billed based on the amount of resources consumed. Users pay for what they use, whether it’s hours computed, storage space, or data transfer volumes.

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

Summarize the cloud characteristic of rapid elasticity.

A

The ability to quickly scale resource usage as demand fluctuates. Resources are provisioned and released automatically, giving the illusion of unlimited resources. Apps get to have the resources they need when they need them, but can be reduced when not needed, reducing costs.

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

Summarize the cloud characteristic of high availability.

A

The cloud ensures that services and apps are continuously operational with minimal downtime. Crucial for critical apps that require constant accessibility and reliability.

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

Summarize the cloud characteristic of file synchronization.

A

The cloud ensures that files and data are consistently updated and accessible across multiple devices. When changes are made on one, it updates to the others.

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

Summarize VDI.

A

Hosts desktop environments on a centralized server that are accessed over a network. Allows for centralized management, improved security, and flexibility for users.

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

Summarize VDI on premises.

A

Hosting the VDI infrastructure in the org.’s own data center. Maintains control over hardware, storage, and network resources, but requires upfront costs and ongoing maintenance.

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

Summarize VDI in the cloud.

A

Also called DaaS, a cloud service provider delivers virtual desktops. Users can access their desktop anywhere they have internet, and the org. saves money and can easily scale.

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

What is a metered connection?

A

A connection where users are charged based on the amount of resources they consumed.

17
Q

What is an unmetered connection?

A

A connection where users pay a fixed fee to utilize resources without measuring or limiting data usage.

18
Q

What is an internal cloud?

A

Another name for a private cloud.

19
Q

What is an external cloud?

A

Another name for a public cloud.

20
Q

What is Desktop as a Service?

A

Another name for VDI in the cloud.

21
Q

Summarize the purpose of a VM in a sandbox.

A

The VM provides an isolated testing environment where developers can run, test, and debug code without affecting production systems or networks. Allows experimentation without causing harm. Snapshots allow quick rollback to previous states.

22
Q

Summarize the purpose of a VM in test development.

A

The VM offers a controlled environment that mirrors the production system. Allows developers to integrate all components of an application and verify functionality. Allows the production system to stay up while tests are being done.

23
Q

Summarize the purpose of a VM in application virtualization.

A

The VM allows apps to run in an isolated environment independent from the host OS. Allows one system to run apps that require different OS versions or configs.

24
Q

Summarize the purpose of a VM in legacy software/OS virtualization.

A

The VM allows legacy software to run in a virtual old OS. The legacy software can be run on a machine that still has the most up to date OS security updates.

25
Q

Summarize the purpose of a VM in cross platform virtualization.

A

The VM allows the user to operate in multiple OS environments without having to reboot, allowing a user to benefit from the unique aspects of each OS. Eliminates the need for multiple devices or dual-boot setups.

26
Q

Summarize the resource requirements of client-side virtualization.

A

A CPU with virtualization support (Intel VT or AMD-V).

Adequate RAM beyond the host OS requirements.

Sufficient storage to accommodate the disk images of each guest OS.

Network capabilities configurable per VM.

27
Q

Summarize the security requirements of client-side virtualization.

A

Hypervisor security, protecting against VM escape, where malware affects multiple VMs through the hypervisor.

Guest OS security, each one needs the traditional security measures as if it were the host OS.

Rogue VMs, only use VMs you created, not ones downloaded from sketchy sources.

Updates, keep the hypervisor and the guest OSs updated.

28
Q

Summarize virtualization.

A

Allows a single physical computer to run multiple OSs in their own isolated environment called a Virtual Machine. Each VM acts as if it has its own resources, but is actually sharing.

29
Q

What is a hypervisor?

A

Also called a Virtual Machine Manager (VMM), it creates, runs, and manages VMs. It manages the allocation of resources like CPU, memory, storage, and networking to each VM.

30
Q

What are the network requirements for virtualization?

A

Configurable networking, each VM can be set up with specific network settings. Such as:

Shared NAT, VMs share the host’s IP using NAT.

Bridged Network Address, VMs obtain their own IP addresses on the physical network.

Private Address, isolated within a virtual network without external communication.