Chapter 8. Architecture Design
Chapter 8. Architecture Design
8-1
Chapter 8 Outline
Elements of an architecture
design.
Creating an architecture design.
Hardware and software
specification.
8-2
INTRODUCTION
Architecture design
– Plans for how the system will be distributed across
multiple computers and what hardware, operating
used forsoftware,
system each computer.
and application software will be
Key factors in architecture design
analysis phase requirements
– Nonfunctional play a key roledeveloped
in architecture
early design.
in the
Hardware and software specification
– Defines what hardware and software are needed for
the new system. 8-3
ELEMENTS OF AN ARCHITECTURE
DESIGN
is The objective
to determine howofthe
architecture
software
components ofdesign
the information
system will be assigned to the
hardware devices of the system.
8-4
Architectural Components
are
Thethe
major architectural
software and the components
hardware. of any
All software systems can be divided into four basic
system
functions:
- Data storage.
-Data access logic: the processing required to access
stored data.
-Application logic: the logic documented in the DFDs,
use cases, and functional requirements.
-Presentation logic: the display of information to the
user and the acceptance of the user’s commands.
8-5
(cont’d
)
The three primary hardware
components:
-Client computers: Input-output devices
employed by users (e.g., PCs, laptops,
handheld devices, smart phones)
-Servers: Larger multi-user computers
used to store software and data.
- The network: Connects the 8-6
Client-Server Architectures
8-8
(cont’d
)Client-server architectures have four important
benefits.
- Scalable
- Can support different types of clients and servers
through middleware.
- The presentation logic, the application logic, and
the data processing logic can be independent.
- If a server fails, only the applications requiring that
sever
Theare affected.
major limitation of client-server architectures
is their complexity.
8-9
Client-Server Tiers
8-10
(cont’d
)
Three-tiered architecture
8-11
(cont’d
)
n-tiered architecture
8-12
Less Common Architectures
Server-Based Architectures
8-13
Client-Based Architectures
8-14
Advances in Architecture
Configurations
Advances
networking in hardware,
have given rise to a
number of software, and
new architecture options.
- Virtualization.
- Cloud computing.
8-15
Virtualization
Virtualization refers to a creation of a
virtual device or resource, such as a server or
storage
device.
Server virtualization involves partitioning a
physical server into smaller virtual servers.
Storage virtualization involves combining
multiple network storage devices into what
appears to be single storage unit.
8-16
Cloud Computing
8-22
Performance Requirements
8-23
Security Requirements
8-24
Cultural and Political Requirements
8-25
Designing the Architecture
8-27
HARDWARE AND SOFTWARE
SPECIFICATION
8-29
(cont’d
)First, you define software
– Define the operating system and any special purpose
software
– Consider additional costs such as training, warranty,
maintenance, licensing agreements.
Next, you create a list of the hardware needed
– Database servers, network servers, peripheral devices,
clients, backup devices, storage components, and
others.
Finally, you describe the minimum requirements for
each piece of hardware.
8-30
(cont’d
)
Factors in hardware and software selection
8-31
SUMMARY
Application architecture.
- Client-server architecture.
- Advances in architecture configurations:
virtualization and cloud computing.
- Nonfunctional
Architecturerequirements.
Design.