Theory of Distributed Systems
Advanced Course, 2+2
Basic Information
Lectures: | Thursday, 10:15 - 12:00, E1.4 024 |
---|---|
Lecturer: | Christoph Lenzen |
First lecture: | 26.10.2017 |
Tutorials: | Monday, 10:15 - 12:00, E1.4 024 |
Assistant: | Ben Wiederhake |
First tutorial: | 30.10.2017 |
Credits: | 6 |
Exam: | 08.02.2018 |
Prerequisites: | No prerequisites beyond basic familiarity with mathematical reasoning are required; prior knowledge on asymptotic notation and (occasionally) standard probabilistic notions can be useful, but is not essential for following the course. |
Description
This course offers a broad introduction to the theory underlying distributed systems. Among others, it covers message passing and shared memory, synchrony vs. asynchrony, fault-tolerance, and congestion. The focus lies on key concepts, algorithmic ideas, and mathematical analysis. Despite some overlap in topics, the angle is very different from that of the core lecture distributed systems; in particular, programming is not part of the curriculum.
Theory in the area of distributed computing aims at understanding systems in which limits on communication and lack of coordination or common knowledge are the principal challenges. Moreover, the redundancy provided by multiple agents (be these computers, ants, smartphones, or humans) enables to overcome faults. Uncertainty is faced on many fronts: How large is the network? Is information up-to-date? Does it merely take a long time until a response from a process is received, or did the process fail? We will examine how such issues affect which problems can be solved and at which cost. On the way, surprising and elegant algorithms will surface alongside the principles guiding their design. |
Schedule
Date | Topic | Exercise Sheet | Exercise Due | Discussed On |
---|---|---|---|---|
26.10.2017 | Coloring | Sheet 1 | 02.11.2017, 10:15 | 06.11.2017 |
02.11.2017 | Synchronizers | Sheet 2 | 09.11.2017, 10:15 | 13.11.2017 |
09.11.2017 | Impossibility of Consensus | Sheet 3 | 16.11.2017, 10:15 | 20.11.2017 |
16.11.2017 | Consensus (updated 02.02.) | Sheet 4 | 23.11.2017, 10:15 | 27.11.2017 |
23.11.2017 | Maximal Independent Set | Sheet 5 | 30.11.2017, 10:15 | 04.12.2017 |
30.11.2017 | Minimum Spanning Tree | Sheet 6 | 07.12.2017, 10:15 | 11.12.2017 |
07.12.2017 | Hardness of MST | Sheet 7 | 14.12.2017, 10:15 | 18.12.2017 |
14.12.2017 | Routing | Sheet 8 | 04.01.2018, 10:15 | 08.01.2018 |
21.12.2017 | Guest Lecture by Emanuele Natale | n/a | n/a | n/a |
28.12.2017 | — (Christmas Break) | n/a | n/a | n/a |
04.01.2018 | Self-Stabilization | Sheet 9 | 11.01.2018, 10:15 | 15.01.2018 |
11.01.2018 | MutEx + S&C | Sheet 10 | 18.01.2018, 10:15 | 22.01.2018 |
18.01.2018 | Shared Counters | Sheet 11 | 25.01.2018, 10:15 | 29.01.2018 |
25.01.2018 | Port Numbering | Sheet 12 | 01.02.2018, 10:15 | 05.02.2018 |
08.02.2018 | Exam | n/a | n/a | n/a |
Announcements
- Read and believe how we would like to run this course.
- Subscription to our mailing list is mandatory and has two purposes: (1) We will use it to distribute material and information, and we will assume that everyone in the course received them. (2) Please use the list to discuss the lecture, exchange material, clarify questions, etc.; just please don't post solutions to the exercises.
Material
- Some notation and preliminaries required for this course. Updated 22.01.2018.
- The complete script. Updated 02.02.2018. (If it contains printing errors: the old complete script)
- Lecture notes MIS guest lecture