answersLogoWhite

0


Best Answer

The size of the Time Quantum

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The performance of round robin algorithm depends heavily on?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Round robin scheduling program in java?

Round robin is the scheduling algorithm that is utilized by the CPU, or central processing unit, during the execution of the process. It is specifically designed for time sharing systems.


Write an algorithm for round robin?

A round robin algorithm processes a number of tasks, steps or items one by one in a cyclic fashion like so:1. For N items, n=0, 2, 3, ..., N-1, let nbe 0.2. Process step (item, task) n3. Compute n = (n+1) % N, where % is the modulo operator (the remainder of integer division)4. Proceed to step 2.


what are advantages and disadvantages of Round Robin scheduling algorithm?

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.


How a Round Robin scheduling algorithm allocates the CPU to processes?

The round-robin scheduling algorithm allocates CPU time to processes by sequentially assigning the CPU to processes of equal priority that are in the state of being able to use the CPU. (Not blocked) This works by appearing to evenly distribute the CPU amongst CPU ready processes. Processes that are waiting on something, such as an I/O event, particularly waiting on the user to press Enter, are not considered for allocation. Often, there is a priority assigned to the process, which factors in the allocation strategy. Processes that are mostly I/O intensive tend to have higher priority, giving them good response time. Processes that are mostly CPU intensive tend to have lower priority, so they don't interfere with overall system responsiveness.


Write an algorithm for Round Robin CPU scheduling using?

On each system clock tick, at interval set by design...If no other runnable threads, return from clock interrupt.Save the currently running thread's context.Restore the next runnable thread's context.Return from clock tick interrupt.Note: Most modern schedulers combine round-robin with priority. In the priority scheme, any runnable thread with a higher priority than the interrupted thread takes precedence. If there are none, then round-robin applies at the current priority. If there are no runnable threads at the current priority, lower priorities are considered until we reach the idle priority thread, which, by the way, is always runnable.Also, there is usually an algorithm that adjusts thread priority dynamically. As the thread runs, if it stays runnable its priority slowly drops from its initial base priority. If it is constantly blocking and then then becoming runnable, its priority increases, often faster than it decreases. This makes interactive threads appear to be very responsive, while CPU intensive threads slowly defer to interactive threads. This is usually a good compromise between responsiveness and throughput.

Related questions

the performance of round robin algorithm depends on?

The size of the Time Quantum


What is the Round Robin algorithm?

It's an algorithm that is used for CPU schedulers.


Which CPU shchedule algorithm is used by Windows 8?

Round Robin


What do you mean by scheduling algorithm in OS?

its the algorithm that tells the os what to process next.goes according to :shortest job firstshortest remaining time firstround robin- first in first out system


Why round robin algorithm not applicable for distributed environment?

distributed system doesn't have any global clock time. It uses some special schedule technique such as lampart's cycle and other algorithm.


Round robin scheduling program in java?

Round robin is the scheduling algorithm that is utilized by the CPU, or central processing unit, during the execution of the process. It is specifically designed for time sharing systems.


What are the Advantages to performance budgeting?

BLEH KENNA FUREZ ROBIN CHAN...................................................................................G BLEH KENNA FUREZ ROBIN CHAN...................................................................................G BLEH KENNA FUREZ ROBIN CHAN...................................................................................G


What actors and actresses appeared in What a Performance - 1977?

The cast of What a Performance - 1977 includes: Robin Bailey Noel Davis Rosemary Martin Anna Quayle


What CPU scheduling algorithm is used Windows NT?

Windows XP uses a quantum-based, preemptive priority scheduling algorithm


Write an algorithm for round robin?

A round robin algorithm processes a number of tasks, steps or items one by one in a cyclic fashion like so:1. For N items, n=0, 2, 3, ..., N-1, let nbe 0.2. Process step (item, task) n3. Compute n = (n+1) % N, where % is the modulo operator (the remainder of integer division)4. Proceed to step 2.


Can Ashton Kutcher be compared with Robin Williams?

I guess. It depends on their differences


Why did Robin Hood thank the old woman?

That depends on what story you are reading (or movie you are referring to), but in Robin Hood the Outlaw by Dumas, Robin thanks an old woman for helping him and then later for offering to be his servant.