CM Os 5sem Chapter2
CM Os 5sem Chapter2
CM Os 5sem Chapter2
Chapter 2
Operating System Structures
Computer Department
Advantages :
• The OS has the complete control over h/w and
the application running on the system.
• It reduces the complication of the structure
designing
Advantage :-
•Simplicity of construction and easy to debugging.
•The layer does not need to know the operations of
the lower level layers
Disadvantages:
•The major difficulty with layered approach involves
appropriately defining the various layer.
•Final problem with the layered approach is that they
tends to le be less efficient than other types
• Benefits:
– Easier to extend a microkernel
– Easier to port the operating system to new
architectures
– More reliable (less code is running in kernel
mode)
– More secure
Detriments: