Assignment OS With 543
Assignment OS With 543
Module – 3
A B C D A B C D A B C D
P0 0 0 1 2 0 0 1 2 1 5 2 0
P1 1 0 0 0 1 7 5 0
P2 1 3 5 4 2 3 5 6
P3 0 6 3 2 0 6 5 2
P4 0 0 1 4 0 6 5 6
Explain the dead lock, Explain and analyze the necessary conditions of an operating system must satisfy for
dead lock to occur?
Sole the following snapshot of the system
A B C A B C A B C
P0 0 1 0 7 5 3 1 5 2
P1 2 0 0 3 2 2
P2 3 0 2 9 0 2
P3 2 1 1 2 2 2
P4 0 0 2 4 3 3
Assuming the frame size of 4 apply LRU,FIFO and Optimal algorithm to find which algorithm is most efficient
Explain the demand paging and thrashing, How these affects system performance?
Explain the fragmentation? Analyze the two types of memory fragmentation
Given the memory partitions of 100 K, 500 K, 200 K, 300 K and 600 K apply first fit, best fit and worst fit
algorithms to place 212K. 417K, 112K and 426K.
Explain and analyze the structure of page table with respect to hierarchical paging, with diagram