3.2 Flashcards
Whats Fault tolerance used for?
To maintain uptime in the case of failure.
how do we implement fault tolerance?
By using redundant hardware components(multiple devices, load balancing power supplies).
Whats load balancing?
It’s sharing the service load across components(some servers are active and some are on standby and will activate when something goes wrong).
Whats clustering used for?
If any individual server fails, the other servers will still provide that function in a cluster of servers.
How does high availability help?
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.
What does a load balancer do?
it is always checking on the health of the servers and if one fails, the passive server takes its place.
Whats NIC teaming?
(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 does a NIC teaming work?
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.
What is port aggregation?
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.
Whats UPS?
(Uninterruptible Power Supply) It’s a short-term backup power for blackouts, brownouts and surges.
What are the different kinds of UPS?
- Offline/Standby UPS
- Line-interactive UPS
- On-line/Double-conversion UPS
What are some of the features of UPS?
Auto-shutdown, additional battery capacity, outlets, phone line suppression.
Whats a generator?
It’s a long-term power backup (but it requires fuel storage since it’s an engine.
When do we use the generator and battery backup?
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).
Whats a Dual-power supply used for?
For redundancy (If a server supports redundant power supplies)