• 网络学院
  • IT资讯
  • 操作系统
  • 网络技术
  • 软件应用
  • 办公软件
  • 编程技术
  • 网站架设
  • 数据库类
  • 平面设计
  • 多媒体类
  • 游戏资讯
  • 教学论文
  • 认证考试
MCSE模拟试题:NtServer企业级
  站点:
  • 首 页
  • 最新软件
  • 文章教程
  • 国内软件
  • 国外软件
  • 绿色软件
  • 源码下载
  • 字体下载
MCSE模拟试题:NtServer企业级
软件发布 MCSE模拟试题:NtServer企业级
网络软件 系统工具 应用软件 联络聊天 图形图像 多媒体类 行业软件 游戏娱乐 编程开发 安全相关 教育教学 数码软件 绿软下载
热门软件: QQ 瑞星 pplive e话通 木马克星 千千静听 office2000 五笔字根 Photoshop 视频分割
返回文章教程首页 >> 认证考试 >> 微软认证 >> MCSE模拟题 >> MCSE模拟试题:NtServer企业级

MCSE模拟试题:NtServer企业级

添加时间: 2007-4-8 2:02:57  作者: 微软认证参考  阅读次数:54   来源: http://www.d9soft.com

       

   Question 1. 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 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 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.

    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 have 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.

    RAID 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 combined into a logical drive.

    Question 6. You have ten hard disks configured as a stripe set with parity on your Windows NT Server computer. 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 command in the Fault Tolerance menu.

    b. Replace the failed members and reboot the computer. 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 computer. Windows NT will automatically regenerate the data.

    In a stripe set with parity, you can have 3 - 32 members in the set. You must have 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 have 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 have a Windows NT Server computer 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 have 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 have four hard drives on your Windows NT Server computer. You would like to use the free disk space from all four drives to create one logical drive. You would like to have 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 computer. 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 command in the Fault Tolerance menu in Disk Administrator.

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

    c. Restore the data from tape backup.

    d. Replace the failed member and use the Regenerate command 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.

 

上下文章:

 

上一篇文章: 微软认证考试:基础知识篇(6) 下一篇文章: MCSE模拟题(tcpip)

相关文章:

  • 严冬来临 网游企业不太冷
  • 微软称不会对盗版用户企业提起诉讼
  • 海外收发、反垃圾 企业邮箱助霸王打造强大后盾
  • 用3ds max模拟香烟烟丝飘动的效果
  • 互联网企业“预警”新寒冬

相关软件:

  • 仁达企业客户关系管理系统 2007 SQL局域网络版
  • 仁达企业客户关系管理系统 2007 SQL广域网络版
  • 仁达企业客户关系管理系统 2007 SQL单机版
  • 中小企业财务管理系统 V8.14
  • 利德企业名录一搜通 v 3.0
  • 计算机等级考试训练模拟软件(三级数据库技术) V1.01

 

快速导航

  • 网络学院
  • 精品汇聚
  • 字体下载
  • 教程下载
  • ASP源码
  • PHP源码
  • Net源码
  • JSP 源码

微软认证分类导航

  • MCSE模拟题
  • MCSE真题
  • MCSE指导
  • MCSE介绍
  • MCSE动态

本类经典文章推荐

  • 70-210试题(一)
  • MCSE习题——NT Server(4)
  • MCSE习题——NT Server(5)
  • MCSE习题——NT Server(6)
  • MCSE习题——NT Server(7)
  • MCSE习题——NT Server(8)
  • 微软认证模拟试题:IE4.0考题(3)
  • 中国IT认证实验室微软认证考试在线...
  • 70-210试题(三)
  • 微软认证模拟试题:IE4.0考题(1)

MCSE模拟题阅读排行

  • MCSE习题——NT Server(4)
  • 中国IT认证实验室微软认证考试在线...
  • 70-210试题(一)
  • MCSE习题——基础知识(1)
  • 微软认证考试:模拟题(workstatin...
  • 70-210试题(三)
  • 70-210试题(五)
  • 微软认证考试:基础知识篇(1)
  • 微软认证模拟试题:IE4.0考题(1)
  • MCSE模拟题(nt核心)

微软认证阅读总排行

  • MCSD简介
  • 微软考试成绩查询最新办法
  • 解决“不小心删除SAM文件”的方法
  • hacktool.Rootkit病毒的删除方法
  • 让WindowsXP也能快速锁定计算机(1)
  • 优化WinXP技巧4:一台电脑使用两台...
  • 尴尬!微软反盗版验证技术被自己攻...
  • 如何在WinXP中重新安装或修复IE6
  • 如何清除Windows系统托盘上的图标
  • 微软MSCE认证又出新招

广告位置

字母检索 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 回到顶部

关于我们 | 版权声明 | 免责条款 | 广告联系 | 软件发布 | 下载帮助 | 下载排行 | 网站地图 | 特别鸣谢 | 友情连接

copyright; 2005-2008 D9soft.com 第九软件网 版权所有