Two file servers have run out of local disk space. The internal drives are at capacity and the company has traditionally only used local disks for storage. Which of the following is the MOST cost effective solution to add storage to both servers?()
A. Install fiber cards into the servers and add direct attached storage.
B. Install fiber cards into the servers and implement a SAN solution.
C. Attach a USB drive to one of the servers.
D. Add a NAS to the environment
第1题:
编译和执行以下代码,输出结果是( )。 int i=1; switch (i) { case 0: System.out.print("zero,"); break; case 1: System.out.print("one,"); case 2: System.out.print("two,"); default: System.out.println("default"); }
A.one,
B.one,two,
C.one,two,default
D.default
第2题:
Whichservicecomponentinadetaileddesigndevelopmentfocusesonidentificationandconfigurationoftheactualnetworkcomponents(routers,servers,local-areanetworks,andsoon)tobeincorporatedtorunandsupportaCiscoUnifiedCommunicationssystem.()
A.SystemDesignWorkshop
B.FeatureandFunctionalityDesignWorkshop
C.Device-levelDesignWorkshop
D.PhysicalDesignWorkshop
第3题:
使用Ghost软件恢复分区,应先选择菜单()
A.Local→Partition→From Image
B.Local→Disk→From Image
C.Local→Partition→To Image
D.Local→Disk→To Image
第4题:
Whichincludesanactivitytohostaworkshopthatfocusesontheidentificationandconfigurationoftheactualnetworkcomponents(routers,servers,local-areanetworkorLAN,andsoon)thatwillbeincorporatedtorunandsupporttheCiscoUnifiedCommunicationssystem()
A.Implement
B.Design
C.Plan
D.Prepare
第5题:
使用Ghost软件恢复分区,先选择菜单()。
A.Local→Partition→From Image
B.Local→Disk→From Image
C.Local→Partition→To Image
D.Local→Disk→To Image
第6题:
下列打开文件的语句中,能创建文件的选项包括()。
A.ofstream f("file.txt", ios::out);
B.ofstream f("file.txt");
C.fstream f("file.txt", ios::out);
D.ifstream f("file.txt",ios::out);