Betriebssysteme I (2013)

Wintersemester 2013/14

Prof Andreas Polze
Dipl.-Inf. Bernhard Rabe

Inhalt der Vorlesung

Die Lehrveranstaltung konzentriert sich auf Standard-Betriebssysteme (general-purpose operating systems) und diskutiert deren Techniken und Ansätze an verschiedenen Beispielen.

Auf diesen Seiten finden Sie Unterlagen zu den Vorlesungen, die laufend ergänzt werden. Insbesondere finden Sie einige Foliensätze, die über das in der Vorlesung gezeigte Material hinausgehen.

Als Teilnehmer der Lehrveranstaltung sind Sie berechtigt Kopien der Unterlagen für Ihre eigene Verwendung anzufertigen. Jegliche Vervielfältigung und Nachnutzung der Unterlagen in elektronischer oder gedruckter Form bedürfen der schriftlichen Zustimmung des Autors.

Klausureinsicht

Mittwoch 30.04.2014 um 09:30-11:00 Uhr in C-1 (Dienstag 29.04.2014 ist schon überbucht.)
Eine Voranmeldung an per E-Mail bis 28.04.2014 12 Uhr ist zwingend erforderlich!

Termine

  • Di, 09:15-10:45, Vorlesung in HPI HS 3
  • Do, 11:00-12:30, Vorlesung und Übung im Wechsel in HPI HS 3

Der Leistungserfassungsprozess ergibt sich aus der erfolgreichen Lösung jedes Übungsblattes mit mind. 50% der Punkte sowie einer schriftlichen Abschlußprüfung.

Ablauf der Lehrveranstaltung

Die Vorlesung wird auf deutsch gehalten. Die Folien liegen in englischer Sprache vor.

Unit 1: Overview of Operating Systems

  1. Windows Operating System Internals Course Overview
  2. The Evolution of Operating Systems
  3. Windows Operating System Family – Concepts & Tools

Unit 2: Operating System Principles

  1. Structuring of the Windows Operating System
  2. Structuring of the Unix Operating System
  3. Windows Core System Mechanisms
  4. Windows on Windows - OS  Personalities
  5. The Windows API Naming Conventions, Types
  6. OS Principles labs, and quizzes

Unit 3: Concurrency

  1. Concurrency, Critical Sections, Semaphores
  2. Windows Trap Dispatching, Interrupts, Synchronization
  3. Advanced Windows Synchronization
  4. Windows APIs for Synchronization and Inter-Process Communication
  5. Concurrency quizzes

Unit 4: Scheduling and Dispatch

  1. Concept of Processes and Threads
  2. Windows Processes and Threads
  3. Windows Process and Threads Internals
  4. Windows Thread Scheduling
  5. Advanced Windows Thread Scheduling
  6. Scheduling quizzes
  7. Scheduling labs

Unit 5: Memory Management

  1. Memory Management for Multiprogramming
  2. Windows Memory Management Fundamentals
  3. Virtual Adress Translation
  4. Physical Memory Management
  5. Memory Management Demos
  6. Memory Management Quizzes
  7. Memory Management Labs

Unit 7: Security and Protection

  1. The Security Problem
  2. Windows Security Components and Concepts
  3. Windows Security Descriptors
  4. The OSF Distributed Computing Environment (DCE) and Kerberos
  5. Security Labs

Übung

Bei Fragen oder Anmerkungen zur Übung schreiben Sie bitte an bs@hpi.uni-potsdam.de..

0. Aufgabe

  • Melden Sie sich beim Abgabesystem über den HPI OpenID Provider für die Übungsaufgaben an.

1. Aufgabe

04.11.2012 (Vorstellung bei Ihrem Tutor bis zum 21.11.2013)

2. Aufgabe

19.11.2012 (Vorstellung bei Ihrem Tutor bis zum 05.12.2013)

3. Aufgabe

06.12.2012 (Vorstellung bei Ihrem Tutor bis zum 19.12.2013)

4. Aufgabe

09.01.2014 (Vorstellung bei Ihrem Tutor bis zum 23.01.2014)

5. Aufgabe

27.01.2014 (Vorstellung bei Ihrem Tutor bis zum 07.02.2014)

Literaturhinweise

General Concepts

J. Bonwick, “The slab allocator: an object-caching kernel memory allocator,” in USENIX Technical Conference (USENIX), 1994, pp. 6–6. [Link]
Intel Corporation, Intel Architecture Software Developer’s Manual, Volume 3a: System Programming. 2010.
A. Silberschatz, P. Baer Galvin , and G. Gagne, Operating System Concepts, 8th ed. John Wiley Sons, 2008. [Link]
W. Stallings, Operating Systems: Internals and Design Principles, 7th ed. Prentice Hall, 2011.
A. S. Tanenbaum, Distributed Operating Systems. Prentice Hall, 1995.

History

D. Donald Miller, OpenVMS Operating System Concepts, 2nd ed. Elsevier, 1997. [Link]
D. M. Ritchie and K. Thompson, “The UNIX time-sharing system,” Communications of the ACM, vol. 17, no. 7, pp. 365–375, Jul. 1974. [Link]
D. M. Ritchie, “The Evolution of the UNIX Time-Sharing System,” Lecture Notes in Computer Science (LNCS), no. 79, pp. 1577–1594, 1980. [Link]
G. Pascal Zachary, Show-stopper!: the breakneck race to create Windows NT and the next generation at Microsoft. University of Michigan, 1994. [Link]

Tools

Microsoft, “Windows Sysinternals Tools.” [Online]. Available: http://technet.microsoft.com/en-US/sysinternals. [Link]

Windows Internals

H. Custer, Inside Windows NT. Microsoft Press, 1993. [Link]
J. M. Hart, Windows System Programming, 4th ed. Addison-Wesley Professional, 2010.
M. E. Russinovich and D. A. Solomon, Windows Internals, 6th ed. Microsoft Press Corp., 2012.
A. Schmidt, “Queued Spinlocks in the WRK.” [Online]. Available: http://osm.hpi.de/wrk/2009/12/queued-spinlocks-in-the-wrk/. [Link]

Unix Internals

W. Richard Stevens and S. A. Rago, Advanced Programming in the UNIX Environment, 2nd ed. Addison-Wesley Professional, 2005.
Weitere Literaturstellen:
  • Sysinternals Webseite technet.microsoft.com/de-de/sysinternals/
  • (CRK) Tools
  • Curriculum Resource Kit Website
    Link nicht mehr erreichbar: https://web.archive.org/web/20110930141613/http://www.microsoft.com/resources/sharedsource/default.mspx
  • NT Design Workbook (von 1989!), zip.Archiv
  • Mark A.Russinovich/David A. Solomon, "Windows Internals", 4th Edition, MS Press 2005.
  • David A. Solomon/Mark E. Russinovich, "Inside Windows 2000", 3rd Edition, MS Press, 2000.
  • John Hart, Win32 System Programming, Addison-Wesley, 1997.
  • Abraham Silberschatz, Peter B. Galvin, "Operating System Concepts", John Wiley & Sons, 6th Ed., 2003;
    Webseite zu diesem Buch unter os-book.com
  • Gary Nutt, "OS Projects using Windows NT", Addison-Wesley, 1999.
  • Helen Custer, "Inside Windows NT", MS Press, 1993.
  • Andrew S. Tanenbaum, "Distributed Operating Systems", Prentice Hall, 1995.