|
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
| Volume 40 - Issue 11 |
| Published: December 2012 |
| Authors: Sourav Kumar Bhoi, Sanjaya Kumar Panda, Imran Hossain Faruk |
10.5120/5010-7329
|
Sourav Kumar Bhoi, Sanjaya Kumar Panda, Imran Hossain Faruk . Design and Performance Evaluation of an Optimized Disk Scheduling Algorithm (ODSA). International Journal of Computer Applications. 40, 11 (December 2012), 28-35. DOI=10.5120/5010-7329
@article{ 10.5120/5010-7329,
author = { Sourav Kumar Bhoi,Sanjaya Kumar Panda,Imran Hossain Faruk },
title = { Design and Performance Evaluation of an Optimized Disk Scheduling Algorithm (ODSA) },
journal = { International Journal of Computer Applications },
year = { 2012 },
volume = { 40 },
number = { 11 },
pages = { 28-35 },
doi = { 10.5120/5010-7329 },
publisher = { Foundation of Computer Science (FCS), NY, USA }
}
%0 Journal Article
%D 2012
%A Sourav Kumar Bhoi
%A Sanjaya Kumar Panda
%A Imran Hossain Faruk
%T Design and Performance Evaluation of an Optimized Disk Scheduling Algorithm (ODSA)%T
%J International Journal of Computer Applications
%V 40
%N 11
%P 28-35
%R 10.5120/5010-7329
%I Foundation of Computer Science (FCS), NY, USA
Management of disk scheduling is a very important aspect of operating system. Performance of the disk scheduling completely depends on how efficient is the scheduling algorithm to allocate services to the request in a better manner. Many algorithms (FIFO, SSTF, SCAN, C-SCAN, LOOK, etc.) are developed in the recent years in order to optimize the system disk I/O performance. By reducing the average seek time and transfer time, we can improve the performance of disk I/O operation. In our proposed algorithm, Optimize Disk Scheduling Algorithm (ODSA) is taking less average seek time and transfer time as compare to other disk scheduling algorithms (FIFO, SSTF, SCAN, C-SCAN, LOOK, etc.), which enhances the efficiency of the disk performance in a better manner.