Files
amILearningEnough/docs/resources/operatingSystem/processScheduling.md
2024-12-21 01:23:20 +05:30

3.1 KiB

Process Scheduling

Fundamentals of Operating Systems

  • Operating System Concepts (Book):
    • ISBN: 978-1292233423
  • Modern Operating Systems (Book):
    • ISBN: 978-0133591620
  • Operating Systems: Internals and Design Principles (Book):
    • ISBN: 978-0134670959

Process Scheduling Concepts

Scheduling Algorithms

First-Come, First-Served (FCFS)

Shortest Job Next (SJN) / Shortest Job First (SJF)

Priority Scheduling

Round Robin Scheduling

Multilevel Queue Scheduling

Multilevel Feedback Queue Scheduling

Process Scheduling in Linux

Process Scheduling in Windows

Online Courses

This resource list provides a good starting point for understanding process scheduling. Happy learning!