Backward Pass in Critical path in project management

The backward pass is carried out to calculate the latest dates on which each activity may be started and finished without delaying the end date of the project. Assumption: Latest finish date = Earliest Finish date (of project).

  • Activity G’s latest finish date is equal to the earliest finish date of the precedent activity of finish according to the assumption i.e. LF(G) = 13. It takes 3 weeks to complete its execution. Hence, the latest it can start is week 10 i.e. LS(G) = 10.
  • Activity H’s latest finish date is equal to the earliest finish date of the precedent activity of finish according to the assumption i.e. LF(H) = 13. It takes 2 weeks to complete its execution. Hence, the latest it can start is week 11 i.e. LS(H) = 11.
  • The latest end date for activity C would be the latest start date of H i.e. LF(C) = 11. It takes 3 weeks to complete its execution. Hence, the latest it can start is week 8 i.e. LS(C) = 8.
  • The latest end date for activity D would be the latest start date of H i.e. LF(D) = 11. It takes 4 weeks to complete its execution. Hence, the latest it can start is week 7 i.e. LS(D) = 7.
  • The latest end date for activity E would be the latest start date of G i.e. LF(G) = 10. It takes 3 weeks to complete its execution. Hence, the latest it can start is week 7 i.e. LS(E) = 7.
  • The latest end date for activity F would be the latest start date of G i.e. LF(G) = 10. It takes 10 weeks to complete its execution. Hence, the latest it can start is week 0 i.e. LS(F) = 0.
  • The latest end date for activity A would be the latest start date of C i.e. LF(A) = 8. It takes 6 weeks to complete its execution. Hence, the latest it can start is week 2 i.e. LS(A) = 2.
  • The latest end date for activity B would be the earliest of the latest start date of D and E i.e. LF(B) = 7. It takes 4 weeks to complete its execution. Hence, the latest it can start is week 3 i.e. LS(B) = 3.

Backward Pass in Critical path in project management

  • Identifying Critical Path: The critical path is the path that gives us or helps us estimate the earliest time in which the whole project can be completed. Any delay to an activity on this critical path will lead to a delay in the completion of the entire project. To identify the critical path, we need to calculate the activity float for each activity. Activity float is the difference between an activity’s Earliest start and its latest start date or the difference between the activity’s Earliest finish and its latest finish date, and it indicates how much the activity can be delayed without delaying the completion of the entire project. If the float of an activity is zero, then the activity is critical and must be added to the critical path of the project network. In this example, activities F and G have zero float and hence, are critical activities.


Critical Path Method for Project management

Critical Path Method (CPM) is a method used in project planning, generally for project scheduling for the on-time completion of the project. It helps in the determination of the earliest time by which the whole project can be completed. There are two main concepts in this method namely critical task and critical path.

Table of Content

  • What is a Critical task in project management?
  • What is the Critical path in project management?
  • Benefits of using the critical path method in project management:
  • How to find the critical path in a project:
  • Rules for Designing the Activity-on-Node network diagram:
  • Node Representation:
  • Activity-On-Node diagram:
  • Forward Pass in Critical path in project management:
  • Backward Pass in Critical path in project management:

Similar Reads

What is a Critical task in project management?

It is the task/activity that can’t be delayed otherwise the completion of the entire project will be delayed. It must be completed on time before starting the other dependent tasks....

What is the Critical path in project management?

It is a sequence of critical tasks/activities and is the largest path in the project network. It gives us the minimum time which is required to complete the entire project. The activities in the critical path are known as critical activities and if these activities are delayed then the completion of the entire project is also delayed....

Benefits of using the critical path method in project management:

Show the project schedule visually. Highlight important tasks with CPM. Use CPM to find and handle risks. CPM helps the project team communicate better....

How to find the critical path in a project:

Step 1: Identify all tasks required to complete the project Step 2: Determine the sequence of tasks Step 3: Estimate the duration of each task Step 4: Draw a network diagram Step 5: Identify the critical path Step 6: Calculate the float Step 7: Monitor the critical path...

Rules for Designing the Activity-on-Node network diagram:

A project network should have only one start node A project network should have only one end node A node has a duration Links normally have no duration “Precedents” are the immediate preceding activities Time moves from left to right in the project network A network should not contain loops A network should not contain dangles...

Node Representation:

...

Activity-On-Node diagram:

...

Forward Pass in Critical path in project management:

The forward pass is carried out to calculate the earliest dates on which each activity may be started and completed....

Backward Pass in Critical path in project management:

The backward pass is carried out to calculate the latest dates on which each activity may be started and finished without delaying the end date of the project. Assumption: Latest finish date = Earliest Finish date (of project)....