Give an example of how nonpreemption in the implementation o
Give an example of how nonpreemption in the implementation of fair queuing leads to a different packet transmission order from bit-by-bit round-robin services.
Solution
Answer:
In case of round robin service sequence, repeat at a regular time quantum , but in the case of non preemption after one process completion only the other process can start so delay in response time or process execution can take place thats why you can\'t say non preemption algorithm are fair schedule as compared to round robin.
Eg: non preemption processes are not good in case of response time but in the case of round robin the average response time of processes is constant.
