answersLogoWhite

0


Best Answer

Pure round robin scheduling processes A, then B, then C, then starts at A again. (A, B, C might be tasks in an operating system context, or devices in a master/slave control network, or whatever.) That is, pure round robin scheduling doesn't acknowledge priorities, and does not allow out-of-order processing. Real-life systems typically use a mixture of algorithms that, together, allow for prioritized and out-of-order processing while, on the other hand, trying to prevent starvation of lower priority items.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the disadvantages of RoundRobin Scheduling?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Priority scheduling positive and negative points?

disadvantages of priority scheduling


Why in round robin new processes place at end of queue rather than at beginning?

in roundrobin scheduling each process is gven a fixed time to execute so whenever a new process arrives it is placed at the end of the queue,,,,,the advantage by doing this type of scheduling is response time will be gud...But the disadvantage waiting time is more


Disadvantage of time sharing?

There are advantages and disadvantages when purchasing a time share for your vacation destination. The main disadvantages are depreciation, and the inability to use your timeshare due to scheduling conflicts.


What are the advantages and disadvantages to online appointment scheduling?

adv. Reduced No-shows, Client convenience, Professional system without the cost


What is the disadvantage of cpm?

There are several disadvantages of CPM or Critical Path Method. A few of the disadvantages are CPM is more complicated and complex, doesn't handle scheduling, and you can't estimate completion times.


What are the Advantage and disadvantages of retail trade?

Some advantages to working in the retail trade include flexible scheduling; and the ability to increase your pay with bonuses and commission. Disadvantages of working with in the retail trade include unreliable income and dealing with unhappy customers.


What is the difference between conventional C and embedd C?

Advantages: - Priority based premptive scheduling -multitasking -multithreading -better response time -valuable services like senaphore,mailbox,queues etc. Disadvantages: -expensive Advantages: - Priority based premptive scheduling -multitasking -multithreading -better response time -valuable services like senaphore,mailbox,queues etc. Disadvantages: -expensive


What is local scheduling and global scheduling?

i do no...............


What type of scheduling is there in RTOS?

A scheduler is the heart of every RTOS. It provides the algorithms to select the task for execution. Three common scheduling algorithms are > Cooperative scheduling > Round-robin scheduling > Preemptive scheduling RTOS uses preemptive (priority based) scheduling. In some cases, real-time requirements can be met by using static scheduling.


What is the meaning of sequential scheduling?

It means scheduling one after another.


What is stream scheduling?

Stream Scheduling is a scheduling system where there is a steady stream/flow of patients at set appointments throughout the day.


What is disk scheduling in operating system?

why we use disk scheduling in c ?