Security Architecture 2 Flashcards

1
Q

What is physical isolation?

A
  • Phisically isolating parts of the system from each other
  • Air Gar: Between two routers or switches
  • No mixing of data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is SDN?

A

Software defined Networking
* Approach that uses software based controller or APIs to direct traffic on network and communicate with underlying hardware structure

Planes of Operation

Infrastructure layer / Data plane
* frames and packets
* forwarding, trunking, encrypting, NAT

Control layer / Control Plane
* Manages actions of data plane
* Routing tables, session tables
* Dynamic routing protocol updates

Application layer / management plane
* Configure and manage device
* SSH
* Browser API

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

What is on-premises security?

A

All Data and System is managed within and from the Organization

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

Pros and Cons of Centralized approach

A

Pro
* Correlated alerts
* Consolidated log file analysis
* Comprehensive system status and maintanance/patching

Contra
* Single point of failure
* Potential performance issues

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

Explain Virtualization

A
  • Different OS running on the same Hardware

Infrastructure
Physical device such as data center or server
Hypervisor
Software managing resources between VM´s
Guest OS
Seperate for every machine
Applications
Are on top of every OS

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

What is Containerization

A

Way of packing, distributing and running code or application in a consistent environment

Container
* Encapsulates application alongside with dependencies and runtime environment

Dockers
* Platform to manage containers

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

What is SCADA / ICS

A

Supervisory Control and Acquition system

  • Large-scale mutiside industrial control system
  • PC manages all equitment
  • Extensive segmentation

Used for
* Power generation
* Refining
* Energy
* Logistics

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

What is RTOS?

A

Real Time operating system

  • Manages tasks strictly on priority level
  • Used for military environments
  • Industrial Equitment
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are Embedded Systems

A

Pourpose build systems - build for one specific function such as:

  • Traffic light controllers
  • Digital watches
  • Medical systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What means resilience and MTTR

A
  • How quickly can we recover a system

MTTR
Mean time to recover

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

What is Ease of deployment?

A

Many moving parts of application to be taken into consideration
* Web servers
* Data Base
* Caching server
* Firewall

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