Operating System
Operating System
ON
“OPERATING SYSTEM”
BY
Miss.Thorat J.B.
CERTIFICATE
This is to certify that the Project report entitled
Is a bonafide work carried out by them under the supervision Miss. Thorat J.B.
of and it is submitted towards the partial fulfillment of the requirement of MSBTE, Mumbai for
theAward of the Diploma of Computer Engineering
Yours Sincerely,
Musale Vaishanvi
Nazirkar kirti
Action Plan:
Sr. Details of Activity Planned Planned Name of
No start date Finish date Responsible Team
Members
11 Result &Conclusion.
12 References
13 Report & Presentation.
14 Seminar
15 Viva voce(oral)
16 Final Submission
Resources Required:-
Initially, all slots are empty, so when 1, 3, 0 came they are allocated to the
empty slots —> 3 Page Faults.
when 3 comes, it is already in memory so —> 0 Page Faults. Then 5 comes,
it is not available in memory so it replaces the oldest page slot i.e 1. —>1
Page Fault. 6 comes, it is also not available in memory so it replaces the
oldest page slot i.e 3 —>1 Page Fault. Finally, when 3 come it is not
available so it replaces 0 1 page fault.
Initially, all slots are empty, so when 7 0 1 2 are allocated to the empty slots
—> 4 Page faults
0 is already their so —> 0 Page fault. When 3 came it will take the place of
7 because it is least recently used —>1 Page fault
0 is already in memory so —> 0 Page fault.
4 will takes place of 1 —> 1 Page Fault
Now for the further page reference string —> 0 Page fault because they are
already available in the memory.
3. Optimal page Replacement Algorithm:
Initially, all slots are empty, so when 7 0 1 2 are allocated to the empty slots —> 4 Page
faults
0 is already there so —> 0 Page fault. when 3 came it will take the place of 7 because it is
not used for the longest duration of time in the future.—>1 Page fault. 0 is already there so
—> 0 Page fault. 4 will takes place of 1 —> 1 Page Fault. Now for the further page
reference string —> 0 Page fault because they are already available in the memory.
2 Suffer from belady’s Does not suffer from Does not suffer from
anomaly belady’s anomaly belady’s anomaly