1 / 4

CS533 Concepts of Operating Systems Class 13

CS533 Concepts of Operating Systems Class 13. Extensibility via Software-Based Protection. Questions. Why does Sandboxing slow down normal execution? Why does it speed up inter-module communication compared to Mach? What is a jump-table and why is it needed?

Download Presentation

CS533 Concepts of Operating Systems Class 13

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. CS533 Concepts of Operating SystemsClass 13 Extensibility via Software-Based Protection

  2. Questions • Why does Sandboxing slow down normal execution? • Why does it speed up inter-module communication compared to Mach? • What is a jump-table and why is it needed? • On balance is Sandboxing a win or loss? • compared to Mach? • compared to L3/L4? CS533 - Concepts of Operating Systems

  3. Questions • What exactly is a protection domain in SPIN? • How are module boundaries implemented in SPIN? • What implications does this have for kernel extensions? • How does extension code invoke SPIN’s core services, or code in other modules? • Does SPIN use a jump-table? • How do SPIN’s core services compare to those of micro-kernels? CS533 - Concepts of Operating Systems

  4. Questions • Does the SPIN approach slow down normal execution? • How does it speed up inter-module communication? • On balance is it a win or loss? • compared to Mach? • compared to L3/L4? • compared to Sandboxing? CS533 - Concepts of Operating Systems

More Related