<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ko">
	<id>https://devhrxoobm.itwiki.kr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=HanDongHoon</id>
	<title>IT 위키 - 사용자 기여 [ko]</title>
	<link rel="self" type="application/atom+xml" href="https://devhrxoobm.itwiki.kr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=HanDongHoon"/>
	<link rel="alternate" type="text/html" href="https://devhrxoobm.itwiki.kr/w/%ED%8A%B9%EC%88%98:%EA%B8%B0%EC%97%AC/HanDongHoon"/>
	<updated>2026-09-16T13:50:35Z</updated>
	<subtitle>사용자 기여</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://devhrxoobm.itwiki.kr/index.php?title=Critical_Path_Method&amp;diff=40438</id>
		<title>Critical Path Method</title>
		<link rel="alternate" type="text/html" href="https://devhrxoobm.itwiki.kr/index.php?title=Critical_Path_Method&amp;diff=40438"/>
		<updated>2025-03-17T23:40:57Z</updated>

		<summary type="html">&lt;p&gt;HanDongHoon: Created page with &amp;quot;The Critical Path Method (CPM) is a project management technique used to determine the &amp;#039;&amp;#039;&amp;#039;minimum project duration&amp;#039;&amp;#039;&amp;#039; and identify the &amp;#039;&amp;#039;&amp;#039;critical path&amp;#039;&amp;#039;&amp;#039;, which is the longest sequence of dependent tasks that must be completed on time for the project to meet its deadline. ==Key Concepts== *&amp;#039;&amp;#039;&amp;#039;Activity Duration (t)&amp;#039;&amp;#039;&amp;#039;: The estimated time required to complete a task. *&amp;#039;&amp;#039;&amp;#039;Earliest Start (ES)&amp;#039;&amp;#039;&amp;#039;: The earliest possible time an activity can begin, calculated as:   ES = max(EF...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Critical Path Method (CPM) is a project management technique used to determine the &#039;&#039;&#039;minimum project duration&#039;&#039;&#039; and identify the &#039;&#039;&#039;critical path&#039;&#039;&#039;, which is the longest sequence of dependent tasks that must be completed on time for the project to meet its deadline.&lt;br /&gt;
==Key Concepts==&lt;br /&gt;
*&#039;&#039;&#039;Activity Duration (t)&#039;&#039;&#039;: The estimated time required to complete a task.&lt;br /&gt;
*&#039;&#039;&#039;Earliest Start (ES)&#039;&#039;&#039;: The earliest possible time an activity can begin, calculated as:&lt;br /&gt;
  ES = max(EF of all predecessors) or 0&lt;br /&gt;
*&#039;&#039;&#039;Earliest Finish (EF)&#039;&#039;&#039;: The earliest possible time an activity can be completed, calculated as:&lt;br /&gt;
  EF = ES + t&lt;br /&gt;
*&#039;&#039;&#039;Latest Finish (LF)&#039;&#039;&#039;: The latest possible time an activity can be completed without delaying the project, calculated as:&lt;br /&gt;
  LF = min(LS of all successors) or T&lt;br /&gt;
*&#039;&#039;&#039;Latest Start (LS)&#039;&#039;&#039;: The latest possible time an activity can begin without delaying the project, calculated as:&lt;br /&gt;
  LS = LF - t&lt;br /&gt;
*&#039;&#039;&#039;Slack (Float, S)&#039;&#039;&#039;: The amount of time an activity can be delayed without affecting the overall project schedule. Activities on the critical path have zero slack.&lt;br /&gt;
  S = LS - ES = LF - EF&lt;br /&gt;
*&#039;&#039;&#039;Total Project Duration (T)&#039;&#039;&#039;: The minimum time required to complete the project, determined by:&lt;br /&gt;
  T = max(EF of all activities pointing to the final node)&lt;br /&gt;
*&#039;&#039;&#039;Variance (V)&#039;&#039;&#039;: Used to measure the uncertainty in task durations.&lt;br /&gt;
==Steps in CPM Analysis==&lt;br /&gt;
#&#039;&#039;&#039;Define Activities and Dependencies&#039;&#039;&#039;: Identify all project activities and their dependencies.&lt;br /&gt;
#&#039;&#039;&#039;Estimate Activity Durations&#039;&#039;&#039;: Assign expected time durations (t) to each activity.&lt;br /&gt;
#&#039;&#039;&#039;Construct a Network Diagram&#039;&#039;&#039;: Represent the activities and dependencies graphically.&lt;br /&gt;
#&#039;&#039;&#039;Forward Pass Calculation&#039;&#039;&#039;: Compute ES and EF for each activity to determine the earliest possible completion times.&lt;br /&gt;
#&#039;&#039;&#039;Backward Pass Calculation&#039;&#039;&#039;: Compute LS and LF to determine the latest possible completion times without delaying the project.&lt;br /&gt;
#&#039;&#039;&#039;Identify the Critical Path&#039;&#039;&#039;: The longest path with zero slack is the critical path, determining the project&#039;s minimum duration (T).&lt;br /&gt;
#&#039;&#039;&#039;Monitor and Adjust&#039;&#039;&#039;: Update the schedule as necessary when changes occur.&lt;br /&gt;
==Advantages and Disadvantages==&lt;br /&gt;
===Advantages===&lt;br /&gt;
*Provides a clear understanding of the project&#039;s timeline and critical tasks.&lt;br /&gt;
*Helps identify potential delays and allows for schedule optimization.&lt;br /&gt;
*Improves resource allocation by identifying tasks with slack.&lt;br /&gt;
===Disadvantages===&lt;br /&gt;
*Requires accurate activity duration estimates, which may be difficult to obtain.&lt;br /&gt;
*Large and complex projects may result in an overwhelming number of dependencies.&lt;br /&gt;
*Does not account for resource constraints, requiring integration with methods like &#039;&#039;&#039;Critical Chain Project Management (CCPM)&#039;&#039;&#039;.&lt;br /&gt;
==Applications==&lt;br /&gt;
*&#039;&#039;&#039;Construction Projects&#039;&#039;&#039;: Used to schedule construction phases and manage project deadlines.&lt;br /&gt;
*&#039;&#039;&#039;Software Development&#039;&#039;&#039;: Helps plan software release cycles and feature implementation schedules.&lt;br /&gt;
*&#039;&#039;&#039;Manufacturing and Production&#039;&#039;&#039;: Optimizes workflow and identifies potential bottlenecks.&lt;br /&gt;
*&#039;&#039;&#039;Research and Development (R&amp;amp;D)&#039;&#039;&#039;: Assists in scheduling experiments and product development stages.&lt;br /&gt;
==Related Concepts==&lt;br /&gt;
*[[Project Management]]&lt;br /&gt;
*[[Program Evaluation and Review Technique (PERT)]]&lt;br /&gt;
*[[Gantt Chart]]&lt;br /&gt;
*[[Critical Chain Project Management (CCPM)]]&lt;br /&gt;
==References==&lt;br /&gt;
*Harold Kerzner, &amp;quot;Project Management: A Systems Approach to Planning, Scheduling, and Controlling&amp;quot;&lt;br /&gt;
*PMI, &amp;quot;A Guide to the Project Management Body of Knowledge (PMBOK Guide)&amp;quot;&lt;br /&gt;
*James P. Lewis, &amp;quot;Fundamentals of Project Management&amp;quot;&lt;br /&gt;
[[Category:Project Management]]&lt;/div&gt;</summary>
		<author><name>HanDongHoon</name></author>
	</entry>
</feed>