NetScaler: Difference between revisions

Content added Content deleted
No edit summary
 
Line 1: Line 1:
[[Category:Citrix]]
[[Category:LoadBalancers]]
__TOC__
__TOC__
<br />
<br />


= Basics =
{{notice|This page is under Construction}}

=Basics=
*A Netscaler is deployed in front of Server farm & functions as a Transparent Proxy between Client & server without requiring any client-side Configuration.
*A Netscaler is deployed in front of Server farm & functions as a Transparent Proxy between Client & server without requiring any client-side Configuration.


Line 30: Line 28:
- Use URL Transformation to achieve the same
- Use URL Transformation to achieve the same


==LB Methods==
== LB Methods ==
Least Connection = Service with fewest active connections
Least Connection = Service with fewest active connections
Round Robin = Rotates a list of services
Round Robin = Rotates a list of services
Line 39: Line 37:
Destination IP Hash
Destination IP Hash


==Persistence Methods==
== Persistence Methods ==
SOURCE IP =
SOURCE IP =
COOKIE Insert = Connections having same HTTP Cookie inserted by Set-Cookie directive from server belong to same persistence session.
COOKIE Insert = Connections having same HTTP Cookie inserted by Set-Cookie directive from server belong to same persistence session.