Replies: 3 comments
-
From the Drive Assuming that the channels are FIFO, when a process receives its first "take snapshot" message it records its state and broadcasts the message to every other process. The protocol terminates after the process has received its last "take snapshot" message. Since we assumed that the channels are FIFO, it cannot happen that a message sent after recording its state is received before the "take snapshot" message from the same process. Thus, the global state |
Beta Was this translation helpful? Give feedback.
-
I'm not sure about this one, I think it's correct but it should be explained better. |
Beta Was this translation helpful? Give feedback.
-
I asked for a better explanation of this question to the professor, he said that it's a more "philosophical" question (whatever it means). He also said that require a more technical answer (again... whatever it means). |
Beta Was this translation helpful? Give feedback.
-
Exercise 8: What good is a distributed snapshot when the system was never in the state represented by the distributed snapshot? Give an application of distributed snapshots.
Beta Was this translation helpful? Give feedback.
All reactions