3.1 Flashcards

Learn about architectural considerations • Explore cloud computing • Define Infrastructure as Code, serverless technologies, containers, and microservices • Examine network infrastructures including centralized vs. decentralized design • Discover virtualization • Learn basics of ICS and SCADA • Define the Internet of Things

1
Q

Containers

A

a discrete environment within an
operating system (or a serverless architecture) where one or more applications can run and that is
typically assigned all the resources and dependencies needed to function

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

Containers commonly used for?

A

processes and workflows in which there are important requirements for security, reliability, and scalability
* All cloud providers offer managed container development, automation, and orchestration
services
* Containers can be server-based or serverless (AWS Fargate)

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

4 components of cloud deployment

A

public
private
community
hybrid

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

public cloud

A

The organization runs
an initiative (DevOps,
DB) entirely at the
cloud service provider
(CSP) or has public
customers for its
deployed resources
(web, E-commerce)

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

private cloud

A

A cloud scenario that
supports a single
organization and its
internal customers
either in the CSP or
on-premises

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

community cloud

A

A consortium that
uses a cloud
environment for a
particular use case
(i.e., gaming
community,
metaverse, financial,
healthcare, etc.)

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

hybrid cloud

A

A combination of the
other three options or
an edge computing
environment – often
bursting up during
peak seasons

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

Software-defined networking (SDN)

A

a framework
intended to make a network more flexible and easier to manage, especially with disparate hardware and graphical overlays

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

how does SDN centralize management?

A

by abstracting the control plane from the data forwarding function in the different networking devices

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

SDN characteristics

A
  • Directly programmable
  • Agile
  • Centrally managed
  • Programmatically configured
  • Open standards-based and vendor-neutral
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

management plane

A

orchestrates network intelligence by monitoring network traffic

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

Control plane

A

Serves at the the networks brain. Makes high-level decisions about traffic, routing, network, policies, and resource allocation, based on a set of rules by administrators. 

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

Data plane

A

Consist of network devices, such as switches, routers, and access points. Responsible for forwarding data package based on the instructions received from the control plane. SDN separates the control and data plan, allowing for programmable and dynamic control over networks behavior 

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

Virtualization

A

the process of running a virtual instance of a computer system in a layer abstracted from the underlying hardware server

often refers to running multiple operating systems on a computer system simultaneously

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

hypervisors

A

These are the virtual machine manager system and
software that run one or more virtual machines

It controls the interaction between the VMs and the
underlying hardware

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

type 1- bare metal or native

A
  • Runs directly on the underlying hardware
  • XenServer, KVM, Hyper-V, ESXi
17
Q

Type II – hosted

A
  • Runs on the OS installed on the hardware
  • Oracle VirtualBox 6, VMWare Player/Workstation
18
Q

Supervisory Control and Data Acquisition (SCADA)

A

represent the software used to collect and send data to throughout facility systems and
to cloud services

  • Programmable logic controllers (PLCs) and other
    embedded systems are common hardware components
  • Systems that are not air-gapped introduce various
    threats
19
Q

Industrial control system (ICS)

A

a combined term that represents varied forms of control systems and
related instrumentation, which include the devices, systems, networks, and controls used to operate and/or automate industrial and mechanical
processes

  • Each ICS typically functions differently and is built to
    electronically manage tasks efficiently
  • Modern devices and protocols used in an ICS are
    used in nearly every industrial sector and critical
    infrastructure