Advertisement
Guest User

Distributed systems

a guest
Sep 22nd, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. A distributed system in its most simplest definition is a group of computers working together as to appear as a single computer to the end-user.
  2.  
  3. These machines have a shared state, operate concurrently and can fail independently without affecting the whole system’s uptime.
  4.  
  5. I propose we incrementally work through an example of distributing a system so that you can get a better sense of it all:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement