Top 10 List of Week 08

  1. CPU Scheduling in Operating System
    Website di atas menjelaskan mengenai CPU scheduling pada OS.

  2. Difference Between Symmetric and Asymmetric Multiprocessing
    Apa perbedaan antara symmetric dan asymmetric multiprocessing? Jawabannya dibahas pada artikel di atas.

  3. Explain dispatcher in operating system
    Dispatcher sering kita dengar pada film atau video game. Namun, apa itu dispatcher pada operating system?

  4. Load Balancing
    Load balancing is the process of distributing network traffic across multiple servers.

  5. Difference between Arrival Time and Burst Time in CPU Scheduling
    Sekilas, arrival time dan burst time dapat terdengar mirip, namun sebenarnya mereka memiliki perbedaan yang lumayan signifikan.

  6. Mix Burst Time
    In this article we will see a question in mix burst, which means that the process will access CUP and then perform some I/O operation.

  7. Deadline scheduler in Operating System
    Kembali dengan GeeksforGeeks, kita sekarang belajar mengenai deadline scheduler.

  8. CPU Affinity Introduction
    Sesuai namanya, artikel di atas mengenalkan kita dengan CPU affinity.

  9. Priority Scheduling Algorithm: Preemptive, Non-Preemptive EXAMPLE
    Priority Scheduling is a method of scheduling processes that is based on priority. In this algorithm, the scheduler selects the tasks to work as per the priority.

  10. Round Robin Scheduling Algorithm
    Round robin berarti sebuah sistem dimana sekumpulan hal melakukan suatu hal lain secara bergantian. Lalu apa itu round robin scheduling algorithm?