What is the default quorum selection for a cluster that has an even number of host computers?

A. node majority
B. node and disk majority
C. node and file share majority
D. no majority: disk only

Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following is information that is unlikely to result in a high-level financial loss or serious damage to the organization but still should be protected?

a. Private data b. Public data c. Confidential data d. Sensitive data

Computer Science & Information Technology

To set DateTime dtmNow’s time five hours earlier, use .

a) dtmNow = dtmNow.SubHours( 5 ); b) dtmNow = dtmNow.AddHours( -5 ); c) dtmNow = dtmNow.AddHours( 5 ); d) dtmNow.AddHours( -5 );

Computer Science & Information Technology