Difference between revisions of "Cluster Computing"

From Teknologisk videncenter
Jump to: navigation, search
m (Linux Clustering at Mercantec)
m (Types Of Clusters)
Line 4: Line 4:
 
= What is a Cluster =
 
= What is a Cluster =
 
A cluster is a setup of two or more computers - called nodes - that work together to perform a task.  
 
A cluster is a setup of two or more computers - called nodes - that work together to perform a task.  
= Types Of Clusters =
+
= Types of clusters =
 
Basically there are four type of clusters:
 
Basically there are four type of clusters:
*Storage Clusters           (Shared filesystem among nodes)
+
{|border=1 ;style="margin: 0 auto; text-align: center;cellpadding="5" cellspacing="0"
*High Availability Clusters (Failover, redundancy)
+
|+ Types of clusters
*Load Balancing Clusters   (Distribute Load between two or more nodes)
+
|-
*High Performance Clusters (Parallel computing, more nodes solving the same problem)
+
|Storage Clusters || Shared filesystem among nodes
 +
|-
 +
|High Availability Clusters || Failover, redundancy
 +
|-
 +
|Load Balancing Clusters || Distribute Load between two or more nodes
 +
|-
 +
|High Performance Clusters || Parallel computing, more nodes solving the same problem
 +
|}
 
Often you would need a combination of these Clusters in a installation.
 
Often you would need a combination of these Clusters in a installation.
 
== Storage Clusters ==
 
== Storage Clusters ==
Line 15: Line 22:
 
== Load Balancing Clusters ==
 
== Load Balancing Clusters ==
 
== High Performance Clusters ==
 
== High Performance Clusters ==
 +
 
= Linux Clustering at Mercantec =
 
= Linux Clustering at Mercantec =
 
=== Project: Mercantec Beowulf ===
 
=== Project: Mercantec Beowulf ===
 
The goal of the Mercantec Beowulf are to build a scalable cluster for cracking MD5 hashes or some other similar task which are easily distributed among nodes. <br/>
 
The goal of the Mercantec Beowulf are to build a scalable cluster for cracking MD5 hashes or some other similar task which are easily distributed among nodes. <br/>
 
The individual nodes should boot from PXE on the network and automatically enter the cluster.
 
The individual nodes should boot from PXE on the network and automatically enter the cluster.

Revision as of 09:16, 8 March 2009

See Cluster Computing for a definition Engineering a Beowulf-style Compute Cluster

What is a Cluster

A cluster is a setup of two or more computers - called nodes - that work together to perform a task.

Types of clusters

Basically there are four type of clusters:

Types of clusters
Storage Clusters Shared filesystem among nodes
High Availability Clusters Failover, redundancy
Load Balancing Clusters Distribute Load between two or more nodes
High Performance Clusters Parallel computing, more nodes solving the same problem

Often you would need a combination of these Clusters in a installation.

Storage Clusters

High Availability Clusters

Load Balancing Clusters

High Performance Clusters

Linux Clustering at Mercantec

Project: Mercantec Beowulf

The goal of the Mercantec Beowulf are to build a scalable cluster for cracking MD5 hashes or some other similar task which are easily distributed among nodes.
The individual nodes should boot from PXE on the network and automatically enter the cluster.