Jump to content

Distributed application

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by GenerousOne (talk | contribs) at 05:41, 10 December 2008 (See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An application made up of distinct components in separate runtime environments, usually on different platforms connected via a network. Typical distributed applications are two-tier (client-server), three-tier (client-middleware-server), and multitier (Source: http://java.sun.com/j2ee/1.4/docs/glossary.html).

In Short, an application that runs on two or more networked computers is also known as Distributed Application.

See also