Chapter 4 Virtualization and Cloud Concepts Flashcards

1
Q

In a cloud environment, what is elasticity?

A

Elasticity allows you to increase and decrease cloud resources as you need them.

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

In which cloud environment would you install the software and then have to update the patches?

A

Infrastructure as a Service (IaaS) requires you to install the operating systems and patch the machines. The CSP provides bare-metal computers.

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

What cloud model would you not be allowed to migrate to?

A

SaaS is a custom application written by a vendor, and you cannot migrate to it.

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

What is the major benefit of using a public cloud?

A

The major benefit of a public cloud is that there is no capital expenditure.

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

What is a cloud single-tenant model?

A

A private cloud is a single-tenant setup in which you either own the hardware or the CSP puts you on hardware that’s isolated from its other customers.

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

What is a cloud multi-tenant model?

A

A public cloud is multi-tenant.

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

Describe how a community cloud operates

A

With a community cloud, people from the same industry (such as a group of lawyers) design and share the cost of a bespoke application and its hosting, making it cost-effective.

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

Who is responsible for the disaster recovery of hardware in a cloud environment?

A

The CSP is responsible for hardware failure.

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

What is a Cloud Access Security Broker (CASB)?

A

The CASB enforces security, updates clients, and ensures that the policies between the on-premises situation and the cloud are enforced.

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

What model is it if you own the premises and the entire IT infrastructure resides there?

A

On-premises means you own the building and work solely from there.

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

What is a hybrid cloud model?

A

A hybrid cloud is where a company is using a mixture of on-premises and the cloud.

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

What type of cloud service deals with identity management?

A

Security as a Service (SECaaS) provides secure identity management.

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

Where will a diskless virtual host access its storage?

A

A diskless virtual host will get its disk space from an SAN

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

If you have a virtual switch that resides on a SAN, what connector will you use for a VLAN?

A

A VLAN on a SAN will use an iSCSI connector.

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

What type of disks does a SAN use?

A

An SAN will use fast disks, such as SSDs

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

What is the machine that holds several VMs called?

A

A host (Hypervisor) holds a number of virtual machines; it needs fast disks, memory, and CPU cores.

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

What is a guest, and what can you use as a rollback option?

A

A guest is a virtual machine-for example, a Windows 10 virtual machine. A snapshot can be used to roll back to a previous configuration.

18
Q

In a virtual environment, what is sandboxing?

A

Sandboxing is a cybersecurity practice in which you isolate an application for patching or testing or because it is dangerous.

19
Q

Which is faster for data recovery: a snapshot or a backup tape?

A

A snapshot is faster at recovering than any other backup solution. You can restore a snapshot in seconds.

20
Q

What is a Type 1 hypervisor?

A

A Type 1 hypervisor is a bare-metal hypervisor. Some examples are Hyper-V, ESX, and Xen

21
Q

What is a Type 2 hypervisor?

A

A Type 2 hypervisor is a hypervisor that sits on top of an operating system, for example, VirtualBox, which could be installed on a Windows 10 desktop.

22
Q

Why does HVAC produce availability for a data center?

A

HVAC keeps the servers cool by importing cold air and exporting hot air. If a server’s CPU overheats, it will cause the server to crash

23
Q

What do you call the cloud model where people from the same industry share resources and the cost of the cloud model?

A

A community cloud is where people from the same industry share resources.

24
Q

What is an example of cloud storage for a personal user?

A

Cloud storage for personal users could be iCloud, Google Drive, Microsoft OneDrive, or Dropbox.

25
Q

Explain the functionality of fog computing.

A

Fog computing is an intermediary between the device and the cloud. It allows the data to be processed closer to the device. It reduces latency and cost.

26
Q

What is edge computing?

A

Edge computing allows data storage to be closer to the sensors rather than miles away in a data center.

27
Q

What are containers?

A

A container allows the isolation of the applications and their files and libraries so that the application is independent. Docker is a good example.

28
Q

What is infrastructure as code?

A

Infrastructure as code allows you to automate your infrastructure-for example, using PowerShell DSC.

29
Q

Describe services integration.

A

This is the combination of business and IT functions into a single business solution.

30
Q

What are cloud resource policies?

A

These are policies that state the actions and access levels someone has in relation to a particular resource.

31
Q

What is system sprawl, and what is a way to prevent it?

A

This is where a virtual machine or host has run out of resources. The best way to avoid this is to use thin provisioning.

32
Q

What is the best way to protect against VM escape?

A

n VM escape, an attacker will use a vulnerable virtual machine to attack the host of another virtual machine. The best protection against this attack is to ensure that the hypervisor and all virtual machines are fully patched.

33
Q

What is a cloud region, and how can it provide redundancy?

A

A cloud region consists of multiple physical locations called zones; data can be spread across multiple zones for redundancy.

34
Q

What is secret management, and what encryption levels protect the secret management key?

A

Secrets management uses a vault to store keys, passwords, tokens, and SSH keys used for privileged accounts. It uses RSA 2048-bit keys to protect the secret management access key.

35
Q

Explain the main difference between LRS and ZRS. Which one is the cheapest?

A

LRS replicates three copies of your data to a single physical location. This is the cheapest option. ZRS is where three copies of the data are replicated to three separate zones within your region.

36
Q

Why would a VPC use private and public subnets?

A

They would be used as a form of network segmentation.

37
Q

What type of resources would be held on a public subnet?

A

Resources that need access to the internet, for example, company web servers. A NAT gateway and an internet gateway would also be on these subnets.

38
Q

What type of resources would be held on a private subnet?

A

Resources that should not have direct internet access, such as database servers, domain controllers, and email servers.

39
Q

How would someone connect to a VPC?

A

A VPN connection using L2TP/IPSec should be used to connect to a VPC.

40
Q

Where should a default route be pointing for a device within a private subnet, and what is its purpose?

A

The default route of 0.0.0.0 should be pointing to either the NAT gateway or the internet gateway. When network traffic does not know where to go, it will be sent to the default route as a last resort.

41
Q

Why might a third-party cloud solution be better than a cloud-native solution?

A

The third-party tools will offer more flexibility.