NtServer中層企業級試題及答案

  question 1.

NtServer中層企業級試題及答案

you have been tasked to implement a disk fault tolerance strategy for your company. the disk set should make the most efficient use of disk space and it should also have the fastest access time of all the fault tolerance disk sets under windows nt. what disk set should you implement?

a . disk striping without parity.

b. volume set

c. disk duplexing

d. disk striping with parity

disk mirroring ( duplexing ) only make use of 50% of disk space. therefore, you can eliminate c. disk striping without parity and volume sets do not provide any fault tolerance. of all of windows nt s fault toelerance disks sets, disk striping with parity prvodies the most efficient use of disk space. it, along with disk striping without parity, provides the fatest read operations of all of nt s disk sets.

  question 2.

you need to implement a disk fault tolerance strategy for your company.

required result : disk operations must be able to continue if one member fails.

optional results : the boot partition must be part of the disk set. disk write operations must be optimized.

proposed soulition : implement disk striping without parity.

which results does the proposed solution produce?

a. the proposed solution produces the required result and the optional results.

b. the proposed solution produces the required result and produces only one of the optional results

c. the proposed solution produces the required result but it does not produce any of the optional results.

d. the proposed solution does not produce the required result or the optional results.

although, it is always a good practive to map the proposed solution to the optional results, there are some instances when mapping the proposed solution to the required result is useful. you should do step 2 first only if the presented required result is simple, like in this scenario. by doing step 2 first in this question, the required result is not the required result is not satisifed, then the only possible answer is d. disk striping wihtout parity does not provide any fault tolerance. therefore, if one or more member fails in the set, disk operations cannot continue. the required result is not satisified.

  question 3.

your company is currently using disk mirroring. you have been tasked to implement a new fault tolerance strategy.

required result : disk operations must be able to continue if two members fail.

optional results : read operations should be faster than disk mirroring. the system and cpu overhead should be less than disk mirroring.

proposed solution : implement disk striping with parity.

which results does the proposed solution produce?

a. the proposed solution produces the required result and the optional results.

b. the proposed solution produces the required result and produces only one of the optional results

c. the proposed solution produces the required result but it does not produce any of the optional results.

d. the proposed solution does not produce the required result.

required result : a ) disk operations must be able to continue if two members fail.

optional results : b ) read operations should be faster than disk mirroring. c ) the system and cpu overhead should be less than disk mirroring.

proposed solution : 1 ) implement disk striping with parity.