Lecture2010 8 2
Lecture2010 8 2
LECTURE 8-2:
Elements of Systems Design
1
Topics
Elements of Design
Inputs for System Design
Design and Integrate the Network
Design the Application Architecture
Design the User Interfaces
Design the System Interfaces
Prototype for Design Details
Deployment Environment
Software Application Functions
Internet and Web-Based Application
Architecture
Middleware 2
Elements of Design
4
Inputs for System Design
Design
Converts functional models from analysis into models
that represent the solution
5
Analysis versus Design
6
Traditional
Structured
and Object-
Oriented
Models
7
SDLC Phases with Design Phase
Activities
8
Design Phase Activities and Key
Questions
9
Design and Integrate the Network
13
Design and Integrate the Database
System analysis data model used to create
physical database model
Collection of traditional computer files, relational
databases, and/or object-oriented databases
Technical requirements, such as response times,
determine database performance needs
Design work might involve
Performance tuning
Integration between new and existing databases
14
Prototype for Design Details
Continue to create and evaluate
prototypes during design phase
Prototypes confirm design choices
Database
Network architecture
Controls
Programming environment
Rapid application development (RAD)
design prototypes evolve into finished
system
15
Design and Integrate the System
Controls
Final design activity to ensure system has
adequate safeguards (system controls) to
protect organizational assets
Controls are needed for all other design
activities
User interface – limit access to authorized users
System interface – protect from other systems
Application architecture – record transactions
Database – protect from software/hardware
failure
Network design – protect communications
16
Network Design
Integrate network needs of new system into
existing network infrastructure
Describe processing activity and network
connectivity at each system location
Describe communications protocols and
middleware that connects layers
Ensure that network capacity is sufficient
Data size per access type and average
Peak number of access per minute or hour
17
Computer Networks
Set of transmission lines, specialized
hardware, and communication protocols
Enables communication among different
users and computer systems
Local area network (LAN) less than one
kilometer long – connects computers within
single building
Wide area network (WAN) over one
kilometer long – implies much greater,
global, distances
Router – directs information within
network
18
A Possible Network Configuration
for RMO
19
The Internet, Intranets, and
Extranets
Internet – global collection of
networks that use TCP/IP networking
protocols
Intranets
Private networks using same TCP/IP
protocols as the Internet
Limited to internal users
Extranets
Intranets that have been extended
outside the organization
20
Network Diagram for RMO
Customer Support System
21
Deployment Environment
Deployment environment definition
bridges analysis and design
Hardware
System software
Networking
Common deployment environments
in which system will operate
Related design patterns and
architectures for application software22
Application Architecture
Complex hardware/networks require more
complex software architectures
There are commonly used approaches
(patterns) for application architecture
Client/server architecture
Distributed computing
24
Centralized systems
• Prior to the early 1970’s there was only one technological environment –
the mainframe computer system at a central location
• The only options focused around kinds of input/output (e.g., keypunch,
key-to-tape, or interactive input using video display terminal) and
whether input/output devices would be placed in remote locations
• Although they are no longer the preferred platform for deploying ISs,
they are still widely used as a subsystem of a larger, sometimes
distributed information system or for large-scale batch processing
applications (e.g., banking, insurance, government, etc.) where:
– Some input transactions don’t need to be processed in real time
– On-line data-entry personnel can be centrally located
– Large numbers of periodic outputs are produced by the system
Advantage:
• Simplicity of maintenance: relatively easy to design, build and operate
Disadvantage:
• The capacity limits make single computer impractical or unusable for
large ISs: cannot provide all the required processing, data storage, and
data retrieval tasks. However, many systems require more computing
power than one single machine can provide (a clustered or
multicomputer architecture is required)
26
Single-Computer, Clustered, and
Multicomputer Architectures
27
Server-based Architecture
28
Clustered Architecture
29
Multicomputer Architecture
31
Client/Server Architecture
33
Client/Server Architecture: shared
printer
34
“Fat” Client Architecture
35
“Fat” Server Architecture
36
Three-Layer Client/Server
Architecture
• The data layer is a layer on a client-server configuration that
manages stored data implemented as one or more databases
• The business logic layer contains the programs that
implement the rules and procedures of business processing
(or program logic of the application)
• The view layer contains the user interface and other
components to access the system (accepts user input, and
formats and displays processing results)
• This approach is called tree-layer architecture
The IS divided into three layer is relatively easy to distribute
and replicate across a network (interactions among the layers
are always have a form of either request or response)
It makes the layer relatively independent of one another, thus
they can be placed on different computer systems with
network connections and middleware serving
37
Three-Layer Architecture
38
Three-Layer Architecture Software
Application Functions
39
N-Layer Client/Server Architecture
Next slide shows an example in which the data layer is split into two
separate layers: the combined database server and servers that control
the individual databases (marketing, production, accounting).
The business logic layer interacts with a combined database server that
provides a unified view of the data stored in several different databases.
The responses from the individual database servers are then combined
to create a single response to send to the business logic layer.
40
N-Layer Architecture
41
Four-Tier Architecture
42
Internet and Web-Based
Application Architecture
Web is complex example of
client/server architecture
Can use Web protocols and browsers
as application interfaces
Benefits
Accessibility
Low-cost communication
Widely implemented standards
43
Negative Aspects of
Internet Application Delivery
Breaches of security
44
Web Services Architecture
A client/server architecture
Packages software functionality into
server processes (“services”)
Makes services available to
applications via Web protocols
Web services are available to internal
and external applications
Developers can assemble an application
using existing Web services 45
Web Services Architecture
(continued)
46
Middleware
Aspect of distributed computing
47
Readings
! !!
of Systems Design”
u
yo
nk
a
Th
For next lecture: Chapter 11 – “Object-
Oriented Design”
48