Completed
Shortest Remaining Time First(SRTF) Scheduling Algorithm with Example | Operating System
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Operating Systems
Automatically move to the next video in the Classroom when playback concludes
- 1 introduction to operating system and its Functions | Operating System
- 2 Types of Operating Systems(Batch, Multiprogramming, Time Sharing, Multiprocessing, Real Time)
- 3 Process State Transition Diagram and various Schedulers | Operating System
- 4 FCFS(First Come First Serve) CPU Scheduling Algorithm with example | Operating System
- 5 Convoy Effect in FCFS(First Come First Serve) Algorithm| Operating System
- 6 Shortest Job First(SJF) Scheduling Algorithm with example | Operating System
- 7 Shortest Remaining Time First(SRTF) Scheduling Algorithm with Example | Operating System
- 8 Advantage and Disadvantage of Shortest Job First(SJF) Scheduling Algorithm | Operating System
- 9 SJF with Prediction of Burst Time in OS | with example
- 10 SJF with processes having CPU and IO Time | CPU Scheduling Algorithm in OS
- 11 FCFS with IO Time - CPU Scheduling Algorithm in OS
- 12 Round Robin(RR) CPU Scheduling Algorithm in OS with example
- 13 Round Robin(RR) Scheduling example with advantages and drawbacks | Operating Systems
- 14 GATE Computer Science previous year question on Round Robin(RR) scheduling | Operating Systems
- 15 Non Preemptive Priority Scheduling Algorithm with example | Operating System
- 16 Preemptive Priority Scheduling Algorithm in OS with example | Operating System
- 17 Starvation and Aging in Priority Scheduling | Operating Systems
- 18 Deadlock | Necessary conditions for Deadlock | Operating Systems
- 19 Resource Allocation Graph in Deadlock | with example | Operating System
- 20 Deadlock handling methods | Deadlock Prevention | Operating System
- 21 Deadlock Avoidance with Resource Allocation Graph(with example) | Operating System
- 22 Deadlock Avoidance: Banker's Algorithm with example | Operating System
- 23 Deadlock Avoidance: Bankers(Resource Request Algorithm) with example |Operating System
- 24 Deadlock Detection and Recovery : Wait-for Graph and Banker's algorithm | Operating System
- 25 Deadlock Recovery in Operating System
- 26 Deadlock | GATE Question Previous Year | Operating System
- 27 CPU Scheduling Criteria in Operating system | Various Times related to Process
- 28 Page replacement Introduction| FIFO page replacement algorithm with example| Operating System
- 29 Page Replacement Algorithms | LRU and optimal | Operating Systems
- 30 Belady's Anomaly in FIFO page replacement algorithm with example | Operating System
- 31 Multilevel queues and multilevel feedback queue scheduling | Operating systems