MCA Cluster Computing Ppt
MCA Cluster Computing Ppt
org
Seminar
On
CLUSTER
COMPUTING
• Grid Cluster
High Availability or Failover Clusters
These clusters are designed to provide uninterrupted availability
of data or services (typically web services) to the end-user
community.
if a node fails, the service can be restored without affecting the
availability of the services provided by the cluster. While the
application will still be available, there will be a performance
drop due to the missing node.
The purpose of these clusters is to ensure that a single instance of
an application is only ever running on one cluster member at a
time but if and when that cluster member is no longer available,
the application will failover to another cluster member.
• High-availability clusters implementations are
best for mission-critical applications or
databases, mail, file and print, web, or
application servers.
Load Balancing Cluster
• Network technologies
• Network Types
• Communication Protocols
• Operating system
• Single System Image (SSI)
• Quorum
CLUSTER BENEFITS
Resource Ownership Singular Singular or multiple, varies from Singular, multiple, or distributed,
(Often locked to a single node to platform to platform depending on circumstance
prevent data corruption) and architecture
Method of Resource Allocation / Centralized, allocated according Decentralized N/A, there is no single permanent
Scheduling configuration host for centralized data or
resource management.
Everything is transient.
Inter-Operability Guaranteed within a cluster Enforced within a framework Multiple competing standards
Suggested Equipments Mostly high-end, high capability High-end or commodity systems Any type, including wireless device
systems and embedded systems.
Scaling 2- 16 way (Although, Two to thousands units connection Theoretically, infinite (In actuality, it
theoretically 128+ is depends on network backbone
possible) transmission speed, number of
clients, and type of
transmission protocol…..)
Discovery Mechanism Defined membership (Static or Centralized index, as well as, Always decentralized discovery
Dynamic) multiple decentralized mechanism.
mechanisms.
CONCLUSION
Cluster computing has become a major part of many
research programs because the price to performance
ratio of commodity clusters is very good. Also, because
the nodes in a cluster are clones, there is no single point
of failure, which enhances the reliability to the cluster.
Reference
• www.google.com
• www.wikipedia.com
• www.studymafia.org
THANK
YOU