Day55-【软考】-2022年下半年软考软件设计师综合知识真题-计算机专业英语
文章目录
- 2022年下半年软考软件设计师综合知识真题
- 第7章 计算机专业英语(5/5)
- -计算机专业英语5/5
- 哲学概念及收敛思维:
- 输入SOA面向服务架构,和架构Architectural ,输出唯一的定义:一种风格Style
- 哲学概念及收敛思维:
- 输入Web服务,和实现Implementation,输出唯一的定义:一种技术technology
- 哲学概念及收敛思维:
- 输入SOA的服务,和良好定义的well-defined,输出服务集合之间的唯一联系,就是接口interfaces
- 哲学概念及收敛思维:
- 输入Web服务,和SOA的基础the basis,以及are xxx as,输出两个集合之间这些实质,真假判断,并非真的是这样,考唯一的视角,只是被认为regarded
- 哲学概念及收敛思维:
- 输入Web服务,关键特性a key characteristic的集合,输出集合中的唯一值无状态Statelessness
2022年下半年软考软件设计师综合知识真题
第7章 计算机专业英语(5/5)
-计算机专业英语5/5
71~75.We initially described SOA without mentioning Web services, and vice versa.This is because they are orthogonal:
service-orientation is an architectural (71) while Web services are an implementation (72).
The two c an be used together, and they frequently are, but the y are not mutually dependent.
For example, although it is widely considered to be a distributed-computing solution,SOA can be applied to advantage in a single system,
where services might be individual processes with well-defined (73) that communicate using local channels,or in a self-contained cluster, where they might communicate across a high -speed interconnect.
Similarly, while Web services are(74) as the basis for a service-oriented environment, there is nothing in th eir definition that requires them to embody the SOA principles.
While(75)is often held up as a key characteristic of Web services,there is no technical reason that they should be stateless-that would be a design choice of the developer which may be dictated by the architectural style of the environment in which the service is intended to participate.
我们最初描述 SOA 时没有提到 Web 服务,反之亦然。这是因为它们是互相垂直的:
面向服务是一种架构风格,而 Web 服务是一个实现技术。
两者可以一起使用,而且经常是,但它们并不相互依赖。
例如,虽然人们普遍认为 SOA(面向服务的架构)是一种分布式计算解决方案,但它也可以在单个系统中得到有效应用。
在单个系统中,服务可能是具有明确(接口)的独立进程,这些进程通过本地通道进行通信;或者在一个自包含的集群中,服务可以通过高速互连进行通信。
类似地,虽然 Web 服务被认为是面向服务环境的基础,但它们的定义中没有任何内容要求它们体现 SOA 原则。
虽然无状态通常被视为是 Web 服务的一个关键特性,但没有技术上的理由认为它们应该是无状态的,这将是开发人员的设计选择,这可能取决于服务要参与的环境的架构风格。
A. design
B. Style
C. technology
D. structure
哲学概念及收敛思维:
(71) A.设计 B.风格 C.技术 D.结构
输入SOA面向服务架构,和架构Architectural ,输出唯一的定义:一种风格Style
A. Structure
B. style
C. technology
D. method
哲学概念及收敛思维:
(72) A.结构 B.风格 C.技术 D.方法
输入Web服务,和实现Implementation,输出唯一的定义:一种技术technology
A. interfaces
B. functions
C. logics
D. formatsul
哲学概念及收敛思维:
(73) A.接口 B.方法 C.逻辑 D.格式
SOA(面向服务架构)
- 定义:一种架构风格(Architectural Style),强调通过服务构建系统,服务之间通过定义良好的接口进行通信,实现松耦合和可重用性。
Web服务(Web Services)
- 定义:一种具体的实现技术(Implementation Technology),基于Web标准(如HTTP、XML、SOAP、REST)实现服务间通信。
两者是独立概念,可以分开使用,也可结合使用。
- SOA是设计思想:关注如何通过服务化拆分系统。
- Web服务是技术手段:关注如何实现服务间通信。
输入SOA的服务,和良好定义的well-defined,输出服务集合之间的唯一联系,就是接口interfaces
A. regarded
B. well-suitede
C. worked
D. used
哲学概念及收敛思维:
(74) A.被视为 B.良好适配 C.工作 D.使用
Web服务“被认为”是SOA的基础:
- Web服务常用于实现SOA(如RESTful API),但技术上不强制要求符合SOA原则。
输入Web服务,和SOA的基础the basis,以及are xxx as,输出两个集合之间这些实质,真假判断,并非真的是这样,考唯一的视角,只是被认为regarded
A. distribution
B. interconnection
C. dependence
D. statelessness
哲学概念及收敛思维:
(75) A.分布 B.互连 C.依赖 D.无状态
- 无状态(Statelessness):
- 定义:服务不保存客户端请求之间的状态信息,每次请求独立处理。
- 技术上的灵活性:
- 无状态设计:适合高并发场景(如RESTful API)。
- 有状态设计:需维护会话(如购物车服务使用Session)。
- 示例:
- 无状态:查询天气的API,每次请求独立返回结果。
- 有状态:用户登录后需携带Token标识会话。
核心结论:
- SOA是“道”:指导如何设计系统。
- Web服务是“术”:提供具体的实现手段。
- 无状态是选择:根据需求决定是否保留状态,技术本身不强制。
输入Web服务,关键特性a key characteristic的集合,输出集合中的唯一值无状态Statelessness
- 这个无状态,其实中文理解起来都还不是很懂
2022年下半年综合知识真题
章节已分类