Job scheduling
Explain the different job scheduling in the operating systems?
Expert
Scheduling refers to the activity of deciding when the process will get the resources they requires.
FCFS : FCSFS stands for First Come First Served. In FCFS the job which has been waiting the longest is served next.
Round Robin Scheduling : Round Robin scheduling is a scheduling method in which each process has a small amount of time in order to run and then it is preempted and the next process is made to run. This is known as time-sharing and offers the effect of all processes running at the same time
Shortest Job First : The SJF algorithm is a non-preemptive scheduling algorithm which chooses the job which will execute in the shortest amount of time.
Priority Scheduling : Priority scheduling refers to a scheduling method where at all times the highest priority process is assigned the resource.
With the help of an example describe how you convinced someone to do something that they were not too keen on doing.
How you cope up from under pressure?
Write down the main reasons for process suspension?
What is meant by the process synchronization?
Goal: To simulate and evaluate four different memor y allocation/deallocation techniques: • first fit • next fit • best fit • worst fit when a linked list is used to keep track of memory usage. Assume that the memory is 256 KB and is divided int o units of 2 KB each. A process may re
What do you understand by the concept of Reentrancy?
Explain the types of jobs that are developed?
What do you mean by DNS? Explain why it is used? Also describe ‘forward lookup’ and ‘reverse lookup in the DNS?
In the framework of memory management, describe the placement and replacement algorithms?
Write a short note on time-stamping?
18,76,764
1932591 Asked
3,689
Active Tutors
1429454
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!