Architectural Design

Similar documents
Architectural Design

Lecture 1. Chapter 6 Architectural design

Chapter 6 Architectural Design. Chapter 6 Architectural design

5/9/2014. Recall the design process. Lecture 1. Establishing the overall structureof a software system. Topics covered

Chapter 6 Architectural Design. Lecture 1. Chapter 6 Architectural design

Chapter 6 Architectural Design

Objectives. Architectural Design. Software architecture. Topics covered. Architectural design. Advantages of explicit architecture

Architectural Design

Software Engineering

Engr. M. Fahad Khan Lecturer Software Engineering Department University Of Engineering & Technology Taxila

Architectural Design. Topics covered. Architectural Design. Software architecture. Recall the design process

Architectural Design. Architectural Design. Software Architecture. Architectural Models

Establishing the overall structure of a software system

EPL603 Topics in Software Engineering

Topic : Object Oriented Design Principles

Lecture 15 Distributed System Architectures

Sommerville Chapter 6 The High-Level Structure of a Software Intensive System. Architectural Design. Slides courtesy Prof.

CS451 Lecture 8: Architectural Design. Architectural Design: Objectives

Architectural Design. CSCE Lecture 12-09/27/2016

Architectural design

An Introduction to Software Architecture. David Garlan & Mary Shaw 94

Introduction to Software Engineering 10. Software Architecture

An Introduction to Software Architecture

An Introduction to Software Architecture

Design Process Overview. At Each Level of Abstraction. Design Phases. Design Phases James M. Bieman

Software Architecture

ESE Einführung in Software Engineering!

PESIT Bangalore South Campus Hosur road, 1km before Electronic City, Bengaluru -100 Department of MCA

Architectural Blueprint The 4+1 View Model of Software Architecture. Philippe Kruchten

An Introduction to Software Architecture By David Garlan & Mary Shaw 94

WHAT IS SOFTWARE ARCHITECTURE?

What is Software Architecture

Architectural Design

ADVANCED SOFTWARE DESIGN LECTURE 4 SOFTWARE ARCHITECTURE

Object-Oriented Design (OOD) Case Study : Architecture and Detail Design and Software Design Document (SDD) Prepared by Shahliza Abd Halim

Lecturer: Sebastian Coope Ashton Building, Room G.18

In this Lecture you will Learn: System Design. System Architecture. System Architecture

Architectural Styles. Reid Holmes

Establishing the overall structure of a software system

Ch 1: The Architecture Business Cycle

Architectural Patterns. Architectural Patterns. Layers: Pattern. Architectural Pattern Examples. Layer 3. Component 3.1. Layer 2

Architectural Patterns

Introduction to Software Engineering

Architectural Blueprint

Darshan Institute of Engineering & Technology for Diploma Studies

Architectural Styles. Software Architecture Lecture 5. Copyright Richard N. Taylor, Nenad Medvidovic, and Eric M. Dashofy. All rights reserved.

Software Architectures

Software Architecture

Architectural Styles I

Architectural Styles II

Review Sources of Architecture. Why Domain-Specific?

CSCI 3130 Software Architectures 1/3. February 5, 2013

Architectural Styles I

Software Architecture

Architectural Patterns

6/20/2018 CS5386 SOFTWARE DESIGN & ARCHITECTURE LECTURE 5: ARCHITECTURAL VIEWS C&C STYLES. Outline for Today. Architecture views C&C Views

AADL Graphical Editor Design

CAS 703 Software Design

The requirements engineering process

Design Patterns. Architectural Patterns. Contents of a Design Pattern. Dr. James A. Bednar. Dr. David Robertson

Software Engineering Chap.7 - Design and Implementation

Software Design Fundamentals. CSCE Lecture 11-09/27/2016

Minsoo Ryu. College of Information and Communications Hanyang University.

Patterns Architectural Styles Archetypes

Software Engineering Principles

Software Reuse and Component-Based Software Engineering

In his paper of 1972, Parnas proposed the following problem [42]:

CS560 Lecture: Software Architecture Includes slides by I. Sommerville

Socket attaches to a Ratchet. 2) Bridge Decouple an abstraction from its implementation so that the two can vary independently.

Lectures 24 and 25 Introduction to Architectural Styles and Design Patterns

Software Architecture

BDSA08 Advanced Architecture

SE Assignment III. 1. List and explain primitive symbols used for constructing DFDs. Illustrate the use of these symbols with the help of an example.

Chapter 8. Database Design. Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel

Compositional Model Based Software Development

Chapter 1: Distributed Information Systems

Distributed Systems Architectures. Ian Sommerville 2006 Software Engineering, 8th edition. Chapter 12 Slide 1

Today s Lecture. Software Architecture. Lecture 21: Introduction to Software Architecture. Introduction and Background of

Design Patterns. An introduction

Object Oriented Design (OOD): The Concept

Architecture Styles. Instructor: Yongjie Zheng February 7, CS 5553: Software Architecture and Design

Software Processes. Ian Sommerville 2006 Software Engineering, 8th edition. Chapter 4 Slide 1

Recap on SDLC Phases & Artefacts

Architectural Design

CHAPTER 9 DESIGN ENGINEERING. Overview

Creating and Analyzing Software Architecture

Products of Requirements elicitation and analysis. Chapter 6: System design: decomposing the system

Software Architecture. Lecture 5

CAS 703 Software Design

FIT1004 Database Topic 2: Database Design Life Cycle

SDD PRELIMINARY CHANGES SUMMARY

Software Design Patterns. Background 1. Background 2. Jonathan I. Maletic, Ph.D.

Ch 1: The Architecture Business Cycle

ICS 52: Introduction to Software Engineering

Middleware. Adapted from Alonso, Casati, Kuno, Machiraju Web Services Springer 2004

Software Architectures. Lecture 6 (part 1)

Agent-Oriented Software Engineering

SOFTWARE ARCHITECTURE INTRODUCTION TO SOFTWARE ENGINEERING PHILIPPE LALANDA

CHAPTER 1: OPERATING SYSTEM FUNDAMENTALS

Describing the architecture: Creating and Using Architectural Description Languages (ADLs): What are the attributes and R-forms?

Transcription:

Architectural Design

Topics i. Architectural design decisions ii. Architectural views iii. Architectural patterns iv. Application architectures Chapter 6 Architectural design 2

PART 1 ARCHITECTURAL DESIGN DECISIONS

Recap on SDLC Phases & Artefacts Domain Analysis @ Business Process Domain (Class Diagram) Requirement Analysis 1) Functional & Non-Functional requirement 2) Use Case diagram 1) System Sequence Diagram 2) Activity Diagram SRS Design 1) Class Diagram (refined) 2) Detail Sequence Diagram 3) State Diagram Implementation 1) Application Source Code 2) User Manual Documentation Testing & Deployment 1) Test Cases 2) Prototype Maintenance & Evolution 1) Change Request Form

Recap on SDLC Phases & Artefacts Domain Analysis @ Business Process Domain (Class Diagram) Requirement Analysis 1) Functional & Non-Functional requirement 2) Use Case diagram 1) System Sequence Diagram 2) Activity Diagram SRS Design 1) Class Diagram (refined) 2) Detail Sequence Diagram 3) State Diagram Implementation 1) Application Source Code 2) User Manual Documentation Testing & Deployment 1) Test Cases 2) Prototype Maintenance & Evolution 1) Change Request Form

Recap on Design process (Ch.2)

Recap on Design process (Ch.2)

Architectural design : Definitions The design process for identifying the subsystems making up a system and the framework for sub-system control and communication. The output of this design process is a description of the software architecture. Chapter 6 Architectural design 8

Architecture Analogy for Software vs. House?

Architectural design decisions (NINE QUESTIONS) 1. What approach will be used to structure the system? 2. What architectural styles are appropriate? 3. What control strategy should be used? 4. How will the structural components be decomposed into subcomponents? 5. Is there a generic application architecture that can be used? 6. What architectural organization is best for delivering the non functional requirements? 7. How will the system be distributed? 8. How will the architectural design be evaluated? 9. How should the architecture be documented? Chapter 6 Architectural design 17

Rationale on Architectural design decisions Architectural design is a creative process so the process differs depending on the type of system being developed. Due to the creative process, the activities within the process depend on the type of the system being developed, background and experience of system architect, specific requirements of the system During architectural design process, system architects have to make a number of structural decisions that profoundly affect the system and its development process 9 DESIGN DECISION QUESTIONS Chapter 6 Architectural design 18

PART 2 ARCHITECTURAL VIEWS

Architectural design decisions (NINE QUESTIONS) 1. What approach will be used to structure the system? Chapter 6 Architectural design 20

Analogy of House Architectural View Interior elevations showing details of fireplaces, cabinets, built-in units, and other special interior features. Schematic electrical layouts Exterior elevations of the front, rear, and sides of the house Different views of a house Detailed floor plans Roof plans showing details of the layout. Chapter 6 Architectural design 21

Architectural views What views or perspectives are useful when designing and documenting a system s architecture? What notations should be used for describing architectural models? Each architectural model only shows one view or perspective of the system. It might show how a system is decomposed into modules, how the run-time processes interact or the different ways in which system components are distributed across a network. For both design and documentation, you usually need to present multiple views of the software architecture. Chapter 6 Architectural design 27

4+1 view architecture Chapter 6 Architectural design 28

4 + 1 view model of software architecture 1. A logical view: shows the key abstractions in the system as objects or object classes. 2. A process view : shows how, at run-time, the system is composed of interacting processes. 3. A development view: shows how the software is decomposed for development. 4. A physical view: shows the system hardware and how software components are distributed across the processors in the system. Related using use cases or scenarios (+1) Chapter 6 Architectural design 29

PART 3 ARCHITECTURAL PATTERNS

Architectural design decisions (NINE QUESTIONS) 2. What architectural styles are appropriate? 3. What control strategy should be used? 4. How will the structural components be decomposed into subcomponents? Chapter 6 Architectural design 31

Architectural Design Classification Architectural Design Architectural Style Control Strategy Modular Decomposition Pipe line Repository View Controller Client Server Layered Centralized Control Object Oriented Event-Driven Control Function Oriented Call-Return Manager Broadcast Interrupt- Driven 32

Architecture reuse Systems in the same domain often have similar architectures that reflect domain concepts. Application product lines are built around a core architecture with variants that satisfy particular customer requirements. The architecture of a system may be designed around one of more architectural patterns or styles. These capture the essence of an architecture and can be instantiated in different ways. Discussed later in this lecture. Chapter 6 Architectural design 33

Architectural patterns Patterns are a means of representing, sharing and reusing knowledge. An architectural pattern is a stylized description of good design practice, which has been tried and tested in different environments. Patterns should include information about when they are and when the are not useful. Patterns may be represented using tabular and graphical descriptions. Chapter 6 Architectural design 34

Architectural Design Classification Architectural Design Architectural Style Control Strategy Modular Decomposition Pipe line Repository View Controller Client Server Layered Centralized Control Object Oriented Event-Driven Control Function Oriented Call-Return Manager Broadcast Interrupt- Driven 35

1. Repository architecture Sub-systems must exchange data. This may be done in two ways: Shared data is held in a central database or repository and may be accessed by all sub-systems; Each sub-system maintains its own database and passes data explicitly to other sub-systems. When to use: large amounts of data are to be shared and stored for a long time. in data-driven systems where the inclusion of data in the repository triggers an action or tool Chapter 6 Architectural design 36

The Repository architecture Advantages Components can be independent. Changes made by one component can be propagated to all components. All data can be managed consistently (e.g., backups done at the same time) Disadvantages Problems in the repository affect the whole system. Inefficiencies in organizing all communication through the repository. Difficulties in distributing the repository across several computers

A repository architecture for an IDE Chapter 6 Architectural design 38

Architectural Design Classification Architectural Design Architectural Style Control Strategy Modular Decomposition Pipe line Repository View Controller Client Server Layered Centralized Control Object Oriented Event-Driven Control Function Oriented Call-Return Manager Broadcast Interrupt- Driven 39

2. Client-server architecture Distributed system model which shows how data and processing is distributed across a range of components. Can be implemented on a single computer. Set of stand-alone servers which provide specific services such as printing, data management, etc. Set of clients which call on these services. Network which allows clients to access servers. Used when data in a shared database has to be accessed from a range of locations. Chapter 6 Architectural design 40

The Client server pattern Advantages Servers can be distributed across a network. Disadvantages Each service is a single point of failure so susceptible to denial of service attacks or server failure. General functionality (e.g., a printing service) can be available to all clients and does not need to be implemented by all services. Performance may be unpredictable because it depends on the network as well as the system.

A client server architecture for a film library Chapter 6 Architectural design 42

Architectural Design Classification Architectural Design Architectural Style Control Strategy Modular Decomposition Pipe line Repository View Controller Client Server Layered Centralized Control Object Oriented Event-Driven Control Function Oriented Call-Return Manager Broadcast Interrupt- Driven 43

3.The Layered Organize a system into layers Each layer provides services to the one outside it and acts as a client to the layer inside The design includes protocols that explain how each pair of layers will interact Each layer can be thought of as an abstract machine Also called an abstract machine model Incremental development of sub-systems in different layers When a layer interface changes, only the adjacent layer is affected. 44

Used when 3.The Layered building new facilities on top of existing systems the development is spread across several teams with each team responsibility for a layer of functionality there is a requirement for multi-level security security is a critical requirement. Example: layered security architecture: a system to provide file security

Advantages : 3.The Layered Each layer can be considered to be an increasing level of abstraction Designers can use the layers to decompose a problem into a sequence of more abstract steps It s easy to add or modify a layer as the need arises Disadvantages : Not easy to structure a system in layers The multiple layers of abstraction are not always evident when examine a set of requirements System performance may suffer from the extra coordination among the layers 46

47 Layering Example: Version Management System

The architecture of the LIBSYS system Chapter 6 Architectural design 48

49 Variant: 3-Layer Data Access

50 How many layers?

Database layer Sometimes is further divided into: 51 Middleware Layer System software Layer The middleware layer offers components systems providing utility classes and platform-independent services such as distributed object computing in heterogeneous environments. Examples in this layer are GUI builders, DBMS interfaces, CORBA broker, and so on. The system software layer contains the software for the computing and networking infrastructure, such as OS, interfaces to specific hardware (i.e., drivers), sockets, and so on. Some components in this layer are hardware (or platform) dependent

52

Architectural Design Classification Architectural Design Architectural Style Control Strategy Modular Decomposition Pipe line Repository View Controller Client Server Layered Centralized Control Object Oriented Event-Driven Control Function Oriented Call-Return Manager Broadcast Interrupt- Driven 53

4. Pipe and filter architecture The processing of the data in a system is organized so that each processing component (filter) is discrete and carries out one type of data transformation. The data flows (as in a pipe) from one component to another for processing. May be referred to as a pipe and filter model (as in UNIX shell). Commonly used in data processing applications (both batch- and transaction-based) where inputs are processed in separate stages to generate related outputs. Not really suitable for interactive systems. Chapter 6 Architectural design 54

4. Pipe and filter architecture Advantages Easy to understand and supports transformation reuse. Workflow style matches the structure of many business processes. Evolution by adding transformations is straightforward. Can be implemented as either a sequential or concurrent system. Disadvantages The format for data transfer has to be agreed upon between communicating transformations. Each transformation must parse its input and unparse its output to the agreed form. this increases system overhead

An example of the pipe and filter architecture Chapter 6 Architectural design 56

Architectural Design Classification Architectural Design Architectural Style Control Strategy Modular Decomposition Pipe line Repository View Controller Client Server Layered Centralized Control Object Oriented Event-Driven Control Function Oriented Call-Return Manager Broadcast Interrupt- Driven 57

5. The -View-Controller (MVC) pattern Separates presentation and interaction from the system data. The system is structured into three logical components that interact with each other. the component manages the system data and associated operations on that data. the View component defines and manages how the data is presented to the user. the Controller component manages user interaction (e.g., key presses, mouse clicks, etc.) and passes these interactions to the View and the.

The organization of the -View-Controller Chapter 6 Architectural design 59

5. The -View-Controller (MVC) pattern Used when there are multiple ways to view and interact with data. Also used when the future requirements for interaction and presentation of data are unknown. Advantages Allows the data to change independently of its representation and vice versa. Supports presentation of the same data in different ways with changes made in one representation shown in all of them. Disadvantages Can involve additional code and code complexity when the data model and interactions are simple.

Web application architecture using the MVC pattern Chapter 6 Architectural design 61

MVC architecture for online ordering system

Architectural design decisions (NINE QUESTIONS) 2. What architectural styles are appropriate? 3. What control strategy should be used? 4. How will the structural components be decomposed into subcomponents? Chapter 6 Architectural design 63

Architectural Design Classification Architectural Design Architectural Style Control Strategy Modular Decomposition Pipe line Repository View Controller Client Server Layered Centralized Control Object Oriented Event-Driven Control Function Oriented Call-Return Manager Broadcast Interrupt- Driven 64

Control Styles Are concerned with the control flow between subsystems Sub-systems must be controlled Two generic control styles Centralized control One sub-system has overall responsibility for control and starts and stops other sub-systems. Event-based control Each sub-system can respond to externally generated events from other sub-systems or the system s environment. 65

1. Centralized Control A control sub-system takes responsibility for managing the execution of other sub-systems. Call-return model Top-down subroutine model where control starts at the top of a subroutine hierarchy and moves downwards. Applicable to sequential systems. Manager model Applicable to concurrent systems. One system component controls the stopping, starting and coordination of other system processes. Can be implemented in sequential systems as a case statement. 66

67 1.1. The Call-Return

68 1.2. The Manager

Architectural Design Classification Architectural Design Architectural Style Control Strategy Modular Decomposition Pipe line Repository View Controller Client Server Layered Centralized Control Object Oriented Event-Driven Control Function Oriented Call-Return Manager Broadcast Interrupt- Driven 69

2. Event-Driven System An event vs. an input Driven by externally generated events where the timing of the event is outwith the control of the sub-systems which process the event. Two principal event-driven models Broadcast models. An event is broadcast to all subsystems. Any sub-system which can handle the event may do so different computers on a network; Interrupt-driven models. Used in real-time systems where interrupts are detected by an interrupt handler and passed to some other component for processing real-time systems. 70

2.1. Broadcast Effective in integrating sub-systems on different computers in a network. Sub-systems register an interest in specific events. When these occur, control is transferred to the subsystem which can handle the event. Control policy is not embedded in the event and message handler. Sub-systems decide on events of interest to them. However, sub-systems don t know if or when an event will be handled. 71

72 A Broadcast

2.2. Interrupt-driven control Used in real-time systems where fast response to an event is essential. There are known interrupt types with a handler defined for each type. Each type is associated with a memory location and a hardware switch causes transfer to its handler. Allows fast response but complex to program and difficult to validate. 73

74 An Interrupt-Driven

Architectural Design Classification Architectural Design Architectural Style Control Strategy Modular Decomposition Pipe line Repository View Controller Client Server Layered Centralized Control Object Oriented Event-Driven Control Function Oriented Call-Return Manager Broadcast Interrupt- Driven 75

Architectural design decisions (NINE QUESTIONS) 2. What architectural styles are appropriate? 3. What control strategy should be used? 4. How will the structural components be decomposed into subcomponents? Chapter 6 Architectural design 76

Architectural Design Classification Architectural Design Architectural Style Control Strategy Modular Decomposition Pipe line Repository View Controller Client Server Layered Centralized Control Object Oriented (next topic) Event-Driven Control Function Oriented Call-Return Manager Broadcast Interrupt- Driven 77

PART 4 APPLICATION ARCHITECTURAL

Architectural design decisions (NINE QUESTIONS) 5. Is there a generic application architecture that can be used? Chapter 6 Architectural design 79

Application architectures Application systems are designed to meet an organizational need. As businesses have much in common, their application systems also tend to have a common architecture that reflects the application requirements. A generic application architecture is an architecture for a type of software system that may be configured and adapted to create a system that meets specific requirements. Chapter 6 Architectural design 80

Use of application architectures As a starting point for architectural design. As a design checklist. As a way of organizing the work of the development team. As a means of assessing components for reuse. As a vocabulary for talking about application types. Chapter 6 Architectural design 81

Examples of application types Data processing applications Data driven applications that process data in batches without explicit user intervention during the processing. Transaction processing applications Data-centred applications that process user requests and update information in a system database. Event processing systems Applications where system actions depend on interpreting events from the system s environment. Language processing systems Applications where the users intentions are specified in a formal language that is processed and interpreted by the system. Chapter 6 Architectural design 82

Application type examples Focus here is on transaction processing and language processing systems. Transaction processing systems E-commerce systems; Reservation systems. Language processing systems Compilers; Command interpreters. Chapter 6 Architectural design 83

Transaction processing systems Process user requests for information from a database or requests to update the database. From a user perspective a transaction is: Any coherent sequence of operations that satisfies a goal; For example - find the times of flights from London to Paris. Users make asynchronous requests for service which are then processed by a transaction manager. Chapter 6 Architectural design 84

The structure of transaction processing applications Chapter 6 Architectural design 85

The software architecture of an ATM system Chapter 6 Architectural design 86

Information systems architecture Information systems have a generic architecture that can be organised as a layered architecture. These are transaction-based systems as interaction with these systems generally involves database transactions. Layers include: The user interface User communications Information retrieval System database Chapter 6 Architectural design 87

Layered information system architecture Chapter 6 Architectural design 88

The architecture of the MHC-PMS Chapter 6 Architectural design 89

Web-based information systems Information and resource management systems are now usually web-based systems where the user interfaces are implemented using a web browser. For example, e-commerce systems are Internet-based resource management systems that accept electronic orders for goods or services and then arrange delivery of these goods or services to the customer. In an e-commerce system, the application-specific layer includes additional functionality supporting a shopping cart in which users can place a number of items in separate transactions, then pay for them all together in a single transaction. Chapter 6 Architectural design 90

Server implementation These systems are often implemented as multi-tier client server/architectures (discussed in Chapter 18) The web server is responsible for all user communications, with the user interface implemented using a web browser; The application server is responsible for implementing application-specific logic as well as information storage and retrieval requests; The database server moves information to and from the database and handles transaction management. Chapter 6 Architectural design 91

Language processing systems Accept a natural or artificial language as input and generate some other representation of that language. May include an interpreter to act on the instructions in the language that is being processed. Used in situations where the easiest way to solve a problem is to describe an algorithm or describe the system data Meta-case tools process tool descriptions, method rules, etc and generate tools. Chapter 6 Architectural design 92

The architecture of a language processing system Chapter 6 Architectural design 93

Compiler components A lexical analyzer, which takes input language tokens and converts them to an internal form. A symbol table, which holds information about the names of entities (variables, class names, object names, etc.) used in the text that is being translated. A syntax analyzer, which checks the syntax of the language being translated. A syntax tree, which is an internal structure representing the program being compiled. Chapter 6 Architectural design 94

Compiler components A semantic analyzer that uses information from the syntax tree and the symbol table to check the semantic correctness of the input language text. A code generator that walks the syntax tree and generates abstract machine code. Chapter 6 Architectural design 95

A pipe and filter compiler architecture Chapter 6 Architectural design 96

A repository architecture for a language processing system Chapter 6 Architectural design 97

Architectural design decisions (NINE QUESTIONS) 6. What architectural organization is best for delivering the non functional requirements? Chapter 6 Architectural design 98

Non functional requirements and Architectural Organization (Question 6) However, a number of common decisions span all design processes and these decisions affect the non-functional characteristics of the system. Performance: Localise critical operations and minimise communications. Use large rather than fine-grain components. Security :Use a layered architecture with critical assets in the inner layers. Safety: Localise safety-critical features in a small number of sub-systems. Availability:Include redundant components and mechanisms for fault tolerance. Maintainability: Use fine-grain, replaceable components. Chapter 6 Architectural design 99

Key points A software architecture is a description of how a software system is organized. Architectural design decisions include decisions on the type of application, the distribution of the system, the architectural styles to be used. Architectures may be documented from several different perspectives or views such as a conceptual view, a logical view, a process view, and a development view. Architectural patterns are a means of reusing knowledge about generic system architectures. They describe the architecture, explain when it may be used and describe its advantages and disadvantages. Chapter 6 Architectural design 100

Key points s of application systems architectures help us understand and compare applications, validate application system designs and assess large-scale components for reuse. Transaction processing systems are interactive systems that allow information in a database to be remotely accessed and modified by a number of users. Language processing systems are used to translate texts from one language into another and to carry out the instructions specified in the input language. They include a translator and an abstract machine that executes the generated language. Chapter 6 Architectural design 101

EXERCISE

Architectural design decisions (NINE QUESTIONS) 1. What approach will be used to structure the system? 2. What architectural styles are appropriate? 3. What control strategy should be used? 4. How will the structural components be decomposed into subcomponents? 5. Is there a generic application architecture that can be used? 6. What architectural organization is best for delivering the non functional requirements? 7. How will the system be distributed? 8. How will the architectural design be evaluated? 9. How should the architecture be documented? Chapter 6 Architectural design 103

Exercise During architectural design stage, a software architect have to identify the appropriate design decisions for the specified requirements during requirement and analysis stages. These design decisions are crucial for the next phase of development for the proposed application. Suggest the design decisions for your group project based on the specified requirements in previous SRS. Your design decisions must answered all the 6 questions.