Please enable JavaScript.
Coggle requires JavaScript to display documents.
Distributed system - Coggle Diagram
Distributed system
Backup/Snapshot
-
-
-
-
file History
-
-
Specific revisions of files can then be tracked and restored using the "History" functions in File Explorer.
Scalability
Horizonal Scaling
Load Balancing is required,
Resilient,
Network calls(RPC),
Data inconsistancy,
Scales well as users increase
:
Vertical Scaling
Single point of Failure,
Inter process communication,
Consistance,
Hardware limit to scale
Hybrid Scaling is practical
Horizonal + Vertical,
Resilency,
Scales well with increase in users,
IPC,
Consistant
-
Availability
Replication Strategy
-
Replication Protocols
2PC - Phase commit
Co-ordinator, Participants
-
-
-
Implementation Way
Synchronous
When Master/slave/peer gets updated copy, replicated on rest of the nodes
-
-
-
-
-
-
-