Enterprise Security and Resiliency Flashcards
What is configuration management?
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
What are the states of data?
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
What is Data loss Prevention (DLP)?
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.
What is a SSL/TLS inspection?
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.
What are the stages of alternate sites?
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.
Why is a load balancer beneficial for network redundancy?
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)
Why is multiple gateways beneficial for network redundancy?
2 or more gateway for all entry and exit points for your LAN.
Protocols:
HSRP
VRRP
Why is multiple ISP beneficial for network redundancy?
You have multiple entry and exit points just in case there is an issue with one of them.
Why is multiple path beneficial for network redundancy?
You avoid a single point of failure - SPOF
Why is multiple NIC beneficial for network redundancy?
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.
What is RAID?
Redundant array of independent disk?
What is Raid 0 used for?
to increase performance but offers no protection to data if drive is lost
What is Raid 1 and Raid 5 used for?
to improve data redundancy.
Explain incremental backup?
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.
Explain Differential backup ?
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.