Close Menu
  • Analog Design
    • Latest Analog Layout Interview Questions (2025)
  • Digital Design
    • Digital Electronics Interview Question(2025)
    • Top VLSI Interview Questions
  • Physical Design
    • Physical Design Interview Questions for VLSI Engineers
  • Verilog
    • Verilog Interview Questions(2024)
  • Forum
Facebook Instagram YouTube LinkedIn WhatsApp
SiliconvlsiSiliconvlsi
Ask Questions Register in Forum Login in Forum
Facebook Instagram YouTube LinkedIn WhatsApp
  • Analog Design
    • Latest Analog Layout Interview Questions (2025)
  • Digital Design
    • Digital Electronics Interview Question(2025)
    • Top VLSI Interview Questions
  • Physical Design
    • Physical Design Interview Questions for VLSI Engineers
  • Verilog
    • Verilog Interview Questions(2024)
  • Forum
SiliconvlsiSiliconvlsi
Home»SJF and SRJF CPU scheduling algorithms

SJF and SRJF CPU scheduling algorithms

Difference between SJF and SRJF CPU scheduling algorithms

Aspect Shortest Job First (SJF) Shortest Remaining Job First (SRTF)
Full Form Shortest Job First (SJF) Shortest Remaining Job First (SRTF)
Type Non-preemptive Preemptive
Selection Criteria Selects the waiting process with the smallest execution time Selects the process with the smallest remaining time until completion
Alias Also known as Shortest Job Next (SJN) or Shortest Process Next (SPN) Preemptive SJF
Preemption Does not preempt a running process Preempts the running process if a new process with a shorter burst time arrives
Arrival Time Consideration Only considers the burst time of the processes Only consider the remaining time until the completion of the processes
Process Switching Occurs when a process completes its execution This may occur if a new process with a shorter burst time arrives
Waiting Time This can result in a longer average waiting time Generally results in shorter average waiting time due to frequent preemption
Turnaround Time This may lead to a higher average turnaround time Generally results in shorter average turnaround time due to frequent preemption

Facebook X (Twitter) Instagram Pinterest Vimeo YouTube
  • About Us
  • Contact Us
  • Privacy Policy
© 2025 Siliconvlsi.

Type above and press Enter to search. Press Esc to cancel.