试题一。
阅读以下说明,回答问题1至问题4,将解答填入答题纸对应栏内。
[说明]a公司用一台web服务器和一台应用服务器来管理销售信息。销售人员在办公室时通过pc机来访问应用服务器,若在公司以外,则通过具有数据显示功能的移动**或pda(personal digital assistant)访问公司网络。网络信息是通过web服务器发布的。
一般情况下,对于更新周期较长的信息,则应先将其从应用服务器**到公司的pc机上,然后再通过远程访问pc机获取该信息。
公司的网路拓扑结构如图1所示:
图1问题1目前,通过移动**接入互联网所采用的主要技术是什么?
问题2目前,国内采用的第三代移动通讯技术标准有哪些?
问题3]进行一次查询的数据信息见下表1,网路的基本通信服务费见表2,总费用=网络租用费+通信费。根据表中给出的数据,试计算销售人员每月至少查询多少次,才能使得使用移动**的总费用比使用pda的总费用更低。
表1 一次查询的数据信息。
表2 网络基本通信服务费用
问题4]公司网络中的设备或系统(包括存储商业机密的数据库服务器,邮件服务器,存储资源**的pc机,应用网关,存储私人信息的pc机,电子商务系统)哪些应放在dmz中,哪些应放在内网中?并给予简要说明。
试题二 阅读以下说明,回答问题1至问题4,将解答填入答题纸的对应栏内。
[说明某小公司网络如图2所示,其中路由器具有isdn模块,公司网络通过isdn连接到isp。
图2问题1在应用服务器关机的情况下,公司员工能连接上internet吗?简要解释。
问题2路由器与isdn之间需要加入终端适配器(ta)吗?试说明在什么情况下要加入ta。
问题3] 公司内**,传真机与isdn的连接情况如下图所示。请将图中(1)-(2)的空缺处设备名称填写在答题纸相应位置。
图3问题4]
假设采用isdn基本速率接口,**1875k的文件,最快要多少秒?
试题三 阅读以下说明和交换机的配置信息,回答问题1到问题3,将解答填入答题纸对应的栏内。
[说明]某公司下设三个部门,为了便于管理,每个部门组成一个vlan,公司的网络结构如图4所示。
图4交换机switch1的部分配置信息]
switch1(config)# interface f0/9
switch1(config-if)#switchport mode access
switch1(config-if)#switchport access vlan 11
switch1(config)# interface f0/10
switch1(config-if)#switchport mode access
switch1(config-if)#switchport access vlan 12
switch1(config)# interface f0/17
switch1(config-if)#switchport mode access
switch1(config-if)#switchport access vlan 13
交换机switch2的部分配置信息]
switch1(config)# interface f0/6
switch1(config-if)#switchport mode access
switch1(config-if)#switchport access vlan 11
switch1(config)# interface f0/8
switch1(config-if)#switchport mode access
switch1(config-if)#switchport access vlan 12
switch1(config)# interface f0/11
switch1(config-if)#switchport mode access
switch1(config-if)#switchport access vlan 13
交换机switch1的部分配置信息]
switch1(config)# interface f0/3
switch1(config-if)#switchport mode access
switch1(config-if)#switchport access vlan 11
switch1(config)# interface f0/7
switch1(config-if)#switchport mode access
switch1(config-if)#switchport access vlan 12
switch1(config)# interface f0/13
switch1(config-if)#switchport mode access
switch1(config-if)#switchport access vlan 13
问题1] 通常vlan有静态和动态两种实现方式。这两种方式是怎么实现的,各有什么特点?switch1是使用那种方式实现?
问题2在vlan中,stp和vtp是什么协议?各有什么作用?
问题3填充vlan信息表,将答案写在对应位置。
表3 vlan信息表。
试题四。下面是某路由器的配置信息,解释___n)__处有下划线部分的含义,将解答填入答题纸的对应栏内。
配置路由器信息]
current configuration:
version 11.3
no service password-encryption
hostname router1第 __1)__处。
enable password pwd12345第 __2)__处。
interface ethernet0
ip address 192.4.1.1 255.255.255.0
interface serial0
ip address 192.3.1.1 255.255.255.0
encapsulation frame-relay ietf 第___3)__处。
no ip mroute-cache
bandwidth 2000第___4)__处。
frame-relay map ip 192.3.1.2 100 broadcast 第___5)__处。
frame-relay lmi-type cisco
router ospf 1第___6)__处。
network 192.1.1.0 0.0.0.255 area 0 第___7)__处。
network 192.3.1.0 0.0.0.255 area 0
network 192.4.1.0 0.0.0.255 area 0
neighbor 192.1.1.2第___8)__处。
end试题五 j**a程序设计。
阅读以下说明,j**a源程序和测试运行部分,将应填入 (n) 处的解答填入答题纸的对应栏中。
[说明]协议。
◆ http请求消息示例。
get/ http/1.1
accept :image/
accept-language:zh-cn
accept-encoding:gzip,delflate
user-agent:mozilla/4.0(compatible;msie6.0;windows nt 5.1)
host:loaclhost:8080
connectionlkeeo-alive
◆ http 响应消息示例。
http/1.1 200 ok
servert:microsoft-iis/4.0
date: mon,3 jan 1998 13:13:23 gmt
content-type:text/html
last-modified:mon,11 jan 1998 13:22:23 gmt
content-length:112
2.相关的类及主要成员函数。
◆ serversocket 类。
服务器套接字,它监听固定端口,以接受来自客户端的连接请求,一旦建立连接就返回一个socket类型的对象。类中的主要成员函数有:
◆ socket类。
基于连接的套接字。 类中的主要成员函数有:
j**a源程序:一个简单的web服务器]
package objclass;
inport
import
public class webserver
public void await()
catch (ioexception e)
while(!shutdown)
catch(exception e)
2023年上半年下午题及解析
2011年上半年网络工程师下午试卷。试题一 共15分 阅读以下说明,回答问题1至问题3,将解答填入答题纸对应的解答栏内。说明 某企业欲构建局域网,考虑到企业的很多业务依托于网络,要求企业内部用户能后高速访问企业服务器,并且对网络的可靠性要求很高。因此,在网络的设计中,要考虑网络的冗余性,不能因为单点...
2023年上半年下午试题解析
2011年上半年网络工程师下午试卷。试题一 共15分 阅读以下说明,回答问题1至问题3,将解答填入答题纸对应的解答栏内。说明 某企业欲构建局域网,考虑到企业的很多业务依托于网络,要求企业内部用户能够高速访问企业服务器,并且对网络的可靠性要求很高。因此,在网络的设计中,要考虑网络的冗余性,不能因为单点...
初级网络管理员2019上半年下午试题
第9章网络工程师上午试题分析与解答。试题 1 2 高速缓存cache与主存间采用全相联地址映像方式,高速缓存的容量为4mb,分为 4块,每块1mb,主存容量为256mb。若主存读写时间为30ns,高速缓存的读写时间为 3ns,平均读写时间为3.27ns,则该高速缓存的命中率为 1 若地址变换表如下所...