Scheduling
Scheduling: Scheduling is a fundamental operating system function. All computer resources are scheduled before use. Since Microprocessor is one of the primary computer resources, its scheduling is central operating system design. Scheduling refers to a set of policies and mechanisms supported by operating system that controls the order in which the work to be done is completed. A scheduler is an operating system program that selects the next job to be admitted for execution. The main objective of scheduling is to increase CPU utilization and higher throughput is the amount of work accomplished in a given time interval. CPU scheduling is the basis of operating system which supports multiprogramming concepts. By having a number of programs in computer memory at the same time, the CPU may be shared among them. This mechanism improves the overall efficiency of the computer system by getting more work done in less...
Comments
Post a Comment
Thank you for message