CFP last date
20 May 2024
Reseach Article

An Efficient Approach to Calculate Dynamic Time Quantum in Round Robin Algorithm for Efficient Load Balancing

by Debabrata Sarddar, Shouvik Chakraborty, Mousomi Roy
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 123 - Number 14
Year of Publication: 2015
Authors: Debabrata Sarddar, Shouvik Chakraborty, Mousomi Roy
10.5120/ijca2015905701

Debabrata Sarddar, Shouvik Chakraborty, Mousomi Roy . An Efficient Approach to Calculate Dynamic Time Quantum in Round Robin Algorithm for Efficient Load Balancing. International Journal of Computer Applications. 123, 14 ( August 2015), 48-52. DOI=10.5120/ijca2015905701

@article{ 10.5120/ijca2015905701,
author = { Debabrata Sarddar, Shouvik Chakraborty, Mousomi Roy },
title = { An Efficient Approach to Calculate Dynamic Time Quantum in Round Robin Algorithm for Efficient Load Balancing },
journal = { International Journal of Computer Applications },
issue_date = { August 2015 },
volume = { 123 },
number = { 14 },
month = { August },
year = { 2015 },
issn = { 0975-8887 },
pages = { 48-52 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume123/number14/22031-2015905701/ },
doi = { 10.5120/ijca2015905701 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T23:12:44.574666+05:30
%A Debabrata Sarddar
%A Shouvik Chakraborty
%A Mousomi Roy
%T An Efficient Approach to Calculate Dynamic Time Quantum in Round Robin Algorithm for Efficient Load Balancing
%J International Journal of Computer Applications
%@ 0975-8887
%V 123
%N 14
%P 48-52
%D 2015
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Cloud computing is one of the most emerging technologies in the world. Cloud service providers deals with huge amount of data and processes huge number of requests. It faces various challenges. Load ballancing is one of the major challenges. Load ballancing is basically the distribution of the tasks among different nodes for perfect utilization of resources and time. Different techniques have been proposed like Shortest Job First, First Comr First Serve, Round Robin e.t.c. The main goal of the different load balancing algorithms is to reduce the average waiting time and average turn around time. Round Robin scheduling algorithm is the widely accepted scheduling algorithm in multitasking and real time load balancing environment. It is the most popular algorithm due to its fairness and starvation free nature towards the processes, which is achieved by using the time quantum. As the time quantum is static, it causes less context switching in case of high time quantum and high context switching incase of less time quantum. Increasing context switch leads to high avg. waiting time, high avg. turnaround time which is a overhead and degrades the system performance. So, the performance of the system solely depends upon the choice of optimal time quantum which is dynamic in nature. In this paper, some variants of RR scheduling algorithm have been proposed which can dynamically compute the time quantum. Results of these methods are provided and compared it with other existing methods.

References
  1. Abdulaziz Aljabre, 2012 “ Cloud Computing for Increased Business Value”, International Journal of Business and Social Science, Vol. 3 No. 1; January 2012.
  2. K. Dinesh, G. Poornima, K.Kiruthika, 2012 " Efficient Resources Allocation for Different Jobs in Cloud", International Journal of Computer Applications (0975 – 8887) Volume 56– No.10, October 2012.
  3. Gary Garrison, Sanghyun Kim, and Robin L. Wakefield, 2012" Success Factors for Deploying Cloud Computing", communications of the ACM, September 2012, vol. 55, no. 9, doi:10.1145/2330667.2330685.
  4. R. L. Grossman, “The case for cloud computing”, 2009 IT professional, vol. 11, no. 2, (2009), pp. 23-27.
  5. Rami J. Matarneh. 2009 “Self-Adjustment Time Quantum in Round Robin Algorithm Depending on Burst Time of Now Running Processes”, American J. of Applied Sciences 6(10): 1831-1837,2009.
  6. H.S.Behera, R.Mohanty, Debashree Nayak. 2010 “A New Proposed Dynamic Quantum with Re-Adjusted Round Robin Scheduling Algorithm and Its Performance Analysis “International Journal of Computer Applications (0975 – 8887) Volume 5– No.5, August 2010.
  7. Abbas Noon, Ali Kalakech, Seifedine Kadry “A New Round Robin Based Scheduling Algorithm for Operating Systems: Dynamic Quantum Using the Mean Average” IJCSI International Journal of Computer Science Issues, Vol. 8, Issue 3, No. 1, May 2011 ISSN (Online): 1694-0814.
  8. Debashree Nayak, Sanjeev Kumar Malla, Debashree Debadarshini “Improved Round Robin Scheduling using Dynamic Time Quantum” International Journal of Computer Applications (0975 – 8887), Volume 38, No.5, January 2012.
  9. Deepali Maste, Leena Ragha, Nilesh Marathe “Intelligent Dynamic Time Quantum Allocation in MLFQ Scheduling” International Journal of Information and Computation Technology ISSN 0974-2239 Volume 3, Number 4 (2013), pp. 311-322.
  10. Dibyendu Barman “Dynamic Time Quantum in Round Robin Algorithm (DTQRR) Depending on Burst and Arrival Time of the Processes” International Journal of Innovative Technology and Exploring Engineering (IJITEE) ISSN: 2278-3075, Volume-2, Issue-4, March 2013.
  11. Dibyendu Barman, Iti Sarkar “Dynamic Time Quantum in Shortest Job First Scheduling Algorithm (DTQSJF) for Unpredictable Burst Time of Processes” International Journal of Computer Science & Engineering Technology (IJCSET), ISSN : 2229-3345 Vol. 4 No. 03 Mar 2013 pp: 208-212.
  12. Nada M. Al Sallami, Ali Al daoud, (IJACSA) International Journal of Advanced Computer Science and Applications, Vol. 4, No. 10, 2013 pp: 138-145.
Index Terms

Computer Science
Information Sciences

Keywords

Cloud computing load balancing round-robin scheduling dynamic time quantum.