VB6
beginners tutorial - Learn VB6
Advanced
VB6 tutorial - Learn Advanced VB6
Systems
Analysis - System analysis and Design tutorial for Software Engineering
|
You are here: Visual
Basic > Advanced VB6 tutorial
> Chapter 1
Deriving the Physical Design From the Logical Design
To derive the physical design from the logical design, you take the following
major steps:
-
Allocate services to components. Derive components from the logical objects
and determine whether each object is a user, business, or data service object.
-
Deploy components across the network. Assign the components to locations on
the network.
-
Refine component packaging and distribution. Group components according to
the system's needs.
-
Specify component interfaces. Define relations between components.
- Validate the physical design. Make sure that each component corresponds to
a service in the logical objects.
- The Conceptual Design
- Deriving the Logical Design From the Conceptual
Design
- Deriving the Physical Design From the Logical Design
<< Previous | Contents
| Next >>
|
|