Data Flow Diagram PDF
Data Flow Diagram PDF
Overview
Data flow diagram (DFD) represents the flows of data between different processes in
a business. It is a graphical technique that depicts information flow and the transforms
that are applied as data move form input to output. It provides a simple, intuitive
method for describing business processes without focusing on the details of computer
systems. DFDs are attractive technique because they provide what users do rather than
what computers do.
Representation of Components
Process
Data Object
Data Store
External entity
Process
Transform of incoming data flow(s) to outgoing flow(s).
Data Flow
Movement of data in the system.
Data Store
Data repositories for data that are not moving. It may be as simple as a buffer or
a queue or a s sophisticated as a relational database.
External Entity
Sources of destinations outside the specified system boundary.
Relationship and Rules
Relationship
The DFD may be used for any level of data abstraction. DFD can be partitioned into
levels. Each level has more information flow and data functional details than the
previous level.
A DFD may look similar to a flow chart. However, there is a significant difference
with the data flow diagram. The arrows in DFDs show that there is a flow of data
between the two components and not that the component is sending the data that must
be executed in the following component. A component in DFD may not continue
execution when sending data and during execution of the component receiving the
data. The component sending data can send multiple sets of data along several
connections. In fact, a DFD node can be a component that never ends.
Rules
The information flow continuity, that is all the input and the output to each
refinement, must maintain the same in order to be able to produce a consistent
system.
Strengths and Weaknesses
Strengths
DFDs have diagrams that are easy to understand, check and change data.
DFDs help tremendously in depicting information about how an organization
operations.
They give a very clear and simple look at the organization of the interfaces
between an application and the people or other applications that use it.
Weaknesses