Comparative Analysis of Various Scheduling Algorithms
Journal Title: International Journal of Advanced Research in Computer Engineering & Technology(IJARCET) - Year 2013, Vol 2, Issue 4
Abstract
Scheduling is the technique used for controlling the order of the job which is to be performed by a CPU of a computer. The motive of scheduling is to engage the CPU at its maximum capacity and no process shall wait for longer time and to finish the entire task in minimum possible time. In this paper, we discuss various types of Scheduling algorithms and Compare their performance on terms of throughput and waiting time. First of them is First Come First Served (FCFS) which is a non-preemptive and the simplest scheduling. FCFS is good for long job. Second is Shortest Job First (SJF) scheduling which selects that job first which has least processing time i.e. the processing demanding the less CPU time is executed first. Next is Round Robin (RR) scheduling, it removes the drawbacks of FCFS by preempting running jobs periodically. But if the length of time quantum is too short then more time will waste in context switching. Last one is Priority Based scheduling where each process is assigned a priority (preference) to create the order of execution.
Authors and Affiliations
Lalit Kishor , Dinesh Goyal
Vehicle Theft Catcher
The process of finding stolen vehicle is very time-consuming for the cops. So, we are developing such a software that will help cops to find the STOLEN vehicle faster. For this reason there is a need for a system w...
A case study on application of Fieldbus in the automation of Coke Oven Battery
The use of Foundation Fieldbus technology in projects is increasing every year. The Foundation Fieldbus technology has been formerly employed as a simple digital communication protocol for field devices only. But w...
A SECURED SEARCHING IN CLOUD DATA USING CRYPTOGRAPHIC TECHNIQUE
Cloud computing is the long dreamed vision of computing as a utility, where users can remotely store their data into the cloud so as to enjoy the on-demand high quality applications and services from a shared pool of c...
Face Recognition Using Principal Component Analysis Method
This paper mainly addresses the building of face recognition system by using Principal Component Analysis (PCA). PCA is a statistical approach used for reducing the number of variables in face recognition. In PCA...
DETECTION OF HEALTH CARE USING DATAMINING CONCEPTS THROUGH WEB
A major challenge facing healthcare organizations (hospitals, medical centers) is the provision of quality services at affordable costs. Quality service implies diagnosing patients correctly and administering treat...