Encyclopedia > Distributed computing

  Article Content

Distributed computing

Distributed computing is the process of running a single computational task on more than one distinct computer. 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.

Distributed computing works so well 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] (http://www.dsn.org/) and the ACM Symposium on Principles of Distributed Computing [2] (http://www.podc.org). Journals include the Journal of Parallel and Distributed Computing [3] (http://www.academicpress.com/jpdc).

Table of contents

See also:

Distributed computing infrastructure:

Distributed computing projects:

  • Distributed.net[?] [4] (http://distributed.net) has many projects, one of which is a search for optimal Golomb rulers. Some will venture that Distributed.net is not a non-profit project since the main RC5-72 project they do is indeed for a cash prize from RSA Labs.
  • SETI@home[5] (http://setiathome.ssl.berkeley.edu/), a project searching for signs of extra-terrestrial intelligence.
  • GIMPS -- Great Internet Mersenne Prime Search
  • United Devices[?][6] (http://www.ud.com) is the largest commercial distributed computing network.
  • Genome@Home[?] [7] (http://gah.stanford.edu/)
  • Folding@Home[?] [8] (http://fah.stanford.edu) University of Illinois at Urbana-Champaign report on October 22 2002 confirm success in simulating protein folding
  • BOINC an OS distributed computing application developed by and found at SETI@home[9] (http://setiathome.ssl.berkeley.edu/setifuture#boinc)
  • Project Dolphin[?] takes a count of the number of keys you press on your keyboard. This is mostly an event made of teams.
  • Seventeen or bust[10] (http://www.seventeenorbust.com) Attempts to find prime numbers in 17 sequences, to solve the Sierpinski problem. - So far prime in 5 sequences has been found.

Distributed projects directories



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Canadian Charter of Rights and Freedoms

... Charter was Professor John Peters Humphrey, the Canadian human rights expert and first Director of the United Nations Human Rights Division who brought a more modern ...

 
 
 
This page was created in 27.5 ms