An Experimental Approach to Improve the Performance of FCFS Disk Scheduling Algorithm
One of the functions of the Operating System is serve the pending I/O requests from disk queue to the requesting processes. Once a request is served, the operating system has to determine which request will be served next. This process
Read More