OS202

nmhlog

View the Project on GitHub

HOME


Top 10 List of Week 08

  1. Process Scheduling
    Definition about Process Scheduling within process scheduling queues, Two-state process model (Running and not running) and type of schedulers such as : long-term scheduler, short-term scheduler and medium-term scheduler. and last but not least 101 review of context switch.

  2. Modul kuliah Penjadwalan CPU
    lecture module about process scheduling from PENS

  3. Preemptive vs Non-Preemptive Scheduling
    giving side by side differences preemptive and nonpreemptive scheduling and 101 definition about both of them.

  4. Dispatcher
    Giving you a definition about dispatcher and first of all review of Process state in operating system.

  5. Convoy Effect
    Talking about this effect that commonly occur in FCFS and giving u 101 how to avoid using convoy effect

  6. Thread Scheduling
    Giving u a review of Thred scheduling.

  7. Youtube : Round Robin
    Youtube course about round robin.

  8. Round Robin Example
    101 RR and example using C/C++

  9. Job Scheduling Vs Load Balancing
    Its just my big question about cloud it use for load balacing.

  10. Multiple-Processor Scheduling in Operating System
    explain about multi processor Scheduling in operating system.