Network Load Balancing

From Wikipedia, the free encyclopedia

Network Load Balancing (commonly referred to as dual-WAN routing or multihoming) is the ability to balance traffic across two WAN links without using complex routing protocols like BGP (Border Gateway Protocol).

This capability balances network sessions like web, email, etc over multiple connections in order to spread out the amount of bandwidth used by each LAN users, thus increasing the total amount of bandwidth available. Example: A user has a single WAN connection to the Internet operating at 1.5Mbit/s. They wish to add a second broadband (Cable, DSL, Wireless) connection operating at 2.5Mbit/s. This would provide them with a total of 4Mbit/s of bandwidth when balancing sessions.

Session balancing does just that, it balances sessions across each WAN link. When web browsers connect to the Internet, they commonly open multiple sessions, one for the text, another for an image, another for another image, etc. Each of these sessions can be balanced across the available connections. An FTP application only uses a single session so it is not balanced, however if a secondary FTP connection is made, then it may be balanced so that on the whole traffic is evenly distributed across the various connections and thus provides an overall increase in throughput.

Additionally, network load balancing is commonly used to provide network redundancy so that in the event of a WAN link outage, access to network resources is still available via the secondary link(s). Redundancy is a key requirement for Business Continuity plans and generally used in conjunction with critical applications like VPN's, VoIP, etc.

Finally, most network load balancing systems also incorporate the ability to balance both outbound AND inbound traffic. Inbound load balancing is generally performed via dynamic DNS which can either be built into the system, or provided by an external service. Having the dynamic DNS service within the system is generally thought to be better from a cost savings and overall control point of view.

in other case for Microsoft NLP

Network Load Balancing (NLB) is a technology that allows for efficient utilization of multiple network cards.

A cluster is a set of computers joined together in such a way that they behave as a single system. Clustering is used for network load balancing as well as fault tolerance. In data storage, a cluster is the smallest amount of disk space that can be allocated for a file. Round Robin works by creating multiple host records in DNS for one machine. Each record points to a different IP address. As clients make requests, DNS rotates through its list of records.

In addition to the before mentioned, to configure a terminal server cluster, you need a load-balancing technology such as Network Load Balancing (NLB) or DNS round-robin. The load-balancing solution will distribute client connections to each of the terminal servers.


Terminal Server Session Directory is a feature that allows users to easily, and automatically reconnect to a disconnected session in a load balanced Terminal Server farm. The session directory keeps a list of sessions indexed by user name and server name. This enables a user, after disconnecting a session, to reconnect to the correct terminal server where the disconnected session resides to resume working in that session. This reconnection will work even if the user connects from a different client computer. However, the question pertinently asks, "What should you do next?" The next step is to install and configure Network Load Balancing. NLB is a prerequisite for creating a Session Directory terminal server farm.


[edit] References

  • Vector Routing is a form of Network Load Balancing