Hi all
I am not getting the exact difference between Fail-over clustering and Load-balancing clustering. Some web sites they are giving both are same. I want to know the exact difference between the load balancing,failover & high performance clustering with supported softwares.
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