Distributed Systems: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==Introduction==

==Concurrency==

==Trust==

==Fault Tolerance==



'''Distributed systems''' allow parts of the system to be located on separate computers and different locations.
'''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).
So business logic and data can be reached from any remote computer (location).

Revision as of 09:17, 1 December 2004

Introduction

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.