Srinivas wrote:
I am not getting the exact difference between Fail-over clustering and Load-balancing clustering. Some web sites they
Failover means that when one node on the cluster goes down, another node should take over its job.
Load-balancing means that when one node is too busy, another node can help with the load.
-mj