55 喜欢·45 浏览
多选题

You are the administrator of a SQL Server 2000 computer. The server is configured as shown in the Database Server Configuration exhibit.

You need to create a new database named Inventory. Employees in your company will use the Inventory database to track inventory data. Users will require immediate responses to queries that help them locate where parts are stored. The tables in the database will be configured as shown in the Database Schema exhibit.

The database will consume 14 GB of disk space. You must configure the data files and transaction log to accelerate query response time.

Which two courses of action should you take? (Each correct answer represents part of the solution. Choose two.)

On drive D, create a data file in the PRIMARY filegroup.

On drive E, create a data file in the SECONDARY filegroup.

On each drive, create a data file in the PRIMARY filegroup.

On drive E, create a data file in the PRIMARY filegroup.

On the SECONDARY filegroup, create all other tables and their indexes.

A
On drive C, create a transaction log.
B
On each drive, create a transaction log.
C
On drive D, create a transaction log.
D
On the PRIMARY filegroup, create all tables and all indexes.
E
On the PRIMARY filegroup, create all tables. On the SECONDARY filegroup, create all indexes.
F
On the PRIMARY filegroup, create the Parts table and its indexes.

题目答案

AE

答案解析

解析:EXPLANATION:A: THE TRANSACTION LOG SHOULD BE PLACED ON A SEPARATE DISK. A TRANSACTION LOG WOULD NOT BENEFIT OF TWO OR MORE DISKS SINCE IT IS SEQUENTIAL. CREATE TWO DATA FILES ON TWO SEPARATE PHYSICAL DISKS WOULD IMPROVE PERFORMANCE.E: SEPARATING
举一反三
多选题

在配置帧中继子接口时,在物理接口上应该配置的内容是:()

A
配置IP地址
B
封装帧中继协议
C
指定子接口类型
D
设定子接口
E
配置密码

题目答案

BCD

答案解析

暂无解析
多选题

对于IP为199.41.27.0,子网掩码为255.255.255.240,则该IP地址和子网掩码相作用会得到一系列IP,从下列选项中选出属于“有效IP”的选项:()

A
199.141.27.33
B
199.141.27.112
C
199.141.27.119
D
199.141.27.126
E
199.141.27.175
F
199.141.27.208

题目答案

ABCD

答案解析

暂无解析
多选题

下列哪一设备工作时,要用到OSI的七个层(一层到七层)()

A
PC
B
网管机
C
WEB服务器
D
交换机
E
路由器

题目答案

ABC

答案解析

暂无解析
多选题

网络中经常使用DDN服务,请选出DDN的优点()

A
传输质量高
B
接入方式灵活
C
偷占带宽
D
使用虚电路
E
专用线路

题目答案

ADE

答案解析

暂无解析
多选题

网络中经常使用“帧中继”服务,请选出帧中继的优点()

A
偷占带宽
B
提供拥塞管理机制
C
可以使用任意广域网协议
D
灵活的接入方式

题目答案

ABD

答案解析

暂无解析
多选题

You need to configure an 802.1Q link on a Ezonexam switch. Which commands, when used together, would do this? (Select two answer choices)

A
Switch(vlan) mode trunk
B
Switch(config) switchport access mode trunk
C
Switch(config-if) switchport mode trunk
D
Switch(config-if) switchport trunk encapsulation dot1q
E
Switch(config) switchport access mode 1
F
Switch(vlan) trunk encapsulation dot1q

题目答案

CD

答案解析

解析:EXPLANATION:CREATING THIS TRUNK LINK IS A TWO STEP PROCESS. FIRST YOU HAVE TO SET THE SWITCHPORT MODE TO TRUNK, AND THEN YOU CONFIGURE THE ENCAPSULATION. THE GIVEAWAY ON THIS QUESTION IS THE FACT THAT TO CREATE A TRUNK ON AN INTERFACE, YOU HAVE T