If you are new to disk scheduling then please read about basics of disk scheduling first and then read this post on C LOOK disk scheduling algorithm. C LOOK disk scheduling algorithm is the last disk scheduling algorithm. I…
If you are new to disk scheduling then please read about basics of disk scheduling first and then read this post on LOOK disk scheduling algorithm. In the last post we discussed about C-SCAN disk scheduling algorithm . Tod…
If you are new to disk scheduling then please read about basics of disk scheduling first and then read this post. In the last post we discussed about SCAN disk scheduling . In SCAN disk scheduling there was a major drawback …
If you are new to disk scheduling then please read about basics of disk scheduling first and then read this post. Today we will be discussing about SCAN disk scheduling - operating system tutorial. In the last post where I di…
Before starting with SSTF disk scheduling - operating system tutorial , it is a request to the readers please read about basics of disk scheduling first if you are new to disk scheduling. Last time we discussed about FCFS d…
Before reading this post it is a humble request to you that please read my previous post on Disk Scheduling first. Today we will be discussing about FCFS disk scheduling - operating system tutorial. We will discuss about FCF…
Today we will be discussing about Disk Scheduling - operating system tutorial .SO, let's start, shall we: Disk Scheduling is basically used to schedule I/O request arriving in the system. It is important to schedule the …
In contiguous memory allocation we resolved 2 major problems which were space allocation and conversion of logical address into physical address . We also discussed about internal and external fragmentation where we learnt th…
We have already discussed about one major issue with contiguous memory allocation which was space allocation . Now today we will be looking at the second major issue with contiguous memory allocation which is Address Translatio…
We have discussed that First, Worst, Best Fit algorithm in variable partitioning in the last lecture. Today, we will be discussing First, Worst, Best Fit algorithm in fixed sized partitioning ( First, Worst, Best Fit Algorith…
In the last post I discussed about contiguous memory allocation . We also discussed 2 types of partitioning in contiguous memory allocation . In both the partitioning techniques we can use the 3 algorithms that I am going to di…
Today we will be discussing about Contiguous Memory Allocation - operating system tutorial in depth. So, let's start. shall we? In contiguous memory allocation we have to solve 2 major problems. First, is space alloc…
Today we will be discussing Contiguous and Non-Contiguous Memory Allocation - operating system tutorial techniques used in memory management. So, let's start, shall we? Contiguous Memory In this when a process is …
The functionality of a computer depends on 2 things - CPU and Memory. Till now, we have focused on CPU but from now on we will be focusing on memory. Today we will begin with Basics of Memory Management. Criterias of Me…
In the last post we discussed about 4 ways to avoid deadlock . Today, we will start with Prevention Method to avoid Deadlock . We will see how we can violate one of the four conditions of deadlock. Prevention was a mechan…
In the last post we discussed about the 4 necessary conditions for Deadlock to occur . Today, we going to see how we can avoid deadlock in our system. There are several ways to avoid deadlock, let's look each one of them on…
It is requested to all the readers to please read the previous post on Introduction to Deadlock fro better understanding of this post. Before solution of deadlock one must have complete knowledge of why deadlock problem arise…