Constructing
a network
The first stage in
constructing a network for a project is to consult with the technical
experts and summarise the information that they provide in a table, as
in the following simple example.
|
Activity
|
Predecessors
|
Duration
|
|
A
|
None
|
4
months
|
|
B
|
None
|
3
months
|
|
C
|
A
|
2
months
|
|
D
|
A,
B
|
4
months
|
The predecessors
impose constraints on the project: C cannot begin until A has been
completed, whereas D
cannot begin until both A and B have been completed.
There are two types of
network that we can draw for this project:
1.
activity-on-arrow (AOA)

2.
activity-on-node (AON)

The dummy
activity (shown by the dotted line) is needed in the AOA
network to show the predecessors correctly, i.e. that D depends on
both A and B, but C depends only on A. AOA networks often need
several dummy activities. AON networks do not need dummy
activities.
|