Difference between clustering and load balancing

ankurj.hazarikaankurj.hazarika Member Posts: 56 ■■□□□□□□□□
[FONT=&quot]Team- Could somebody please explain the difference between clustering and load balancing? Thanks.[/FONT]

Comments

  • agargavagargav Member Posts: 5 ■□□□□□□□□□
    Clustering: 2 or more servers are in a group, but are not necessarily sharing the traffic. They can be in active-passive mode.
    If one of the cluster member goes down, another one will take up the load (either automatically or manually switched).

    Load balancing: 2 or more servers are in a group, and are actively sharing the traffic. If one of the server goes down, there will be degradation in capacity, but for end user it will remain transparent.
  • PCTechLincPCTechLinc Member Posts: 646 ■■■■■■□□□□
    Another difference is that in clustering, the servers use the same data storage. When using load balancing, each server has to have their own copy of the data. If the data needs to be the same, then it has to be replicated.
    Master of Business Administration in Information Technology Management - Western Governors University
    Master of Science in Information Security and Assurance - Western Governors University
    Bachelor of Science in Network Administration - Western Governors University
    Associate of Applied Science x4 - Heald College
  • ankurj.hazarikaankurj.hazarika Member Posts: 56 ■■□□□□□□□□
    Terrific! Thanks man.
Sign In or Register to comment.