Lessons 10-14 Flashcards
(181 cards)
CENTRALIZED COMPUTING
All processing and data storage are managed and controlled by the central server or mainframe rather than on individual devices.
CLIENT-SERVER
is a network architecture where a server provides resources or services, and a client accesses and uses those resources or services.
INDUSTRIAL CONTROL SYSTEMS ICS
Are networked devices and software used to monitor and control industrial processes, such as manufacturing, power generation, and water treatment.
Supervisory control and data acquisition (SCADA)
is a specialized ICS system that is designed for monitoring and controlling large-scale industrial processes.
CLOUD COMPUTING
Is the delivery of computing services other than the internet (the cloud) that scale to business needs.
MICROSERVICES
Is composed of small independent services that communicate with each other over a network, enabling greater scalability and flexibility.
Resilience
if there are failures how well can we recover
Provisioning
the process of setting up and configuring resources, services, or devices so they are ready for use.
SOFTWARE AS A SERVICE SaaS
a cloud computing service where software applications are delivered over the internet on a subscription basis. Users can access these applications via a web browser without needing to install or maintain the software themselves. Examples include Gmail, Microsoft Office 365, and Salesforce.
PLATFORM AS A SERVICE PaaS
is a cloud computing service that provides a platform allowing customers to develop, run, and manage applications without dealing with the underlying infrastructure.
INFRASTRUCTURE AS A SERVICE IaaS
is a cloud computing service that provides virtualized computing resources over the internet. This includes virtual machines, storage, and networking, allowing users to rent and manage the infrastructure they need for their applications, without having to invest in and maintain physical hardware.
ANYTHING AS A SERVICE XaaS
Represents the growing type of services available over the internet via cloud computing as opposed to being provided locally, or on-premises.
CSP
cloud service provider
Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform (GCP). These providers host and manage the infrastructure and platforms, allowing users to access and use them on a pay-as-you-go basis.
Public cloud
Provisioned for public use. Considerations include- location, multi-tenancy
Private cloud
Provisioned for the exclusive use of a single organization. Considerations-scalability
Community cloud
Provisioned for the exclusive use by a well-defined group. Considerations- multi-tenancy
CLOUD BURSTING
Is the on-demand and temporary use of the public cloud when demand exceeds resources available in the private cloud or on-premises infrastructure.
Physical layer
Consists of data centers with thousands of servers, storage devices, and networking equipment.
Abstract Layer
Includes the EC2 instances (virtual machines), S3 storage (abstracted storage service), and VPC (virtual private cloud for networking).
CLOUD SECURITY GROUPS
are a feature used in cloud computing environments to control inbound and outbound traffic to and from virtual machines (VMs) or other cloud resources.
CLOUD CONTAINER
Containers offer a logical packaging mechanism in which applications can be abstracted from the environment in which they run
Containers can virtualize CPU, memory, storage, network resources at the OS-level (lightweight)
region
set of connected data centers deployed within a defined perimeter
Availiability zone
zone is made up of one or more data centers equipped with independent power, cooling and networking
instance
is a virtual server created and managed on a cloud platform. Instances provide computing power and can run applications just like physical servers but with the flexibility and scalability of the cloud.