Questions tagged [load-balancing]

Load balancing deal with the techniques involved on using multiple systems to deal with high demands, balancing the load between those multiple systems. Questions deal with networking and server load balancing, using dedicated hardware or not.

Load balancing is a group of techniques used to ensure that loads are spread between multiple systems. The term is used on networking and server environments, with similar results.

Network load balancing involves using multiple connections or links to spread speed or high demand between those connections. That can be done on backbone links, carrier internet links or even from servers to switches to provide more speed using link sharing.

Server load balancing utilizes hardware (hardware load balancers) or software (software load balancers) to spread the requests destined for a domain or system between various servers behind those load balancers (often named backends). Load balancing ensures that high performance and scalability can be achieved by addition of servers.

2747 questions
1
vote
2 answers

Basic redundancy for EC2 (wordpress + mysql)

I've got a website that I would like to add redundancy to. It's not a massive website, and will probably only receive a handful of database updates and/or files per day, however it's very important that the website is up at all times. Since the…
1
vote
2 answers

High available and secure FrontEnd to WebApps behind a firewall

my question is about proposed implementation of high available and secure FrontEnd to WebApps behind a firewall. The components of the network and their relationships are as follows: 1) 2 WebApps servers behind a firewall (BackEnd), denoted by GUI1…
1
vote
5 answers

Load Balance Web Farm on EC2

I have a Windows IIS web farm on EC2 that I'm looking at my load balancing options for? Any suggestions? Right now I'm using a Linux instance running HAproxy.
Steve Evans
  • 260
  • 1
  • 5
  • 16
1
vote
0 answers

linux firewall + load balance ISP connections

I'm trying to get a linux Mint computer with 4 NIC's to act as a load balance server. The idea is that we have three internet connections, and we want to use all of them so we can share usage of 50 computers across all the lines. I've managed to…
TolMera
  • 111
  • 5
1
vote
1 answer

Loadbalance nginx proxies with keepalived possible?

I was wondering if I could load balance 2 nginx proxies with keepalived. I have already established high availability for 2 proxies in MASTER - BACKUP setup with keepalived. So Failover is working but not enough for me. I want to load balance…
fcukinyahoo
  • 145
  • 1
  • 2
  • 6
1
vote
1 answer

machine.config file update crashing the website asp.net

We are using load balancing and have three servers for that. On one of the servers the machine.config file had different machine key then the other two machines. Once we updated the machine key and made the value same as the other two, now we can't…
1
vote
1 answer

Backup Plan for Server Down Time

I am looking for a way to avoid as much actual downtime as possible (aren't we all). We have experienced a good deal server overload/problems lately. Our existing setup is as follows (they're Linux servers): 2 Load Balancers - one for HTTP requests,…
1
vote
2 answers

How to implement master slave with minimum overhead?

I have 2 machines (linux machine run my cpp application). About application: application collect packet from NFQUEUE and log them , based on some logic. The application is simple cpp application that run in infinite loop. the application need to…
Avihai Marchiano
  • 612
  • 3
  • 16
  • 32
1
vote
0 answers

Apache httpd active/passive setup

I want to setup apache web server in active passive mode to support HTTP failover on Redhat linux 5 machine. I understand that 2 Linux boxes can be setup in HA using heartbeat or keepalived. Also, RHEL comes with add on packge for Network load…
user128477
  • 11
  • 2
1
vote
1 answer

How can I implement a high availability service with JBoss 5?

I've tried to implement a high availability service with JBoss and Apache. The architecture is: Apache | | | | JBoss1 JBoss2 There is a balancer implemented from Apache to the JBoss'es, and it's working fine. Sometimes the…
Andres
  • 111
  • 4
1
vote
1 answer

Cost-effective options for global geographic load balancing?

We run a website that receives about 1 million visitors a month and aprox 2 million page views per month, with about 40% of the traffic from India, 40% from the US and balance from the rest of the world. Our servers are in US and we are thinking of…
Ron
  • 19
  • 1
1
vote
2 answers

How to send visitor to different version of website hosted on another machine based on location

Let's say my current website is running on machine A. I plan to launch new website on Machine B. Now I want to make this new website live to users belonging to some particular location only (IP based). This would allow us to test new site without…
ucker
  • 245
  • 2
  • 5
1
vote
1 answer

SSL Certificates, two-way authentication and loadbalancers

We're looking to implement two-way authentication with client certificates for a privileged subset of our application users. The idea will be that if a certificate is detected the user will be asked for an additional password/PIN and that will be…
immutabl
  • 213
  • 2
  • 9
1
vote
1 answer

create a CNAME record for AWS LoadBalancer DNS name

I am trying to setup a loadBalancer on AWS. The A-Record it gave me looks like myLoadBalancer-**********.us-east-1.elb.amazonaws.com however when i try to put that in my domain registrars A-Record, i get an errorIP address is not valid. Must be of…
t q
  • 253
  • 1
  • 5
  • 15
1
vote
1 answer

NTLM Basic authentication fails behind http apache only when load balancing

I set up an apache http reverse proxy and load balance. I already know that Reverse Proxying will break NTLM dialog, and leads to something like Basic Auth against Active Directory, which is sufficient for me. NTLM is supported by jCIFS on my JBoss,…
Jean-Rémy Revy
  • 159
  • 2
  • 14