System Design Document

 

<<Project Name>>

15-612 Distributed System

Spring 1998

Carnegie Mellon University

Pittsburgh, PA 15213

 

 

 

 

 

 


Revision History:

<<version>> <<date>> <<writer>>

Preface:

Target Audience:

Client, Developers

NYEV Members:

Nelson Montalvo, Yenni Kwek, Eric Farng, Vincent Mak

1. Goals and Trade-offs

<<In this section describe the design goals of the system. Some of the design goals are mentioned in the global requirements section of the problem statement. Use also any special requirements (often called pseudo requirements) selection of the programming language) as the starting point of your discussion. After discussing the design goals, describe how they influence the functional requirements (use cases) and describe the trade-offs you have made. The system design must set priorities that will be used to guide trade-offs during the rest of design and implementation. During design it is often required that you choose among desirable but incompatible goals. For example, a system can often be made faster by using extra memory. Design trade-offs must be made regarding not only the software product itself but also regarding the process of developing it. For example, timely delivery might have to be traded-off against functionality. NRose that not all the trade-offs are made during system design, but the priorities for making them are established in this phase. The entire character of a system is affected by the trade-off decisions made by the designer. The success or failure of the final product may depend on whether its goals are well-chosen. Here are some typical questions to be answered:

Examples of trade-offs:

>>

2. System Decomposition

2.1 System Decomposition

<<Typical issues to be described in this section:

2.1.1 Layers & Partitions

2.1.2 System Topology

3. Concurrency Identification

Typical questions to be answered in this section:

4. Hardware/Software Allocation

4.1 System Performance

4.1.1 General system performance

4.1.2 Input/Output Performance

4.1.3 Processor allocation

4.1.4 Memory allocation

4.2 Connectivity

This section describes the connectivity of the subsystems in terms of physical connections and the underlying network architecture. After determining the kinds and relative numbers of physical components in the system (processors, memory and network), this section describes the arrangement and form of the connections among them. The following decisions must be made and described:

4.3 Network architecture

Describe the form of connection channels and the communication protocol. Describe the general interaction mechanism and protocols, for example if the interaction is asynchronous, synchronous or blocking. Describe bandwidth and latency of the communication channels and whether they determine the choice for the protocol. Typical questions to be answered in this section:

5. Data Management

The internal and external data stores in a system provide clean separation points between subsystems with well-defined interfaces. In general each data store may combine data structures, files and databases implemented in memory or on secondary storage devices. Typical questions to be answered in this section:

6. Global Resource Handling

<<This section identifies global resources and determines mechanisms for controlling access to them. Global resources include: physical components (lap-tops, workstations, smart cards,...), disk space, workstation screens, buttons on a mouse, microphone, logical names such as IDs, filenames, service names, access to shared data, etc. Typical questions to be answered in this section:

7. Software Control Implementation

7.1 External control flow (between subsystems)

 

 

7.2 Concurrent control

7.3 Internal control (within a single process)

7.4 User Interface

8. Boundary Conditions

<< Although most of the design effort in many systems is concerned with the steady-state behavior, the system designer must consider boundary conditions as well, in particular initialization, termination and failure. This section describes how the system deals with each of these issues.>>

8.1 Initialization

8.2 Termination

8.3 Failure


9. Design Rationale

<< Describe design issues that were discussed in the various subsystems. Describe why certain design decisions were made. Describe proposals that were considered but rejected. Give the reasoning behind your decisions (Arguments pro, Arguments against the proposal). Use the rhethorical model introduced in class based on issues, proposals, arguments and resolutions. Describe important issues that are still unresolved.

Open the design window by 3 more months, look at technology enablers that were considered but dropped due to the length of the current design window. Describe the redesign and/or growth possibilities of the system with respect to different users: Customer, End-user, System Administrator. Show how the current system design can be converted to incorporate these technology enablers. What kind of problems do you expect in the transition? Typical questions asked in this part of the rationale are:

>>