Distributed Systems

Corba Case Study Corba Case Study  Notes
  Client and server example, Architecture CORBA IDL, CORBA object references
Rate this Book:
No votes yet
Distributed File System (DFS) Concepts Distributed File System (DFS) Concepts Notes
  Distributed File System overview Understanding Distributed File System Using Distributed File System
Rate this Book:
No votes yet
Logical Time and Global States Logical Time and Global States Notes
  Clock, Events and Process States Logical Clocks Global States
Rate this Book:
No votes yet
The Coda Distributed File System The Coda Distributed File System  Notes
  The Coda distributed file system is a state of the art experimental file system developed in the group of M. Satyanarayanan at Carnegie Mellon University. Numerous people contributed to Coda which now incorporates many features not found in other systems:Mobile Computing
Rate this Book:
No votes yet
Distributed Shared Memory Architecture Distributed Shared Memory Architecture Notes
  Despite the advances in processor design, users still demand more and more performance. Eventually, single CPU technologies must give way to multiple processor parallel computers: it is less expensive to run 10 inexpensive processors cooperatively than it is to buy a new computer 10 times as fast.
Rate this Book:
No votes yet
Fundamental Concepts of Distributed Systems Fundamental Concepts of Distributed Systems Notes
  “A system in which hardware or software components located at networked computers communicate and coordinate their actions only by message passing.” [Coulouris]
Rate this Book:
No votes yet
Distributed System Principles Distributed System Principles Notes
  A distributed system consists of a collection of autonomous computers, connected through a network and distribution middleware, which enables computers to coordinate their activities and to share the resources of the system, so that users perceive the system as a single, integrated computing facility.
Rate this Book:
No votes yet
Distributed Systems Basics Distributed Systems Basics Notes
  Why build a distributed system? There are lots of advantages including the ability to connect remote users with remote resources in an open and scalable way. When we say open, we mean each component is continually open to interaction with other components. When we say scalable, we mean the system can easily be altered to accommodate changes in the number of users, resources and computing entities.
Rate this Book:
No votes yet
Distributed Systems Overview Distributed Systems Overview Notes
  We’ve seen in the last few chapters how people can authenticate themselves to systems (and systems can authenticate themselves to each other) using security protocols; how access controls can be used to manage which principals can perform which operations in a system; and some of the mechanics of how crypto can be used to underpin access control in distributed systems.
Rate this Book:
No votes yet
Distributed Shared Memory Distributed Shared Memory Notes
  Design and Implementation Sequential consistency and Ivy – case study Release consistency and Munin – case study Other consistency models
Rate this Book:
No votes yet
Corba and Java Corba and Java Notes
  CORBA loves Java! CORBA provides a platform-independent, language-independent way to write applications that can invoke objects that live across the room or across the planet. Java is an object-oriented language that's ideal for writing the clients and servers living on the Object Bus.
Rate this Book:
No votes yet