Site home page Get alerts when Linktionary is updated Book updates and addendums Get info about the Encyclopedia of Networking and Telecommunicatons, 3rd edition (2001) Download the electronic version of the Encyclopedia of Networking, 2nd edition (1996). It's free! Contribute to this site Electronic licensing info
|
Clustering Related Entries Web Links New/Updated Information Note: Many topics at this site are reduced versions of the text in "The Encyclopedia of Networking and Telecommunications." Search results will not be as extensive as a search of the book's CD-ROM. Clustering is a fault-tolerant server technology that provides availability and scalability. It groups servers and shared resources into a single system that can provide immunity from faults. Improved performance is a byproduct of such a system. Clients interact with clusters of servers as if they are a single system. Should one of the servers fail in the cluster, the other servers can take over its load. An interesting aspect of clustering is that it can provide "four nines" of availability (99.99 percent uptime), which translates to 53 minutes of downtime per year. A complete description of availability is under "Fault Tolerance and High Availability." Before discussing clustering, it is important to put the range of network server/storage devices and configurations into context. Here are the typical arrangements of servers and storage devices on enterprise networks and Web sites on the Internet:
Note that clusters, SANs, and NASs all separate storage from servers, thus allowing any server to access any storage device. In addition, access to storage is not dependent on any one server since clients can get at storage through any server (or directly, in the case of NAS). A simple clustering solution is pictured on the left in Figure C-20. In this case, two servers share the same hard disks. A cluster may also consist of more than two servers, as shown on the right in Figure C-20. The latter is often established to provide additional performance. In fact, a multicluster system is designed to allow scaling as well as fault tolerance. Additional servers are added to the cluster as processing requirements grow. [ANCHOR HERE: Figure 20] Clustering technology can provide better performance than large symmetric multi- processing servers because multiple systems provide better I/O (input/output) for a large number of network clients. Other important features and benefits are outlined here:
Both clients and network administrators view clusters of servers as a single server. A virtual IP (Internet Protocol) addressing scheme is implemented in which a single URL (Universal Resource Locator) points to the entire cluster of servers. A file system distributed over a cluster appears as a single file system even if one of the servers in the cluster fails. Network administrators can run a single management application to monitor the performance of the cluster. Some of the difficulties of clustering include handling failures of components, recovering from failures, arbitration of access to disks in a shared environment, and cache coherency (a disk is read by another user before update information in the cache is written). Clustering is a typical configuration in multitiered network architectures where the cluster represents the middle and back-end tiers. See "Multitiered Architectures" for more information. Microsoft Windows 2000 DataCenter is designed for use at the core of enterprise networks. It supports a four-node cluster with expanded support in the future. A related product is Microsoft WLBS (Windows Load Balancing Service) for Windows NT. This is called NLB (Network Load Balancing) in Windows 2000. In Windows 2000, a feature called CLB (Component Load Balancing) balances the distribution of objects (software components) across a set of COM+ servers. Microsoft developed the MSCS (Microsoft Cluster Service) API to support cluster development. IBM's Netfinity servers support up to eight nodes in a cluster with software that was designed using the Microsoft MSCS API. Novell's NWCS (NetWare Cluster Services) is another clustering solution. The Virtual Interface (VI) Architecture specification defines an industry-standard architecture for communication within clusters of servers and workstations. The specification is designed to boost I/O by reducing the time it takes to exchange messages between devices. ""The VI architecture is promoted by Compaq, Intel, and Microsoft. More information is available at the Web site listed on the related entries page. Refer to "VI Architecture" for more information. Load-balancing is a related technology for creating what are often called virtual clusters. Refer to "Load Balancing" for more information. Other interesting related technologies are described under "InfiniBand" and "DAFS (Direct Access File System)." Copyright (c) 2001 Tom Sheldon and Big Sur Multimedia. |