Subscribe Subscribe | Subscribe Comments RSS
Subscribe in Bloglines

Add to netvibes
Add to Google Reader or Homepage

Gateway Load Balancing Protocol (GLBP) as the name implies can be used to configure Gateway redundancy between a group of routers and at the same time load balance the traffic across all of them. GLBP is similar to the High availability protocols Hot Standby Redundancy Protocol (HSRP) & Virtual Router Redundancy Protocol (VRRP) except for the load balancing capabilities wherein HSRP and VRRP, the standby routers are configured for redundancy and act as standby only and become active only when the active router fails.

The advantage of GLBP is it provides load balancing over multiple routers (gateways) using a single virtual IP address and multiple virtual MAC addresses. The forwarding load is shared among all routers in a GLBP group rather than being handled by a single router while the other routers stand idle. Each host is configured with the same virtual IP address, and all routers in the virtual router group participate in forwarding packets. GLBP members communicate between each other through hello messages sent every 3 seconds to the multicast address 224.0.0.102, User Datagram Protocol (UDP) port 3222 (source and destination).

Read more… »

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Gratuitous ARP is a feature of the Address Resolution Protocol wherein the host broadcasts an ARP request for its own hardware address.

Read more… »

Ultra Monkey is a project to create load balanced and highly available network services. UltraMonkey is an opensource project that uses Linux Virtual Server and Heartbeat opensource projects.

Read more… »

Eddie is a high availability clustering tool. It is an open source, 100% software solution written primarily in the functional programming language Erlang (http://www.erlang.org/) and is available for Solaris, Linux and *BSD.

Read more… »

Balance from inLab Software GmBH is a simple, generic TCP proxy, which allows simple round-robin load balancing and graceful failover between several destination servers.

Balance is available at http://balance.sourceforge.net/.

Read more… »