Please enable JavaScript.
Coggle requires JavaScript to display documents.
2 - System resilience, High Availability, and Fault Tolerance - Coggle…
2 - System resilience, High Availability, and Fault Tolerance
-
Core concepts
Fault tolerance
Ability of a system to suffer a fault but continue to operate (e.g. additional disks, additional servers)
High availability
Redundant technology components to allow a system to quickly recover from a failure after experiencing a brief disruption
Protection measures
Hard drives
RAID-0 (aka striping)
Use two or more disks and improves the disk subsystem performance, but does not provide fault tolerance
RAID-1 (aka mirroring)
Use two disks, which both hold the same data.
-
-
-
-
-
-
Trusted recovery
Assurance that after a failure or crash, the system is just as secure as it was before the failure or crash occurred
Fail-secure system = default to a secure state in the event of a failure, blocking all access
Fail-open system = fail in an open state, granting all access
-
-