Distributed Systems: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''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). |
||
'''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. |
Revision as of 14:48, 11 November 2004
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.