SlideShare a Scribd company logo
1 of 32
CLUSTER COMPUTING
POOJA KHATANA

BTBTI11354
Exam R.No:11394
B.Tech(IT)5th semester

DATE: 28 November 2013
Very often applications need more computing power
than a sequential computer can provide. One way of
overcoming this limitation is to improve the operating
speed of processors and other components so that they
can offer the power required by computationally
intensive applications. Even though this is currently
possible to certain extent, future improvements are
constrained by the speed of light, thermodynamic laws,
and the high financial costs for processor fabrication. A
viable and cost-effective alternative solution is to
connect multiple processors together and coordinate
CLUSTERS HAS ARRIVED
 A computer cluster is a group of tightly coupled computers
that work together closely so that it can be viewed as a
single
computer.
 Clusters are commonly connected through fast local area
networks.
 Clusters have evolved to support applications ranging from
ecommerce, to high performance database applications.
 Clusters are usually deployed to improve speed and/or
reliability over that provided by a single computer, while
typically being much more cost effective than single
 In cluster computing each node within a cluster is an
independent system, with its own operating system, private
memory, and, in some cases, its own file system. Because the
processors on one node cannot directly access the memory on
the other nodes, programs or software run on clusters usually
employ a procedure called "message passing" to get data and
execution code from one node to another.
 Cluster computing can also be used as a relatively low-cost
form of parallel processing for scientific and other applications
that lend themselves to parallel operations.
 Customers invented clusters, as soon as they could not fit all
their work on one computer, or needed a backup.
 The first commodity clustering product was ARCnet,
developed by Datapoint in 1977.
 The next product was VAXcluster, released by DEC in
1980’s.
 Microsoft, Sun Microsystems, and other leading hardware
and
software companies offer clustering packages.
A cluster is a type of parallel /distributed processing system
,which consists of a collection of interconnected stand-alone
computers cooperatively working together a single , integrated
computing resource.
A node:
a single or multiprocessor system with memory, I/O facilities,
&OS
generally two or more computers (nodes) connected together
in a single cabinet, or physically separated & connected via a
LAN
appear as a single system to users and applications
provide a cost-effective way to gain features and benefits
High Performance (HP) Clusters
Load Balancing Cluster
High Availability(HA) Clusters
Start from 1994.
 Donald Becker of NASA assembled this
cluster.
 Also called Beowulf cluster.
 Applications like data mining, simulations,
parallel processing, weather modeling,
etc.



PC cluster deliver load balancing
performance.



Commonly used with busy ftp(file
transfer protocol) and web servers with
large client base.



Large number of nodes to share load.
Avoid single point of failure.
 This requires atleast two nodes - a
primary and a backup.
 Always with redundancy.
 Almost all load balancing cluster are
with HA capability.

The components critical to the development of low cost clusters
are:

1. Processors
2. Memory

3. Networking Components
4. Motherboards, busses, and other sub-systems
Computer clusters offer a number of benefits over
mainframe computers, including:
1. Reduced Cost
2. Processing Power

3. Improved Network Technology
4. Scalability
5. Availability
1. Reduced Cost: The price of off-the-shelf consumer desktops
has plummeted in recent years, and this drop in price has
corresponded with a vast increase in their processing power
and performance. The average desktop PC today is many
times more powerful than the first mainframe computers.
2. Processing Power : The parallel processing power of a highperformance cluster can, in many cases, prove more cost
effective
than a mainframe with similar power. This reduced price per
unit of
3. Improved Network Technology: Driving the development of

computer
clusters has been a vast improvement in the technology related
to
networking, along with a reduction in the price of such
technology.
Computer clusters are typically connected via a single virtual
local
area network (VLAN), and the network treats each computer as
a
separate node. Information can be passed throughout these
networks
with very little lag, ensuring that data doesn’t bottleneck
4. Scalability: Perhaps the greatest advantage of computer
clusters is
scalability they offer. While mainframe computers have a fixed

processing capacity, computer clusters can be easily
expanded as
requirements change by adding additional nodes to the

network.
5. Availability: When a mainframe computer fails, the entire
system fails.
However, if a node in a computer cluster fails, its operations
can be
The cluster computing concept also poses three pressing
research challenges:

 A cluster should be a single computing resource and provide
a single system image. This is in contrast to a distributed
system where the nodes serve only as individual resources.
 The supporting operating system and communication
Mechanism must be efficient enough to remove the
performance Bottlenecks.
 It must provide scalability by letting the system scale up or
down. The scaled-up system should provide more functionality
or better performance. The system’s total computing power
should increase proportionally to the increase in resources.
The main motivation for a scalable system is to provide a
flexible, cost effective Information-processing tool.
Cluster Networking
Cluster Software
Programming
Timing
Network Selection
Speed Selection
 Cluster networking
If you are mixing hardware that has different networking
technologies, there will be large differences in the speed with
which data will be accessed and how individual nodes can
communicate. If it is in your budget make sure that all of the
machines you want to include in your cluster have similar
networking capabilities, and if at all possible, have network
adapters from the same manufacturer.
 Cluster Software
You will have to build versions of clustering software for each kind
of system you include in your cluster.
 Timing
This is the most problematic aspect of cluster. Since these
machines have different performance profile our code will
execute at different rates on the different kinds of nodes. This can
cause serious bottlenecks if a process on one node is waiting for
results of a calculation on a slower node.
Programming
Our code will have to be written to support the lowest common
denominator for data types supported by the least powerful node
in our cluster. With mixed machines, the more powerful machines
will have attributes that cannot be attained in the powerful
machine.
Network Selection
There are a number of different kinds of network topologies,
including buses, cubes of various degrees, and grids/meshes.
These network topologies will be implemented by use of one
or more network interface cards, or NICs, installed into the
head-node and compute nodes of our cluster.
Speed Selection
No matter what topology you choose for your cluster, you will
want to get fastest network that your budget allows. Fortunately,
the availability of high speed computers has also forced the
development of high speed networking systems.
Examples are :
10Mbit Ethernet, 100Mbit Ethernet, gigabit networking, channel
bonding etc.
 Internet Applications
 Web serving / searching (Google Search
Engine)
 ASPs (application service providers)
 eMail, eChat, ePhone, eBook, eCommerce
,eBank

 Business Applications
 E-commerce Applications (Amazon.com,
eBay.com)
 Database Applications (Oracle on cluster)
Cluster computing is no longer something which people see in
science fiction movies. This system of networking between
computers is not only necessary to continue to help business
become more efficient, but it also helps programs run more
quickly while also allowing people across the network cluster to
access the same programs, files, and information. It makes sense
to do this, doesn’t it? And since people like to communicate in
business, it makes sense that you cluster computing is only going
to become more popular as the economy rebounds and
businesses grow even more.
Clusters are promising
Solve parallel processing paradox.
New trends in hardware and software
technologies are likely to make clusters.
Clusters based supercomputers (Linux
based
clusters) can been everywhere !!
 Clusters offer incremental growth and
match
http://academic.csuohio.edu/yuc/hpc00/lect/chapter-B1.pdf
http://www.buyya.com/cluster/
http://www.gridrepublic.org/?gclid=CLPnt4ThbsCFWIC4godynsArg
http://www.springer.com/computer/communication+networks/jour
nal/10586
http://www.clustercomp.org/
http://compnetworking.about.com/od/networkdesign/l/aa041600a.
htm
http://www.cloudbus.org/papers/
http://research.amnh.org/scicomp/amnh-computerclusteric_cluster.pdf
http://www.buyya.com/csc433/ClusterApps.pdf
http://www.davidchappell.com/writing/white_papers/Cluster_Comp
uting_Today,_v1.1--Chappell.pdf
http://www.codeproject.com/Articles/11709/Cluster-Computing
Any
Questions?
?

More Related Content

What's hot

Cluster Computing
Cluster ComputingCluster Computing
Cluster Computing
NIKHIL NAIR
 
System models for distributed and cloud computing
System models for distributed and cloud computingSystem models for distributed and cloud computing
System models for distributed and cloud computing
purplesea
 
Storage area network
Storage area networkStorage area network
Storage area network
Neha Agarwal
 
Biology protein structure in cloud computing
Biology protein structure in cloud computingBiology protein structure in cloud computing
Biology protein structure in cloud computing
gaurav jain
 

What's hot (20)

Distributed os
Distributed osDistributed os
Distributed os
 
Implementation levels of virtualization
Implementation levels of virtualizationImplementation levels of virtualization
Implementation levels of virtualization
 
Cluster computing
Cluster computingCluster computing
Cluster computing
 
Cluster Computing
Cluster ComputingCluster Computing
Cluster Computing
 
Parallel computing
Parallel computingParallel computing
Parallel computing
 
Memory consistency models
Memory consistency modelsMemory consistency models
Memory consistency models
 
System models for distributed and cloud computing
System models for distributed and cloud computingSystem models for distributed and cloud computing
System models for distributed and cloud computing
 
Storage area network
Storage area networkStorage area network
Storage area network
 
Multiprocessor Systems
Multiprocessor SystemsMultiprocessor Systems
Multiprocessor Systems
 
Cloud sim
Cloud simCloud sim
Cloud sim
 
Biology protein structure in cloud computing
Biology protein structure in cloud computingBiology protein structure in cloud computing
Biology protein structure in cloud computing
 
Parallel computing persentation
Parallel computing persentationParallel computing persentation
Parallel computing persentation
 
Distributed OS - An Introduction
Distributed OS - An IntroductionDistributed OS - An Introduction
Distributed OS - An Introduction
 
Grid computing
Grid computingGrid computing
Grid computing
 
Multiprocessor Architecture (Advanced computer architecture)
Multiprocessor Architecture  (Advanced computer architecture)Multiprocessor Architecture  (Advanced computer architecture)
Multiprocessor Architecture (Advanced computer architecture)
 
Distributed shared memory shyam soni
Distributed shared memory shyam soniDistributed shared memory shyam soni
Distributed shared memory shyam soni
 
High–Performance Computing
High–Performance ComputingHigh–Performance Computing
High–Performance Computing
 
Synchronization in distributed computing
Synchronization in distributed computingSynchronization in distributed computing
Synchronization in distributed computing
 
Google BigTable
Google BigTableGoogle BigTable
Google BigTable
 
Virtual machine security
Virtual machine securityVirtual machine security
Virtual machine security
 

Similar to Cluster computing

Computer_Clustering_Technologies
Computer_Clustering_TechnologiesComputer_Clustering_Technologies
Computer_Clustering_Technologies
Manish Chopra
 
Clustercomputingpptl2 120204125126-phpapp01
Clustercomputingpptl2 120204125126-phpapp01Clustercomputingpptl2 120204125126-phpapp01
Clustercomputingpptl2 120204125126-phpapp01
Ankit Soni
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD Editor
 

Similar to Cluster computing (20)

Cluster cmputing
Cluster cmputingCluster cmputing
Cluster cmputing
 
Seminar
SeminarSeminar
Seminar
 
Clustering by AKASHMSHAH
Clustering by AKASHMSHAHClustering by AKASHMSHAH
Clustering by AKASHMSHAH
 
Computer_Clustering_Technologies
Computer_Clustering_TechnologiesComputer_Clustering_Technologies
Computer_Clustering_Technologies
 
Cluster computing
Cluster computingCluster computing
Cluster computing
 
Cluster computing pptl (2)
Cluster computing pptl (2)Cluster computing pptl (2)
Cluster computing pptl (2)
 
Clustercomputingpptl2 120204125126-phpapp01
Clustercomputingpptl2 120204125126-phpapp01Clustercomputingpptl2 120204125126-phpapp01
Clustercomputingpptl2 120204125126-phpapp01
 
Distributed Computing
Distributed ComputingDistributed Computing
Distributed Computing
 
CC LECTURE NOTES (1).pdf
CC LECTURE NOTES (1).pdfCC LECTURE NOTES (1).pdf
CC LECTURE NOTES (1).pdf
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
ITC4344_3_Cloud Computing Technologies.pptx
ITC4344_3_Cloud Computing Technologies.pptxITC4344_3_Cloud Computing Technologies.pptx
ITC4344_3_Cloud Computing Technologies.pptx
 
Clusetrreport
ClusetrreportClusetrreport
Clusetrreport
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cluster Technique used in Advanced Computer Architecture.pptx
Cluster Technique used in Advanced Computer Architecture.pptxCluster Technique used in Advanced Computer Architecture.pptx
Cluster Technique used in Advanced Computer Architecture.pptx
 
Inroduction to grid computing by gargi shankar verma
Inroduction to grid computing by gargi shankar vermaInroduction to grid computing by gargi shankar verma
Inroduction to grid computing by gargi shankar verma
 
CLOUD COMPUTING CHANTI-130 ( FOR THE COMPUTING2).pdf
CLOUD COMPUTING CHANTI-130 ( FOR THE COMPUTING2).pdfCLOUD COMPUTING CHANTI-130 ( FOR THE COMPUTING2).pdf
CLOUD COMPUTING CHANTI-130 ( FOR THE COMPUTING2).pdf
 
Cloud Computing
Cloud Computing Cloud Computing
Cloud Computing
 
Cloud computing overview
Cloud computing overviewCloud computing overview
Cloud computing overview
 
Cluster Computing
Cluster ComputingCluster Computing
Cluster Computing
 
ZCloud Consensus on Hardware for Distributed Systems
ZCloud Consensus on Hardware for Distributed SystemsZCloud Consensus on Hardware for Distributed Systems
ZCloud Consensus on Hardware for Distributed Systems
 

Recently uploaded

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
MateoGardella
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 

Recently uploaded (20)

Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 

Cluster computing

  • 1. CLUSTER COMPUTING POOJA KHATANA BTBTI11354 Exam R.No:11394 B.Tech(IT)5th semester DATE: 28 November 2013
  • 2. Very often applications need more computing power than a sequential computer can provide. One way of overcoming this limitation is to improve the operating speed of processors and other components so that they can offer the power required by computationally intensive applications. Even though this is currently possible to certain extent, future improvements are constrained by the speed of light, thermodynamic laws, and the high financial costs for processor fabrication. A viable and cost-effective alternative solution is to connect multiple processors together and coordinate
  • 4.  A computer cluster is a group of tightly coupled computers that work together closely so that it can be viewed as a single computer.  Clusters are commonly connected through fast local area networks.  Clusters have evolved to support applications ranging from ecommerce, to high performance database applications.  Clusters are usually deployed to improve speed and/or reliability over that provided by a single computer, while typically being much more cost effective than single
  • 5.  In cluster computing each node within a cluster is an independent system, with its own operating system, private memory, and, in some cases, its own file system. Because the processors on one node cannot directly access the memory on the other nodes, programs or software run on clusters usually employ a procedure called "message passing" to get data and execution code from one node to another.  Cluster computing can also be used as a relatively low-cost form of parallel processing for scientific and other applications that lend themselves to parallel operations.
  • 6.  Customers invented clusters, as soon as they could not fit all their work on one computer, or needed a backup.  The first commodity clustering product was ARCnet, developed by Datapoint in 1977.  The next product was VAXcluster, released by DEC in 1980’s.  Microsoft, Sun Microsystems, and other leading hardware and software companies offer clustering packages.
  • 7. A cluster is a type of parallel /distributed processing system ,which consists of a collection of interconnected stand-alone computers cooperatively working together a single , integrated computing resource. A node: a single or multiprocessor system with memory, I/O facilities, &OS generally two or more computers (nodes) connected together in a single cabinet, or physically separated & connected via a LAN appear as a single system to users and applications provide a cost-effective way to gain features and benefits
  • 8.
  • 9. High Performance (HP) Clusters Load Balancing Cluster High Availability(HA) Clusters
  • 10. Start from 1994.  Donald Becker of NASA assembled this cluster.  Also called Beowulf cluster.  Applications like data mining, simulations, parallel processing, weather modeling, etc. 
  • 11.
  • 12.  PC cluster deliver load balancing performance.  Commonly used with busy ftp(file transfer protocol) and web servers with large client base.  Large number of nodes to share load.
  • 13.
  • 14. Avoid single point of failure.  This requires atleast two nodes - a primary and a backup.  Always with redundancy.  Almost all load balancing cluster are with HA capability. 
  • 15.
  • 16. The components critical to the development of low cost clusters are: 1. Processors 2. Memory 3. Networking Components 4. Motherboards, busses, and other sub-systems
  • 17. Computer clusters offer a number of benefits over mainframe computers, including: 1. Reduced Cost 2. Processing Power 3. Improved Network Technology 4. Scalability 5. Availability
  • 18. 1. Reduced Cost: The price of off-the-shelf consumer desktops has plummeted in recent years, and this drop in price has corresponded with a vast increase in their processing power and performance. The average desktop PC today is many times more powerful than the first mainframe computers. 2. Processing Power : The parallel processing power of a highperformance cluster can, in many cases, prove more cost effective than a mainframe with similar power. This reduced price per unit of
  • 19. 3. Improved Network Technology: Driving the development of computer clusters has been a vast improvement in the technology related to networking, along with a reduction in the price of such technology. Computer clusters are typically connected via a single virtual local area network (VLAN), and the network treats each computer as a separate node. Information can be passed throughout these networks with very little lag, ensuring that data doesn’t bottleneck
  • 20. 4. Scalability: Perhaps the greatest advantage of computer clusters is scalability they offer. While mainframe computers have a fixed processing capacity, computer clusters can be easily expanded as requirements change by adding additional nodes to the network. 5. Availability: When a mainframe computer fails, the entire system fails. However, if a node in a computer cluster fails, its operations can be
  • 21. The cluster computing concept also poses three pressing research challenges:  A cluster should be a single computing resource and provide a single system image. This is in contrast to a distributed system where the nodes serve only as individual resources.  The supporting operating system and communication Mechanism must be efficient enough to remove the performance Bottlenecks.
  • 22.  It must provide scalability by letting the system scale up or down. The scaled-up system should provide more functionality or better performance. The system’s total computing power should increase proportionally to the increase in resources. The main motivation for a scalable system is to provide a flexible, cost effective Information-processing tool.
  • 24.  Cluster networking If you are mixing hardware that has different networking technologies, there will be large differences in the speed with which data will be accessed and how individual nodes can communicate. If it is in your budget make sure that all of the machines you want to include in your cluster have similar networking capabilities, and if at all possible, have network adapters from the same manufacturer.  Cluster Software You will have to build versions of clustering software for each kind of system you include in your cluster.
  • 25.  Timing This is the most problematic aspect of cluster. Since these machines have different performance profile our code will execute at different rates on the different kinds of nodes. This can cause serious bottlenecks if a process on one node is waiting for results of a calculation on a slower node. Programming Our code will have to be written to support the lowest common denominator for data types supported by the least powerful node in our cluster. With mixed machines, the more powerful machines will have attributes that cannot be attained in the powerful machine.
  • 26. Network Selection There are a number of different kinds of network topologies, including buses, cubes of various degrees, and grids/meshes. These network topologies will be implemented by use of one or more network interface cards, or NICs, installed into the head-node and compute nodes of our cluster. Speed Selection No matter what topology you choose for your cluster, you will want to get fastest network that your budget allows. Fortunately, the availability of high speed computers has also forced the development of high speed networking systems. Examples are : 10Mbit Ethernet, 100Mbit Ethernet, gigabit networking, channel bonding etc.
  • 27.  Internet Applications  Web serving / searching (Google Search Engine)  ASPs (application service providers)  eMail, eChat, ePhone, eBook, eCommerce ,eBank  Business Applications  E-commerce Applications (Amazon.com, eBay.com)  Database Applications (Oracle on cluster)
  • 28. Cluster computing is no longer something which people see in science fiction movies. This system of networking between computers is not only necessary to continue to help business become more efficient, but it also helps programs run more quickly while also allowing people across the network cluster to access the same programs, files, and information. It makes sense to do this, doesn’t it? And since people like to communicate in business, it makes sense that you cluster computing is only going to become more popular as the economy rebounds and businesses grow even more.
  • 29. Clusters are promising Solve parallel processing paradox. New trends in hardware and software technologies are likely to make clusters. Clusters based supercomputers (Linux based clusters) can been everywhere !!  Clusters offer incremental growth and match
  • 31.