SlideShare a Scribd company logo
Presented to you By- ShopniL Mahmud
- Introducing Cluster Concept - About Cluster Computing - Concept of whole computers and it’s benefits - Architecture and Clustering Methods Different clusters catagorizations Issues to be consitered about clusters - Implementations of clusters Clusters technology in present and future Conclusions
Introducing Clusters Computing 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 e-commerce, to high performance database applications.
Cluster Computers in view
Cluster Computing A group of interconnected  WHOLE COMPUTERS  works together as a unified computing resource that can create the illusion of being one machine having parallel processing. The components of a cluster are commonly, but not always, connected to each other through fast local area networks.
What’s Whole Computer A system that can refer run on its own apart from the cluster; used in server systems are called whole computers.
Why is Clusters than single 1’s? Price/Performance The  reason for the growth in use of clusters is that they have significantly reduced the cost of processing power. Availability S ingle points of failure can be eliminated, if any one system component goes down, the system as a whole  stay highly available. Scalability HPC clusters can grow in overall capacity because  processors and nodes can be added as demand  increases.
Where does it matter? The components critical to the development of low cost clusters are: Processors Memory Networking components Motherboards, busses, and other sub-systems
Short History … 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. But Linux is the most widely used operating systems ever since for cluster computers around the world.
IBM hidro Clusters
Clusters Architecture 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 2 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
Architecture of Clusters
How Clusters works?
A logical view for clusters
Configuration Of Figure A Two node cluster Connected by means of a high speed link Link can be a LAN shared with other non cluster computers or it can  be a dedicated interconnection facility Each node is a multiprocessor Being multiprocessor is not necessary but it enhances performance  and availability
Configuration of figure B Shared disk cluster Message link between nodes Also, there is a disk subsystem directly linked to multiple computers within the cluster Common disk subsystem is a RAID RAID is used so that high availability is not compromised by a shared disk that is a single point of failure
Clustering Methods CLUSTERING METHOD DESCRIPTION BENEFITS LIMITATIONS Passive standby A secondary server takes over in case of primary server failure Easy to implement High cost because the secondary server is unavailable for other processing tasks Active standby The secondary server is also used for processing tasks Reduced cost because secondary servers can be used for processing Increased complexity Separate servers Separate servers have their own disks. Data are continuously copied from primary to secondary server High availability High network and server overhead due to copying operations Servers connected to disks Servers are cabled to the same disks, but each server owns its disk. If one server fails, its disks are taken over by the other server Reduced network and server overhead due to elimination of copying operations Usually requires disk mirroring or RAID technology to compensate for risk of disk failure Servers share disks Multiple servers simultaneously share access to the disks Low network and server overhead. Reduced risk of downtime caused by disk failure Requires lock manager software. Usually used with disk mirroring or RAID technology
Cluster Catagorization High-availability (HA)  Load-balancing High- Performance(HP)
High Availability Clusters 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.
Load Balancing Clusters PC cluster deliver load balancing performance Commonly used with busy ftp and web servers with large client base Large number of nodes to share load
High Performance 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.
Issues to be considered about Cluster Networking Cluster Software Programming Timing Network Selection Speed Selection
Cluster Networking Huge difference in the speed of data accessibility and transferability and how the nodes communicate. Just got to make sure that if it’s in your budget then the clusters have the similar networking capabilities and if possible, then buy the 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.
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.
TiminG 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..
Network Selection 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.
Right Speed Selection 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.
Implementation of Clusters The TOP 500 organization's semi-annual list of the 500 fastest computers usually includes many clusters.  As of June 18, 2008, the top supercomputer is the Department of Energy's IBM Roadrunner system with performance of 1026 TFlops measured with High-Performance LINPACK benchmark. Clustering can provide significant performance benefits versus price. The System X supercomputer at Virginia Tech.
Implementation of Clusters the 28th most powerful supercomputer on Earth as of June 2006, is a 12.25 TFlops computer cluster of 1100 Apple XServe G5 2.3 GHz dual-processor machines (4 GB RAM, 80 GB SATA HD) running Mac OS X and using InfiniBand interconnect.  The total cost of the previous Power Mac system was $5.2 million, a tenth of the cost of slower mainframe computer supercomputers. (The Power Mac G5s were sold off.) The central concept of a Beowulf cluster is the use of commercial off-the-shelf (COTS) computers to produce a cost-effective alternative to a traditional supercomputer. One project that took this to an extreme was the Stone Soupercomputer.
Implementation of Clusters clusters are excellent for parallel computation, but much poorer than traditional supercomputers at non-parallel computation. JavaSpaces is a specification from Sun Microsystems that enables clustering computers via a distributed shared memory. gridMathematica - computer algebra and 3D visualization.  High powered Gaming.
Cluster Technologies MPI is a widely-available communications library that enables parallel programs to be written in C, Fortran, Python, OCaml, and many other programming languages. The GNU/Linux world supports various cluster software; for application clustering and etc. Microsoft Windows Compute Cluster Server 2003 based on the Windows Server platform provides pieces for High Performance Computing. This cluster debuted at #130 on the Top500 list in June 2006.
Conclusion … 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 be seen everywhere !!!
Is there any further query regarding clusters?
Ad

More Related Content

What's hot (20)

cluster computing
cluster computingcluster computing
cluster computing
anjalibhandari11011995
 
Cluster Computing Seminar.
Cluster Computing Seminar.Cluster Computing Seminar.
Cluster Computing Seminar.
Balvant Biradar
 
Cluster Computing
Cluster ComputingCluster Computing
Cluster Computing
NIKHIL NAIR
 
Virtualization & cloud computing
Virtualization & cloud computingVirtualization & cloud computing
Virtualization & cloud computing
Soumyajit Basu
 
Cloud service models
Cloud service modelsCloud service models
Cloud service models
Prem Sanil
 
Cluster computing
Cluster computingCluster computing
Cluster computing
Kajal Thakkar
 
Cluster Computing
Cluster ComputingCluster Computing
Cluster Computing
Hitesh Mohapatra
 
CLUSTER COMPUTING
CLUSTER COMPUTINGCLUSTER COMPUTING
CLUSTER COMPUTING
anshugautamgautam
 
Understanding Cloud Computing
Understanding Cloud ComputingUnderstanding Cloud Computing
Understanding Cloud Computing
Mohammed Sajjad Ali
 
History and Evolution of Cloud computing (Safaricom cloud)
History and Evolution of Cloud computing (Safaricom cloud)History and Evolution of Cloud computing (Safaricom cloud)
History and Evolution of Cloud computing (Safaricom cloud)
Ben Wakhungu
 
1. GRID COMPUTING
1. GRID COMPUTING1. GRID COMPUTING
1. GRID COMPUTING
Dr Sandeep Kumar Poonia
 
Load balancing in cloud
Load balancing in cloudLoad balancing in cloud
Load balancing in cloud
Souvik Maji
 
Introduction to cloud computing
Introduction to cloud computingIntroduction to cloud computing
Introduction to cloud computing
Tilani Gunawardena PhD(UNIBAS), BSc(Pera), FHEA(UK), CEng, MIESL
 
Introduction to Virtualization
Introduction to VirtualizationIntroduction to Virtualization
Introduction to Virtualization
elliando dias
 
Cloud computing
Cloud computingCloud computing
Cloud computing
Syam Lal
 
IBM MQ cloud architecture blueprint
IBM MQ cloud architecture blueprintIBM MQ cloud architecture blueprint
IBM MQ cloud architecture blueprint
Matt Roberts
 
Cloud computing
Cloud computingCloud computing
Cloud computing
Reetesh Gupta
 
Distributed Computing ppt
Distributed Computing pptDistributed Computing ppt
Distributed Computing ppt
OECLIB Odisha Electronics Control Library
 
Cluster computing report
Cluster computing reportCluster computing report
Cluster computing report
Sudhanshu kumar Sah
 
Cloud Computing - Technologies and Trends
Cloud Computing - Technologies and TrendsCloud Computing - Technologies and Trends
Cloud Computing - Technologies and Trends
Marcelo Sávio
 

Similar to Cluster Computers (20)

59137949-Cluster-Computing (1).ppt .....
59137949-Cluster-Computing (1).ppt .....59137949-Cluster-Computing (1).ppt .....
59137949-Cluster-Computing (1).ppt .....
ananthupradeep00
 
Cluster computing
Cluster computingCluster computing
Cluster computing
Shashwat Shriparv
 
Cluster Computing
Cluster ComputingCluster Computing
Cluster Computing
BishowRajBaral
 
Cluster cmputing
Cluster cmputingCluster cmputing
Cluster cmputing
Kajal Thakkar
 
Clustering by AKASHMSHAH
Clustering by AKASHMSHAHClustering by AKASHMSHAH
Clustering by AKASHMSHAH
Akash M Shah
 
Cluster computer
Cluster  computerCluster  computer
Cluster computer
Ashraful Hoda
 
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
tiwarirajan1
 
cc_mod1.ppt useful for engineering students
cc_mod1.ppt useful for engineering studentscc_mod1.ppt useful for engineering students
cc_mod1.ppt useful for engineering students
Mprasad23
 
Computer_Clustering_Technologies
Computer_Clustering_TechnologiesComputer_Clustering_Technologies
Computer_Clustering_Technologies
Manish Chopra
 
CLUSTER COMPUTING
CLUSTER COMPUTINGCLUSTER COMPUTING
CLUSTER COMPUTING
KITE www.kitecolleges.com
 
Clustering
ClusteringClustering
Clustering
Abhay Pai
 
Cluster computing2
Cluster computing2Cluster computing2
Cluster computing2
ghanshyamrdias
 
Parallel_and_Cluster_Computing.ppt
Parallel_and_Cluster_Computing.pptParallel_and_Cluster_Computing.ppt
Parallel_and_Cluster_Computing.ppt
MohmdUmer
 
Distributed Computing
Distributed ComputingDistributed Computing
Distributed Computing
Prashant Tiwari
 
Cluster computing
Cluster computingCluster computing
Cluster computing
ShreerajKhatiwada
 
Distributed Computing
Distributed ComputingDistributed Computing
Distributed Computing
Sudarsun Santhiappan
 
Seminar
SeminarSeminar
Seminar
hpmizuki
 
From Rack scale computers to Warehouse scale computers
From Rack scale computers to Warehouse scale computersFrom Rack scale computers to Warehouse scale computers
From Rack scale computers to Warehouse scale computers
Ryousei Takano
 
cc_mod1.ppt useful for engineering students
cc_mod1.ppt useful for engineering studentscc_mod1.ppt useful for engineering students
cc_mod1.ppt useful for engineering students
Mprasad23
 
Challenges in Managing IT Infrastructure
Challenges in Managing IT InfrastructureChallenges in Managing IT Infrastructure
Challenges in Managing IT Infrastructure
We Learn - A Continuous Learning Forum from Welingkar's Distance Learning Program.
 
Ad

Recently uploaded (20)

UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à GenèveUiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPathCommunity
 
IT488 Wireless Sensor Networks_Information Technology
IT488 Wireless Sensor Networks_Information TechnologyIT488 Wireless Sensor Networks_Information Technology
IT488 Wireless Sensor Networks_Information Technology
SHEHABALYAMANI
 
Unlocking Generative AI in your Web Apps
Unlocking Generative AI in your Web AppsUnlocking Generative AI in your Web Apps
Unlocking Generative AI in your Web Apps
Maximiliano Firtman
 
fennec fox optimization algorithm for optimal solution
fennec fox optimization algorithm for optimal solutionfennec fox optimization algorithm for optimal solution
fennec fox optimization algorithm for optimal solution
shallal2
 
Cybersecurity Threat Vectors and Mitigation
Cybersecurity Threat Vectors and MitigationCybersecurity Threat Vectors and Mitigation
Cybersecurity Threat Vectors and Mitigation
VICTOR MAESTRE RAMIREZ
 
Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Kit-Works Team Study_아직도 Dockefile.pdf_김성호Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Wonjun Hwang
 
Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Everything You Need to Know About Agentforce? (Put AI Agents to Work)Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Cyntexa
 
Agentic Automation - Delhi UiPath Community Meetup
Agentic Automation - Delhi UiPath Community MeetupAgentic Automation - Delhi UiPath Community Meetup
Agentic Automation - Delhi UiPath Community Meetup
Manoj Batra (1600 + Connections)
 
Build With AI - In Person Session Slides.pdf
Build With AI - In Person Session Slides.pdfBuild With AI - In Person Session Slides.pdf
Build With AI - In Person Session Slides.pdf
Google Developer Group - Harare
 
Building the Customer Identity Community, Together.pdf
Building the Customer Identity Community, Together.pdfBuilding the Customer Identity Community, Together.pdf
Building the Customer Identity Community, Together.pdf
Cheryl Hung
 
Crazy Incentives and How They Kill Security. How Do You Turn the Wheel?
Crazy Incentives and How They Kill Security. How Do You Turn the Wheel?Crazy Incentives and How They Kill Security. How Do You Turn the Wheel?
Crazy Incentives and How They Kill Security. How Do You Turn the Wheel?
Christian Folini
 
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Markus Eisele
 
machines-for-woodworking-shops-en-compressed.pdf
machines-for-woodworking-shops-en-compressed.pdfmachines-for-woodworking-shops-en-compressed.pdf
machines-for-woodworking-shops-en-compressed.pdf
AmirStern2
 
Config 2025 presentation recap covering both days
Config 2025 presentation recap covering both daysConfig 2025 presentation recap covering both days
Config 2025 presentation recap covering both days
TrishAntoni1
 
Limecraft Webinar - 2025.3 release, featuring Content Delivery, Graphic Conte...
Limecraft Webinar - 2025.3 release, featuring Content Delivery, Graphic Conte...Limecraft Webinar - 2025.3 release, featuring Content Delivery, Graphic Conte...
Limecraft Webinar - 2025.3 release, featuring Content Delivery, Graphic Conte...
Maarten Verwaest
 
How to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabberHow to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabber
eGrabber
 
Smart Investments Leveraging Agentic AI for Real Estate Success.pptx
Smart Investments Leveraging Agentic AI for Real Estate Success.pptxSmart Investments Leveraging Agentic AI for Real Estate Success.pptx
Smart Investments Leveraging Agentic AI for Real Estate Success.pptx
Seasia Infotech
 
DevOpsDays SLC - Platform Engineers are Product Managers.pptx
DevOpsDays SLC - Platform Engineers are Product Managers.pptxDevOpsDays SLC - Platform Engineers are Product Managers.pptx
DevOpsDays SLC - Platform Engineers are Product Managers.pptx
Justin Reock
 
Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?
Eric Torreborre
 
Reimagine How You and Your Team Work with Microsoft 365 Copilot.pptx
Reimagine How You and Your Team Work with Microsoft 365 Copilot.pptxReimagine How You and Your Team Work with Microsoft 365 Copilot.pptx
Reimagine How You and Your Team Work with Microsoft 365 Copilot.pptx
John Moore
 
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à GenèveUiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPathCommunity
 
IT488 Wireless Sensor Networks_Information Technology
IT488 Wireless Sensor Networks_Information TechnologyIT488 Wireless Sensor Networks_Information Technology
IT488 Wireless Sensor Networks_Information Technology
SHEHABALYAMANI
 
Unlocking Generative AI in your Web Apps
Unlocking Generative AI in your Web AppsUnlocking Generative AI in your Web Apps
Unlocking Generative AI in your Web Apps
Maximiliano Firtman
 
fennec fox optimization algorithm for optimal solution
fennec fox optimization algorithm for optimal solutionfennec fox optimization algorithm for optimal solution
fennec fox optimization algorithm for optimal solution
shallal2
 
Cybersecurity Threat Vectors and Mitigation
Cybersecurity Threat Vectors and MitigationCybersecurity Threat Vectors and Mitigation
Cybersecurity Threat Vectors and Mitigation
VICTOR MAESTRE RAMIREZ
 
Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Kit-Works Team Study_아직도 Dockefile.pdf_김성호Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Wonjun Hwang
 
Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Everything You Need to Know About Agentforce? (Put AI Agents to Work)Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Cyntexa
 
Building the Customer Identity Community, Together.pdf
Building the Customer Identity Community, Together.pdfBuilding the Customer Identity Community, Together.pdf
Building the Customer Identity Community, Together.pdf
Cheryl Hung
 
Crazy Incentives and How They Kill Security. How Do You Turn the Wheel?
Crazy Incentives and How They Kill Security. How Do You Turn the Wheel?Crazy Incentives and How They Kill Security. How Do You Turn the Wheel?
Crazy Incentives and How They Kill Security. How Do You Turn the Wheel?
Christian Folini
 
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Markus Eisele
 
machines-for-woodworking-shops-en-compressed.pdf
machines-for-woodworking-shops-en-compressed.pdfmachines-for-woodworking-shops-en-compressed.pdf
machines-for-woodworking-shops-en-compressed.pdf
AmirStern2
 
Config 2025 presentation recap covering both days
Config 2025 presentation recap covering both daysConfig 2025 presentation recap covering both days
Config 2025 presentation recap covering both days
TrishAntoni1
 
Limecraft Webinar - 2025.3 release, featuring Content Delivery, Graphic Conte...
Limecraft Webinar - 2025.3 release, featuring Content Delivery, Graphic Conte...Limecraft Webinar - 2025.3 release, featuring Content Delivery, Graphic Conte...
Limecraft Webinar - 2025.3 release, featuring Content Delivery, Graphic Conte...
Maarten Verwaest
 
How to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabberHow to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabber
eGrabber
 
Smart Investments Leveraging Agentic AI for Real Estate Success.pptx
Smart Investments Leveraging Agentic AI for Real Estate Success.pptxSmart Investments Leveraging Agentic AI for Real Estate Success.pptx
Smart Investments Leveraging Agentic AI for Real Estate Success.pptx
Seasia Infotech
 
DevOpsDays SLC - Platform Engineers are Product Managers.pptx
DevOpsDays SLC - Platform Engineers are Product Managers.pptxDevOpsDays SLC - Platform Engineers are Product Managers.pptx
DevOpsDays SLC - Platform Engineers are Product Managers.pptx
Justin Reock
 
Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?
Eric Torreborre
 
Reimagine How You and Your Team Work with Microsoft 365 Copilot.pptx
Reimagine How You and Your Team Work with Microsoft 365 Copilot.pptxReimagine How You and Your Team Work with Microsoft 365 Copilot.pptx
Reimagine How You and Your Team Work with Microsoft 365 Copilot.pptx
John Moore
 
Ad

Cluster Computers

  • 1. Presented to you By- ShopniL Mahmud
  • 2. - Introducing Cluster Concept - About Cluster Computing - Concept of whole computers and it’s benefits - Architecture and Clustering Methods Different clusters catagorizations Issues to be consitered about clusters - Implementations of clusters Clusters technology in present and future Conclusions
  • 3. Introducing Clusters Computing 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 e-commerce, to high performance database applications.
  • 5. Cluster Computing A group of interconnected WHOLE COMPUTERS works together as a unified computing resource that can create the illusion of being one machine having parallel processing. The components of a cluster are commonly, but not always, connected to each other through fast local area networks.
  • 6. What’s Whole Computer A system that can refer run on its own apart from the cluster; used in server systems are called whole computers.
  • 7. Why is Clusters than single 1’s? Price/Performance The reason for the growth in use of clusters is that they have significantly reduced the cost of processing power. Availability S ingle points of failure can be eliminated, if any one system component goes down, the system as a whole stay highly available. Scalability HPC clusters can grow in overall capacity because processors and nodes can be added as demand increases.
  • 8. Where does it matter? The components critical to the development of low cost clusters are: Processors Memory Networking components Motherboards, busses, and other sub-systems
  • 9. Short History … 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. But Linux is the most widely used operating systems ever since for cluster computers around the world.
  • 11. Clusters Architecture 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 2 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
  • 14. A logical view for clusters
  • 15. Configuration Of Figure A Two node cluster Connected by means of a high speed link Link can be a LAN shared with other non cluster computers or it can be a dedicated interconnection facility Each node is a multiprocessor Being multiprocessor is not necessary but it enhances performance and availability
  • 16. Configuration of figure B Shared disk cluster Message link between nodes Also, there is a disk subsystem directly linked to multiple computers within the cluster Common disk subsystem is a RAID RAID is used so that high availability is not compromised by a shared disk that is a single point of failure
  • 17. Clustering Methods CLUSTERING METHOD DESCRIPTION BENEFITS LIMITATIONS Passive standby A secondary server takes over in case of primary server failure Easy to implement High cost because the secondary server is unavailable for other processing tasks Active standby The secondary server is also used for processing tasks Reduced cost because secondary servers can be used for processing Increased complexity Separate servers Separate servers have their own disks. Data are continuously copied from primary to secondary server High availability High network and server overhead due to copying operations Servers connected to disks Servers are cabled to the same disks, but each server owns its disk. If one server fails, its disks are taken over by the other server Reduced network and server overhead due to elimination of copying operations Usually requires disk mirroring or RAID technology to compensate for risk of disk failure Servers share disks Multiple servers simultaneously share access to the disks Low network and server overhead. Reduced risk of downtime caused by disk failure Requires lock manager software. Usually used with disk mirroring or RAID technology
  • 18. Cluster Catagorization High-availability (HA) Load-balancing High- Performance(HP)
  • 19. High Availability Clusters 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.
  • 20. Load Balancing Clusters PC cluster deliver load balancing performance Commonly used with busy ftp and web servers with large client base Large number of nodes to share load
  • 21. High Performance 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.
  • 22. Issues to be considered about Cluster Networking Cluster Software Programming Timing Network Selection Speed Selection
  • 23. Cluster Networking Huge difference in the speed of data accessibility and transferability and how the nodes communicate. Just got to make sure that if it’s in your budget then the clusters have the similar networking capabilities and if possible, then buy the network adapters from the same manufacturer.
  • 24. Cluster Software You will have to build versions of clustering software for each kind of system you include in your cluster.
  • 25. 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. TiminG 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..
  • 27. Network Selection 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.
  • 28. Right Speed Selection 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.
  • 29. Implementation of Clusters The TOP 500 organization's semi-annual list of the 500 fastest computers usually includes many clusters. As of June 18, 2008, the top supercomputer is the Department of Energy's IBM Roadrunner system with performance of 1026 TFlops measured with High-Performance LINPACK benchmark. Clustering can provide significant performance benefits versus price. The System X supercomputer at Virginia Tech.
  • 30. Implementation of Clusters the 28th most powerful supercomputer on Earth as of June 2006, is a 12.25 TFlops computer cluster of 1100 Apple XServe G5 2.3 GHz dual-processor machines (4 GB RAM, 80 GB SATA HD) running Mac OS X and using InfiniBand interconnect. The total cost of the previous Power Mac system was $5.2 million, a tenth of the cost of slower mainframe computer supercomputers. (The Power Mac G5s were sold off.) The central concept of a Beowulf cluster is the use of commercial off-the-shelf (COTS) computers to produce a cost-effective alternative to a traditional supercomputer. One project that took this to an extreme was the Stone Soupercomputer.
  • 31. Implementation of Clusters clusters are excellent for parallel computation, but much poorer than traditional supercomputers at non-parallel computation. JavaSpaces is a specification from Sun Microsystems that enables clustering computers via a distributed shared memory. gridMathematica - computer algebra and 3D visualization. High powered Gaming.
  • 32. Cluster Technologies MPI is a widely-available communications library that enables parallel programs to be written in C, Fortran, Python, OCaml, and many other programming languages. The GNU/Linux world supports various cluster software; for application clustering and etc. Microsoft Windows Compute Cluster Server 2003 based on the Windows Server platform provides pieces for High Performance Computing. This cluster debuted at #130 on the Top500 list in June 2006.
  • 33. Conclusion … 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 be seen everywhere !!!
  • 34. Is there any further query regarding clusters?

Editor's Notes

  • #8: Clusters are deployed to improve performance and/or availability over that of a single computer, while typically being much more cost-effective than single computers of comparable speed or availability.
  • #20: High-availability clusters (also known as Failover Clusters) are implemented primarily for the purpose of improving the availability of services that the cluster provides. They operate by having redundant nodes, which are then used to provide service when system components fail. The most common size for an HA cluster is two nodes, which is the minimum requirement to provide redundancy. HA cluster implementations attempt to use redundancy of cluster components to eliminate single points of failure. There are commercial implementations of High-Availability clusters for many operating systems. The Linux-HA project is one commonly used free software HA package for the Linux operating system.
  • #21: Load-balancing is when multiple computers are linked together to share computational workload or function as a single virtual computer. Logically, from the user side, they are multiple machines, but function as a single virtual machine. Requests initiated from the user are managed by, and distributed among, all the standalone computers to form a cluster. This results in balanced computational work among different machines, improving the performance of the cluster system.
  • #31: The cluster initially consisted of Power Mac G5s; the rack-mountable XServes are denser than desktop Macs, reducing the aggregate size of the cluster.
  • #33: Message passing interface(MPI).
  翻译: