Please enable JavaScript.
Coggle requires JavaScript to display documents.
Distributed System: Concepts and Designs (Characterization of Distributed…
Distributed System: Concepts and Designs
Characterization of Distributed Systems
Introduction(described)
Examples of distributed systems
web search(google)
MMOG
Trends in distributed systems
Focus on resource sharing
Challenges
Case study: WWW
Summary
Very Beginning
communication
message passing(network of computers)
characteristics
concurrency of components
lack of global clock
independent failure of components
motivation
resource sharing
challenges
heterogeneity of components
openness(components add/replace)
security
scalability
failure handling
concurrency of components
transparency(of distributed)
QoS
System Models
Networking and Internetworking
InterProcess Communication
Remote Invocation
Indirect Communication
Operating System Support
Distributed Objects and Components
Pear-to-peer Systems
Security
Distributed File Systems
Name Services
Time and Global States
Coordination and Agreement
Transactions and Concurrency Control
Distributed Transactions
Replication
Mobile and Ubiquitous Computing
Distributed Multimedia Systems
Designing Distributed Systems: Google Case Study