其他

You have a DHCP serve that runs windows server 2008. The DHCP serve has two network connections named LAN1 and LAN2. You need to prevent the DHCP server from responding to DHCP client request on LAN2. The server must continue to respond to non-DHCP client

题目

You have a DHCP serve that runs windows server 2008. The DHCP serve has two network connections named LAN1 and LAN2. You need to prevent the DHCP server from responding to DHCP client request on LAN2. The server must continue to respond to non-DHCP client requests on LAN2. What should you do?()

A.From the DHCP snap-in, modify the bindings to associate only LAN1 with the DHCP service.

B.From the DHCP snap-in, create a new multicast scope.

C.From the properties of the LAN1 network connection, set the metric value to 1.

D.From the properties of the LAN2 network connection, set the metric value to 1.

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

在路由器上建立一个名为test的DHCP地址池,并为其分配IP地址202.112.7.0/24,子网地址中的202.112.7.2~202.112.7.10作为静态地址分配,正确的DHCP配置是______。

A.Router(config) #ip dhcp pool test Router(config) #ip dhcp excluded-address 202.112.7.2-10 Router(dhcp-config) #network 202.112.7.0-255.255.255.0

B.Router(config) #ip dhcp excluded-address 202.112.7.2-202.112.7.10 Router(config) #ip dhcp pool test Router(dhcp-config) #network 202.112.7.0/24

C.Router(config) #ip dhcp exclude&address 202.112.7.2-202.112.7.10 Router(config) #ip dhcp pool test Router(dhcp-config) #network 202.112.7.0-0.0.0.255

D.Router(config) #ip dhcp excluded-address 202.112.7.2-202.112.7.10 Router(config) #ip dhcp pool test Router(dhcp-config) #network 202.112.7.0-255.255.255.0


正确答案:D
解析:静态地址分配Router(config) #ip dhcp excluded-address 202.112.7.2 202.112.7.10
  配置IP地址池的域名Router(config) #ip dhcp pool test
  为test的DHCP地址池分配IP地址Router(dhcp-config) #network202.112.7.0 255.255.255.0

第2题:

若准备在网络中配置一台Windows 2000 Server作为DHCP服务器,以下哪些操作是DHCP服务器必需的()

A.要与DHCP客户机在同一个网段

B.使用静态IP地址

C.配置一个地址作用域

D.安装DHCP服务


参考答案:B, C, D

第3题:

在路由器上建立一个名为test的DHCP地址池,并为其分配IP地址202.112.7.0、24,子网地址中的202.112.7.2~202.112.7.10作为静态地址分配,正确的DHCP配置是

A.Router(config)#ip dhcp pool test Router(config)#ip dhcp excluded-address 202.112.7.2-10 Router(dhcp-config)#network 202.112.7.0 255.255.255.0

B.Router(config)#ip dhcp excluded-address 202.112.7.2-10 Router(config)#ip dhcp pool test Router(dhcp-config)#network 202.112.7.0/24

C.Router(config)#ip dhcp excluded-address 202.112.7.2-10 Router(config)#ip dhcp pool test Router(dhcp-config)#network 202.112.7.0 0.0.0.255

D.Router(config)#ip dhcp excluded-address 202.112.7.2-10 Router(config)#ip dhcp pool test Router(dhcp-config)#network 202.112.7.0 255.255.255.0


正确答案:D

第4题:

Most babies can take in a wide range of food easily.

A: bring
B: digest
C: keep
D: serve

答案:B
解析:
题干意为“大多数婴儿能消化的食物很广泛。”句中划线词组为动词词组,意为吸收,消化。B项digest意为消化,整理,吸收;例句:She couldn't digest food properly.她无法正常消化食物。A项意为带来,引来;C项意为保持,遵守;D项意为服务,提供。故选B.

第5题:

在某台Cisco路由器中定义一个名为test的DHCP地址池(192.168.3.0/26),并保留192.168.3.62/29的IP地址。下列正确的配置语句是(29)。

A.Router(config)#ip dhcp pooltest Router(dhcp-config)#network 192.168.3.00.0.0.63 Router(dhcp-config)#ip dhcp excluded-address192.168.3.62

B.Router(config)#ip dhcp poo1 test Router(dhcp-config)#network 192.168.3.0255.255.255.192 Router(dhcp-config)#ip dhcp excluded-address 192.168.3.62255.255.255.248

C.Router(config)#ip dhcp poo1 test Router(dhcp-config)#network 192.168.3.0/26 Router(dhcp-config)#ip dhcp excluded-address 192.168.3.62/29

D.Router(config)#ip dhcp excluded-address 192.168.3.56192.168.3.62 Router(config)#ip dhcp pool test Router(dhcp-config)#network 192.168.3.0/26


正确答案:D
解析:子网地址是DHCP服务器可以分配给DHCP客户的有效IP地址范围。在DHCP Pool配置模式下,使用命令“networknetwork-number>[mask|/prefix-length]”配置IP地址池的子网地址和子网掩码。其中,子网掩码参数允许以两种形式表达,一种形式常见的点分十进制数表达形式(如 255.255.255.192),另一种形式是给出掩码前缀的长度,即掩码位为“1”的个数,如“255.255.255.192”可以写成“/26”。本试题中,配置DHCP地址池192.168.3.0/26的语句如下:
  Router(dhcp-config)#network192.168.3.0255.255.255.192
  或Router(dhcp-contig)#network192.168.3.0/26
  可以在全局配置模式“Router(config)#”下,使用“ip dhcp excluded-address low-address[high-address]”命令将要保留的地址从IP地址池中排除,使之成为不能动态分配的地址。本试题中,需要排除的IP地址范围是192.168.3.62/29。其中,“/29”是子网掩码255.255.255.248的前缀的长度。由于IP地址192.168.3.62的二进制表示是“1100 0000 1010 1000 0000 0011 1110”,其中阴影部分是子网掩码覆盖的比特范围,因此192.168.3.62/29所表达的IP地址范围是192.168.3.56-192.168.3.63。再由于192.168.3.63是 192.168.3.0/26网段的直接广播地址,需要排除,因此保留IP地址范围192.168.3.62/29的配置语句如下:
  Router(config)#ip dhcp excluded-adclress 192.168.3.56 192.168.3.62
  本试题选项A的“ip dhcp excluded-address192.168.3.62”仅排除单个IP地址192.168.3.62。选项B和选项C保留IP地址配置命令所在的配置模式有误,且不允许出现选项B的“ip dhcp exclude_address192.168.3.62 255.255.255.248”和选项C的“ip dhcp excluded-address 192.168.3.62/29”等带有子网掩码的格式。

第6题:

It will ____ you _____ if she never speak to you again.

A、serve....in

B、serve.... right

C、serve.... away

D、serve... great


正确答案:B

第7题:

为了安装DHCP服务,必须在运行Windows 2000 Server的计算机上配置哪些内容?


答:在你安装DHCP服务前,你必须为计算机指定一个静态IP地址和子网掩码。如果DHCP服务器将为多个子网的客户端分配IP地址,你还必须为网络适配器指定一个默认网关。

第8题:

How long() you() a member of the club?

A.have,,joined

B.have,,been

C.has,,joined

D.has,,been


参考答案:B

第9题:

Most babies can take in a wide range of food easily.

A: bring
B: keep
C: digest
D: serve

答案:C
解析:
题干意为“大多数婴儿能消化的食物很多。” 句中划线词意为“吸收,消化”,C项digest意为“消化,整理,吸收”;例句:The baby is too small to digest meat.婴儿太小,吃肉不消化。A项意为“带来,引来”;B项意为“保持,遵守”; D项serve意为“服务,提供;”故选C。

第10题:

Windows 2008 server默认的DHCP租约是()

A.4天

B.6天

C.8天

D.12天


C