community
directory
books
authors
images
encyclopedia

Email:
Password:
Register

Knowledgerush Search

 

Google
  Web knowledgerush


Search for images of Distributed computing


Message boards   Post comment

Distributed computing

Distributed computing is the process of running a single computational task on more than one distinct computer.

Introduction

This differs from cluster computing in that computers in a distributed computing environment are typically not dedicated to distributed computing, whereas clusters are almost always comprised of dedicated hardware. This makes distributed computing very attractive because it can utilize computational resources that would otherwise be unused, or it can make it possible to have resources for special computational purposes shared among users. It also means that high volumes of data (that would otherwise require the power of supercomputers) can be processed at low cost.

Distributed computing is effective because most of today's CPU power is wasted waiting for user input. The client is specially constructed as a low priority process to use only the computing power that would be wasted anyway, which can be well in excess of 90%.

However, having a low-priority process constantly running prevents operating systems' idlers from putting the processor into a low-power mode, resulting in increased electricity consumption. On powerful CPUs, the difference can be on the order of tens of watts.

There are also social factors, for example the "stat race": competing with other people using daily statistics about the amount of work done. This has been found so important that virtually all distributed computing projects offer on-line statistics updated at least daily, if not realtime.

Distributed computing is also an active area of research with abundant literature. The most known distributed computing conferences are The International Conference on Dependable Systems and Networks [1] and the ACM Symposium on Principles of Distributed Computing [2]. Journals include the Journal of Parallel and Distributed Computing [3].

See also

Distributed computing infrastructure

Proprietary

Distributed computing projects

Distributed projects directories

Referenced By

Application server | CORBA | CORBA architecture | Comp.sc. | Computational grid | Computer Science | Computer Sciences | Computer Scientists | Computer scientist | Computing science | GIMPS | Great Internet Mersenne Prime Search | Grid computing | Parallel computer | Parallel computers | Parallel computing | Software architecture | Super computer | Supercomputer | Thin client

 

Compose Your Message

Your Email Address or Pen Name (optional):
Subject:
Your Message:
 

 

 

 

 

 

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Distributed computing".

 

Contact UsPrivacy Statement & Terms of Use

 
Copyright © 1999-2003 Knowledgerush.com. All rights reserved.