Systems Analysis and Design in a Changing World, Fourth Edition

Slides:



Advertisements
Similar presentations
Chapter 11 Designing the User Interface
Advertisements

Distributed Data Processing
Systems Analysis and Design in a Changing World
CS 432 Object-Oriented Analysis and Design
8.
Technical Architectures
Overview Define structural components and dynamic interactions
Chapter 17: Client/Server Computing Business Data Communications, 4e.
2 Object-Oriented Analysis and Design with the Unified Process Objectives  Describe the differences between requirements activities and design activities.
1 Pertemuan 13 Servers for E-Business Matakuliah: M0284/Teknologi & Infrastruktur E-Business Tahun: 2005 Versi: >
Chapter Two Information Technologies: Concepts and Management.
Chapter 13 Physical Architecture Layer Design
Asper School of Business University of Manitoba Systems Analysis & Design Instructor: Bob Travica System architectures Updated: November 2014.
Satzinger, Jackson, and Burd Object-Orieneted Analysis & Design
1 Chapter 7 IT Infrastructures Business-Driven Technology
Chapter 9: The Client/Server Database Environment
Systems Analysis and Design in a Changing World, 6th Edition 1 Chapter 6.
Systems Architecture, Fourth Edition1 Internet and Distributed Application Services Chapter 13.
2 Systems Architecture, Fifth Edition Chapter Goals Describe client/server and multi-tier application architecture and discuss their advantages compared.
System Analysis and Design
Chapter 9: Moving to Design
8 Systems Analysis and Design in a Changing World, Fifth Edition.
Introduction to Systems Analysis and Design
Course Instructor: Aisha Azeem
Distributed Systems: Client/Server Computing
Client/Server Architecture
Architectural Design Establishing the overall structure of a software system Objectives To introduce architectural design and to discuss its importance.
Chapter 13: Designing the User Interface
Lecture The Client/Server Database Environment
Lecture slides prepared for “Business Data Communications”, 7/e, by William Stallings and Tom Case, Chapter 8 “TCP/IP”.
The Client/Server Database Environment
PHASE 3: SYSTEMS DESIGN Chapter 8 System Architecture.
The Design of System Architecture
Chapter 9 Moving to Design Part 2.
Chapter 9 Elements of Systems Design
2 Object-Oriented Analysis and Design with the Unified Process Objectives  Describe the differences between requirements activities and design activities.
Moving to Design.
Moving From Business Modeling Requirements to Design
The Design Discipline.
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 12 Slide 1 Distributed Systems Architectures.
An Introduction to Software Architecture
Networks QUME 185 Introduction to Computer Applications.
SAMANVITHA RAMAYANAM 18 TH FEBRUARY 2010 CPE 691 LAYERED APPLICATION.
Introduction  Client/Server technology is seen by many as the solution to the difficulty of linking together the various departments of corporation.
Unit – I CLIENT / SERVER ARCHITECTURE. Unit Structure  Evolution of Client/Server Architecture  Client/Server Model  Characteristics of Client/Server.
Chapter 8 Evaluating Alternatives for Requirements, Environment, and Implementation.
Chapter 9 Moving to Design
7-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Chapter 7 IT Infrastructures.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Computer Software Chapter 4.
9 Systems Analysis and Design in a Changing World, Fourth Edition.
9 Systems Analysis and Design in a Changing World, Fourth Edition.
11 CLUSTERING AND AVAILABILITY Chapter 11. Chapter 11: CLUSTERING AND AVAILABILITY2 OVERVIEW  Describe the clustering capabilities of Microsoft Windows.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Architecture View Models A model is a complete, simplified description of a system from a particular perspective or viewpoint. There is no single view.
Chapter 2 Database Environment.
1 ITEC 3010 “Systems Analysis and Design, I” LECTURE 8-2: Elements of Systems Design Elements of Systems Design [Prof. Peter Khaiter]
E-commerce Architecture Ayşe Başar Bener. Client Server Architecture E-commerce is based on client/ server architecture –Client processes requesting service.
9. 9 Systems Analysis and Design in a Changing World, Fourth Edition.
9 Systems Analysis and Design in a Changing World, Fifth Edition.
Systems Analysis and Design in a Changing World, Fifth Edition
Business System Development
Chapter 8 Environments, Alternatives, and Decisions.
Systems Analysis and Design in a Changing World, Fourth Edition
Discovering Computers 2010: Living in a Digital World Chapter 14
The Client/Server Database Environment
Chapter 9: The Client/Server Database Environment
Ch > 28.4.
Chapter 6 – Architectural Design
Chapter 17: Client/Server Computing
Chapter 21 Successfully Implementing The Information System
Presentation transcript:

Systems Analysis and Design in a Changing World, Fourth Edition

Learning Objectives Discuss the issues related to managing and coordinating the design phase of the SDLC Explain the major components and levels of design Describe each design phase activity Describe common deployment environments and matching application architectures Develop a simple network diagram and estimate communication capacity requirements Systems Analysis and Design in a Changing World, 4th Edition

Overview This chapter Completes the transition from analysis to design Discusses issues related to design of new system Describes all design phase activities Describes network and architecture design Analysis focuses on what system should do— business requirements Design is oriented toward how system will be built —defining structural components Systems Analysis and Design in a Changing World, 4th Edition

Understanding the Elements of Design Design is process of describing, organizing, and structuring system components at architectural design level and detailed design level Focused on preparing for construction Like developing blueprints Three questions What components require systems design? What are inputs to and outputs of design process? How is systems design done? Systems Analysis and Design in a Changing World, 4th Edition

Components Requiring Systems Design Systems Analysis and Design in a Changing World, 4th Edition

Analysis Objectives to Design Objectives Systems Analysis and Design in a Changing World, 4th Edition

Moving from Analysis to Design Converts functional models from analysis into models that represent the solution Focused on technical issues Requires less user involvement than analysis Design may use structured or OO approaches Database can be relational, OO, or hybrid User interface issues Systems Analysis and Design in a Changing World, 4th Edition

Traditional Structured and Object-Oriented Models (Figure 9-3) Systems Analysis and Design in a Changing World, 4th Edition

SDLC Phases with Design Phase Activities Systems Analysis and Design in a Changing World, 4th Edition

Design Phase Activities and Key Questions (Figure 9-5) Systems Analysis and Design in a Changing World, 4th Edition

Design and Integrate the Network Network specialists establish network based on strategic plan Project team typically integrates system into existing network Technical requirements have to do with communication via networks Technical issues handled by network specialists Reliability, security, throughput, synchronization Systems Analysis and Design in a Changing World, 4th Edition

Design the Application Architecture Specify how system use cases are carried out Described during system analysis as logical models of system activities After design alternative is selected, detailed computer processing is designed as physical models, such as physical data flow diagrams and structure charts (traditional) or interaction diagrams and class diagrams (OO) Approach varies depending on development and deployment environments Systems Analysis and Design in a Changing World, 4th Edition

Design the User Interfaces User interface quality is critical aspect of system Design of user interface defines how user interacts with system GUI – windows, dialog boxes, mouse interaction Sound, video, voice commands To user of system, user interface is the system User interface specialists – interface designers, usability consultants, human factors engineers Systems Analysis and Design in a Changing World, 4th Edition

Design the System Interfaces System interfaces enable systems to share and exchange information Internal organization systems Interfaces with systems outside organization New system interfaces with package application that organization has purchased and installed System interfaces can be complex Organization needs very specialized technical skills to work on these interfaces Systems Analysis and Design in a Changing World, 4th Edition

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 Systems Analysis and Design in a Changing World, 4th Edition

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 Systems Analysis and Design in a Changing World, 4th Edition

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 Systems Analysis and Design in a Changing World, 4th Edition

Project Management—Coordinating the Project Manage changing requirements Coordinate design elements Coordinate project teams Project schedule - coordinate ongoing work Coordinate information CASE tools and central repository Team communication and information coordination Track open items and unresolved issues Systems Analysis and Design in a Changing World, 4th Edition

System Development Information Stored in the CASE Repository (Figure 9-6) Systems Analysis and Design in a Changing World, 4th Edition

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 software Systems Analysis and Design in a Changing World, 4th Edition

Single-Computer and Multitier Architecture Single-computer architecture Mainframe-based Limited by single machine capacity Clustered and multi-computer architecture Group of computers to provide processing and data storage capacity Cluster acts as a single system Multicomputer hardware/OS can be less similar than clustered Systems Analysis and Design in a Changing World, 4th Edition

Single-, Clustered, and Multicomputer Architectures Systems Analysis and Design in a Changing World, 4th Edition

Centralized and Distributed Architecture Distributes system across several computers and locations Relies on communication networks for geographic connectivity Client/server architecture dominant model for distributed computing Systems Analysis and Design in a Changing World, 4th Edition

Computer Network 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 Systems Analysis and Design in a Changing World, 4th Edition

A Possible Network Configuration for RMO Systems Analysis and Design in a Changing World, 4th Edition

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 Systems Analysis and Design in a Changing World, 4th Edition

Application Architecture Complex hardware/networks require more complex software architectures There are commonly used approaches (patterns) for application architecture Client/server architecture Three-layer client/server architecture Web services architecture Internet and Web-based application architecture Systems Analysis and Design in a Changing World, 4th Edition

Client/Server Architecture Client/server divides programs into two types Server – manages information system resources or provides well-defined services for client Client – communicates with server to request resources or services Advantage – deployment flexibility Location, scalability, maintainability Disadvantage – complexity Performance, security, and reliability Systems Analysis and Design in a Changing World, 4th Edition

Interaction Among Multiple Clients and a Single Server (Figure 9-11) Systems Analysis and Design in a Changing World, 4th Edition

Client/Server Architectural Process Decompose application into client and server programs, modules, or objects Identify resources or services that can be centrally managed by independent software units Determine which clients and servers will execute on which computer systems Describe communication protocols and networks that connect clients and servers Systems Analysis and Design in a Changing World, 4th Edition

Three-Layer Client/Server Architecture Layers can reside on one processor or be distributed to multiple processors Data layer – manages access to stored data in databases Business logic layer – implements rules and procedures of business processing View layer – accepts user input and formats and displays processing results Systems Analysis and Design in a Changing World, 4th Edition

Three-Layer Architecture Systems Analysis and Design in a Changing World, 4th Edition

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 Systems Analysis and Design in a Changing World, 4th Edition

Web Services Architecture (Figure 9-13) Systems Analysis and Design in a Changing World, 4th Edition

Middleware Aspect of distributed computing Connects parts of an application and enables requests and data to pass between them Transaction process monitors, object request brokers (ORBs), Web services directories Designers reply on standard frameworks and protocols incorporated into middleware Systems Analysis and Design in a Changing World, 4th Edition

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 Systems Analysis and Design in a Changing World, 4th Edition

Negative Aspects of Internet Application Delivery Breaches of security Fluctuating reliability of network throughput Throughput can be limited Volatile, changing standards Systems Analysis and Design in a Changing World, 4th Edition

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 Systems Analysis and Design in a Changing World, 4th Edition

Network Diagram for RMO Customer Support System (Figure 9-14) Systems Analysis and Design in a Changing World, 4th Edition

CD-Selection Example Functional Requirements: 1. Place Requests for CDs 1.1 Customers will access the Internet system to look for CDs of interest. Some customers will search for special CDs or CDs by specific artists, while other customers want to browse for interesting CDs in certain categories (e.g. rock, jazz, classical). 1.2 When the customer has found a CD he or she wants, the customer will check to see which store(s) have the CD in stock. They will use zip code to find stores close to their location. 1.3 Customers can immediately place a hold on any CD in stock at any of the stores and then come into the store and pick it up (see requirement 3 below). 1.4 If the CD is not available in the customer’s preferred store, the customer can request that the CD be special ordered to that store for later pickup. The customer will be notified by e-mail when the requested CD arrives at requested store; the CD will be placed on hold (which will expire after 7 days). This process will work similarly to the current special order system. 2. CD Marketing 2.1 The Internet system provides an additional opportunity to market CDs to current and new customers. The system will provide a database of marketing materials about selected CDs that will help Web users learn more about them (e.g., music reviews, links to Web sites, artist information, and sample sound clips). When information about a CD that has additional marketing information is displayed, a link will be provided to the additional information. 2.2 Marketing materials will be supplied primarily by vendors and record labels so that we can better promote their CDs. The Marketing Department will determine what marketing materials will be placed in the system and will be responsible for adding, changing and deleting the materials. Systems Analysis and Design in a Changing World, 4th Edition

CD-Selection Example 3. Process In-store Holds 3.1 When a CD is available in a store, the system will send a hold request to the in-store system at the selected store. 3.2 The in-store system will alter the store staff (through an audible alarm and a popup message). 3.3 Staff will print a label for the requested CD(s), pull them from the shelves, attach the label, and place them on the special order shelf. Just like the special orders, the hold items will be held for 7 days. 3.4 Once the hold has been placed on the shelf, the staff will enter a hold confirmation, and the system will do an inventory adjustment to the main inventory database so that no other holds are accepted for the item. Systems Analysis and Design in a Changing World, 4th Edition

CD-Selection Example: Design 1. Select design strategy There are three different approaches that could be considered with the CD Selections system. Develop the entire system using development resources from CD Selections. Buy a packaged software program. Hire consulting firm or service provider to create the system. A custom development project using the company’s standard Web development tools is the best choice for CD Selections. There is one part of the project that potentially could be handled using packaged software: the request-taking portion of the application. Weighted alternative matrix comparing three different shopping cart programs: Systems Analysis and Design in a Changing World, 4th Edition

CD-Selection Example: Design Weighted alternative matrix comparing three different shopping cart programs: Systems Analysis and Design in a Changing World, 4th Edition

CD-Selection Example: Architecture Design Begin with the high-level nonfunctional requirements developed in the analysis phase. Systems Analysis and Design in a Changing World, 4th Edition

CD-Selection Example: Architecture Design A more detail selected nonfunctional requirements for CD Selections. Systems Analysis and Design in a Changing World, 4th Edition

CD-Selection Example: Architecture Design A three-tier thin client-server architecture is the best configuration for the Internet portion of the Internet system. Customers would use their personal computers running a Web browser as the client. A database server would store the Internet system’s databases. An application server would have Web server software and the application software to run the system. The in-store system was currently built using a two-tier client-server architecture, so the portion of the system responsible for the in-store holds would conform to that architecture. A second two-tier client-server system would enable staff in the Marketing Department to maintain the marketing material information. Systems Analysis and Design in a Changing World, 4th Edition

Summary Systems design is process of organizing and structuring components of system to allow construction (programming) of new system Design phase of project consists of activities that relate to design of components of new system Application architecture, user interfaces, system interfaces, databases, network diagrams, system controls Prototyping may be required to specify any part or all of the design Systems Analysis and Design in a Changing World, 4th Edition

Summary (continued) Inputs to design activities are diagrams built during analysis Outputs of design are also diagrams that describe architecture of new system and detailed logic of programming components Inputs, design activities, and outputs are different depending on whether a structured approach or an object-oriented approach is used Architectural design adapts to development environment and decomposes design into layers Systems Analysis and Design in a Changing World, 4th Edition