Security Architecture: HA and Site Considerations Flashcards

1
Q

How can you ensure High Availability?

A

Load Balancing
Clustering
Site Consideration

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

What are the key factors in Load balancing?

A

Load balancing: Evenly distributes incoming network traffic or computational tasks across multiple servers to:

Help prevent any single server from becoming overwhelmed.

Minimize the risk of downtime due to server failures or congestion.

AWS can offer a Horizontal approach to scalability (cloud) and used for HA.

Netflix servers live only for 24 hours then a new one replaces it this is for two things:

Security

HA

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

What are the key factors of clustering?

A

Clustering: Groups multiple interconnected servers or nodes together, enabling them to work collaboratively. This ensures that if one node fails, another can seamlessly take over its tasks, minimizing service disruptions and maintaining continuous operations.

Expensive and Sophisticated but it offers:

Security

High Availability

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

What are some of the sit considerations?

A

Site considerations:

Hot site: Ready for immediate cut-over from the main solution or infrastructure and that requires no time to ready for production.

Warm site: Requires a relatively small amount of time to be ready for production, as contrasted with a hot site.

Cold site: Requires considerable time and effort to have the site ready for production.

Geographic dispersion: When you’re choosing sites for high availability, you should consider choosing redundant sites that are geographically dispersed. - Cloud option

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

What is RTO?

A

RTO – How long does it take to get the network back up

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

what is RPO?

A

RPO – Where will you be in time of failure? Did you end up losing data during that failure upon bringing the network on site.

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

How many 9’s can it provide?

A

If you’re up 99.999% of the time how much are you down of the year you will be down less than a second per day.

This would be terrible in cloud environment which boast about 99.99999%

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