which of the following would be MOST appropriate for fault tolerance?

For high availability which of the following would be MOST appropriate for fault tolerance?

For high availability which of the following would be MOST appropriate for fault tolerance?

A.
RAID 0

B.
Clustering

C.
JBOD

D.
Load Balancing



Leave a Reply to Fade Cancel reply4

Your email address will not be published. Required fields are marked *

seventeen − 10 =


Fade

Fade

B. Clustering provides fault tolerance.

Cosmin

Cosmin

Nope, I agree with load balancing as if one of the back end servers fails you will have at least one other up and running. The question is about high availability.

Dan

Dan

D is wrong. Load Balancing can provide SOME availability but no fault tolerance. Load Balancing is mainly used for performance and scale-ability. Clustering is used for fault tolerance and HIGH availability. Load Balancing will not take over if a server fails. It only helps with the load when there is a lot of traffic. So it would be B.