Distributed Systems
Jump to navigation
Jump to search
Introduction
Out of the many possible definitions of a distributed system, we herein employ the following, which is perhaps the most general (and in particular more general than Lamports humorous remark that "a distributed system is the one that prevents you from working because of the failure of a machine that you had never heard of".)
Concurrency
Trust
Fault Tolerance
Distributed systems allow parts of the system to be located on separate computers and different locations. So business logic and data can be reached from any remote computer (location).
Distributed objects are the most recent development in distributed computing. Distributed object technologies such as Java RMI, CORBA, and DCOM allow objects running on one machine to be used by applications on different computers.