I want to know how does the loopback alias work,lets say i have the following nodes:
n[1-10] on a load balancer, all under the following VIPs : xx.xx.xx.xx yy.yy.yy.yy on the nodes we have the following:
lo:0 Link encap:Local Loopback
inet addr:xx.xx.xx.xx Mask:255.255.255.255
UP LOOPBACK RUNNING MTU:16436 Metric:1
lo:1 Link encap:Local Loopback
inet addr:yy.yy.yy.yy Mask:255.255.255.255
UP LOOPBACK RUNNING MTU:16436 Metric:1
Can some one explain me what is the concept of the loopback,or giving me a link to read about this concept
sorry , i don't have a deep background about, this ,and i don't want just to know HOW to do it (and this is the most thing i found while i'am searching for),but i want to know why i'am doing this loopback alias
Can some one explain to me what is the life cycle of a client request ,including the load balancer rule,and how the loopback server in this game :) ?
Thanks all