Distributed computing
Distributed computing is a method of computer processing in which different parts of a program run simultaneously on two or more computers that are communicating with each other over a network. Distributed computing is a type of segmented or
parallel computing, but the latter term is most commonly used to refer to processing in which different parts of a program run simultaneously on two or more processors that are part of the same computer. While both types of processing require that a program be segmented—divided into sections that can run simultaneously, distributed computing also requires that the division of the program take into account the different environments on which the different sections of the program will be running. For example, two computers are likely to have different file systems and different hardware components.
See more at Wikipedia.org...
distributed system
A collection of (probably heterogeneous) automata whose distribution is transparent to the user so that the system appears as one local machine. This is in contrast to a network, where the user is aware that there are several machines, and their location, storage replication, load balancing and functionality is not transparent. Distributed systems usually use some kind of
client-server organisation.
Distributed systems are considered by some to be the "next wave" of computing.
Distributed Computing Environment is the
Open Software Foundation's software architecture for distributed systems.
http://www.dstc.edu.au/AU/research_news/dist-env.html.
(1994-12-06)
distributed systems
(c) Copyright 1993 by Denis Howe