Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Notes  >  Operating System  >  Longest Job First (LJF) CPU Scheduling Algorithm

Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE) PDF Download

Introduction

Longest Job First (LJF) is a non-preemptive scheduling algorithm. This algorithm is based on the burst time of the processes. The processes are put into the ready queue based on their burst times i.e., in descending order of the burst times. As the name suggests this algorithm is based on the fact that the process with the largest burst time is processed first. The burst time of only those processes is considered that have arrived in the system until that time. Its preemptive version is called Longest Remaining Time First (LRTF) algorithm. 

Prerequisite: Process Management | CPU Scheduling 

Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE)

Characteristics of Longest Job First(Non-Preemptive)

  • Among all the processes waiting in a waiting queue, the CPU is always assigned to the process having the largest burst time.
  • If two processes have the same burst time then the tie is broken using FCFS i.e. the process that arrived first is processed first. 
  • LJF CPU Scheduling can be of both preemptive and non-preemptive types.

Advantages of Longest Job First(LJF)

  • No other process can execute until the longest job or process executes completely.
  • All the jobs or processes finish at the same time approximately.

Disadvantages of Longest Job First CPU Scheduling Algorithm

  • This algorithm gives a very high average waiting time and average turn-around time for a given set of processes.
  • This may lead to a convoy effect.
  • It may happen that a short process may never get executed and the system keeps on executing the longer processes.
  • It reduces the processing speed and thus reduces the efficiency and utilization of the system.

Longest Job First CPU Scheduling Algorithm

  • Step-1: First, sort the processes in increasing order of their Arrival Time. 
  • Step 2: Choose the process having the highest Burst Time among all the processes that have arrived till that time. 
  • Step 3: Then process it for its burst time. Check if any other process arrives until this process completes execution. 
  • Step 4: Repeat the above three steps until all the processes are executed. 

Let us consider the following examples. 
Example 1: Consider the following table of arrival time and burst time for four processes P1, P2, P3 and P4.  
Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE)

The Longest Job First CPU Scheduling Algorithm will work on the basis of steps as mentioned below:
At time = 1, Available Process : P1. So, select P1 and start executing.
Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE)

At time = 2

  • Process P2 arrives 
  • As P1 is executing thus, Process P2 will wait in the waiting queue.

Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE)

At time = 3

  • P1 gets executed, and process P3 arrives
  • Available Process: P2, P3. So, select P3 and execute 6 ms (since B.T(P3)=6 which is higher than B.T(P2) = 4)
    Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE)

At time = 4,

  • Process P4 arrives,
  • As P3 is executing thus, Process P4 will wait in the waiting queue
    Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE)

At time = 5,

  • Process P3 is executing and P2 and P4 are in the waiting Table.
    Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE)

At time = 9

  • Process P3 completes its execution, 
  • Available Process : P2, P4. So, select P4 and execute 8 ms (since, B.T(P4) = 8, B.T(P2) = 4)
    Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE)

At time = 17,

  • Finally execute the process P2 for 4 ms.
    Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE)

At time = 21,

  • Process P2 will finish its execution.
  • The overall execution of the processes will be as shown below:
    Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE)

Note – 

CPU will be idle for 0 to 1 unit time since there is no process available in the given interval. 

Gantt chart will be as following below:
Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE)

Since, completion time (C.T) can be directly determined by Gantt chart, and

Turn Around Time (TAT)
= (Completion Time) – (Arrival Time)
Also, Waiting Time (WT)
= (Turn Around Time) – (Burst Time) 

Therefore, final table
Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE)

Output :  

Total Turn Around Time = 44 ms
So, Average Turn Around Time = 44/5 = 8.8 ms
And, Total Waiting Time = 28 ms
So, Average Waiting Time = 28/5 = 5.6 ms 

The document Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE) is a part of the Computer Science Engineering (CSE) Course Operating System.
All you need of Computer Science Engineering (CSE) at this link: Computer Science Engineering (CSE)
10 videos|99 docs|33 tests

Top Courses for Computer Science Engineering (CSE)

10 videos|99 docs|33 tests
Download as PDF
Explore Courses for Computer Science Engineering (CSE) exam

Top Courses for Computer Science Engineering (CSE)

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

mock tests for examination

,

Semester Notes

,

video lectures

,

Extra Questions

,

Important questions

,

MCQs

,

Objective type Questions

,

Summary

,

Sample Paper

,

Previous Year Questions with Solutions

,

shortcuts and tricks

,

Viva Questions

,

past year papers

,

Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE)

,

study material

,

Exam

,

Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE)

,

pdf

,

Free

,

Longest Job First (LJF) CPU Scheduling Algorithm | Operating System - Computer Science Engineering (CSE)

,

ppt

,

practice quizzes

;