Replies: 3 comments
-
Can we use the naive approach where a FD always says that everyone is dead? It's easier, but idk if too easy |
Beta Was this translation helpful? Give feedback.
-
Can we recycle this question-solution from Drive? Because our question seems quite open to me |
Beta Was this translation helpful? Give feedback.
-
There are various possible solutions for implementing a failure detector, all solutions may be transformed into strong failure detectors. A simple and strong way to do it is to force all nodes to send an “im alive” message to all other nodes. When a node doesn't receive the “im alive” message in a time ΔT + 𝛅 it suppose that node is dead. After time ΔT + 𝛅 (the same as timeout) all processes exchange their suspect set and update their. The update must work as follow:
Properties:
|
Beta Was this translation helpful? Give feedback.
-
Exercise 21: Show a possible implementation of a failure detector and discuss its properties.
Beta Was this translation helpful? Give feedback.
All reactions