SlideShare une entreprise Scribd logo
1  sur  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?
?

Contenu connexe

Tendances

Introduction to High-Performance Computing
Introduction to High-Performance ComputingIntroduction to High-Performance Computing
Introduction to High-Performance ComputingUmarudin Zaenuri
 
CS8791 Cloud Computing - Question Bank
CS8791 Cloud Computing - Question BankCS8791 Cloud Computing - Question Bank
CS8791 Cloud Computing - Question Bankpkaviya
 
Evolution of the cloud
Evolution of the cloudEvolution of the cloud
Evolution of the cloudsagaroceanic11
 
Cluster Computers
Cluster ComputersCluster Computers
Cluster Computersshopnil786
 
Cluster Computing Seminar.
Cluster Computing Seminar.Cluster Computing Seminar.
Cluster Computing Seminar.Balvant Biradar
 
Cloud deployment models
Cloud deployment modelsCloud deployment models
Cloud deployment modelsAshok Kumar
 
CS8791 Unit 2 Cloud Enabling Technologies
CS8791 Unit 2 Cloud Enabling TechnologiesCS8791 Unit 2 Cloud Enabling Technologies
CS8791 Unit 2 Cloud Enabling Technologieskarthikajegadeesan
 
Evolution of Cloud Computing
Evolution of Cloud ComputingEvolution of Cloud Computing
Evolution of Cloud ComputingNephoScale
 
Distributed computing
Distributed computingDistributed computing
Distributed computingKeshab Nath
 
Cloud computing in iot seminar report
Cloud computing in iot seminar reportCloud computing in iot seminar report
Cloud computing in iot seminar reportSKS
 
Distributed shred memory architecture
Distributed shred memory architectureDistributed shred memory architecture
Distributed shred memory architectureMaulik Togadiya
 

Tendances (20)

Introduction to High-Performance Computing
Introduction to High-Performance ComputingIntroduction to High-Performance Computing
Introduction to High-Performance Computing
 
Cluster computing
Cluster computingCluster computing
Cluster computing
 
CS8791 Cloud Computing - Question Bank
CS8791 Cloud Computing - Question BankCS8791 Cloud Computing - Question Bank
CS8791 Cloud Computing - Question Bank
 
Evolution of the cloud
Evolution of the cloudEvolution of the cloud
Evolution of the cloud
 
Cluster Computers
Cluster ComputersCluster Computers
Cluster Computers
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cluster Computing Seminar.
Cluster Computing Seminar.Cluster Computing Seminar.
Cluster Computing Seminar.
 
Cloud deployment models
Cloud deployment modelsCloud deployment models
Cloud deployment models
 
Edge computing
Edge computingEdge computing
Edge computing
 
CS8791 Unit 2 Cloud Enabling Technologies
CS8791 Unit 2 Cloud Enabling TechnologiesCS8791 Unit 2 Cloud Enabling Technologies
CS8791 Unit 2 Cloud Enabling Technologies
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Evolution of Cloud Computing
Evolution of Cloud ComputingEvolution of Cloud Computing
Evolution of Cloud Computing
 
Scheduling in cloud
Scheduling in cloudScheduling in cloud
Scheduling in cloud
 
Grid computing ppt
Grid computing pptGrid computing ppt
Grid computing ppt
 
Distributed computing
Distributed computingDistributed computing
Distributed computing
 
Cloud computing in iot seminar report
Cloud computing in iot seminar reportCloud computing in iot seminar report
Cloud computing in iot seminar report
 
Edge Computing
Edge ComputingEdge Computing
Edge Computing
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Distributed shred memory architecture
Distributed shred memory architectureDistributed shred memory architecture
Distributed shred memory architecture
 
High performance computing
High performance computingHigh performance computing
High performance computing
 

Similaire à Cluster computing

Cluster Computing
Cluster ComputingCluster Computing
Cluster ComputingNIKHIL NAIR
 
Clustering by AKASHMSHAH
Clustering by AKASHMSHAHClustering by AKASHMSHAH
Clustering by AKASHMSHAHAkash M Shah
 
Computer_Clustering_Technologies
Computer_Clustering_TechnologiesComputer_Clustering_Technologies
Computer_Clustering_TechnologiesManish Chopra
 
Cluster computing pptl (2)
Cluster computing pptl (2)Cluster computing pptl (2)
Cluster computing pptl (2)Rohit Jain
 
Clustercomputingpptl2 120204125126-phpapp01
Clustercomputingpptl2 120204125126-phpapp01Clustercomputingpptl2 120204125126-phpapp01
Clustercomputingpptl2 120204125126-phpapp01Ankit Soni
 
CC LECTURE NOTES (1).pdf
CC LECTURE NOTES (1).pdfCC LECTURE NOTES (1).pdf
CC LECTURE NOTES (1).pdfHasanAfwaaz1
 
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
 
ITC4344_3_Cloud Computing Technologies.pptx
ITC4344_3_Cloud Computing Technologies.pptxITC4344_3_Cloud Computing Technologies.pptx
ITC4344_3_Cloud Computing Technologies.pptxZaharaddeenAbubuakar
 
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.pptxtiwarirajan1
 
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 vermagargishankar1981
 
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).pdfyadavkarthik4437
 
Cloud computing overview
Cloud computing overviewCloud computing overview
Cloud computing overviewKHANSAFEE
 

Similaire à Cluster computing (20)

Cluster cmputing
Cluster cmputingCluster cmputing
Cluster cmputing
 
Cluster Computing
Cluster ComputingCluster Computing
Cluster Computing
 
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
 
Cluster computing
Cluster computingCluster computing
Cluster computing
 
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
 

Dernier

Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
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.pdfJayanti Pande
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
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 writingTeacherCyreneCayanan
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 

Dernier (20)

Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
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
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
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
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
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
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 

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.