Amazines Free Article Archive
www.amazines.com - Tuesday, April 22, 2025
Read about the most recent changes and happenings at Amazines.com
Log into your account or register as a new author. Start submitting your articles right now!
Search our database for articles.
Subscribe to receive articles emailed straight to your email account. You may choose multiple categories.
View our newest articles submitted by our authors.
View our most top rated articles rated by our visitors.
* Please note that this is NOT the ARTICLE manager
Add a new EZINE, or manage your EZINE submission.
Add fresh, free web content to your site such as newest articles, web tools, and quotes with a single piece of code!
Home What's New? Submit/Manage Articles Latest Posts Top Rated Article Search
Google
Subscriptions Manage Ezines
CATEGORIES
 Article Archive
 Advertising (133575)
 Advice (161672)
 Affiliate Programs (34799)
 Art and Culture (73858)
 Automotive (145720)
 Blogs (75621)
 Boating (9851)
 Books (17224)
 Buddhism (4130)
 Business (1330998)
 Business News (426456)
 Business Opportunities (366525)
 Camping (10973)
 Career (72796)
 Christianity (15853)
 Collecting (11638)
 Communication (115089)
 Computers (241958)
 Construction (38973)
 Consumer (49954)
 Cooking (17080)
 Copywriting (6734)
 Crafts (18203)
 Cuisine (7549)
 Current Affairs (20323)
 Dating (45910)
 EBooks (19704)
 E-Commerce (48273)
 Education (185534)
 Electronics (83525)
 Email (6438)
 Entertainment (159863)
 Environment (29004)
 Ezine (3040)
 Ezine Publishing (5454)
 Ezine Sites (1551)
 Family & Parenting (111011)
 Fashion & Cosmetics (196612)
 Female Entrepreneurs (11853)
 Feng Shui (134)
 Finance & Investment (310633)
 Fitness (106491)
 Food & Beverages (63057)
 Free Web Resources (7941)
 Gambling (30227)
 Gardening (25202)
 Government (10519)
 Health (630176)
 Hinduism (2206)
 Hobbies (44083)
 Home Business (91747)
 Home Improvement (251282)
 Home Repair (46257)
 Humor (4728)
 Import - Export (5462)
 Insurance (45104)
 Interior Design (29637)
 International Property (3488)
 Internet (191032)
 Internet Marketing (146690)
 Investment (22863)
 Islam (1161)
 Judaism (1352)
 Law (80500)
 Link Popularity (4596)
 Manufacturing (20931)
 Marketing (99327)
 MLM (14140)
 Motivation (18237)
 Music (27000)
 New to the Internet (9498)
 Non-Profit Organizations (4048)
 Online Shopping (129742)
 Organizing (7813)
 Party Ideas (11855)
 Pets (38165)
 Poetry (2229)
 Press Release (12691)
 Public Speaking (5643)
 Publishing (7566)
 Quotes (2407)
 Real Estate (126896)
 Recreation & Leisure (95496)
 Relationships (87677)
 Research (16182)
 Sales (80359)
 Science & Technology (110298)
 Search Engines (23525)
 Self Improvement (153317)
 Seniors (6224)
 Sexuality (36012)
 Small Business (49374)
 Software (83054)
 Spiritual (23537)
 Sports (116155)
 Tax (7664)
 Telecommuting (34070)
 Travel & Tourism (308296)
 UK Property Investment (3123)
 Video Games (13382)
 Web Traffic (11800)
 Website Design (56947)
 Website Promotion (36670)
 World News (1000+)
 Writing (35853)
Author Spotlight
PANKAJ RATTAN

I am Pankaj Rattan. I am a B.tech student. I love to ride my bike and play cricket. And i also love ...more
GREG DERR

Triple Diamond Construction is a licensed roofing company serving Oklahoma City, Moore, Norman, Yuko...more
RAM SEWAK

Myself Ram Sewak possessing indepth domain experience of more than 10 years in SEO, SEM, Web Develop...more
JANE PAGE

Jane is an ardent mobile and internet marketing and enthusiast reporter on major press media in USA...more
ELLIOT CHANG

Financial analyst and author writing on economy and business. ...more


Cluster Server Technology Keeps Your Application Running When the Critical Server Fails by Ki Grinsing





Cluster Server Technology Keeps Your Application Running When the Critical Server Fails by
Article Posted: 07/13/2010
Article Views: 156
Articles Written: 79
Word Count: 1089
Article Votes: 0
AddThis Social Bookmark Button

Cluster Server Technology Keeps Your Application Running When the Critical Server Fails


 
Computers
When an organization is dependable to the computer resources infrastructure and downtime is not acceptable to the business production, deployment of fault tolerant Server technology such as Clustering is a must for the businesses today. If the servers are down, the business stops. Therefore, such server clustering technology is solutions that must be adopted to keep the business run if one of the critical servers fails.

Clustering Clustering is one of server fault tolerant technologies offered by Windows server 2003 (and later) which is dedicated to run one or more applications by configuring two or more application servers in such a way to provide fault tolerance and load balancing. If one server fails to operate, the other server will take over the role to keep the application operational. This is the concept of fault tolerance in server clustering technology.

In a server cluster technology, each of the servers runs the same critical applications. When one of the servers fails, the other server will take over the role automatically. This is the “failover” concept. If the failed server is back to normal, other server nodes will recognize this condition and the clustering system will use the server again. This is a “failback” concept.

Server Clustering Technology In Windows server 2003 and later, there are two types of fault tolerance server technology: Server Cluster and Network Load Balancing (NLB). The difference between the two technologies lies on the types of applications that must be run by the servers and also the types and characteristic of the data they use.

Network Load Balancing (NLB) Network Load Balancing (NLB) is one of the server redundancy offered by Microsoft which is easy to install, manage, and maintain. You can use the available hardware and software in the servers, no need of additional software or hardware. You can use the application available in Windows 2003 “Network load balancing manager” to create, manage, and monitor the NLBs. NLB mostly run the memory stateless applications, the applications which data is not changed all the time. Characteristic: • Supported by all types of Windows 2003 including Standard, Enterprise, and Datacenter types Server • Can be used to deploy up to 32 nodes Network Load Balancing where each of the server has duplicate copy of the application that you want to provide to the users. • Full load balancing for both TCP and UDP traffic • Can be used for Web servers, ISA servers, VPNs, Media servers, and Terminal Servers

Network load balancing works by creating such a virtual network adapter on each of the nodes that represents a single cluster entity. Virtual adapter has independent IP address and MAC address different from each of the IP addresses given to each server interfaces. Clients will access the virtual IP address instead of accessing each of the server nodes. If a request comes from a client to the cluster IP address, all the nodes in the cluster system will receive and process the message. In each of the nodes in NLB cluster, an NLB service will function as the filter between the cluster adapter and the computer TCP/IP stack. This filter will allow the NLB for the calculation in deciding which node in the cluster system will be responsible to response to the client’s request. Each of the nodes in the cluster does not need to make communication between them. Each of the nodes will make the same independent calculation and make their own decision whether to respond the client’s request or not. The calculation formula will only be changed if the number of server nodes changes.

Server Cluster The other types of fault tolerance Server technology is Server Cluster which is designed for applications which data is huge enough and changed frequently and is typically called statefull Applications and contain databases such as Microsoft SQL, Exchange server, server file and printers. All of the nodes in the cluster system are connected to a set of data and share a single SCSI bus or SAN (storage area network). All nodes have the same access to the same application and each node can also process the client request every time. You can configure each of the nodes to be active or passive. The active node can receive client requests, while the passive node is idle and function as the “failback” when the active node is failure.

• Similar to the NLB, server cluster also has the independent name and IP address separate from each of the nodes IP addresses. It is therefore when the active node fails to function, clients do not need to know what’s going on to the system. Clients still access the same name and the same IP address because the system will be soon back to normal using the standby machine. If there are many servers in X node clustering, the survival node will take over the failed server. • Server cluster can only operate under Windows server 2003 Enterprise edition and Datacenter edition. Windows server 2003 Standard edition can only work for NLB but not cluster. • Up to maximum 8 server nodes to function as failover and failback each. Failback is not configured by default; you should configure it manually or automatically. • Server Cluster requires special disk drive such as Fiber Channel, Shared SCSI, or SAN. Fiber Channel is a high speed up to 100 Mbps serial networking technology using full-duplex communication. But SCSI uses parallel signal technology. • Typically used for SQL databases, MS Exchange, File and Print server etc.

X Node Clustering

In X node clustering you can create minimum 2 nodes and up to maximum 8 node failover / failback clustering. For example in X node cluster system, you can deploy 4 server nodes where each server is active and also function as the survival node from the designated server when the server is failure. Each of the nodes has direct access to the share storage. Each of the servers has primary role and the designated survival role. Each of the servers has special connection link via a dedicated network connection which is used to detect the heart beat for all the four nodes. Each of the nodes can detect if there is a failure of the node and the designated node will take over the role function. By Ki Grinsing

Ki Grinsing was graduated from a technical college with the additions of MCSE and CCNA certifications and long years of working experiences in IT. For complete article please visit: Server cluster redundancy and Computer networking hardware

Related Articles - server, cluster,

Email this Article to a Friend!

Receive Articles like this one direct to your email box!
Subscribe for free today!

 Rate This Article  
Completely useless, should be removed from directory.
Minimal useful information.
Decent and informative.
Great article, very informative and helpful.
A 'Must Read'.

 

Do you Agree or Disagree? Have a Comment? POST IT!

 Reader Opinions 
Submit your comments and they will be posted here.
Make this comment or to the Author only:
Name:
Email:
*Your email will NOT be posted. This is for administrative purposes only.
Comments: *Your Comments WILL be posted to the AUTHOR ONLY if you select PRIVATE and to this PUBLIC PAGE if you select PUBLIC, so write accordingly.
 
Please enter the code in the image:



 Author Login 
LOGIN
Register for Author Account

 

Advertiser Login

 

ADVERTISE HERE NOW!
   Limited Time $60 Offer!
   90  Days-1.5 Million Views  

 

Great Paranormal Romance


TIM FAY

After 60-plus years of living, I am just trying to pass down some of the information that I have lea...more
STEVERT MCKENZIE

Stevert Mckenzie, Travel Enthusiast. ...more
GENE MYERS

Author of four books and two screenplays; frequent magazine contributor. I have four other books "in...more
LAURA JEEVES

At LeadGenerators, we specialise in content-led Online Marketing Strategies for our clients in the t...more
MICHAEL BRESCIANI

Rev Bresciani is the author of two Christian books. One book is an important and concisely written b...more
STEPHEN BYE

Steve Bye is currently a fiction writer, who published his first novel, ‘Looking Forward Through the...more
LEVAL AINAH

I am an internet marketer and also an educator. My goal is to help others who are looking to improve...more
PAUL PHILIPS

For more articles, blog messages & videos and a free e-book download go to www.NewParadigm.ws your p...more
ALEX BELSEY

I am the editor of QUAY Magazine, a B2B publication based in the South West of the UK. I am also the...more
DONNIE LEWIS

I'm an avid consumer of a smoothie a day living, herbs, vitamins and daily dose of exercise. I'm 60...more

HomeLinksAbout UsContact UsTerms of UsePrivacy PolicyFAQResources
Copyright © 2025, All rights reserved.
Some pages may contain portions of text relating to certain topics obtained from wikipedia.org under the GNU FDL license