1 / 9

Operating System Design Options

Operating System Design Options. Hierarchical Structure. Many OS are designed and implemented using a hierarchical structure. Functions at one level are allowed to refer only to functions provided by the same or lower levels; i.e., there should be no outward calls.

errin
Télécharger la présentation

Operating System Design Options

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Operating SystemDesign Options

  2. Hierarchical Structure • Many OS are designed and implemented using a hierarchical structure. • Functions at one level are allowed to refer only to functions provided by the same or lower levels; i.e., there should be no outward calls. • Strict hierarchy vs. transparent hierarchy

  3. Virtual Machines • Hierarchical structure concepts can be extended to provide users, including OSs, the illusion of running on separate virtual machines. • OS1, OS2, OS3, and User5 deal with the VMM, instead of the real machine.

  4. Virtual Machines • VMM provides resources, services, and functions that are the same as those available on the underlying real machine. • VMM is actually a complete, but simple, OS for the real machine. • Pros: flexibility and convenience • Cons: simulation overhead

  5. Multiprocessor OSs • Types of multiprocessor architecture

  6. Multiprocessor OSs • Types of multiprocessor OSs:

  7. Network Operating Systems

  8. Distributed Operating Systems

  9. Object-Oriented Operating Systems • Most of the system is implemented as a collection of objects. • Each object encapsulates a data structure and defines a set of operations, called methods, on that data structure.

More Related