Pandit Deendayal Energy University
Operating
System
VIRTUAL LAB
THE TOPICS
LEARN MORE -
CONCURRENCY AND DEADLOCK
Deadlock is a situation where a set of processes are blocked because each process is holding a resource and waiting for another resource acquired by some other process.
LEARN MORE -
SCHEDULING ALGORITHM
A Scheduling Algorithm is the algorithm which tells us how much CPU time we can allocate to the processes.
LEARN MORE -
PAGE REPLACEMENT
Page replacement algorithms decide which memory pages to page out, sometimes called swap out, or write to disk, when a page of memory needs to be allocated.
LEARN MORE -
DISK SCHEDULING
Disk scheduling is done by operating systems to schedule I/O requests arriving for the disk. Disk scheduling is also known as I/O scheduling.