SlideShare ist ein Scribd-Unternehmen logo
1 von 26
CPM Critical Path Method




HARSHIT JHAWAR   10030121056
 JENIT SITAPRA   10030121005
A Brief Overview ..
       Operating System Structure
• The critical path method (CPM) is an algorithm for scheduling
  a set of project activities

• Developed in the late 1950s

• By Morgan R. Walker and James E. Kelley

• The US Navy adapted and improved it to manage the Polaris
  missile project in the late 1950's
Where is it used ?
Operating System Structure

                Software Development

                    Construction

Projects        Aerospace and Defence

                  Research Projects

                 Product Development




                        And more …
Where is it used ?
        Operating System Structure

                                                   Software Development

                                                         Construction

        Projects                                   Aerospace and Defence

                                                      Research Projects

                                                    Product Development



NASA used the critical path method in 1969 to help determine an efficient schedule
for the tasks that led to the first moon landing.            And more …
Example : Redesign of a Product
    Operating System Structure
Activity                         Description                     Predecessor   Duration
                                                                               (weeks)
   A       Redesign Product                                           -           6
   B       Redesign Packaging                                         -           2
   C       Order / Receive components for redesigned product         A            3
   D       Order / Receive components for redesigned packaging       B            2
   E       Assemble products                                         C            4
   F       Make up packaging                                         D            1
   G       Package the product                                       E,F          1
   H       Test market the packaged product                          G            6
   I       Revise redesigned product                                 H            3
   J       Revise redesigned packaging                               H            1
   K       Prepare report                                            I,J          1
Step 1 – Identify Paths
           Operating System Structure
Activity   Predecessor   Duration
                         (weeks)
   A            -           6
   B            -           2
   C           A            3
   D           B            2
   E           C            4
   F           D            1
   G           E,F          1
   H           G            6
   I           H            3
   J           H            1
   K           I,J          1
Step 1 – Identify Paths
           Operating System Structure
Activity   Predecessor   Duration
                         (weeks)
   A            -           6
   B            -           2
   C           A            3
   D           B            2
                                    A-C-E-G-H-I-K
   E           C            4       A-C-E-G-H-J-K
   F           D            1       B-D-F-G-H-I-K
   G           E,F          1       B-D-F-G-H-J-K
   H           G            6
   I           H            3
   J           H            1
   K           I,J          1
Step 2 – Network Diagram
        Operating System Structure
            C
    2               5                               9
A                           E               J
                                                        (Dummy)
                                G       H
1                           6       7       8                     11



B                       F                       I                 K
        3       4                                       10

            D
Step 2 – Network Diagram
        Operating System Structure
            C
    2               5                                        9
A                               E                    J

                                    G            H
1                               6         7          8                11



B                           F                            I            K
        3       4                                                10

            D


                    Nodes           Activities
Step 2 – Network Diagram
            Operating System Structure

        2                      5               9



1                                  6   7   8            11




            3              4                       10


Source Event

       The starting node
Step 2 – Network Diagram
            Operating System Structure
                                     The ending node

                                     9        Sink Event
        2            5



1                        6   7   8                    11




            3    4                       10


Source Event
Step 2 – Network Diagram
        Operating System Structure

    2            5                                          9



1                            6           7              8            11




        3    4                                                  10


                          Merge Event

                     Where 2 or more activities merge
Step 2 – Network Diagram
        Operating System Structure

    2            5                                           9



1                          6            7             8                11




        3    4                                                    10


                                                    Burst Event

                 Where 2 or more activities start
Operating System Structure
Step 3 – Calculate Start and End Times


Earliest start time (EST) - The earliest time an activity can start once the
previous dependent activities are over.

Earliest finish time (EFT) – Earliest Start Time (EST) + Activity Duration

Latest finish time (LFT) - The latest time an activity can finish without
delaying the project.

Latest start time (LST) – Latest Finish Time (LFT) - Activity Duration
Operating System Structure
    Step 3 – Calculate Start and End Times

              C [6,9]
      2                      5                                         9


                                       G [13,14]       H [14,20]
1                                  6               7               8            11



               D [2,4]
          3              4                                                 10




                                 Forward Pass
Operating System Structure
    Step 3 – Calculate Start and End Times

              C [6,9]               EST            EFT
      2                      5                                           9


                                       G [13,14]         H [14,20]
1                                  6                7                8            11



               D [2,4]
          3              4                                                   10




                                 Forward Pass
Operating System Structure
    Step 3 – Calculate Start and End Times

              C [6,9]
      2                      5                                           9


                                         G [13,14]       H [14,20]
1                                    6               7               8            11



               D [2,4]
          3              4                                                   10




                         Total Project Duration : 24 weeks
Operating System Structure
    Step 3 – Calculate Start and End Times

              C [6,9]
      2                      5                                         9
                [6,9]



                                       G [13,14]       H [14,20]
1                                  6               7               8            11
                                        [13,14]          [14,20]

               D [2,4]
          3              4                                                 10
               [10,12]




                                 Backward Pass
Operating System Structure
    Step 3 – Calculate Start and End Times

              C [6,9]              EST              EFT
      2                      5                                            9
                [6,9]



                                       G [13,14]          H [14,20]
1                                  6                 7                8            11
                                          [13,14]           [14,20]

               D [2,4]
          3              4                                                    10
               [10,12]
                                    LST             LFT


                                 Backward Pass
Operating System Structure
               Step 4 – Find Critical Activities

                   C [6,9]
           2                      5                                             9
                     [6,9]



                                                G [13,14]       H [14,20]
1                                           6               7               8            11
                                                 [13,14]          [14,20]

                    D [2,4]
               3              4                                                     10
                    [10,12]


    Critical Activities – Those activities where EST=LST or EFT=LFT
    Hence, Critical Activities are – A, C, E, G, H, I, K
OperatingFind Critical Path
                Step 5 – System Structure

                   C [6,9]
           2                      5                                       9
                     [6,9]



                                          G [13,14]       H [14,20]
1                                     6               7               8            11
                                           [13,14]          [14,20]

                    D [2,4]
               3              4                                               10
                    [10,12]




    Critical Path : A-C-E-G-H-I-K
OperatingFind Critical Path
               Step 5 – System Structure

                  C [6,9]
          2                      5                                         9
                    [6,9]



                                           G [13,14]       H [14,20]
1                                      6               7               8                 11
                                            [13,14]          [14,20]

                   D [2,4]
              3              4                                                 10
                   [10,12]




    Critical Pathany activity present in the critical path causes delay to the project
    A delay in : A-C-E-G-H-I-K
Operating System Structure
                 Summary

Total Project Duration    :   24 weeks

Critical Activities       :   A, C, E, G, H, I, K

Non Critical Activities   :   B, D, F, J

Critical Path             :   A-C-E-G-H-I-K
Operating System Structure
                Float / Slack

Total Float : The total time that a schedule activity may be delayed
                     Total Float = ( LFT – EFT ) or ( LST-EST)

Free Float : Free Float is the time by which the completion of an activity can
be delayed beyond the EFT without affecting the EST of succeeding activity
                 Free Float = EST (succeeding) – EFT (present)

Interfering Float : Part of total float that causes reduction in the total float
of successor activity
              Interfering Float = LFT (present) – EST (succeeding)

Independent Float : Amount of float that can be used without affecting
either of the succeeding or preceding activity
Independent Float = EST (succeeding) – LFT (preceding) – Duration (present)
Activity
           Operating System StructureFloat
            Total Float Free Float Interfering
                                      Float
                                               Independent

   A            0            0                      0                   0
   B            8            0                      8                   0
   C            0            0                      0                   0
   D            8            0                      8                   0
   E            0            0                      0                   0
   F            8            8                      0                   0
   G            0            0                      0                   0
   H            0            0                      0                   0
   I            0            0                      0                   0
   J            2            2                      0                   2
   K            0            0                      0                   0


                             * Note that float of all the critical activities = 0
Questions?
Thank You !

Weitere ähnliche Inhalte

Was ist angesagt?

Pert & cpm project management
Pert & cpm   project managementPert & cpm   project management
Pert & cpm project management
Rahul Dubey
 
Project Controlling and Project Monitoring
Project Controlling and Project MonitoringProject Controlling and Project Monitoring
Project Controlling and Project Monitoring
haroldtaylor1113
 
Resource Scheduling
Resource SchedulingResource Scheduling
Resource Scheduling
Nicola2903
 
Project planning-and-control
Project planning-and-controlProject planning-and-control
Project planning-and-control
Jatindra Malik
 
Work breakdown structure ppt
Work breakdown structure pptWork breakdown structure ppt
Work breakdown structure ppt
nazi2020
 

Was ist angesagt? (20)

Project Management: NETWORK ANALYSIS - CPM and PERT
Project Management: NETWORK ANALYSIS - CPM and PERTProject Management: NETWORK ANALYSIS - CPM and PERT
Project Management: NETWORK ANALYSIS - CPM and PERT
 
Project Management Tools and Techniques (PERT- Project Evaluation and Review ...
Project Management Tools and Techniques (PERT- Project Evaluation and Review ...Project Management Tools and Techniques (PERT- Project Evaluation and Review ...
Project Management Tools and Techniques (PERT- Project Evaluation and Review ...
 
Final Project Closing
Final Project ClosingFinal Project Closing
Final Project Closing
 
Fundamentals of project management
Fundamentals of project managementFundamentals of project management
Fundamentals of project management
 
Project Planning
Project PlanningProject Planning
Project Planning
 
Project network scheduling and S-curve
Project network scheduling and S-curve Project network scheduling and S-curve
Project network scheduling and S-curve
 
Project Resource Management
Project Resource ManagementProject Resource Management
Project Resource Management
 
(AOA) and (AON) Network construction and critical path calculations (using fo...
(AOA) and (AON) Network construction and critical path calculations (using fo...(AOA) and (AON) Network construction and critical path calculations (using fo...
(AOA) and (AON) Network construction and critical path calculations (using fo...
 
Pert & cpm project management
Pert & cpm   project managementPert & cpm   project management
Pert & cpm project management
 
Project Risk Management
Project Risk ManagementProject Risk Management
Project Risk Management
 
Crashing in Project Management
Crashing in Project ManagementCrashing in Project Management
Crashing in Project Management
 
Project Controlling and Project Monitoring
Project Controlling and Project MonitoringProject Controlling and Project Monitoring
Project Controlling and Project Monitoring
 
Resource Scheduling
Resource SchedulingResource Scheduling
Resource Scheduling
 
Project planning-and-control
Project planning-and-controlProject planning-and-control
Project planning-and-control
 
Work breakdown structure ppt
Work breakdown structure pptWork breakdown structure ppt
Work breakdown structure ppt
 
Project Cost Management - PMBOK6
Project Cost Management - PMBOK6Project Cost Management - PMBOK6
Project Cost Management - PMBOK6
 
Earned Value Management
Earned Value ManagementEarned Value Management
Earned Value Management
 
Project cost control
Project cost controlProject cost control
Project cost control
 
time cost trade off
 time cost trade off time cost trade off
time cost trade off
 
Cpm pert
Cpm pertCpm pert
Cpm pert
 

Andere mochten auch (7)

Critical Path Analysis
Critical Path AnalysisCritical Path Analysis
Critical Path Analysis
 
Critical path method (cpm)
Critical path method (cpm)Critical path method (cpm)
Critical path method (cpm)
 
Critical Path Method
Critical Path MethodCritical Path Method
Critical Path Method
 
Critical Path Method
Critical Path MethodCritical Path Method
Critical Path Method
 
Critical Path Ppt
Critical Path PptCritical Path Ppt
Critical Path Ppt
 
The Network Diagram and Critical Path
The Network Diagram and Critical PathThe Network Diagram and Critical Path
The Network Diagram and Critical Path
 
Pert & Cpm
Pert & CpmPert & Cpm
Pert & Cpm
 

Ähnlich wie Critical path method

1LocationFixed CostsVariable Costs per unitA=BB=CC=DA$85,000260006.docx
1LocationFixed CostsVariable Costs per unitA=BB=CC=DA$85,000260006.docx1LocationFixed CostsVariable Costs per unitA=BB=CC=DA$85,000260006.docx
1LocationFixed CostsVariable Costs per unitA=BB=CC=DA$85,000260006.docx
drennanmicah
 
Project management activity task
Project management activity taskProject management activity task
Project management activity task
Tadele Asmare
 
Minute Of Eclipse Papyrus Pre-Committing
Minute Of Eclipse Papyrus Pre-CommittingMinute Of Eclipse Papyrus Pre-Committing
Minute Of Eclipse Papyrus Pre-Committing
BENOIS Jérôme
 
Deadline 6 PM Friday September 27, 201310 Project Management Que.docx
Deadline 6 PM Friday September 27, 201310 Project Management Que.docxDeadline 6 PM Friday September 27, 201310 Project Management Que.docx
Deadline 6 PM Friday September 27, 201310 Project Management Que.docx
edwardmarivel
 
Pma individual assignment ii
Pma  individual assignment iiPma  individual assignment ii
Pma individual assignment ii
chandraswami
 
Robust Information Exchanges For BIM
Robust Information Exchanges For BIMRobust Information Exchanges For BIM
Robust Information Exchanges For BIM
Manu Venugopal
 
203wbs Network Gantt Chart
203wbs Network Gantt Chart203wbs Network Gantt Chart
203wbs Network Gantt Chart
btecexpert
 

Ähnlich wie Critical path method (20)

1LocationFixed CostsVariable Costs per unitA=BB=CC=DA$85,000260006.docx
1LocationFixed CostsVariable Costs per unitA=BB=CC=DA$85,000260006.docx1LocationFixed CostsVariable Costs per unitA=BB=CC=DA$85,000260006.docx
1LocationFixed CostsVariable Costs per unitA=BB=CC=DA$85,000260006.docx
 
Chapter 6 project management
Chapter 6 project managementChapter 6 project management
Chapter 6 project management
 
Network analysis & cpm
Network analysis & cpmNetwork analysis & cpm
Network analysis & cpm
 
Project management activity task
Project management activity taskProject management activity task
Project management activity task
 
Project management project scheduling
Project management  project schedulingProject management  project scheduling
Project management project scheduling
 
Minute Of Eclipse Papyrus Pre-Committing
Minute Of Eclipse Papyrus Pre-CommittingMinute Of Eclipse Papyrus Pre-Committing
Minute Of Eclipse Papyrus Pre-Committing
 
Deadline 6 PM Friday September 27, 201310 Project Management Que.docx
Deadline 6 PM Friday September 27, 201310 Project Management Que.docxDeadline 6 PM Friday September 27, 201310 Project Management Que.docx
Deadline 6 PM Friday September 27, 201310 Project Management Que.docx
 
Executable Specifications in Action
Executable Specifications in ActionExecutable Specifications in Action
Executable Specifications in Action
 
Executable Specifications in Action
Executable Specifications in ActionExecutable Specifications in Action
Executable Specifications in Action
 
給 RD 的 Kubernetes 初體驗 (GDG Cloud KH 2019-08 version)
給 RD 的 Kubernetes 初體驗 (GDG Cloud KH 2019-08 version) 給 RD 的 Kubernetes 初體驗 (GDG Cloud KH 2019-08 version)
給 RD 的 Kubernetes 初體驗 (GDG Cloud KH 2019-08 version)
 
Pma individual assignment ii
Pma  individual assignment iiPma  individual assignment ii
Pma individual assignment ii
 
Techniques for Efficient RTL Clock and Memory Gating Takedown of Next Generat...
Techniques for Efficient RTL Clock and Memory Gating Takedown of Next Generat...Techniques for Efficient RTL Clock and Memory Gating Takedown of Next Generat...
Techniques for Efficient RTL Clock and Memory Gating Takedown of Next Generat...
 
FlexRay Product Days RTaW
FlexRay Product Days RTaWFlexRay Product Days RTaW
FlexRay Product Days RTaW
 
Sprint 195
Sprint 195Sprint 195
Sprint 195
 
Robust Information Exchanges For BIM
Robust Information Exchanges For BIMRobust Information Exchanges For BIM
Robust Information Exchanges For BIM
 
Automating the Configuration of the FlexRay Communication Cycle
Automating the Configuration of the FlexRay Communication CycleAutomating the Configuration of the FlexRay Communication Cycle
Automating the Configuration of the FlexRay Communication Cycle
 
Fantastic Buildpacks and Where to Find Them
Fantastic Buildpacks and Where to Find ThemFantastic Buildpacks and Where to Find Them
Fantastic Buildpacks and Where to Find Them
 
Yaml as Pipeline GSoC 218 Phase 2 evaluation
Yaml as Pipeline GSoC 218 Phase 2 evaluationYaml as Pipeline GSoC 218 Phase 2 evaluation
Yaml as Pipeline GSoC 218 Phase 2 evaluation
 
The Database Environment Chapter 2
The Database Environment Chapter 2The Database Environment Chapter 2
The Database Environment Chapter 2
 
203wbs Network Gantt Chart
203wbs Network Gantt Chart203wbs Network Gantt Chart
203wbs Network Gantt Chart
 

Kürzlich hochgeladen

Mckinsey foundation level Handbook for Viewing
Mckinsey foundation level Handbook for ViewingMckinsey foundation level Handbook for Viewing
Mckinsey foundation level Handbook for Viewing
Nauman Safdar
 

Kürzlich hochgeladen (20)

Falcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investorsFalcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investors
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 
Ooty Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Avail...
Ooty Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Avail...Ooty Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Avail...
Ooty Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Avail...
 
Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptx
 
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
New 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck TemplateNew 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck Template
 
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service AvailableNashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
 
GUWAHATI 💋 Call Girl 9827461493 Call Girls in Escort service book now
GUWAHATI 💋 Call Girl 9827461493 Call Girls in  Escort service book nowGUWAHATI 💋 Call Girl 9827461493 Call Girls in  Escort service book now
GUWAHATI 💋 Call Girl 9827461493 Call Girls in Escort service book now
 
HomeRoots Pitch Deck | Investor Insights | April 2024
HomeRoots Pitch Deck | Investor Insights | April 2024HomeRoots Pitch Deck | Investor Insights | April 2024
HomeRoots Pitch Deck | Investor Insights | April 2024
 
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubai
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur DubaiUAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubai
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubai
 
Falcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business PotentialFalcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business Potential
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1
 
Arti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdfArti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdf
 
Mckinsey foundation level Handbook for Viewing
Mckinsey foundation level Handbook for ViewingMckinsey foundation level Handbook for Viewing
Mckinsey foundation level Handbook for Viewing
 
WheelTug Short Pitch Deck 2024 | Byond Insights
WheelTug Short Pitch Deck 2024 | Byond InsightsWheelTug Short Pitch Deck 2024 | Byond Insights
WheelTug Short Pitch Deck 2024 | Byond Insights
 
Pre Engineered Building Manufacturers Hyderabad.pptx
Pre Engineered  Building Manufacturers Hyderabad.pptxPre Engineered  Building Manufacturers Hyderabad.pptx
Pre Engineered Building Manufacturers Hyderabad.pptx
 
Kalyan Call Girl 98350*37198 Call Girls in Escort service book now
Kalyan Call Girl 98350*37198 Call Girls in Escort service book nowKalyan Call Girl 98350*37198 Call Girls in Escort service book now
Kalyan Call Girl 98350*37198 Call Girls in Escort service book now
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 

Critical path method

  • 1. CPM Critical Path Method HARSHIT JHAWAR 10030121056 JENIT SITAPRA 10030121005
  • 2. A Brief Overview .. Operating System Structure • The critical path method (CPM) is an algorithm for scheduling a set of project activities • Developed in the late 1950s • By Morgan R. Walker and James E. Kelley • The US Navy adapted and improved it to manage the Polaris missile project in the late 1950's
  • 3. Where is it used ? Operating System Structure Software Development Construction Projects Aerospace and Defence Research Projects Product Development And more …
  • 4. Where is it used ? Operating System Structure Software Development Construction Projects Aerospace and Defence Research Projects Product Development NASA used the critical path method in 1969 to help determine an efficient schedule for the tasks that led to the first moon landing. And more …
  • 5. Example : Redesign of a Product Operating System Structure Activity Description Predecessor Duration (weeks) A Redesign Product - 6 B Redesign Packaging - 2 C Order / Receive components for redesigned product A 3 D Order / Receive components for redesigned packaging B 2 E Assemble products C 4 F Make up packaging D 1 G Package the product E,F 1 H Test market the packaged product G 6 I Revise redesigned product H 3 J Revise redesigned packaging H 1 K Prepare report I,J 1
  • 6. Step 1 – Identify Paths Operating System Structure Activity Predecessor Duration (weeks) A - 6 B - 2 C A 3 D B 2 E C 4 F D 1 G E,F 1 H G 6 I H 3 J H 1 K I,J 1
  • 7. Step 1 – Identify Paths Operating System Structure Activity Predecessor Duration (weeks) A - 6 B - 2 C A 3 D B 2 A-C-E-G-H-I-K E C 4 A-C-E-G-H-J-K F D 1 B-D-F-G-H-I-K G E,F 1 B-D-F-G-H-J-K H G 6 I H 3 J H 1 K I,J 1
  • 8. Step 2 – Network Diagram Operating System Structure C 2 5 9 A E J (Dummy) G H 1 6 7 8 11 B F I K 3 4 10 D
  • 9. Step 2 – Network Diagram Operating System Structure C 2 5 9 A E J G H 1 6 7 8 11 B F I K 3 4 10 D Nodes Activities
  • 10. Step 2 – Network Diagram Operating System Structure 2 5 9 1 6 7 8 11 3 4 10 Source Event The starting node
  • 11. Step 2 – Network Diagram Operating System Structure The ending node 9 Sink Event 2 5 1 6 7 8 11 3 4 10 Source Event
  • 12. Step 2 – Network Diagram Operating System Structure 2 5 9 1 6 7 8 11 3 4 10 Merge Event Where 2 or more activities merge
  • 13. Step 2 – Network Diagram Operating System Structure 2 5 9 1 6 7 8 11 3 4 10 Burst Event Where 2 or more activities start
  • 14. Operating System Structure Step 3 – Calculate Start and End Times Earliest start time (EST) - The earliest time an activity can start once the previous dependent activities are over. Earliest finish time (EFT) – Earliest Start Time (EST) + Activity Duration Latest finish time (LFT) - The latest time an activity can finish without delaying the project. Latest start time (LST) – Latest Finish Time (LFT) - Activity Duration
  • 15. Operating System Structure Step 3 – Calculate Start and End Times C [6,9] 2 5 9 G [13,14] H [14,20] 1 6 7 8 11 D [2,4] 3 4 10 Forward Pass
  • 16. Operating System Structure Step 3 – Calculate Start and End Times C [6,9] EST EFT 2 5 9 G [13,14] H [14,20] 1 6 7 8 11 D [2,4] 3 4 10 Forward Pass
  • 17. Operating System Structure Step 3 – Calculate Start and End Times C [6,9] 2 5 9 G [13,14] H [14,20] 1 6 7 8 11 D [2,4] 3 4 10 Total Project Duration : 24 weeks
  • 18. Operating System Structure Step 3 – Calculate Start and End Times C [6,9] 2 5 9 [6,9] G [13,14] H [14,20] 1 6 7 8 11 [13,14] [14,20] D [2,4] 3 4 10 [10,12] Backward Pass
  • 19. Operating System Structure Step 3 – Calculate Start and End Times C [6,9] EST EFT 2 5 9 [6,9] G [13,14] H [14,20] 1 6 7 8 11 [13,14] [14,20] D [2,4] 3 4 10 [10,12] LST LFT Backward Pass
  • 20. Operating System Structure Step 4 – Find Critical Activities C [6,9] 2 5 9 [6,9] G [13,14] H [14,20] 1 6 7 8 11 [13,14] [14,20] D [2,4] 3 4 10 [10,12] Critical Activities – Those activities where EST=LST or EFT=LFT Hence, Critical Activities are – A, C, E, G, H, I, K
  • 21. OperatingFind Critical Path Step 5 – System Structure C [6,9] 2 5 9 [6,9] G [13,14] H [14,20] 1 6 7 8 11 [13,14] [14,20] D [2,4] 3 4 10 [10,12] Critical Path : A-C-E-G-H-I-K
  • 22. OperatingFind Critical Path Step 5 – System Structure C [6,9] 2 5 9 [6,9] G [13,14] H [14,20] 1 6 7 8 11 [13,14] [14,20] D [2,4] 3 4 10 [10,12] Critical Pathany activity present in the critical path causes delay to the project A delay in : A-C-E-G-H-I-K
  • 23. Operating System Structure Summary Total Project Duration : 24 weeks Critical Activities : A, C, E, G, H, I, K Non Critical Activities : B, D, F, J Critical Path : A-C-E-G-H-I-K
  • 24. Operating System Structure Float / Slack Total Float : The total time that a schedule activity may be delayed Total Float = ( LFT – EFT ) or ( LST-EST) Free Float : Free Float is the time by which the completion of an activity can be delayed beyond the EFT without affecting the EST of succeeding activity Free Float = EST (succeeding) – EFT (present) Interfering Float : Part of total float that causes reduction in the total float of successor activity Interfering Float = LFT (present) – EST (succeeding) Independent Float : Amount of float that can be used without affecting either of the succeeding or preceding activity Independent Float = EST (succeeding) – LFT (preceding) – Duration (present)
  • 25. Activity Operating System StructureFloat Total Float Free Float Interfering Float Independent A 0 0 0 0 B 8 0 8 0 C 0 0 0 0 D 8 0 8 0 E 0 0 0 0 F 8 8 0 0 G 0 0 0 0 H 0 0 0 0 I 0 0 0 0 J 2 2 0 2 K 0 0 0 0 * Note that float of all the critical activities = 0