SSADM


Short for Structured Systems Analysis and Design Method, a set of standards developed in the early 1980s for systems analysis and application design widely used for government computing projects in the United Kingdom. SSADM uses a combination of text and diagrams throughout the whole life cycle of a systemdesign, from the initial design idea to the actual physical design of the application.

SSADM uses a combination of three techniques:

Logical Data Modeling — the process of identifying, modeling and documenting the data requirements of the system being designed. The data is separated into entities (things about which a business needs to record information) and relationships(the associations between the entities.
Data Flow Modeling — the process of identifying, modeling and documenting how data moves around an information system. Data Flow Modeling examines processes (activities that transform data from one form to another), data stores (the holding areas for data), external entities (what sends data into a system or receives data from a system, and data flows(routes by which data can flow).
Entity Behavior Modeling — the process of identifying, modeling and documenting the events that affect each entity and the sequence in which these events occur.

Each of these three system models provides a different viewpoint of the same system, and each viewpoint is required to form a complete model of the system being designed. The three techniques are cross-referenced against each other to ensure the completeness and accuracy of the whole application.

SSADM application development projects are divided into five modules that are further broken down into a hierarchy of stages, steps and tasks:

Feasibility Study– the business area is analyzed to determine whether a system can cost effectively support the business requirements.
Requirements Analysis– the requirements of the system to be developed are identified and the current business environment is modeled in terms of the processes carried out and the data structures involved.
Requirements Specification– detailed functional and non-functional requirements are identified and new techniques are introduced to define the required processing and data structures.
Logical System Specification– technical systems options are produced and the logical design of update and enquiry processing and system dialogues.
Physical Design — a physical database design and a set of program specifications are created using the logical system specification and technical system specification.

Unlike rapid application development, which conducts steps in parallel, SSADM builds each step on the work that was prescribed in the previous step with no deviation from the model. Because of the rigid structure of the methodology, SSADM is praised for its control over projects and its ability to develop better quality systems.

Read Also:

  • SSE

    Short for Streaming SIMD Extensions, SSE is a processor technology that enables single instruction multiple data. On older processors only a single data element could be processed per instruction. However, SSE enables the instructions to handle multiple data elements. SSE (SIMD technology) is used in intensive applications, like 3D graphics, making processing much faster. SSE […]

  • Secure Shell (SSH)

    Developed by SSH Communications Security Ltd., Secure Shell is a program to log into another computer over a network, to execute commands in a remote machine, and to move files from one machine to another. It provides strong authenticationand secure communications over insecure channels. It is a replacement for rlogin, rsh, rcp, and rdist. SSH […]

  • SSH port forwarding

    An SSH service that provides secure and encrypted connections to traditionally non-encrypted services, such as e-mail or news. SSH port forwarding allows you to establish a secure SSH session and then tunnel TCP connections through it. It works by opening a connection to forward a local port to a remote port over SSH. The client […]

  • Service Set Identifider (SSID)

    SSID is short for service set identifier. SSID is a case sensitive, 32 alphanumeric character unique identifier attached to the header of packets sent over a wireless local-area network (WLAN) that acts as a password when a mobile device tries to connect to the basic service set (BSS) — a component of the IEEE 802.11 […]

  • Secure Sockets Layer (SSL)

    SSL (pronounced as separate letters) is short for Secure Sockets Layer. Secure Sockets Layer (SSL) is a protocol developed by Netscape for transmitting private documents via the Internet. SSL uses a cryptographic system that uses two keys to encrypt data − a public key known to everyone and a private or secret key known only […]


Disclaimer: SSADM definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.