三九宝宝网宝宝百科宝宝知识

微软认证模拟试题:NtServer企业级

11月12日 编辑 39baobao.com

[微软拟446亿美元收购雅虎]微软(Microsoft)昨日对雅虎(Yahoo)发出446亿美元主动收购报价,向谷歌(Google)日益主导互联网的局面发起挑战。Microsoft yesterday launched a challenge to Google’s grow...+阅读

Question 1. You he been tasked to implement a disk fault tolerance strategy for your pany. The disk set should make the most efficient use of disk space and it should also he 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 pany.

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 satisified. When 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 pany is currently using disk mirroring. You he 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.

Map 1 to B : A stripe set with parity, along with a stripe set without parity, provides the fastest read operation out of all NT's disk sets. One optional result is satisified.

Map 1 to C : In a stripe set with parity, the CPU is required to calculate the parity bits before writing them to disk. Therefore, the write operations of a stripe set with parity is the slowest out of all NT's disk sets. Optional result C is not satisified. Result of step 1 : Only one optional result is satisified. You can eliminate answer A.

Map 1 to A : In a stripe set with parity, if one member fails than disk operations can continue. However, if two or more members fail, then disk operations will stop until the failed members are replaced and data is restord from tape backup.

Count : The required result is not satisified. When the required result is not satisified, then there can only be one possible answer.

Question 4. True or False. A volume set does not provide fault tolerance, but it does provide an increase in disk performance.

a . True.

b. False.

A volume set is just a collection of free disk space. A volume set does not provide fault tolerance nor does it provide any increase in disk performance.

Question 5. You he a Windows NT server, SMALLNT, in a resource domain that is running an SQL database. Users in all trusted domains are accessing the database on SMALLNT, which only has one hard drive. How can you implement a fault tolerance strategy on SMALLNT?

a . By adding two more hard drives and implementing RAID level 1.

b. By adding two more hard drives and implementing a volume set.

c. By adding two more hard drives and implementing RAID level 5.

d. By adding a second hard drive and implementing RAID level 1.

RAID level 1 : Stripe set without parity does not provide any fault tolerance. You can eliminate A and D.

R

AID level 5 : Stripe set with parity provides fault tolerance. You need a mnium of three members and up to a maximum of 32.

Volume set : Provides no fault tolerance and no performance increase. A volume set is just a collection of free hard disk space bined into a logical drive.

Question 6. You he ten hard disks configured as a stripe set with parity on your Windows NT Server puter. On a certain day, two members in the set fails. What must you do to restore the stripe set with parity?

a . Replace the failed members and regenerate the data through the Regenerate mand in the Fault Tolerance menu.

b. Replace the failed members and reboot the puter. Then use the Windows NT Backup to restore the data.

c. Replace the failed members and recreate the stripe set with parity. Restore the data from tape backup.

d. Replace the failed members and reboot the puter. Windows NT will automatically regenerate the data.

In a stripe set with parity, you can he 3 - 32 members in the set. You must he a minimum of 3.

If 1 member in a stripe set with parity fails ====>Disk operations will continue. To recreate the stripe set with parity, replace the failed member and regenerate the parity bits through the Disk Administrator.

If 2 or more members in a stripe with parity fails ====>Disk operations will stop. To recreate the stripe set with parity, replace the failed members, recreate the stripe set with parity, and restore data from tape backup.

Question : On member in your stripe set with parity fails. Under what circumtance will Windows NT automatically recreate the parity stripes?

Answer : Never. You he to replace the failed memeber and manually recreate the parity stripes through the Disk Administrator.

Question 7. True or False. Disk operations can continue in a volume set if one member in the set fails, but it cannot continue if two or more members in the set fails.

a. True.

b. False.

A volume set does provide any fault tolerance. If one member fails, then disk operations will stop. Only disk mirroring ( its hybrid disk duplexing ) and disk striping with parity provide fault tolerance under Windows NT.

Question 8. You he a Windows NT Server puter called BIGNT, which has three hard drives. Each hard drive has one, and only one, primary partition. The boot partition is on the first drive and the system partition is on the second drive. Using the existing configuration, what fault tolerance standard can you implement on your Windows NT server?

a . Disk mirroring.

b. Disk striping with parity.

c. Either A or B can be used..

d. You cannot implement fault tolerance given the scenario. The system parition must be on the first physical hard drive in order to implement fault tolerance.

The only possible choice is disk mirroring-- since disk mirroring is the only fault tolerance standard that can include the system or boot partition.

Answer D : The system partition ( the partition that contains the boot up files ) can be on any physical hard disk, and not necessary the first physical hard drive. You just he to change the ARC pathname in the "boot.ini" file to point to the physical disk number where the system partition resides.

Question 9. You he four hard drives on your Windows NT Server puter. You would like to use the free disk space from all four drives to create one logical drive. You would like to he the fastest read operations, and you are not concerened about fault tolerance. What is the best disk set to implement?

a . A volume set.

b. A stripe set with parity.

c. A stripe set without parity.

d. A mirror set.

A stripe set without parity provides the fastest read and write operations out of all NT's disk sets. In a stripe set without parity, information is read and written to all members simultenously. In a volume set, information is read and written to only ONE member at a time. If you want the best disk performance, and you are not concerend with fault tolerance, then a stripe set without parity is the way to go.

Question 10. You've implemented disk striping without parity on your Windows NT Server puter. There are five members in the set. On a certain day, one member in the set fails. What must you do to restore data?

a . Use Regenerate mand in the Fault Tolerance menu in Disk Administrator.

b. Use the Recreate mand in the Fault Tolerance menu in Disk Administrator.

c. Restore the data from tape backup.

d. Replace the failed member and use the Regenerate mand in the Fault Tolerance menu in Disk Administrator.

Disk striping without parity provides the fastest read and write operations. However, it does NOT provide any fault tolerance. If one member in a stripe set without parity fails, then you must restore data from tape backup.

Question : True or False. You want to change the size of the stripe set without parity. You must re-create the stripe set without parity and restore all data from backup.

Answer True. In a stripe set without or with parity, the parition of all members in the set must be the same size. If you want to change the size of the stripe set, then you must re-create the stripe set and restore data from tape backup.

以下为关联文档:

微软认证:学习windows网络命令netuse通过Windows在局域网内共享文件夹时,共享文件夹默认设置为everyone可以进行只读访问,大部分的用户是以共享资源的计算机的用户身份登录访问的,如果这个帐号是管理员帐号,这样操...

微软认证:Vista系统美化之DLL手术终极宝典想必朋友们都用过Vista美化大师了,其原理就是对Windows Vista系统自带的DLL或者MUI等资源文件进行修改,例如主题破解,例如登陆画面等等。现在,我们特别把这些Vista美化所对应的...

微软SQLServer2008数据库中的新数据类型对于关系型数据库来说,表现树状的层次结构始终是一个问题。微软在SQL Server 2005中首次尝试了解决这个问题,那就是被称之为通用数据表表达式(mon Table Expressions,CTE)的实...

微软SQLServer2008CTP版的特性自今年六月发布了SQL Server 2008的munity Technology Preview(CTP)1后,只隔了六个星期,微软又发布了CTP2,在最新的CTP版本中,有以下一些特性: · 报表服务方面的新特性,包括一个...

微软与长江联手在中国举办MBA案例挑战赛微软公司与总部位于北京的长江商学院今天共同宣布启动一项双方联合举办的MBA案例挑战赛,旨在发掘未来的商业。这是微软公司和长江商学院首次联合在中国举办此项大赛。该赛事...

微软认证:体验IE8BetaPartnerBuild微软已经公布了 IE8 Beta ,并向广大用户发布了下载。从内部测试开始我便开始在自己的单位 PC 及个人 Notebook 上安装使用,早在9月份就参加了由 WinTEC 社区组织的 IE8 应用测...

微软将在Office14中添加开放文档格式支持微软向开发者发布了一份详细的指导书,表示计划将开放文档格式(ODF)加入到下个版本Office也就是Office 14中。 在指导书中,微软详细的说明了如何将ODF1.1添加到Word 、Excel和...

Excel:微软OfficeExcel使用的种种限制Excel不是万能的,在一些方面总有限制让人觉得不爽,于是我们就看到论坛上的朋友一个劲的在那问一些Excel没有办法做到的问题,而且是你问过我问非有不问到死不罢休的架势。为了避...

微软认证:教你使用U盘加密启动Windows系统你对电脑安全性要求高么?是不是要告诉我你启用密码了?你应该知道,密码是可以解码破解的。那何不在电脑启动期间再多加一层保护呢?本文将教会你使用U盘来“加密”(其实是一道坎)启...

推荐阅读
图文推荐