Simulator for Resource Optimization of Job Scheduling in a Grid Framework

Dr. P.K. Suri, Sumit Mittal

Volume 12 Issue 15

Global Journal of Computer Science and Technology

Traditionally, computer software’s has been written for serial computation. This software is to be run on a single computer with a single Central Processing Unit (CPU). A problem is broken into a discrete serial of instructions that executed in the exact order, one after another. Only one instruction can be executed at any moment of time on a single CPU. Parallel computing, on the other hand, is the simultaneous use of multiple computer resources to solve a computational problem. The program is to be run using multiple CPU’s. A problem is broken into discrete parts that can be solved concurrently and executed simultaneously on different CPU’s. The purpose of this proposed work is to develop a simulator using Java for the implementation of Job scheduling and shows that Parallel Execution is efficient with respect to serial execution in terms of time, speed and resources.