Distributed System - Table of Contents

less than 1 minute read

Updated:

  • In this series of notes, various aspects of distributed systems are covered.
  • The books referenced includes:
    • Tanenbaum A & van Steen M, Distributed Systems: Principles & Paradigms, 3rd edition, PrenticeHall, 2017
    • Colouris G, Dollimore J & Kindberg T, Distributed Systems: Concepts and Design, 5th edition, Addison-Wesley, 2012

Table of Contents

  1. Introduction to Distributed Systems
  2. Introduction to Distributed Systems II
  3. Distributed Systems Architectures
  4. Message Oriented Communication
  5. Service Oriented Architecture
  6. Web Services
  7. Web Services- Java
  8. Representational State Transfer (REST)
  9. Programming RESTful Web Services in Java
  10. Naming I – Flat Naming
  11. Naming II – Structured naming
  12. Naming III – Attribute based Naming
  13. Timing and Synchronization
  14. Fault Tolerance
  15. Cloud Computing I
  16. Cloud Computing II
  17. Big Data, MapReduce and Hadoop
  18. Trends

Leave a comment