正确答案: A
中继利用和垃圾邮件
题目:邮件服务器所受攻击主要有哪些?()
解析:A
查看原题 点击获取本科目所有试题
举一反三的答案和解析:
[单选题]CPU中译码器的主要作用是进行() 。
指令译码
[单选题]Traditional structured analysis techniques focus upon the flow of(1)within a system. Object-oriented analysis emphasizes the building of real-world models, It examines requirements from the perspective of the classes and objects found in the vocabulary of the(2)domain.Traditional system design method emphasizes the proper and effective structure of a complex system. Object-oriented design method encompasses the process of object- oriented decomposition and a(3)for depicting both logical and physical as well as static and dynamic models of the system under design.Object-oriented programming is a method of implementation in which programs are organized as cooperative collections of objects, each of which represents an(4)of some class, and whose classes are all members of a hierarchy of classes united via(5)relationships.
data
解析:解析:传统的结构化分析技术关注的是系统的数据流程,面向对象分析强调对现实世界的建模,它从问题域中的类和对象的角度来检查需求。传统系统设计方法强调的是复杂系统的适当和有效的结构,面向对象设计方法包括面向对象的分解过程和一个描述待设计系统的物理和逻辑模型,以及动态和静态模型的符号。面向对象的程序设计是这样一种实现方法,程序是协同对象的组织,每个对象都代表一些类的一个实例,这些类是通过继承关系联系起来的类层次的所有成员。
[单选题]● (73) is a query language for manipulating data in a relational database.(73)
SQL
[单选题]以下有关VPN的描述,不正确的是()
未改变原有网络的安全边界
解析:答案:C
[单选题]
B. 获取访问网站的权限
C. 和网站进行双向认让
D. 验证该网站的真伪
验证该网站的真伪
解析:解析:本题考查公钥基础设施方面有关数字签名的基础知识。数字证书能够验证一个实体身份,而这是在保证数字证书本身有效性这一前提下才能够实现的。验证数字证书的有效性足通过验证颁发证书的CA的签名实现的。
[单选题]项目质量管理由(58)三方面构成。
质量计划编制、质量保证、质量控制
解析:解析:项目质量管理由质量计划编制、质量保证、质量控制三方面构成。
[单选题]若每一条指令都可分解为取指、分析和执行三步。已知取指时间为5t,分析时间为2t,执行时间为5t。如果按顺序方式从头到尾执行完500条指令需(3)。如果按[执行]k、[分析]k+1、[取值]k+2重叠的流水线方式执行,从头到尾执行完500条指令需(4)t。(41)
6000