Hello
WikiGuest
Einloggen
oder
Registrieren
Users
Studium
Lehrveranstaltungen
Sie sind hier:
Foswiki
>
F07_Studium Web
>
F07_BVS1_en
(Revision 3) (Quelltext-Ansicht)
<!-- * Set USERSTYLEURL = %PUBURLPATH%/%WEB%/DokumentFormat/fonts.css --> ---+!! Course %FORMFIELD{"Bezeichnung"}% %TOC{depth="3"}% %STARTSECTION{"no_toc"}% --- *Responsible:* Prof. Dr. Vogt ---++ Course ---+++ Meets requirements of following modules(MID) * in active programs * [[BaTIN2012_BVS1]] * [[BaTIN2010_BVS1]] ---+++ Course Organization <sticky> <table border="0"> <tr valign="top"> <td> <table border="1" cellpadding="2" cellspacing="0"> <th colspan="2">Version</th> <tr> <td>created</td> <td>2012-05-03</td> </tr> <tr> <td>VID</td> <td>1</td> </tr> <tr> <td>valid from</td> <td>WS 2012/13</td> </tr> <tr> <td>valid to</td> <td/> </tr> </table> </td> <td> </td> <td> <table border="1" cellpadding="2" cellspacing="0"> <th colspan="2">Course identifiers</th> <tr> <td>Long name</td> <td>%FORMFIELD{"Bezeichnung"}%</td> </tr> <tr> <td>CID</td> <td>F07_BVS1</td> </tr> <tr> <td>CEID (exam identifier)</td> <td/> </tr> </table> </td> </tr> </table> </sticky><sticky> <table border="0"> <tr valign="top"> <td> <table border="1" cellpadding="2" cellspacing="0"> <th colspan="2">Contact hours per week (SWS)</th> <tr> <td>Lecture</td> <td>%FORMFIELD{"VorlesungSWS"}%</td> </tr> <tr> <td>Exercise (unsplit)</td> <td>%FORMFIELD{"UebungGanzSWS"}%</td> </tr> <tr> <td>Exercise (split)</td> <td>%FORMFIELD{"UebungHalbSWS"}%</td> </tr> <tr> <td>Lab</td> <td>%FORMFIELD{"PraktikumSWS"}%</td> </tr> <tr> <td>Project</td> <td>%FORMFIELD{"ProjektSWS"}%</td> </tr> <tr> <td>Seminar</td> <td>%FORMFIELD{"SeminarSWS"}%</td> </tr> <tr> <td>Tutorial(voluntary)</td> <td>%FORMFIELD{"TutoriumSWS"}%</td> </tr> </table> </td> <td> </td> <td> <table border="1" cellpadding="2" cellspacing="0"> <th colspan="2">Total contact hours</th> <tr> <td>Lecture</td> <td>%FORMFIELD{"VorlesungPZ"}%</td> </tr> <tr> <td>Exercise (unsplit)</td> <td>%FORMFIELD{"UebungGanzPZ"}%</td> </tr> <tr> <td>Exercise (split)</td> <td>%FORMFIELD{"UebungHalbPZ"}%</td> </tr> <tr> <td>Lab</td> <td>%FORMFIELD{"PraktikumPZ"}%</td> </tr> <tr> <td>Project</td> <td>%FORMFIELD{"ProjektPZ"}%</td> </tr> <tr> <td>Seminar</td> <td>%FORMFIELD{"SeminarPZ"}%</td> </tr> <tr> <td>Tutorial (voluntary)</td> <td>%FORMFIELD{"TutoriumPZ"}%</td> </tr> </table> </td> <td> </td> <td> <table border="1" cellpadding="2" cellspacing="0"> <th colspan="2">Max. capacity</th> <tr> <td>Exercise (unsplit)</td> <td>%FORMFIELD{"UebungGanzTeilnehmer"}%</td> </tr> <tr> <td>Exercise (split)</td> <td>%FORMFIELD{"UebungHalbTeilnehmer"}%</td> </tr> <tr> <td>Lab</td> <td>%FORMFIELD{"PraktikumTeilnehmer"}%</td> </tr> <tr> <td>Project</td> <td>%FORMFIELD{"ProjektTeilnehmer"}%</td> </tr> <tr> <td>Seminar</td> <td>%FORMFIELD{"SeminarTeilnehmer"}%</td> </tr> </table> </td> </tr> </table> </sticky> *Total effort (hours):* %FORMFIELD{"Gesamtaufwand"}% ---++++ Instruction language * Deutsch ---++++ Study Level * %FORMFIELD{"Niveau"}% ---++++ Prerequisites * structured and procedural programming * architecture of a digital computer (basic knowledge) ---++++ Textbooks, Recommended Reading * siehe http://www.nt.fh-koeln.de/vogt/bs/bvs_lit.pdf ---++++ Instructors * Prof. Dr. Vogt ---++++ Supporting Scientific Staff * Dipl.-Ing. Henk ---++++ Transcipt Entry Operating Systems and Distributed Systems 1 ---+++ Assessment <sticky> <table border="1" cellpadding="2" cellspacing="0"> <th colspan="2">Type</th> <tr> <td>wE</td> <td>written exam (if only few candidates: oral exam)</td> </tr> </table> </sticky> <sticky> <table border="1" cellpadding="2" cellspacing="0"> <th colspan="2">Total effort [hours]</th> <tr> <td>wE</td> <td>written exam (if only few candidates: oral exam)</td> </tr> </table> </sticky> *Frequency:* 3/year ----- ---++ Course components %STARTSECTION{"Vorlesung / Übung"}% ---+++ <u>Lecture/Exercise</u> ---++++ Objectives ---+++++ Contents * fundamentals of operating systems and distributed systems * position and tasks of an operating system in a computer * resources to be managed * concurrency in hard- and software * components and properties of distributed systems * software structures * operating system kernel * hierarchical structures * virtual machines * client-server systems * peer-to-peer systems * the UNIX/Linux operating system * history and standards * layered structure * kernel with programming interface * shell with user interface * fundamental user commands * structure of the file system * programming in C * concurrency * processes and threads * fundamental properties * processes in UNIX * threads in Java * synchronization * fundamental conditions * mutual exclusion * sequencing * mechanisms * interrupt masking * spinlocks * signals * semaphores * monitors * deadlocks * communication * fundamental terms * storage-based vs. message-based communication * mailboxes and ports * synchronous vs. asynchronous communication * local communication * shared memory * message queues * pipes * communication in distributed systems * protocols * sockets * cooperation * client-server model * examples: naming and file services * layered architectures * peer-to-peer model * procedural cooperation: remote procedure call * object-oriented cooperation * remote method invocation * object-orientierte middleware * web-based services * dynamic web pages * web services ---+++++ Acquired Skills * naming and classifying the resources to be managed by an operating system * using the interfaces of an operating system * controlling concurrent operations in an operating system * synchronizing concurrent operations by synchronization mechanisms * using various communication mechanisms ---++++ Additional Component Assessment * none %ENDSECTION{"Vorlesung / Übung"}% %STARTSECTION{"Praktikum"}% ---+++ <u>Lab</u> ---++++ Objectives ---+++++ Contents * commands of the character-based Linux/UNIX command interface * storage organization in UNIX/Linux * stack for function calls * heap for dynamic storage allocation * C functions of the UNIX/Linux programming interface * to access files and devices * * to start and control processes * to synchronize processes ---+++++ Acquired Skills * using the interfaces of UNIX/Linux * elementary control of concurrent operations in UNIX/Linux * synchronization of concurrent operations by synchronization mechanisms (esp. semaphores) ---+++++ Operational Competences * application of the aspects listed above to real-world scenarios in small teams ---++++ Additional Component Assessment * none %ENDSECTION{"Praktikum"}% %ENDSECTION{"no_toc"}%
E
ditieren
|
A
nhang
|
Druckversion (
p
)
|
H
istorie
: r3
<
r2
<
r1
|
Querverweise (
b
)
|
Topic anzeigen (
v
)
|
Editieren
w
ikitext
|
M
ehr Topic-Aktionen
Topic-Revision: r3 - 11 Jan 2016,
GeneratedContent
F07_Studium
Einloggen
oder
Registrieren
Werkzeugkasten
Neues Topic anlegen
Index
Suchen
Änderungen
Benachrichtigungen
RSS-Feed
Statistiken
Einstellungen
Webs
F07_Studium
System
Deutsch
English
Das Urheberrecht © liegt bei den mitwirkenden Autoren. Alle Inhalte dieser Kollaborations-Plattform sind Eigentum der Autoren.
Ideen, Anfragen oder Probleme bezüglich Foswiki?
Feedback senden