individual presentations Flashcards
Hypervisor
A hypervisor is a software or firmware layer that enables the virtualization of physical hardware
IaaS (Infrastructure as a Service)
IaaS provides virtualized computing resources over the internet. It offers virtualized computing resources, such as virtual machines, storage, and networking, on a pay-per-use basis.
PaaS (Platform as a Service)
PaaS provides a platform allowing customers to develop, run, and manage applications without dealing with the underlying infrastructure. It typically includes tools for building, testing, and deploying applications.
SaaS (Software as a Service)
SaaS delivers software applications over the internet on a subscription basis. Users access the software through a web browser without needing to install or maintain it locally.
Container
A container is a lightweight, portable, and self-sufficient package that contains everything needed to run a piece of software, including code, runtime, system tools, libraries, and settings
Compute
Compute refers to the processing power needed to perform tasks in a computing environment. It includes CPU, memory, and other resources required to execute applications and processes.
Storage
Storage refers to the resources used to store and manage data in a computing environment. It includes various types of storage devices, such as hard disk drives (HDDs), solid-state drives (SSDs), and cloud storage services.
Management Plane
The management plane is the component of a network or system responsible for controlling and managing its operation. It typically includes tools and interfaces for configuration, monitoring, and troubleshooting.
DevOps (Development and Operations)
DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) to shorten the systems development life cycle and provide continuous delivery of high-quality software.
DevSecOps (Development, Security, and Operations)
DevSecOps extends DevOps principles to include security practices throughout the software development life cycle. It emphasizes integrating security into every stage of development and operations processes.
Software Defined Network (SDN)
network management that enables dynamic and programmatically efficient network configuration to improve network performance and monitoring in a manner more akin to cloud computing than to traditional network management
Microsegmentation
Microsegmentation is a network security technique that divides network traffic into smaller, isolated segments or zones, enabling organizations to enforce granular security policies and contain lateral movement of threats within the network.
Immutable Workloads
Immutable workloads refer to computing instances or containers that are deployed in a state that cannot be changed or modified after deployment. Any updates or changes require the creation of a new instance or container rather than modifying the existing one
Business Continuity
Business continuity (BC) refers to the processes, strategies, and plans organizations put in place to ensure that essential business functions can continue during and after a disruptive event, such as natural disasters, cyber attacks, or technology failures.
Disaster Recovery
Disaster recovery (DR) refers to the process of restoring and recovering IT systems, data, and infrastructure after a disruptive event, such as natural disasters, cyber attacks, or equipment failures, to minimize downtime and restore normal operations.