ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

Computer cluster

Computer clusters are used to make a collection of 2 or more computers appear as a single computer to the user community. Clusters are used to provide increased reliability, and/or to increase the performance available from a single computer. There are fundamentally 4 types of clusters:

- Director based Cluster

- 2-node clusters

- Multi-node clusters

- Massively Parrallel clusters

All cluster implementations attempt to eliminate Single Points Of Failure. Director-based-Cluster's and Baewolf clusters are typically implemented primary for performance reasons. 2-node clusters are typically implemented primarily for fault-tolerance.

Massively Parrallel clusters below

A computer cluster is a group of connected computers that work together as a parallel computer. One of the more popular implementations is a cluster with nodes running Linux as the OS and Beowulf software (both free software) to implement the parallelism. Sun Microsystems have also released a clustering product called Grid engine.

Clusters were originally developed by DEC in the 1980s. They not only support parallel computing, but also shared file systems and peripheral devices. They are supposed to give you the ability to use any program without problems or slowing down.

A cluster of computers is sometimes referred to as a server farm.

In the Linux world, there are also variants called Mosix and DistCC. Mosix provides automatic process migration in a homogeneous cluster of Linux machines, while DistCC provides parallel compilation when using GCC.





Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

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