Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
32 views
30 pages
SADCW 7e Chapter07
Uploaded by
Pavan Deep Singh
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
Download
Save
Save SADCW_7e_Chapter07 (2) For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
0 ratings
0% found this document useful (0 votes)
32 views
30 pages
SADCW 7e Chapter07
Uploaded by
Pavan Deep Singh
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save SADCW_7e_Chapter07 (2) For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
Download
Save SADCW_7e_Chapter07 (2) For Later
You are on page 1
/ 30
Search
Fullscreen
Chapter 6
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Foundations for Systems Design
Chapter 6
Systems Analysis and Design in a Changing World 7th Ed
Satzinger, Jackson & Burd
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Chapter 6 Outline
What Is Systems Design?
Design Activities
System Controls and Security
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Learning Objectives
Describe systems design and contrast it with
systems analysis
List the documents and models used as inputs
to or output from systems design
Explain each major design activity
Describe security methods and controls
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Overview
Analysis says “what” is required and design tells us “how”
the system will be configured and constructed
Chapters 2, 3, 4 and 5 covered systems analysis activities
(requirements)
This chapter introduces system design and the design
activities involved in systems development
Design bridges the gap between requirements to actual
implementation
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
What is Systems Design
Analysis provides the starting point for design
Design provides the starting point for
implementation
Analysis and design results are documented to
coordinate the work
Objective of design is to define, organize, and
structure the components of the final solution
to serve as a blue print for construction
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Design Models
Design is a model building activity
The formality of the project will dictate the
type, complexity, and depth of models
Agile/iteration projects typically build fewer
models, but models are still created
Jumping to programming without design often
causes less than optimum solutions and may
require rework
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Design Activities
Design activities correspond to components of
the new system
The environment
Application components
User interface
Database
Software classes and methods
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Key Design Questions for each Activity
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Describe the Environment
Two key elements in the environment
Communications with External Systems
Message formats
Web and networks
Communication protocols
Security methods
Error detection and recovery
Conforming to an existing Technology Architecture
Discover and describe existing architecture
Chapter 7 provides more details
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Design the Application Components
Application component is a well defined unit of
software that performs some function(s)
Issues involve how to package components
including
Scope and size – what are the functions,
boundaries, interfaces?
Programming language – what are the accepted
languages?
Build or buy – is an acceptable version available to
purchase?
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Design the User Interface
To the user, the User Interface is the system.
The user interface has large impact of user
productivity
Includes both Analysis and Design tasks
Requires heavy user involvement
Current needs require multiple user interfaces
Many different devices and environments
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Design the Database
By definition, an Information System requires
data – usually in a database
Current technology frequently use Relational
Database Management Systems (RDBMS)
Requires converting the data model to a
relational database
Requires addressing of many other technical
issues
Throughput and response time
Security
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Design Software Classes and Methods
AKA Detailed Design
A model building activity
Design Class Diagram
Sequence Diagrams
State-Machine Diagrams
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
System Controls and Security
Integrity Controls
Controls that maintain integrity of inputs, outputs
and data and programs
Security Controls
Controls that protect the assets from threats,
internal and external
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Integrity and Security Controls
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Designing Integrity Controls
Integrated into application programs and DBMS
Objectives of Integrity Controls
Ensure that only appropriate and correct business
transactions are accepted
Ensure that transactions are recorded and
processed correctly
To protect and safeguard assets such as the
database
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Input Controls
Prevent invalid or erroneous data from entering the
system
Value Limit Controls
Check the range of inputs for reasonableness
Completeness Controls
Ensure all the data has been entered
Data Validation Controls
Ensure that specific data values are correct
Field Combination Controls
Ensure data is correct based on relationships between fields
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Output Controls
To ensure that output arrives at proper
destination (for authorized eyes) and is
accurate, current, and complete
Examples
Physical access to printers and display devices
Labels on printed and electronic output to correctly
identify source of data
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Redundancy, Backup and Recovery
Protect data and systems from catastrophes
Databases
Hardware
Software applications
Networks
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Fraud Prevention
Critical to prevent internal fraud,
embezzlement, or loss
Fraud triangle
Opportunity
Motive
Rationalization
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Fraud Risk – Factors and Techniques
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Designing Security Controls
Protect all assets against external threats
Other objectives
Protect and maintain a stable, functioning
operating environment 24/7 (equipment, operating
systems, DBMSs)
Protect information and transactions during
transmission across networks and Internet
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Designing Security Controls
Access Controls – Limit a person’s ability to
access servers, files, data, applications
Authentication – to identify users
Multifactor Authentication
Access control list – list of valid users
Authorization – authenticated user’s list of
permission level for each resource
Registered Users – those with authorization
Unauthorized Users – anyone not registered
Privileged Users – those that maintain lists and
systems
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Types of
users
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Data Encryption
Method to secure data – stored or in transmission
Encryption – alter data so it is unrecognizable
Decryption – converted encrypted data back to
readable format
Encryption Algorithm – mathematical
transformation of the data
Encryption Key – a long data string that allows the
same algorithm to produce unique encryptions
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Symmetric Key Encryption
Encryption method that uses the same key to
encrypt and decrypt
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Asymmetric Key Encryption
Encryption method that uses different keys to
encrypt and decrypt
AKA Public Key Encryption
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Digital Signatures and Certificates
Digital Signature – technique where a document
is encrypted using a private key
Digital Certificate – An organizations name and
public that is encrypted and certified by an
authorized third party
Certifying Authority – the authorized third party
Widely known and accepted – built into Web
browsers
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
Secure Transactions
Secure Sockets Layer (SSL) – standard set of
protocols for authentication and authorization
Transport Layer Security (TLS) – an Internet
standard equivalent to SSL
IP Security (IPSec) – Internet security protocol at
a low-level transmission
Hypertext Transfer Protocol Secure (HTTPS) –
Internet standard to transmit Web pages
Systems Analysis and Design in a Changing World, 7th Ed - Chapter 6
©2016. Cengage Learning. All rights reserved.
You might also like
Systems Analysis and Design in A Changing World 7th Edition Satzinger Solutions Manual 1
PDF
100% (69)
Systems Analysis and Design in A Changing World 7th Edition Satzinger Solutions Manual 1
15 pages
Chapter 9 - Designing The Database 2
PDF
No ratings yet
Chapter 9 - Designing The Database 2
53 pages
Systems Analysis and Design - Awad, Elias M - 1985 - Homewood, Ill - R - D - Irwin - 9780256028249 - Anna's Archive
PDF
100% (1)
Systems Analysis and Design - Awad, Elias M - 1985 - Homewood, Ill - R - D - Irwin - 9780256028249 - Anna's Archive
552 pages
Systems Analysis and Design in A Changing World, 6th Edition
PDF
No ratings yet
Systems Analysis and Design in A Changing World, 6th Edition
79 pages
Chapter 1
PDF
No ratings yet
Chapter 1
14 pages
Chapter 07 - Defining The System Architecture
PDF
No ratings yet
Chapter 07 - Defining The System Architecture
36 pages
Session 2 - ISYS6542-20210105D5181 - Foundations For System Design
PDF
No ratings yet
Session 2 - ISYS6542-20210105D5181 - Foundations For System Design
41 pages
Session 3 - 4 - ISYS6542-20210105D5181 - Defining The System Architecture
PDF
No ratings yet
Session 3 - 4 - ISYS6542-20210105D5181 - Defining The System Architecture
42 pages
Chapter 7
PDF
No ratings yet
Chapter 7
33 pages
SADCW 7e Chapter10
PDF
No ratings yet
SADCW 7e Chapter10
25 pages
Systems Analysis and Design in A Changing World, 7th Edition - Chapter 7 ©2016. Cengage Learning. All Rights Reserved. 1
PDF
No ratings yet
Systems Analysis and Design in A Changing World, 7th Edition - Chapter 7 ©2016. Cengage Learning. All Rights Reserved. 1
42 pages
Chapter6 - Essentials of Design and The Design Activities
PDF
No ratings yet
Chapter6 - Essentials of Design and The Design Activities
44 pages
Chapter 2
PDF
No ratings yet
Chapter 2
44 pages
Systems Analysis and Design in A Changing World, 7th Edition - Online Chapter B ©2016. Cengage Learning. All Rights Reserved
PDF
No ratings yet
Systems Analysis and Design in A Changing World, 7th Edition - Online Chapter B ©2016. Cengage Learning. All Rights Reserved
45 pages
Chapter 05
PDF
No ratings yet
Chapter 05
36 pages
SADCW 7e Chapter07
PDF
No ratings yet
SADCW 7e Chapter07
41 pages
Lecture 6 - Chapter 12
PDF
No ratings yet
Lecture 6 - Chapter 12
57 pages
SADCW 7e Chapter09
PDF
No ratings yet
SADCW 7e Chapter09
28 pages
SADCW 7e Chapter08
PDF
No ratings yet
SADCW 7e Chapter08
27 pages
SADCW 7e Chapter05
PDF
No ratings yet
SADCW 7e Chapter05
39 pages
Sad Chapter 6
PDF
No ratings yet
Sad Chapter 6
6 pages
6 - Foundations For System Design
PDF
No ratings yet
6 - Foundations For System Design
14 pages
SADCW 7e Chapter02
PDF
No ratings yet
SADCW 7e Chapter02
39 pages
SADCW 7e Chapter01-Done
PDF
No ratings yet
SADCW 7e Chapter01-Done
52 pages
Essentials of Design and The Design Activities
PDF
No ratings yet
Essentials of Design and The Design Activities
52 pages
Chapter 5
PDF
No ratings yet
Chapter 5
29 pages
Chapter 6 - Essentials of Design and The Design Activities
PDF
No ratings yet
Chapter 6 - Essentials of Design and The Design Activities
9 pages
UNIT III - Emerging Technology
PDF
No ratings yet
UNIT III - Emerging Technology
35 pages
SADCW 7e Chapter02
PDF
No ratings yet
SADCW 7e Chapter02
28 pages
Management Information System "System Vs Procedure"
PDF
50% (2)
Management Information System "System Vs Procedure"
12 pages
InvestigatingSystemRequirements Ch2
PDF
No ratings yet
InvestigatingSystemRequirements Ch2
34 pages
Chapter 1
PDF
No ratings yet
Chapter 1
12 pages
Lec1-The Software Crisis
PDF
No ratings yet
Lec1-The Software Crisis
39 pages
Chapter 6
PDF
No ratings yet
Chapter 6
34 pages
Lec 5
PDF
No ratings yet
Lec 5
30 pages
Mr. Austine Otieno System Analysis and Design Csc308 - 171637068
PDF
No ratings yet
Mr. Austine Otieno System Analysis and Design Csc308 - 171637068
81 pages
Cit 303 Lecture Note 1
PDF
No ratings yet
Cit 303 Lecture Note 1
16 pages
SADCW 7e Chapter11
PDF
No ratings yet
SADCW 7e Chapter11
25 pages
Systems Analysis and Design in A Changing World, 7th Edition - Chapter 11 ©2016. Cengage Learning. All Rights Reserved
PDF
No ratings yet
Systems Analysis and Design in A Changing World, 7th Edition - Chapter 11 ©2016. Cengage Learning. All Rights Reserved
50 pages
Systems Analysis and Design in A Changing World, 7th Edition - Chapter 2 ©2016. Cengage Learning. All Rights Reserved. 1
PDF
No ratings yet
Systems Analysis and Design in A Changing World, 7th Edition - Chapter 2 ©2016. Cengage Learning. All Rights Reserved. 1
43 pages
Case Study: A Case Study On Subledger Accounting, Oracle Release 12
PDF
No ratings yet
Case Study: A Case Study On Subledger Accounting, Oracle Release 12
13 pages
Slides ch01 BUSI3213
PDF
No ratings yet
Slides ch01 BUSI3213
22 pages
Module 5
PDF
No ratings yet
Module 5
55 pages
Revision Slides
PDF
No ratings yet
Revision Slides
169 pages
1 SAD Notes
PDF
No ratings yet
1 SAD Notes
72 pages
Solutions OnlineChapA
PDF
No ratings yet
Solutions OnlineChapA
6 pages
Approaches To Systems Analysis
PDF
No ratings yet
Approaches To Systems Analysis
52 pages
Systems Analysis and Design in A Changing World, 7th Edition - Chapter 6 ©2016. Cengage Learning. All Rights Reserved. 1
PDF
No ratings yet
Systems Analysis and Design in A Changing World, 7th Edition - Chapter 6 ©2016. Cengage Learning. All Rights Reserved. 1
24 pages
Project Report Gas Agency
PDF
100% (5)
Project Report Gas Agency
55 pages
6ed Solutions Chap06
PDF
100% (2)
6ed Solutions Chap06
15 pages
Republic of The Philippines Department of Education Region Vii, Central Visayas Division of Cebu Province Self-Learning Home Task (SLHT)
PDF
100% (2)
Republic of The Philippines Department of Education Region Vii, Central Visayas Division of Cebu Province Self-Learning Home Task (SLHT)
20 pages
Cat Connectors
PDF
No ratings yet
Cat Connectors
85 pages
Systems Development Is Systematic Process Which Includes Phases Such As Planning, Analysis, Design, Deployment, and Maintenance
PDF
No ratings yet
Systems Development Is Systematic Process Which Includes Phases Such As Planning, Analysis, Design, Deployment, and Maintenance
16 pages
Systems Analysis and Design in A Changing World, 7th Edition - Chapter 6 ©2016. Cengage Learning. All Rights Reserved. 1
PDF
No ratings yet
Systems Analysis and Design in A Changing World, 7th Edition - Chapter 6 ©2016. Cengage Learning. All Rights Reserved. 1
40 pages
Systems Development Design, Implementation, Maintenance, and Revie
PDF
100% (3)
Systems Development Design, Implementation, Maintenance, and Revie
14 pages
Sad Chap 1
PDF
No ratings yet
Sad Chap 1
7 pages
Module 2 GIT
PDF
No ratings yet
Module 2 GIT
7 pages
SADCW 7e Chapter01
PDF
0% (1)
SADCW 7e Chapter01
60 pages
Systems Analysis and Design in A Changing World, Fourth Edition
PDF
No ratings yet
Systems Analysis and Design in A Changing World, Fourth Edition
41 pages
Analysis and Design: of E-Commerce Systems
PDF
No ratings yet
Analysis and Design: of E-Commerce Systems
27 pages
Inbound 91797242154262642
PDF
No ratings yet
Inbound 91797242154262642
7 pages
Unit 3. Information Search Process
PDF
No ratings yet
Unit 3. Information Search Process
34 pages
Chapter 1: System Environment
PDF
No ratings yet
Chapter 1: System Environment
7 pages
MP WRD 6625 - Rewa
PDF
No ratings yet
MP WRD 6625 - Rewa
77 pages
National Liberty Alliance CLGJ Letter To District Court Judges
PDF
No ratings yet
National Liberty Alliance CLGJ Letter To District Court Judges
20 pages
Piercing The Fog Intelligence and Army Air Forces Operations in World War II
PDF
No ratings yet
Piercing The Fog Intelligence and Army Air Forces Operations in World War II
516 pages
ZRO Chennai Notification Sol Tech NA 2025 - 26
PDF
No ratings yet
ZRO Chennai Notification Sol Tech NA 2025 - 26
23 pages
Grundfos - CR 5 12 A A A E HQQE
PDF
No ratings yet
Grundfos - CR 5 12 A A A E HQQE
10 pages
Qualitrol - Low Frequency Vs High Frequency Partial Discharge Detection
PDF
No ratings yet
Qualitrol - Low Frequency Vs High Frequency Partial Discharge Detection
20 pages
Mba Project Literature Review
PDF
100% (2)
Mba Project Literature Review
4 pages
Order 19973751
PDF
No ratings yet
Order 19973751
37 pages
Model Design Process Anaplan
PDF
0% (1)
Model Design Process Anaplan
6 pages
Demands of Society From The Teacher
PDF
No ratings yet
Demands of Society From The Teacher
7 pages
Frito-Lay: Operations Management in Manufacturing
PDF
No ratings yet
Frito-Lay: Operations Management in Manufacturing
2 pages
School Action Plan For Literacy Catch-Up Sessions
PDF
No ratings yet
School Action Plan For Literacy Catch-Up Sessions
7 pages
IFD5 Manual - Issue 5
PDF
No ratings yet
IFD5 Manual - Issue 5
21 pages
Virtualization II-2019-SysVM
PDF
No ratings yet
Virtualization II-2019-SysVM
47 pages
Import / Export Permit Application Form: or FAX To: 9637 8475
PDF
No ratings yet
Import / Export Permit Application Form: or FAX To: 9637 8475
2 pages
Installation Instruction: Single Pole Insulated Conductor Rail Programme 812
PDF
No ratings yet
Installation Instruction: Single Pole Insulated Conductor Rail Programme 812
9 pages
EC 504 End Semester QP
PDF
No ratings yet
EC 504 End Semester QP
3 pages
TM Series Data Sheet 1
PDF
No ratings yet
TM Series Data Sheet 1
2 pages
RC1665 - Mindi Puspita Anggraeni
PDF
No ratings yet
RC1665 - Mindi Puspita Anggraeni
5 pages
Project Team Building, Conflict, and Negotiation
PDF
No ratings yet
Project Team Building, Conflict, and Negotiation
9 pages
A Review of Evaporative Cooling Technologies
PDF
No ratings yet
A Review of Evaporative Cooling Technologies
8 pages
FF0332 01 Artificial Intelligence Powerpoint Template
PDF
No ratings yet
FF0332 01 Artificial Intelligence Powerpoint Template
8 pages
Group3 CaseStudy3
PDF
No ratings yet
Group3 CaseStudy3
7 pages
Corporate Structure and Culture
PDF
No ratings yet
Corporate Structure and Culture
4 pages
Industrial Shakers
PDF
No ratings yet
Industrial Shakers
4 pages