根据《计算机信息系统集成企业资质等级评定条件(2012年修定版)》规定,对于申请二级资质的企业来说,近三年的系统集成收入总额占营业收入总额的比例不低于() ["A、30% ","B、50% ","C、60% ","D、70% "]
【问题2】(5 分) 根据网络拓扑和需求说明,完成(或解释)交换机S1 的部分配置 S1#config t S1(config)#interface vlan 2 S1(config-if)#ip address 192.168.2.254 255.255.255.0 S1(config)#interface vlan 3 S1(config-if)#ip helper-address (11) ;指定DHCP 服务器的地址 S1(config-if)#exit S1(config)#interface vlan 4 ...... S1(config)#interface f1/1 S1(config-if)#switchport mode (12) S1(config-if)#switchport trunk allowed vlan all S1(config-if)#exit S1(config)interface f1/2 S1(config-if)#switchport mode access S1(config-if)#switchport access (13) S1(config-if)#exit S1(config)interface f1/5 S1(config-if)#switchport mode access S1(config-if)#switchport access (14) S1(config)#interface f1/9 S1(config-if)#switchport mode access S1(config-if)#switchport access (15)
【问题1】10分。根据网络拓扑和要求说明,完成(或解释)路由器R1 的配置: R1#config R1(config)# interface FastEthernet 0/1 R1(config-if)#ip address (1) (2) R1(config-if)#no shutdown R1(config-if)#exit R1(config)#ip dhcp pool vlan 3 R1(dhcp-config)#network 192.168.3.0 255.255.255.0 R1(dhcp-config)#default-router 192.168.3.254 255.255.255.0 ; (3) R1(dhcp-config)#dns-server 192.168.2.1 ; (4) R1(dhcp-config)#lease 0 8 0 ; (5) R1(dhcp-config)#exit R1(config)#ip dhcp pool vlan 4 R1(dhcp-config)#network (6) (7) R1(dhcp-config)#default-router 192.168.4.254 255.255.255.0 R1(dhcp-config)#dns-server 192.168.2.1 R1(dhcp-config)#lease 0 8 0 R1(dhcp-config)#exit R1(config)#ip dhcp excluded-address (8) (9) R1(config)#ip dhcp excluded-address 192.168.3.254 //排除掉不能分配的IP 地址 R1(config)#ip dhcp excluded-address 192.168.4.254 R1(config)# (10) 192.168.3.0 255.255.255.0 FastEthernet0/1 //在以太网接口和VLAN3 间建立一条静态路由
【问题4】(4分)DNS使用(7)来处理网络中多个主机和IP地址的转换,当DNS服务器配置完成后,在客户机的cm命令窗口中,可用于测试DNS服务器状态的命令有(8)(多选)。(7)备选答案:A.集中式数据库B.分布式数据库(8)备选答案:A.nslookupB.arpC.pingD.tracertE.ipconfig
【问题3】(3 分) 请完成3-1 中代理服务器ethe1 的配置。 DEVICE=eth1 BOOTPROTO=static ONBOOT=yes HWADDR=09:00:27:21:A1:78 NETMASK= (4) IPADDR= (5) GATEWAY= (6) TYPE=Ethernet NAME= ” System eth0 ” IPV6INIT=no DEVICE=eth0
【问题6】(3分)
在DNS服务器中为Web服务器添加主机记录时,在图3-3中区域名称应填写(10)来建立正向查找区域。在图3-4所示的“新建主机”对话框中名称栏应填写(11),IP地址栏应填写(12)。
