Please enable JavaScript.
Coggle requires JavaScript to display documents.
distributed system (Fault Tolerance (Phases (Fault Detection, Fault…
distributed system
Fault Tolerance
-
-
-
-
Techniques
REPLICATION
-
-
If one site goes down, data is accessed from other so that performance in not affected
-
-
Check Pointing
Saving the state of a system when they are in a consistent state and storing it on a stable storage.
-
problems
-
Failures
Types of Failures
-
-
Omission Failure
Occurs when a server does not receive incoming requests from client or fails to send messages in response to clients request.
-
-
-