1 / 36

Cluster Computing

Cluster Computing. by Mahedi Hasan. Table of Contents. 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

karik
Download Presentation

Cluster Computing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Cluster Computing by Mahedi Hasan

  2. Table of Contents 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 Cluster Computer is a collection of computers connected by a communication network. • Clusters are commonly connected through fast local area networks. • Clusters have evolved to support applications ranging from e-commerce, to high performance database applications.

  4. Cluster Computers in view Linux cluster at the Chemnitz University of Technology, Germany

  5. History • In 1960s IBM's Houston Automatic Spooling Priority (HASP) system and its successor, Job Entry System (JES) allowed the distribution of work to a user-constructed mainframe cluster. • Four Building Blocks - killer-microprocessors, killer-networks, killer-tools, and killer-applications. • 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, IBM, SUN and other leading hardware and software companies offer clustering packages

  6. Supercomputers and Clusters • A supercomputer is a computer at the frontline of current processing capacity, particularly speed of calculation. • Supercomputers are used for highly calculation-intensive tasks such as problems including quantum physics, weather forecasting, climate research, oil and gas xploration, molecular modeling, and physical simulations. • Supercomputers were introduced in the 1960s and were designed primarily by Seymour Cray at Control Data Corporation (CDC), and later at Cray Research.

  7. Cont … • Following the success of the CDC 6600 in 1964, the Cray 1 was delivered in 1976, and introduced internal parallelism via vector processing. • Now some of the fastest supercomputers (e.g. the K computer) relied on cluster architectures.

  8. K-Computer

  9. In June 2011, K-computer became the world's fastest supercomputer, with a rating of over 8 petaflops, and in November 2011, K became the first computer to top 10 petaflops or 10 quadrillion calculations per second. It is slated for completion in June 2012. • It uses 88,128 2.0GHz 8-core processors packed in 864 cabinets. Total 705,024 cores • TOP500 maintains a list of worlds fastest supercomputers

  10. 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 Single 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.

  11. 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

  12. Cluster Catagorization • High-availability • Load-balancing • High- Performance

  13. 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.

  14. High Availability Clusters

  15. 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

  16. Load Balancing Clusters

  17. High Performance Clusters • Started from 1994 • Donald Becker of NASA assembled this cluster. • Also called Beowulf cluster • Applications like data mining, simulations, parallel processing, weather modeling, etc.

  18. High Performance Clusters

  19. A MPI Cluster

  20. Cluster Classification • Open Cluster – All nodes can be seen from outside, and hence they need more IPs, and cause more security concern. But they are more flexible and are used for internet/web/information server task • Close Cluster – They hide most of the cluster behind the gateway node. Consequently they need less IP addresses and provide better security. They are good for computing tasks.

  21. Open Cluster

  22. Close Cluster

  23. Benefits • High processing capacity. • Resource consolidation • Optimal use of resources • Geographic server consolidation • 24 x 7 availability with failover protection • Disaster recovery • Horizontal and vertical scalability without downtime • Centralized system management

  24. Dark side • Clusters are phenomenal computational engines • Can be hard to manage without experience • High performance I/O is not possible • Finding out where something has failed increases at least linearly as cluster size increases. • The largest problem in cluster is software skewing • When software configuration on some nodes is different than others • Small differences (minor version difference in libraries) can cripple a parallel program • The other most critical problem is adequate job control of the parallel processes • Signal Propagation • Cleanup

  25. Challenges in Cluster Computing • Middleware • Program • Elasticity • Scalability

  26. Cluster Applications • Google Search Engine. • Petroleum Reservoir Simulation. • Protein Explorer. • Earthquake Simulation. • Image Rendering. • Whether Forecasting. …. and many more

  27. Tools for cluster Computing • Nimrod – a tool for parametric computing on clusters and it provides a simple declarative parametric modeling language for expressing a parametric experiment. • PARMON – a tool that allows the monitoring of system resource and their activities at three different levels: system, node and component. • Candor – a specialized job and resource management mechanism, scheduling policy, priority scheme, and resource monitoring and management.

  28. Cont…. • MPI and OpenMP – message passing libraries provide a high-level means of passing data between process execution. • Other cluster simulators include Flexi-Cluster - a simulator for a single computer cluster, VERITAS - a cluster simulator, etc.

  29. Cluster Computing Today • Cluster architecture and application has changed which makes it suitable for a different kinds of problems • clusters are also used today for financial applications, for applications that process very large amounts of data that is data-intensive applications, and for other problems • barriers to entry for using a cluster have become much lower

  30. What’s Changed: A Modern View of Cluster Computing Now a cluster can contain any combination of the following: • On-premises servers, as in traditional compute clusters. • Desktop workstations, which can become part of a cluster when they’re not being used. Think of a financial services firm, for instance, which probably has many high-powered workstations that sit idle overnight. • Cloud instances provided by public cloud platforms. These instances can be created on demand, used as long as needed, then shut down.

  31. Data-Intensive Applications • Applications need to read large amounts of unstructured, non-relational data. • The processing does not require lots of CPU. Challenge is to read a large amount of information from disk as quickly as possible. For applications whose logic can process different parts of that data in parallel, a compute cluster can help. • A cluster can provide two distinct services for data-intensive applications: • It can offer a relatively inexpensive place to store large amounts of unstructured information reliably. • It can provide a framework for creating and running parallel applications that process this data.

  32. Data-Intensive Applications

  33. Using an On-Demand Cluster

  34. Conclusion • it’s become more useful. • It’s become more accessible. • Clusters based supercomputers can be seen everywhere !!

  35. Thanks !

More Related