Results 1 to 15 of 15
  1. #1
    Join Date
    Dec 2008
    Posts
    319

    Default Load Balanced Servers

    It is quite difficult for me to understand the concept of Load Balancing and have the following doubts:-

    • What is Load Balancing (layman language please)?
    • Which operating system is needed for Load Balancing?
    • What is the required specification?

    Thank you
    Merrick

  2. #2

    Smile

    Hello Merrick,

    I have answered all your questions below :

    1) Load balancing is a concept which involves a number of servers so that the website load gets distributed on a number of servers and the load is not concentrated on one single server. This is usually done by websites which have a huge amount of traffic.

    2) It is not necessary to have a specific operating system for load balancing. You can have Windows or Linux operating system for load balancing architecture. However, the required configuration may change due to the operating system you choose.

    3) Load balancing needs more than one Dedicated server of the same configuration. However, you may also need some other addons depending on your needs.

    Hope this helps...

  3. #3

    Default

    Server Cluster involves multiple servers which distribute the load among themselves in order to achieve web server scalability. The load distribution among these servers is known as load balancing. Load balancing distributes traffic efficiently among network servers so that no individual server is overburdened.

    As far as Linux based load balanced servers architecture is concerned, Linux CentOS or RHEL are the recommended ones. For setting up a Windows based Load Balanced servers architecture, certain Windows operating systems like Windows 2003 Enterprise edition and Windows 2008 Web edition are required.
    Cloud Hosting - Pay-As-You-Go Hosting with eNlight Cloud
    Follow eUKhost on Twitter || Join eUKhost Community on Facebook

  4. #4

    Smile

    In computer networking the load balancing technique is used for spreading work between two or more computers, network links, CPU’s and other resources, in order to get optimal resource utilization. Usage of multiple components with load balancing increases the reliability through redundancy. Load balancing is used as a mediator in internal communications in computer clusters.Load balanced systems include popular websites, Internet Relay chats, high bandwidth FTP (File Transfer Protocol) sites, NNTP servers and DNS servers.

  5. #5
    Join Date
    Dec 2008
    Posts
    319

    Default

    Thank you all for answering my questions.

    Quote Originally Posted by Ryan View Post
    Server Cluster involves multiple servers which distribute the load among themselves in order to achieve web server scalability. The load distribution among these servers is known as load balancing. Load balancing distributes traffic efficiently among network servers so that no individual server is overburdened.
    So is it possible to use Load Balancing and Server Clusters on the Same Set of Nodes?

  6. #6
    Join Date
    Nov 2005
    Location
    Earth
    Posts
    629

    Default

    Quote Originally Posted by Merrick View Post
    So is it possible to use Load Balancing and Server Clusters on the Same Set of Nodes?
    No, you can either have a Load Balanced server or Clustered server. There are numerous reasons for them to not work together however some basic are:

    1. NLB require all the IP addresses to be assigned to all the nodes where as cluster would only switch the IP at the time of fail over, one cannot have then on all node at a time.
    2. Cluster require AD and NLB cannot have AD since communication between 2 nodes is not permitted in NLB through dedicated IP.

  7. #7
    Join Date
    Oct 2008
    Posts
    126

    Default

    Network Load Balancer is used to balance TCP/IP traffic among the 2 or more servers. The servers participating in the NLB cluster doesn't share storage or other resources, but instead run their own instances of the load-balanced applications. For i, each server would run IIS with an instance of the same Web site, but each would be a separate copy. NLB simply manages the incoming traffic and balances it out to the servers participating in the cluster.

    NLB Doesn't provides failover capability, but the Cluster Service does provide redundancy and failover capability. Servers in this type of cluster generally share common storage and function as a single, logical unit. By contrast, an NLB cluster is a group of individual servers working independently to process the traffic that the NLB service passes their way. Essentially, the NLB service enables all servers in the NLB cluster to be addressed by a single IP address. You can combine NLB clustering with Cluster Service clusters, but these two cluster types must remain separate; that is, a server can’t participate in both types of clusters. The usual solution is to build an NLB cluster upstream to service a Cluster Service cluster.

  8. #8
    Join Date
    Nov 2006
    Posts
    776

    Default

    Quote Originally Posted by Merrick View Post
    So is it possible to use Load Balancing and Server Clusters on the Same Set of Nodes?
    Windows and Linux load balancing is completely a different setup. Which one you are looking at ?

  9. #9
    Join Date
    Dec 2008
    Posts
    319

    Default

    Quote Originally Posted by Jack View Post
    Windows and Linux load balancing is completely a different setup. Which one you are looking at ?
    Well, I asked irrespective of OS. However, I'm looking at Linux Load Balancing. How do both differ in setup please?

  10. #10

    Wink

    Linux and Windows have quite a different setup. However, the purpose would be the same. Please be advised that the cost of the Windows Load balancing Dedicated servers will be higher in comparison to Linux Load balancing Dedicated servers due the Licensing charges required for Windows Operating system.

  11. #11

    Default

    Quote Originally Posted by Merrick View Post
    Well, I asked irrespective of OS. However, I'm looking at Linux Load Balancing. How do both differ in setup please?
    A typical Linux based Load Balanced servers' architecture consists of 2 or more similar configuration web servers which are behind a Load Balancer. Each web server will have a public IP assigned to it as well as an Internal LAN IP. After the implementation of Load Balancing routing rules on the Load Balancer, we configure Firewall rules to allow web traffic on the web servers to pass through the Load Balancer. The Load Balancer will then take care of equal distribution of traffic on each of the web servers who then pass on SQL queries to the database server.
    Cloud Hosting - Pay-As-You-Go Hosting with eNlight Cloud
    Follow eUKhost on Twitter || Join eUKhost Community on Facebook

  12. #12
    Join Date
    Dec 2008
    Posts
    319

    Default

    Thank you Ryan!

    Just got a link on EUK site which to helped me in understanding the concept of Load Balancing. The link is:-
    Load Balanced Web Servers and MySQL Servers | Web Hosting UK | Dedicated Servers | VPS Hosting.

  13. #13

    Default

    Thank you for the link Merrick. The pictoral description helps to understand the concept in a better way.

  14. #14
    Join Date
    Dec 2008
    Posts
    319

    Default

    Quote Originally Posted by MattBarthorp View Post
    Thank you for the link Merrick. The pictoral description helps to understand the concept in a better way.
    You are most welcome

    You can read this forum from the beginning and I'm sure that it will help you much to understand the concept of Load Balanced Servers. All the posts by EUK Rocks are in pretty simple language. However still if you have any issues regarding Load Balancing you can post them here. I'm sure you will get a quick response from

  15. #15
    Join Date
    Aug 2010
    Location
    UK
    Posts
    21

    Default

    Hello Friends.........

    Load balancing helps make networks more efficient. It distributes the processing and traffic evenly across a network, making sure no single device is overwhelmed. Web servers, as in the example above, often use load balancing to evenly split the traffic load among several different servers.

    Thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •