
Issues Affecting Successful Scalability Implementations
229
•
Translate the natural language names to server IP address mappings so that users
can find the site.
•
If you have enabled round-robin distribution for multi-server load balancing, it
can distribute the load among each server in a rote, sequential distribution
manner.
However, if a spike in user activity occurs and causes servers to overload or fail,
round-robin DNS will keep distributing the requests among all of the servers, even if
some of them are no longer operational.
In short, Internet DNS is limited in its capabilities, and its round-robin distribution
mechanism does not contain any intelligence that allows it to monitor, manage, and
react to overloaded or failed servers. Consequently, DNS by itself is not a sound load
balancing or failover solution for your business-critical sites. The load balancing and
failover technology that ColdFusion Enterprise provides, ClusterCATS, compensates
for DNS limitations and allows you to create highly available, reliable, and scalable
ColdFusion Web applications.
DNS core elements
Following are core DNS elements that you must understand and be able to configure
if your ColdFusion Web applications are to work well with DNS:
•
“Zones and domains” on page 229
•
“DNS record types, server aliases, and round-robin distribution” on page 230
Zones and domains
A Domain Name System is composed of a distributed database of names. The names
in the DNS database establish a logical tree structure called the domain name space.
On the Internet, the root of the DNS database is managed by the Internet Network
Information Center (InterNIC). The top-level domains were originally assigned
organizationally and by country. Two-letter and three-letter abbreviations are used
for countries and various abbreviations are reserved for use by organizations. For
example, .com, .gov, .edu for business, government, and educational organizations,
respectively.
A domain is a node on a network and all of the nodes below it (subdomains) that are
contained within the DNS database tree structure. Domains and subdomains can be
grouped into zones to allow distributed administration of the name space. More
specifically, a zone is some portion of the DNS name space whose database records
exist and are managed in a particular physical file. A single DNS server may be
configured to manage one or multiple zone files. Each zone is anchored at a specific
domain node. Zones are used for breaking up domains across multiple segments
when you need to distribute the management of the domain to multiple groups and
for replicating data more efficiently.
Summary of Contents for COLDFUSION 5-ADVANCED ADMINISTRATION
Page 1: ...Macromedia Incorporated Advanced ColdFusion Administration ColdFusion 5...
Page 20: ......
Page 56: ...38 Chapter 1 Advanced Data Source Management...
Page 74: ...56 Chapter 2 Administrator Tools...
Page 76: ......
Page 86: ...68 Chapter 3 ColdFusion Security...
Page 87: ...To Learn More About Security 69...
Page 88: ...70 Chapter 3 ColdFusion Security...
Page 130: ...112 Chapter 5 Configuring Advanced Security...
Page 132: ......
Page 154: ...136 Chapter 6 Configuring Verity K2 Server...
Page 162: ...144 Chapter 7 Indexing XML Documents...
Page 202: ...184 Chapter 8 Verity Spider...
Page 236: ...218 Chapter 10 Verity Troubleshooting Utilities...
Page 238: ......
Page 348: ...330 Chapter 14 ClusterCATS Utilities...
Page 349: ...Using sniff 331...
Page 350: ...332 Chapter 14 ClusterCATS Utilities...
Page 362: ...344 Chapter 15 Optimizing ClusterCATS...
Page 372: ...354 Index...