您的位置:首页 > 财经 > 金融 > 徐州方案公示在哪个网站_cnd中国设计网官网_网络服务商电话_seo学校

徐州方案公示在哪个网站_cnd中国设计网官网_网络服务商电话_seo学校

2024/12/22 11:48:59 来源:https://blog.csdn.net/kangweijian/article/details/144302184  浏览:    关键词:徐州方案公示在哪个网站_cnd中国设计网官网_网络服务商电话_seo学校
徐州方案公示在哪个网站_cnd中国设计网官网_网络服务商电话_seo学校

文章目录

  • 一、前言
  • 二、常用名词
  • 三、架构风格
  • 四、非功能需求
  • 五、应用架构
  • 六、软件架构重用

一、前言

笔记目录大纲请查阅:【软考速通笔记】系统架构设计师——导读

二、常用名词

名词翻译
architecture架构
system系统
design设计
requirements需求
components组件
constraints约束
models模型
properties属性
styles风格
connector连接器
environment环境
information信息
data数据
process过程
hardware硬件
software软件
specifications规范
types类型
performance性能
security安全
abilities能力
countries国家
application应用
technologies技术
outline大纲
construction构造
implementation实施
details细节
logical逻辑的
DFD数据流图(Data Flow Diagram)
ERD实体关系图(Entity Relationship Diagram)
data flow数据流
general总体的
standards标准
objectives目标
feasibility可行性
techniques技术
physical物理的
network网络
processors处理器
stores存储
distribution分布
options选项
servers服务器
tables
database数据库
construction activity构建活动
elements元素
relations关系
名词翻译
defines定义
determines确定
developed发展
refine细化
employed采用
select选择
placed放置
decide决定
develop开发
focus聚焦
protect保护
specifies指定
serves服务
include包括
distribute分发
create创建
constrained受限
drawn绘制
partitioning分区
replication复制
support支持
record记录
connect连接
involves涉及
analyzing分析
construct构建
converts转换
storage存储

三、架构风格

An architectural style defines as a family of such systems in terms of a pattern of structural organization.
一种架构风格以一种结构化组织模式定义一组这样的系统。

More specifically, an architectural style defines a vocabulary of components and connector stypes, and a set of constraints on how they can be combined.
更具体来说,一种架构风格定义了一个构件和连接器类型的词汇表,以及一组关于它们如何组合它们的约束。

For many styles there may also exist one or more semantic models that specify how to determine s system’s overall properties form the properties of its parts.
对于许多风格来说,可能也存在一个或者多个语义模型,从系统部件的特性来确定系统的整体特性。

Many of architectural styles have been developed over the years.
许多架构风格已经发展很多年了。

The best-known examples of pipe-and-filter architectures are programs written in the UNIX shell.
用UNIX shell编写的管道-过滤器架构就是最出名的例子。

四、非功能需求

The architecture design specifies the overall architecture and the placement of software and hardware that will be used.
架构设计明确规定了需要被使用的软件和硬件和总体架构。

Architecture design is a very complex process that is often left to experienced architecture designer and consultants.
架构设计是非常复杂的过程,往往留给经验丰富的架构师和顾问。

The first step is to refine the nonfunctional requirements into more detailed requirements that are then employed to help select the architecture to be used and the software components to be placed on each device.
第一步去定义非功能性需求细化为更详细的要求,然后用于帮助选择要使用的体系结构和要放置到每个设备中的软件组件。

In a client-based architecture, one also has to decide whether to use a two-tier, three-tier, or n-tier architecture.
基于客户端的架构中,还必须决定是使用两层、三层还是n层架构。

Then the requirements and the architecture design are used to develop the hardware and software specification.
然后使用需求和架构设计来开发硬件和软件规范。

There are four primary types of nonfunctional requirements that can be important in designing the architecture.
在架构设计中有4种主要的非功能性需求可能很重要。

A operational requirements specify the operating environment(s) in which the system must perform and how those may change over time.
操作要求指定系统必须执行的操作环境以及这些环境如何随时间变化。

Performance requirements focus on the nonfunctional requirements issues such as response time, capacity, and reliability.
性能要求主要侧重在非功能性需求问题,例如响应时间、容量和可靠性。

Security requirements are the abilities to protect the information system form disruption and data loss, whether caused by an intentional act.
安全需求是指有能力保护信息系统免受破坏和数据丢失的能力。

Cultural and political requirements are specific to the countries in which the system will be used.
使用该系统的国家明确文化和政治要求。

五、应用架构

An application architecture specifies the technologies to be used to implement one or more information systems.
应用架构说明了实现一个或者多个信息系统所使用的技术。

It serves as an outline for detailed design, construction, and implementation.
它作为详细设计、构造和实现的一个大纲。

Given the models and details, include logical DFD adn ERD, we can distribute data and processes to create a general design of application architecture.
给一个模型和详细资料包括逻辑数据流图和实体联系图,我们可以分发数据和流程,来创建应用程序架构的总体设计。

The design will normally be constrained by architecture standards, project objectives, and the feasibility of techniques used.
这个设计通常会被架构标准、项目目标和被使用的技术的可行性等因素的约束。

The first physical DFD to be drawn is the network architecture DFD.
第一个绘制的物理数据流图是网络架构数据流图。

The next step is to distribute data stores to different processors.
下一步是分发数据到不同的处理器。

Data partitioning and replication are two types of distribution data which most RDBMSs support.
数据分区和复制是大多数关系型数据库支持的两种分布式数据形式。

There are many distribution options used in data distribution.
有许多分配方法用于数据分布。

In the case of storing specific tables on different servers we should record each table as a data store on the physical DFD and connect each to the appropriate server.
在不同服务器上存储特定表的情况下,我们应该将不同表记为物理数据流图中的数据存储,并将其连接到相应的服务器。

六、软件架构重用

Software architecture reconstruction is an interpretive, interactive, and iterative process including many activities
软件架构重用是一个解释性、交互式和反复迭代的过程,包括了多项活动。

Information extraction involves analyzing a system’s existing design and implementation artifacts to construct a model of it.
信息提取需要分析系统现有的设计和实现来构造它的模型。

The result is used in following activities to construct a view of the system.
这个结果用于后续活动构造系统的视图。

The database construction activity converts the elements and relations contained in the view into a standard format for storage in a database.
数据库构建活动将视图中包含的元素和关系转换为标准格式,以存储在数据库中。


若觉得文章对你有帮助,随手『点赞』、『收藏』、『关注』,也是对我的支持。

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com