Enterprise Security and Resiliency Flashcards

1
Q

What is configuration management?

A

The process of maintaining systems in a desired, consistent state. Document a baseline of a known good configuration.

Document configurations and attempts to prevent drifts

Several elements: Diagrams / Naming conventions / Baseline configs / IP address scheme

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

What are the states of data?

A

Data in transit: data traversing a networking, protecting by segmentation, cryptography, hashing

Data at rest: data on nonvolatile storage, encryption.

Data in use: data in processing or non-persistent storage. OS security is important

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

What is Data loss Prevention (DLP)?

A

A solution made up of many different applications, processes, procedures, technologies that work together to prevent sensitive data from leaving the network out notice.

DLP scan data and classify them to see what data is actually sensitive.

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

What is a SSL/TLS inspection?

A

This is a security risk since of the encryption, we cannot inspect the payload.

This allows us to decrypt the traffic, inspect it and re-encrypted.

You are created your own on path “man in the middle” communication.

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

What are the stages of alternate sites?

A

Hot Site - Fully equipped backup location ready in hours
People are the only thing missing to start up your business. Expensive

Cold Site - Space and utilities but no hardware
You have the space but nothing else. It is cheaper.

Warm Site - some hardware, but not ready to go.
You have a few things ready to go.

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

Why is a load balancer beneficial for network redundancy?

A

Accepts incoming traffic and then distributes it to any backend system that is connected.

Should have multiple LBs to avoid a SPOF (single point of failure)

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

Why is multiple gateways beneficial for network redundancy?

A

2 or more gateway for all entry and exit points for your LAN.

Protocols:
HSRP
VRRP

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

Why is multiple ISP beneficial for network redundancy?

A

You have multiple entry and exit points just in case there is an issue with one of them.

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

Why is multiple path beneficial for network redundancy?

A

You avoid a single point of failure - SPOF

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

Why is multiple NIC beneficial for network redundancy?

A

You can potentially load balance (NIC teaming) the traffic to and from servers and you protect yourself from a SPOF on the servers and losing connectivity.

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

What is RAID?

A

Redundant array of independent disk?

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

What is Raid 0 used for?

A

to increase performance but offers no protection to data if drive is lost

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

What is Raid 1 and Raid 5 used for?

A

to improve data redundancy.

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

Explain incremental backup?

A

Backups up only the files that have been modified since last full back up or last incremental back up.

Quick to make, slow to restore since you have to do a restore of the full back up and each other incremental back afterward.

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

Explain Differential backup ?

A

It backups up all the changes since last full back up.

Slower to make, quicker to restore.

You will need to have the full back and recent differential back up.

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

Explain a snapshot backup?

A

Backs up the entire state of system including the contents of memory.

16
Q

Why is important of doing system diversity?

A

Multiple vendors reduces the risk of a single issue resulting in widespread CIA problems.

You will need to do a balancing act since more vendors require personnel that are trained.