Book Image

Oracle Solaris 11 Advanced Administration Cookbook

By : Alexandre Borges
Book Image

Oracle Solaris 11 Advanced Administration Cookbook

By: Alexandre Borges

Overview of this book

Table of Contents (17 chapters)
Oracle Solaris 11 Advanced Administration Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Configuring Integrated Load Balancer


Certainly, Integrated Load Balancer (ILB) is one of the most attractive features of Oracle Solaris 11 because it provides network layer 3 and 4 with the load balance service. Basically, when a client requires a resource from an application (for example, a web server), the ILB framework decides which backend host (for example, web server A or B) will attend the request. Therefore, the main role of ILB is to decide to which backend server (for example, the Apache web server) the request will be forwarded. ILB supports two work methods in Oracle Solaris 11: Direct Server Return (DSR) and Network Address Translate (NAT). In both cases, the ILB framework uses one of four algorithms:

  • Round robin: This tries to keep an equal statistic distribution over all backend servers

  • Source IP hash: In this, the choice of the destination backend server is made by hashing the source IP address of the client

  • Source IP port hash: In this, the choice of the destination backend...