-->

Wednesday, 17 January 2018

Round Robin Scheduling Algorithm C Program

Round Robin Scheduling Algorithm C Program

Let us learn how to implement round robin scheduling algorithm in C programming with its explanation, output, advantages, disadvantages and much more.
                                                   Related image

What is Round Robin Scheduling Algorithm?

The round robin algorithm is a pre-emptive process scheduling algorithm. In this algorithm, every job request in the queue is associated with a fixed execution time called as quantum.A pre-emptive process enables the job scheduler to pause a process under execution and move to the next process in the job queue.
Once a particular process/job is executed for a given time quantum, the job scheduler saves the current state of the job and moves to another job in the queue.
The current state of the process is saved by a process called as a context switch. This algorithm is beneficial in terms of its response time.
In round robin algorithm, every process gets an equal time of execution which is defined by the quantum time. Therefore, no process will be able to hold the CPU for a longer time period.
The round robin job scheduling algorithm is used in a multi-user, time-sharing or multi-tasking operating systems.  It is probably the best scheduling algorithm in operating systems for distributed terminal response time.
The efficiency of this algorithm is totally dependent on the size of the time quantum and number of context switches that occur.

Advantages

  • The decision making overhead is very low.
  • Every job within the queue is given an equal amount of priority, unlike other scheduling algorithms.
  • Starvation does not occur so frequently.

Disadvantages

  • The throughput in round-robin algorithm is highly dependent on the quantum length.
  • If the quantum is less, then the process switching occurs frequently which decreases the efficiency.
  • If the quantum is more, the system may become unresponsive.
Note: This round robin scheduling C program is compiled with GNU GCC compiler using Linux terminal on Linux Ubuntu operating system.
    

C Program For Round Robin Scheduling Algorithm

    

Output

C Program To Implement Round Robin Scheduling Algorithm using Arrival Time and Array

keep calm and say bujuku bujuku.

0 comments:

Post a Comment

Start Work With Me

Contact Us
KUTTY SELVA
+91 7708139984
Madurai,Tamilnadu