Deck 2 Flashcards
(75 cards)
Cloud deployment model that alleviates the responsibility for management of the infrastructure since they are by definition hosted by a public cloud provider such as AWS, Azure, or Google Cloud. This model utilizes shared infrastructure & offers the same spare demand on a pay-as-you-need-it basis.
Private Cloud
Public Cloud
Community Cloud
Hybrid
Public Cloud
Cloud deployment model where sometimes its referred to as a data center - it resides on a company’s own infrastructure, typically firewall protected and physically secured. This cloud deployment model utilizes an organization’s own infrastructure. An organization with this cloud model still has to build and maintain all kinds of servers to meet spikes in demand across various divisions or functions.
Private Cloud
Community Cloud
Public Cloud
Hybrid
Private Cloud
This cloud deployment model is a multitenant platform that is accessible only for a specific subset of customers/allows several companies work on the same platform, given that they have similar needs and concerns.. This cloud model is for people with similar needs.
Private Cloud
Public Cloud
Community Cloud
Hybrid Cloud
Community Cloud
This cloud model refers to a mixed computing, storage, and services environment made up of a variety of cloud deployment models —that include things such as Amazon Web Services (AWS) or Microsoft Azure—with orchestration among the various platforms.
Private Cloud
Public Cloud
Community Cloud
Hybrid Cloud
Hybrid Cloud
____ is like a system restore. It gives you a restoration point.
Backup
Snapshot
Image
Snapshot
This scaling technique where you add more power (CPU, RAM) to an existing machine. “Makes a machine Bigger”
Horizontal Scaling
Vertical Scaling
Vertical scaling
This scaling technique where you add more machines into your pool of resources. This technique makes another one and/or creates new resources
Vertical Scaling
Horizontal Scaling
Horizontal Scaling
a program used to run and manage one or more virtual machines on a computer.
Hypervisor
Container
Docker
Hypervisor
What type of hypervisor is native, runs on bare metal/runs directly on the host’s hardware to control the hardware and to manage guest operating systems.
Type 1
Type 2
Type 1
What type of hypervisor runs on top of an operating system
Type 1
Type 2
Type 2
A CPU feature that allows two or more instruction threads to execute independently while sharing the same process resources. Splits an app over multiple CPU cores. Dividing up work for simultaneous processing. Instead of giving a large workload to a single core, threaded programs split the work into multiple software threads. These threads are processed in parallel by different CPU cores to save time. Executes multiple threads in a single process simultaneously.
Multithreading
VCPU
Threading
Multithreading
A process by which a CPU divides up its physical cores into virtual cores that are treated as if they are actually physical cores by the operating system. This type of threading allows multiple threads to run on each core, this means more work can be done in parallel. In this process, a single physical processor converts into two virtual processors while
Multithreading
Hyperthreading
vCPU
Hyperthreading
A computer processor that renders graphics on a virtual machine’s host server rather than on a physical endpoint device.
GPU
CPU
VGPU
VGPU (Virtual graphics processing unit)
A technology that allows the Linux kernel to directly present an internal PCI GPU to a virtual machine. The device acts as if it were directly driven by the VM, and the VM detects the PCI device as if it were physically connected.
Pass through GPU’s
GPU
CPU
Term that means to bring everything into one
Hypervisor
Hyperconverged
MultiProcessing
____refers to a geographically distributed group of network of proxy servers and their datacenters that work together to provide fast delivery of Internet content. The goal is to provide high availability and performance by distributing the service spatially relative to end users.
NGFW
CDN
DoH
CDN (Content Delivery Network)
RDP is what port
123
53
3389
3389
A network virtualization technology that attempts to alleviate the scalability problems associates with large cloud computing deployments. It is a network virtualization method that uses encapsulation and tunneling to provide subnets with large numbers of virtual LANs. This gives the virtual network to transport multiple payload types.
VXLAN
GENEVE
NVGRE
NVGRE
The maximum amount of downtime your business can tolerate without incurring a significant financial loss.
RPO
RTO
MTF
RTO
____ Refers to the point in time in the past to which you will recover. Describes a period of time in which an enterprises operations must be restored following a disruptive event.
RTP
RPO
MTTF
RPO
____ is a computer data storage architecture that manages data as objects, as opposed to other storage architectures like file systems which manages data as a file hierarchy, and block storage which manages data as blocks within sectors and tracks.
DB Storage
Object Storage
File Storage
Object Storage
Which of the following service models would be used for a database in the cloud?
PaaS
CaaS
SaaS
SaaS
A Chief information Security Officer needs to locate all of the assets with identified deviations and mitigation measures. Which of the following would help the CISO with these requirements?
An SLA Document
ADR Plan
SOC procedures
SOC procedures
A systems administrator is deploying a VM and would like to minimize storage utilization by ensuring
the VM uses only the storage if needs. Which of the following will BEST achieve this goal?
A. Compression
B. Deduplication
C. RAID
D. Thin provisioning
D. Thin provisioning