New Course
Concept
Shortest Job Next
Summary
Shortest Job Next
(SJN) is a
scheduling algorithm
that selects the process with the
shortest expected execution time
to run next, optimizing for
minimal average waiting time
. It is non-preemptive, meaning once a
process starts executing
, it
runs to completion
without interruption, which can lead to the '
convoy effect
' if
longer processes
are
delayed indefinitely
.
Relevant Degrees
Computer Science and Data Processing 70%
Operational Research 30%
Generate Assignment Link
Lessons
Concepts
Suggested Topics
Foundational Courses
Your Lessons
Your lessons will appear here when you're logged in.
Log In
Sign up
3