| Author |
Reverse Proxy, DNS when to use which load balance algorithms
|
Lakshman Arun
Greenhorn
Joined: Sep 24, 2008
Posts: 19
|
|
Hi,
Can anyone help me clarifying on when to use reverse proxy, when DNS round robin load balancing algorithms. I believe in a big enterprise we will be using both of these, but am not sure which type will be applied where.
Thanks
Lakshmanan
|
 |
Marcelo Ortega
Ranch Hand
Joined: May 31, 2005
Posts: 519
|
|
A Reverse proxy and DNS load balancing algorithm are two totally separate things (but I guess the proxy could also act as a load balancer). The Reverse proxy would normally filter packets coming in from (and going out to) the internet, cache static content, etc. The DNS load balancing algorithm is used on load balancers to distribute the load across clusters servers (in turn), increasing scalability.
I hope I didn't misunderstand your question.
Cheers,
Mars
|
SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCJD, SCEA/OCMJEA
Live life to an interface, not an implementation!
|
 |
Lakshman Arun
Greenhorn
Joined: Sep 24, 2008
Posts: 19
|
|
|
Thanks for the reply. I believe Reverse Proxies also used as App Load Balancer placed in between WebServers and AppServers.
|
 |
 |
|
|
subject: Reverse Proxy, DNS when to use which load balance algorithms
|
|
|