Discrete Event Systems (HS 2019)
Over the past few decades the rapid evolution of computing, communication, and information technologies has brought about the proliferation of new dynamic systems. A significant part of activity in these systems is governed by operational rules designed by humans. The dynamics of these systems are characterized by asynchronous occurrences of discrete events, some controlled (e.g. hitting a keyboard key, sending a message), some not (e.g. spontaneous failure, packet loss).
The mathematical arsenal centered around differential equations that has been employed in systems engineering to model and study processes governed by the laws of nature is often inadequate or inappropriate for discrete event systems. The challenge is to develop new modeling frameworks, analysis techniques, design tools, testing methods, and optimization processes for this new generation of systems.
In this lecture we give an introduction to discrete event systems. We start out the course by exploring the limits of what is computable and what is not. In doing so, we will consider three distinct models of computation which are often used to model discrete event systems: finite automata, push-down automata and Turing machines (ranked in terms of expressiveness power). In the second part of the course we analyze discrete event systems. We first examine discrete event systems from an average-case perspective: we model discrete events as stochastic processes, and then apply continuous time markov chains and queueing theory for an understanding of the typical behavior of a system. Then we analyze discrete event systems from a worst-case perspective using the theory of online algorithms and adversarial queueing. In the last part of the course we introduce methods that allow to formally verify certain properties of Finite Automata and Petri Nets. These are some typical analysis questions we will look at: Do two given systems behave the same? Does a given system behave as intended? Does the system eventually enter a dangerous state?
Course language: English and German
Lecture by Prof. Lothar Thiele, Prof. Laurent Vanbever, and Prof. Roger Wattenhofer, Thursday 13.15-15.00 @ ETZ E 6, starting 19.09.2018.
Exercises by Pankaj Khanchandani, Xiaoxi He, Maria Apostolaki and Thomas Holterbach, Thursday 15.15-16.45 @ ETZ E 6
Exercise Proceedings
At the beginning of every lecture week, we will publish a new exercise sheet here. This exercise sheet is intended to be solved during the exercise session on Thursday where two tutors will be available to assist you and to answer potential questions. The exercises often require information from the lecture notes, so please make sure that you have them available in some way.
You can hand in your solutions for correction after the exercise session on a voluntary basis. But this is not mandatory or required to be admitted to the exam.
Old Exams
If you would like some more exercises, you can also have a look at older exams (some with solutions): HS 2018, HS 2017, HS 2016, HS 2015, HS 2014, HS 2012, HS 2011, HS 2010, HS 2009, HS 2008 or HS 2007.
Please keep in mind that the content of the lecture has been updated a few times in recent years! Thus, some of the material from the old exams might no longer be covered in the current lecture and additional material has been added.
Note
We only covered the material until Section 9.6 (not Sections 9.7-9.12, except Figure 9.38).
Exam Review
There will be two exam review sessions in the room ETZ G 88:- Thursday, February 27th, 9:00am-11:00am
- Wednesday, March 4th, 1:00pm-4:00pm
- No registration is necessary.
- At most two students can look at their exam at the same time. Thus, there might be a queue.
- In order to minimize the time your fellow students have to wait, we kindly ask you to limit your exam review to 20 minutes.
- Please bring your student ID card; you will not be allowed to see your exam without this.
Lecture material
Title | Lecturer | Slides | Additional Material | References |
Chapter 0 Introduction 19/09/2019 |
Prof. Vanbever |
PDF 1:1 PDF 4:1 |
[cassandras] [sipser] [exorciser] | |
Chapter 1 Automata and Languages (Part 1) 19/09/2019 |
Prof. Vanbever |
PDF 1:1 PDF 4:1 |
[sipser] [exorciser] | |
Chapter 2 Automata and Languages (Part 2) 26/09/2019 |
Prof. Vanbever |
PDF 1:1 PDF 4:1 |
[sipser] | |
Chapter 3 Non-regular Languages and Context Free Grammars 03/10/2019 |
Prof. Vanbever |
PDF 1:1 PDF 4:1 |
[sipser] | |
Chapter 4 Context Free Languages 10/10/2019 |
Prof. Vanbever |
PDF 1:1 PDF 4:1 |
[sipser] | |
Chapter 5 Push-Down Automata and Turing Machines 17/10/2019 |
Prof. Vanbever |
PDF 1:1 PDF 4:1 |
[sipser] | |
Chapter 6 Verification of Finite Automata 24/10/2019 31/10/2019 |
Prof. Thiele |
PDF 1:1 PDF 4:1 |
[burch] | |
Chapter 7 Petri Nets 07/11/2019 14/11/2019 |
Prof. Thiele |
PDF 1:1 PDF 4:1 |
[murata] | |
Chapter 8 Queueing 21/11/2019 28/11/2019 |
Prof. Wattenhofer |
PDF 1:1 PDF 4:1 |
[bertsekas] [schickinger] | |
Chapter 9 Online 28/11/2019 05/12/2019 12/12/2019 |
Prof. Wattenhofer |
PDF 1:1 PDF 4:1 |
[borodin] [fiat] [hochbaum] | |
Exercise material
Title | Exercise | Sample Solution | ||
Exercise 1 19/09/2019 |
Download | Download | ||
Exercise 2 26/09/2019 |
Download | Download | ||
Exercise 3 03/10/2019 |
Download | Download | ||
Exercise 4 10/10/2019 |
Download | Download | ||
Exercise 5 17/10/2019 |
Download | Download | ||
Exercise 6 24/10/2019 |
Download | Download | Slides | |
Exercise 7 24/10/2019 |
Download | Download | Slides | |
Exercise 8 07/11/2019 |
Download | Download | Slides | |
Exercise 9 14/11/2019 |
Download | Download | Exercise Files | |
Exercise 10 21/11/2019 |
Download | Download | ||
Exercise 11 28/11/2019 |
Download | Download | ||
Exercise 12 05/12/2019 |
Download | Download | ||
Exercise 13 12/12/2019 |
Download | Download | ||
References
[bertsekas] |
Data Networks Dimitri Bertsekas, Robert Gallager. Prentice Hall, 1991, ISBN: 0132009161 |
[borodin] |
Online Computation and Competitive Analysis Allan Borodin, Ran El-Yaniv. Cambridge University Press, 1998 |
[burch] |
Symbolic Model Checking Burch, J. R. and Clarke, E. M. and McMillan, K. L. and Dill, D. L. and Hwang, L. J. Inf. Comput. 98, 2 (June 1992), pp. 142-170 Download |
[cassandras] |
Introduction to Discrete Event Systems Christos Cassandras, Stephane Lafortune. Kluwer Academic Publishers, 1999, ISBN 0-7923-8609-4 |
[exorciser] |
Exorciser - Interaktive Lernsoftware für theoretische Informatik Download |
[fiat] |
Online Algorithms: The State of the Art A. Fiat and G. Woeginger. |
[hochbaum] |
Approximation Algorithms for NP-hard Problems (Chapter 13 by S. Irani, A. Karlin) D. Hochbaum. |
[murata] |
Petri Nets: Properties, Analysis and Applications Tadao Murata. Proceedings of the IEEE, vol. 99, issue 4, April 1989. pp. 541--580 Download |
[schickinger] |
Diskrete Strukturen (Band 2: Wahrscheinlichkeitstheorie und Statistik) T. Schickinger, A. Steger. Springer, Berlin, 2001 |
[sipser] |
Introduction to the Theory of Computation Michael Sipser. PWS Publishing Company, 1996, ISBN 053494728X |