[考点] 本题考查安全电子邮箱服务方面的基础知识。 [解析] SSL协议位于TCP/IP协议与各种应用层协议之间,为数据通信提供安全支持。使用SSL的方式发送邮件,会对发送的信息进行加密,增加被截取破解的难度。 HTTPS(Hyper Text Transfer Protocol over Secure Socket Layer或Hypertext Transfer Protocol Secure,超文本传输安全协议),是以安全为目标的HTTP通道,即在HTTP下加入SSL层。 MIME(Multipurpose Internet Mail Extensions,多用途互联网邮件扩展类型)是一个互联网标准,扩展了电子邮件标准,使其能够支持:非ASCII字符文本;非文本格式附件(二进制、声音、图像等);由多部分(multiple parts)组成的消息体;包含非ASCII字符的头信息(Header information)。 PGP(Pretty Good Privacy,优良保密协议)是一个基于RSA公匙加密体系的邮件加密软件。可以用它对邮件保密以防止非授权者阅读,还能对邮件加上数字签名从而使收信人可以确认邮件的发送方。 基于上述分析,只有MIME与电子邮箱服务的安全无关。
Simple Network Management Protocol (SNMP) is an Internet Standard protocol for collecting and organizing information about managed devices on IP networks and for modifying that information to change device 71 . SNMP is a component of the Internet Protocol Suite as defined by the Internet 72 Task Force. SNMP operates in the 73 layer of the Internet protocol suite. All SNMP messages are transported via User 74 Protocol. An SNMP-managed network consists of three key components: a)Managed devices, b) 75 (i.e., software which runs on managed devices), and c) Network management station (NMS) (i.e., software which runs on the manager).
71.
A.behavior
B.configuration
C.performance
D.status
A B C D
A
[解析] 简单网络管理协议是一项互联网标准协议,其目的是采集和管理IP网络上被管理设备的相关信息,并修改这些信息来达到改变设备行为的目的。SNMP协议是互联网工程工作小组(IETF, Internet Engineering Task Force)定义的Internet协议簇的一部分。SNMP协议工作在Internet协议簇的应用层。所有的SNMP消息通过用户报文协议(UDP, User Datagram Protocol)来传输。一个使用SNMP协议管理的网络包含三个部分:a)被管理的设备,b)代理(即运行在被管理设备上的软件),以及c)网络管理系统(即运行在管理器上的软件)。