Security Architecture Flashcards
Type 1 Hypervisor
Known as bare metal or native hypervisor, it runs directly on the host hardware and functions similarly to an operating system.
VMWare ESXi
Type 2 Hypervisor
Operates within a standard operating system, such as windows, mac, or linux
Virtualization
Technology that allows for the emulation of servers.
Containerization
Lightweight alternative to full machine virtualization.
Docker, Kubernetes.
Serverless
A model where the responsibility of managing servers, databases, and some application logic is shifted away from developers.
Microservices
A software architecture where large applications are broken down into smaller and independent services.
SDN Data Plane
AKA the forwarding place that is responsible for handling packets and making decisions based on protocols.
SDN Control Plane
The brain of the network decides where traffic is sent and is centralized in SDN.
SDN Application Plane
The plane where all network applications interacting with the SDN controller reside.
Infrastructure as Code (IaC)
A method in which IT infrastructures are defined in code files that can be versioned, tested, and audited.
Industrial Control Systems (ICS)
Control systems used to monitor and control industrial Processes ranging from simple systems to complex systems.
Sypervisory Control and Data Acquisition (SCADA)
A type of ICS used to monitor and control geographically dispersed industrial processes.
Water treatment and distribution systems, oil and gas pipeline monitoring and control systems.
Real-Time Operating System (RTOS)
Ensures data processing in real-time and is crucial for time-sensitive applications.