Various Failures in Distributed System
Various Failures in Distributed System
1. Method failure :
In this type of failure, the distributed system is generally halted and unable to perform the
execution. Sometimes it leads to ending up the execution resulting in an associate incorrect
outcome. Method failure causes the system state to deviate from specifications, and also method
might fail to progress.
Behavior –
It may be understood as if incorrect computation like Protection violation, deadlocks,
timeout, user input, etc is performed then the method stops its execution.
Recovery –
Method failure can be prevented by aborting the method or restarting it from its prior
state.
2. System failure :
In system failure, the processor associated with the distributed system fails to perform the
execution. This is caused by computer code errors and hardware issues. Hardware issues may
involve CPU/memory/bus failure. This is assumed that whenever the system stops its execution
due to some fault then the interior state is lost.
Behavior –
It is concerned with physical and logical units of the processor. The system may freeze,
reboot and also it does not perform any functioning leading it to go in an idle state.
Recovery –
This can be cured by rebooting the system as soon as possible and configuring the failure
point and wrong state.
Behavior –
Stored information can’t be accessed.
Errors inflicting failure –
Parity error, head crash, etc.
Recovery/Design strategies –
Reconstruct content from the archive and the log of activities and style reflected disk
system. A system failure will additionally be classified as follows.
o Associate cognitive state failure
o A partial cognitive state failure
o a disruption failure
o A halting failure
Behavior –
A web site cannot communicate with another operational site.
Errors/Faults –
Failure of shift nodes or communication links.
Recovery/Design strategies –
Reroute, error-resistant communication protocols.