What is load balancing

Author: admin  //  Category: load balancing

What is Load Balancing?, well basically A network load balancer is an appliance device that is used to split network load across multiple servers.

Unsurprisingly Wikipedia have a great definition.-

One of the most common applications of load balancing is to provide a single Internet service from multiple servers, sometimes known as a server farm. Commonly, load-balanced systems include popular web sites, large Internet Relay Chat networks, high-bandwidth File Transfer Protocol sites, NNTP servers and DNS servers.

For Internet services, the load balancer is usually a software program that is listening on the port where external clients connect to access services. The load balancer forwards requests to one of the “backend” servers, which usually replies to the load balancer. This allows the load balancer to reply to the client without the client ever knowing about the internal separation of functions. It also prevents clients from contacting backend servers directly, which may have security benefits by hiding the structure of the internal network and preventing attacks on the kernel’s network stack or unrelated services running on other ports.

Some load balancers provide a mechanism for doing something special in the event that all backend servers are unavailable. This might include forwarding to a backup load balancer, or displaying a message regarding the outage.

An alternate method of load balancing, which does not necessarily require a dedicated software or hardware node, is called round robin DNS. In this technique, multiple IP addresses are associated with a single domain name (i.e. www.example.org); clients themselves are expected to choose which server to connect to. Unlike the use of a dedicated load balancer, this technique is not “transparent” to clients, because it exposes the existence of multiple backend servers. The technique has other advantages and disadvantages, depending on the degree of control over the DNS server and the granularity of load balancing desired.

A variety of scheduling algorithms are used by load balancers to determine which backend server to send a request to. Simple algorithms include random choice or round robin. More sophisticated load balancers may take into account additional factors, such as a server’s reported load, recent response times, up/down status (determined by a monitoring poll of some kind), number of active connections, geographic location, capabilities, or how much traffic it has recently been assigned. High-performance systems may use multiple layers of load balancing.

In addition to using dedicated hardware load balancers, software-only solutions are available, including open source options. Examples of the latter include the Apache web server’s mod_proxy_balancer extension and the Pound reverse proxy and load balancer.

Technorati Tags:

What is layer 7 or seven

Author: admin  //  Category: layer 7

Wikipedia says this-

The Open System Interconnection Reference Model (OSI Reference Model or OSI Model) is an abstract description for layered communications and computer network protocol design. It was developed as part of the Open Systems Interconnection (OSI) initiative. basically it divides network architecture into seven layers which, from top to bottom, are the Application, Presentation, Session, Transport, Network, Data Link, and Physical Layers. It is therefore often referred to as the OSI Seven Layer Model.

A layer is a collection of conceptually similar functions that provide services to the layer above it and receives service from the layer below it. On each layer an instance provides services to the instances at the layer above and requests service from the layer below. For example, a layer that provides error-free communications across a network provides the path needed by applications above it, while it calls the next lower layer to send and receive packets that make up the contents of the path. Conceptually two instances at one layer are connected by a horizontal protocol connection on that layer.

Technorati Tags:

Failover Cluster in Windows Server 2008 r2

Author: admin  //  Category: Failover, server cluster

Failover Cluster in Windows Server 2008 r2

Duration : 0:8:22

Read more…

Technorati Tags: , , , , , ,

How to create a Lotus Domino Server Cluster

Author: admin  //  Category: Uncategorized, server cluster

Check out my blog http://www.vaughanrivett.co.nz
In this video I show how to create a Lotus Domino Server Cluster. This provides you with the ability to provide Lotus Notes users with server access even though one of the may be down.

Duration : 0:4:51

Read more…

Technorati Tags: , , , , ,

Symantec Presents Veritas Cluster Server

Author: admin  //  Category: Uncategorized, server cluster

How Vertias Cluster Server can help organizations get the comprehensive level of protection they expect in the physical world in a consolidated sever environment.

Duration : 0:8:21

Read more…

Technorati Tags: , , ,

Open University Linux Server Cluster

Author: admin  //  Category: server cluster

Shows installation of a supercomputer installation in the Jenny Lee building at the Open University Campus in Milton Keynes England. Designed and built by annor ltd

Duration : 0:0:53

Read more…

Technorati Tags: , , , , , , , , , , , , , , , , ,

4 Min Server Load Balancing Tutorial. Featuring A10 AX

Author: admin  //  Category: load balancing

See how to set up a basic load balancing scenario in about 4 mins.

Duration : 0:4:16

Read more…

Technorati Tags: , , , , , , , ,

Equipment Manufacturers

Author: admin  //  Category: High Availability, Load Balancing Hardware, Routers and solutions, Websphere Load Balancing

Cisco

Technorati Tags: , ,

Exchange Server 2007 Disaster Planning

Author: admin  //  Category: Failover

During my one day pre-conference session at Exchange Connections, I heard a desire for something that doesn't exist today. Later in the week, I sat in the back during a Harold Wong session, and the same topic/request/demand/whatever came up. The basic…(read more)
Read more…

Exchange 2007 CCR on Windows Server 2008 Failover Cluster – Steps and Videos

Author: admin  //  Category: Failover

I wrote up some information on deploying CCR on Windows Server 2008 after doing a full day workshop. After trying to explain how to perform some of the steps, I found it was easier to demo some of the steps, so I used Camtasia to capture them and save…(read more)
Read more…

PowerShell and Windows Server 2008 Failover Clusters

Author: admin  //  Category: Failover, Uncategorized, server cluster

One of the major changes moving forward into Windows Server 2008 R2 is that some of the tools are being deprecated (I love that word) in favor of PowerShell. Some people just screamed, “Wooo hooo, fantastic!” while others screamed, “Great…(read more)
Read more…