|
|
|
|
|
by snazzybazzy
2896 days ago
|
|
>when some part of the system is down >usually because of networking problems. In distributed systems, those are the same thing. If I am a node -- n1, communicating with various other nodes, the only way I can tell if another node -- n2 is alive or not, is sending messages to it and receiving responses. If the network is having issues and I can't communicate with it, for all intents and purposes, that node n2 is down from my perspective n1. Edit: Also, diverging of state relates to consistency and not partition tolerance. |
|