Hello
WikiGuest
Einloggen
oder
Registrieren
Users
Studium
Lehrveranstaltungen
Sie sind hier:
Foswiki
>
F07_Studium Web
>
F07_BVS2_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_BVS2]] * [[BaTIN2010_BVS2]] ---+++ 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_BVS2</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 * German <50% * English >50% ---++++ Study Level * %FORMFIELD{"Niveau"}% ---++++ Prerequisites * structured, procedural, and object-oriented programming * architecture of computers (basic knowledge) * data networks (basic knowledge) * concurrent programming (cf. BVS1) * user interface of an operating system (cf. BVS1) ---++++ 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 2 ---+++ Assessment <sticky> <table border="1" cellpadding="2" cellspacing="0"> <th colspan="2">Type</th> <tr> <td>sK</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/> </tr> </table> </sticky> *Frequency:* 2-3/year ----- ---++ Course components %STARTSECTION{"Vorlesung/Übung"}% ---+++ <u>Lecture/Exercise</u> ---++++ Objectives ---+++++ Contents * implementation of software concurrency * management of processes * dispatching and scheduling * exceptions and interrupts * storage concepts * components of the storage hierarchy * swapping * virtual storage * processes in distributed systems * load distribution, fault tolerance, synchronization * file systems * logical and real structures * local file systems * implementation of directories * organisation of the hard disk * performance enhancement and fault tolerance * distributed file systems * file server and name server * distributed directory trees * caching and replication * security * local security * admission control * access control * malware * cryptography * fundamental model * symmetric vs. asymmetric encryption * key exchange * security in distributed systems * types of threads * fundamental responses to threads * standard procedures and systems ---+++++ Acquired Skills * assess various processor scheduling strategies * assess various techniques to manage a storage hierarchy * realize file systems in local and distributed environments * use elementary techniques to meet security requirements ---++++ Additional Component Assessment * none %ENDSECTION{"Vorlesung/Übung"}% %STARTSECTION{"Praktikum"}% ---+++ <u>Lab</u> ---++++ Objectives ---+++++ Contents * C functions of the UNIX/Linux programming interface * to synchronize processes * to communicate locally (e.g. shared memory and message queues) * to communicate and cooperate in the Internet * by using sockets * by using Remote Procedure Call * Java techniques for cooperation * sockets * Remote Method Invocation * web services * deadlock problems ---+++++ Acquired Skills * handle concurrent operations in UNIX/Linux * synchronization * local communication * communication and cooperation in data networks * use Java cooperation techniques in a data network ---+++++ 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