3.2 Flashcards

1
Q

Whats Fault tolerance used for?

A

To maintain uptime in the case of failure.

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

how do we implement fault tolerance?

A

By using redundant hardware components(multiple devices, load balancing power supplies).

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

Whats load balancing?

A

It’s sharing the service load across components(some servers are active and some are on standby and will activate when something goes wrong).

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

Whats clustering used for?

A

If any individual server fails, the other servers will still provide that function in a cluster of servers.

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

How does high availability help?

A

It’s configuration thats always on and always available for devices to never go down during a redundancy(if a firewall goes out, we replace it, HA helps during the time firewall is being replaced.) and ususally cost more.

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

What does a load balancer do?

A

it is always checking on the health of the servers and if one fails, the passive server takes its place.

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

Whats NIC teaming?

A

(also called Load Balancing/Fail Over: LBFO).
This provides not only aggregation of bandwidth because you’re using multiple network connections, but you would also have redundant paths. So if one path disappears, you still have a way to communicate out of that server.

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

How does a NIC teaming work?

A

Even though it looks like a single adapter, it’s multiple network adapters integrated with switches (For redundancy). NCIs talk to each other and if one doesnt respond, the rest will work instead.

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

What is port aggregation?

A

combining (aggregating) multiple network connections in parallel in order to increase throughput beyond what a single connection could sustain, and to provide redundancy in case one of the links should fail.

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

Whats UPS?

A

(Uninterruptible Power Supply) It’s a short-term backup power for blackouts, brownouts and surges.

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

What are the different kinds of UPS?

A
  1. Offline/Standby UPS
  2. Line-interactive UPS
  3. On-line/Double-conversion UPS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are some of the features of UPS?

A

Auto-shutdown, additional battery capacity, outlets, phone line suppression.

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

Whats a generator?

A

It’s a long-term power backup (but it requires fuel storage since it’s an engine.

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

When do we use the generator and battery backup?

A

If the power is out, the generator takes some time to start, during this time we can used the battery UPS until generator is ready).

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

Whats a Dual-power supply used for?

A

For redundancy (If a server supports redundant power supplies)

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

What are the features of dual-power supply?

A
  1. Each power supply can handle 100% of the load

2. The power suppliers are hot-swappable (replace a faulty power supply without powering down).

17
Q

Whats cold site?

A
  1. No hardware(empty building)
  2. no data(bring it with you)
  3. no people available(Bus in your team)
18
Q

Whats warm site?

A
  1. somewhere hot and cold(just enough to get going)
  2. Big room with rack space (You bring the hardware)
  3. Hardware is ready and waiting(you bring the software and data)
19
Q

Whats hot site?

A
  1. An exact replica(Duplicate everything)
  2. Stocked with hardware(constantly updated, you buy 2 of everything, am expensive recovery)
  3. Applications and software are constantly updated
  4. Flip a switch and everything moves
20
Q

What are the different kinds of backup?

A
  1. Full
  2. Differential
  3. Incremental
21
Q

Whats full backup?

A

It’s a backup of everything which we usually need it first.

22
Q

Whats incremental backup?

A

It’s a backup of all files changed since the last incremental backup.

23
Q

Whats a differential backup?

A

It’s a backup of all files changed since the last full backup,

24
Q

Whats snapshot?

A

Snapshot can capture the current configuration and data of a cloud(application instances are constantly built and torn down.) and it can help to revert to known state and rollback to known configuration.

25
Q

Whats MTTR?

A

Mean time to restore(Mean time to repair)

26
Q

Whats MTBF?

A

Mean time between failures(predict the time between failures

27
Q

Whats SLA?

A

Service level agreement(contractual recovery expectations and may include penalties for not meeting certain service levels.)