单选题 Networks can be interconnected by different devices. In the physical layer, networks can be connected by {{U}} {{U}} 20 {{/U}} {{/U}}or hubs, which just move the bits from one network to an identical network. One layer up we find bridges and switches, which operate at data link layer. They can accept {{U}} {{U}} 21 {{/U}} {{/U}},examine the MAC address, and forward the frames to a different network while doing minor protocol translation in the process. In the network layer, we have routers that can connect two networks. If two networks have {{U}} {{U}} 22 {{/U}} {{/U}}network layer, the router may be able to translate between the packer formats. In the transport layer we find transport gateway, which can interface between two transport connections. Finally, in the application layer, application gateways translate message {{U}} {{U}} 23 {{/U}} {{/U}}. As an example, gateways between Internet e-mail and X.400 e-mail must{{U}} {{U}} 24 {{/U}} {{/U}}the e-mail message and change various header fields.
单选题
  • A. repeaters
  • B. relays
  • C. packages
  • D. modems
【正确答案】 A
【答案解析】
单选题
  • A. frames
  • B. packets
  • C. packages
  • D. cells
【正确答案】 A
【答案解析】
单选题
  • A. special
  • B. dependent
  • C. similar
  • D. dissimilar
【正确答案】 D
【答案解析】
单选题
  • A. syntax
  • B. semantics
  • C. language
  • D. format
【正确答案】 B
【答案解析】
单选题
  • A. analyze
  • B. parse
  • C. delete
  • D. create
【正确答案】 B
【答案解析】涉及是网络的相关知识,参考译文如下。 网络可以用不同的设备互联,在物理层用中继器或集线器互联,这些设备只是在相同的网络之间传送比特串;在上面的数据链路层可以使用网桥或交换机,这些设备接收数据帧,检查MAC地址,并可以实现少量的协议转换,把数据帧转发到不同的网络中;在网络层我们使用路由器连接两个网络,如果两个网络的网络层不同,路由器能够转换分组格式;在传输层我们使用传输网关,它可以在两个传输连接之间建立接口;最后在应用层应用网关实现消息语法之间的翻译。例如,在Internet邮件和X.400邮件之间的网关可以对邮件报文进行语义分析,并修改报文的各个报头字段。
单选题 IBM WBI的核心是{{U}} {{/U}}。
  • A.WBI Workbench
  • B.WBI Workbench Server
  • C.WBI Monitor
  • D.Process Modeler
【正确答案】 A
【答案解析】
单选题 关于SSL协议与SET协议的叙述,正确的是______。
  • A.SSL是基于应用层的协议,SET是基于传输层的协议
  • B.SET和SSL均采用RSA算法实现相同的安全目标
  • C.SSL在建立双方的安全通道之后,所有传输的信息都被加密,而SET则有选择地加密一部分敏感信息
  • D.SSL是一个多方的报文协议,它定义了银行、商家、持卡人之间必需的报文规范,而SET只是简单地在通信双方之间建立了安全的连接
【正确答案】 C
【答案解析】考察SSL基本概念。 顾名思义,SSL(Secure Socket Layer)协议工作在Socket层,选项A错误。SET和SSL均采用RSA算法,但它们实现的安全目标不同,选项B错误。 SSL对整个通信过程加密,并且检查其完整性,而SET则可以有选择地加密一部分敏感信息(例如信用卡号),选项C正确。 选项D恰好说反了。