What are the advantages & disadvantages of vertical cluster & horizontal cluster? Which is the best? Why?

Submitted by: Administrator
In horizontally clustered environment, cluster-enabled application is deployed on multiple physical machines. Each machine is available for requests. Horizontal clusters offers protection over hardware failure, increases efficiency, provides load balancing and process failover. However, since there are many number of physical machines involved the installation and maintenance cost increases proportionally.

In Vertical clustering, multiple application server instances are hosted on the same physical machine. This type of clustering provides increased efficiency, load balancing and process failover. However, if hardware fails then there may not be ready alternative.
Submitted by: Administrator

Read Online Programming Concepts Job Interview Questions And Answers