Wednesday, February 2, 2011

a short comparision between clustering ,distributed,grid and cloud computing



distributed computinggrid computingcluster computingcloud computing

Network of computer,each solving a part of problemThe grid can be thought of as a distributed system with non-interactive workloads that involve a large number of files. clustering is the use of multiple computers, typically PCs or UNIX workstations, multiple storage devices, and redundant interconnections, to form what appears to users as a single highly available system.the computing is "in the cloud" i.e. the processing (and the related data) is not in a specified, known or static place(s).

Interacts by message passingLoosely coupled system,use middle-ware, use not-in-use clock cycle of other accessible systemload balancing to acquire high performance and availabilityinteraction in various server in clouds where data is stored

known physical infra structureknown geographical distribution
customers do not own the physical infrastructure.cloud computing provider provide online application to access service through s/w like web browser.



Difference Between Cluster Computing VS. Grid Computing

When two or more computers are used together to solve a problem, it is called a computer cluster . Then there are several ways of implementing the cluster, Beowulf is maybe the most known way to do it, but basically it is just cooperation between computers in order to solve a task or a problem. Cluster Computing is then just the thing you do when you use a computer cluster.
Grid computing is something similar to cluster computing, it makes use of several computers connected is some way, to solve a large problem. There is often some confusion about the difference between grid vs. cluster computing. The big difference is that a cluster is homogenous while grids are heterogeneous. The computers that are part of a grid can run different operating systems and have different hardware whereas the cluster computers all have the same hardware and OS. A grid can make use of spare computing power on a desktop computer while the machines in a cluster are dedicated to work as a single unit and nothing else. Grid are inherently distributed by its nature over a LAN, metropolitan or WAN. On the other hand, the computers in the cluster are normally contained in a single location or complex.
Another difference lies in the way resources are handled. In case of Cluster, the whole system (all nodes) behave like a single system view and resources are managed by centralized resource manager. In case of Grid, every node is autonomous i.e. it has its own resource manager and behaves like an independent entity.


Grid computing is similar to cluster computing, but there are a number of distinct differences. In a grid, there is no centralized management; computers in the grid are independently controlled, and can perform tasks unrelated to the grid at the operator's discretion. The computers in a grid are not required to have the same operating system or hardware. Grids are also usually loosely connected, often in a decentralized network, rather than contained in a single location, as computers in a cluster often are.


Grid: “super virtual computer” composed of many networked loosely coupled computers acting together to perform very large tasks.more loosely coupled, heterogeneous, and geographically dispersed. It can also be thought of as distributed and large-scale cluster computing
Grid evolution:
Inspired from all the below
- High performance computing
- Cluster computing
- Peer to Peer computing
- Internet computing
Grid characteristics:
resources that
- are connected via network
- are geographically distributed
- heterogeneous hardware
- transparent management for performance and fault tolerance
Virtual organisation
Explicit trust relationships between users and resources
Scales in time and space
Characteristics of Grid Computing
Loosely coupled (Decentralization)
Diversity and Dynamism
Distributed Job Management & scheduling

Cluster:High Performance,Massively parallel,low cost software,interconnected via high speed private networks, shared storage via nas/san. focus on parallel programmming.
High-availability (HA) clusters
Load-balancing clusters
Compute clusters

Characteristics of Cluster computing

Tightly coupled systems

Single system image

Centralized Job management & scheduling system


Cloud:The key characteristic of cloud computing is that the computing is "in the cloud" i.e. the processing (and the related data) is not in a specified, known or static place(s). This is in contrast to a model in which the processing takes place in one or more specific servers that are known. All the other concepts mentioned are supplementary or complementary to this concept.

This matter is collected from various online pages...

No comments:

Post a Comment