Application load balancers provide many functions in hosting environment, one of the most typical is SSL offloading. Instead of using CPU and RAM memory on WEB server you can use LB (with appropriate license) to provide secure connection to client. In this example we are going to encrypt traffic between client and Brocade ADX load …
Category Archive: Load Balancer
Aug 14
Cisco CSS – Source Group vs Destination Group
The Cisco CSS offers 2 address translation methods (NAT); Source Group and Destination Group. Source Group When a connection is initiated outbound through the Cisco CSS (from any of the group services) the source IP is translated to the groups VIP address.Source group servers are defined using the add service [service name] command. Example : When SERVER-A initiates …
Aug 13
SSL Offload on Cisco CSS
If you use load balancer in your environment for web content load balancing is always recommended to offload SSL traffic before it gets to web servers. Most application load balancers has hardware SSL modules to increase performance in comparison to the servers which have to do it in software. Additionally without decryption load balancer will …