> For the complete documentation index, see [llms.txt](https://sliu583.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sliu583.gitbook.io/blog/distributed-system/distributed-systems-lecture-series.md).

# Distributed Systems Lecture Series

Accompanying lecture notes: [https://www.cl.cam.ac.uk/teaching/212...](https://www.youtube.com/redirect?event=video_description\&redir_token=QUFFLUhqbFlJeml2N1BuZEhPTkZ3NU10ZnpqSUdjSHF5d3xBQ3Jtc0trY3BEcncwRnRoNGF4LUo4aXozc3RIUXZqbHA2NVBVVk1Ca1ZSNk5WdDlNUDRwaktEdkVwSzBUb3hXVDBSb05FMXlwUjJEX3RBRzlJTy1pOHpHOEd4bmhFSTV1WllxRVcwUExBNGpuUmdpUmN6bmFLcw\&q=https%3A%2F%2Fwww.cl.cam.ac.uk%2Fteaching%2F2122%2FConcDisSys%2Fdist-sys-notes.pdf) Full lecture series: [https://www.youtube.com/playlist?list...](https://www.youtube.com/playlist?list=PLeKd45zvjcDFUEv_ohr_HdUFe97RItdiB) This video is part of an 8-lecture series on distributed systems, given as part of the undergraduate computer science course at the University of Cambridge. It is preceded by an 8-lecture course on concurrent systems for which videos are not publicly available, but slides can be found on the course web page: [https://www.cl.cam.ac.uk/teaching/212...](https://www.youtube.com/redirect?event=video_description\&redir_token=QUFFLUhqbjBVdEtkZUFZRXh1WEdCSFZLa0lBZnlGbzhSZ3xBQ3Jtc0tsZWJjX3RmOGFYSXJxQWlPdnZSZDN0UW5reWhVNHJ3cy11d3NUUy11VjZfcUhvOHJrYzVlVTdsY01oOTRyVlBNdTZvRVVfeVdId015c1NLeHhuN0pfbW16NjdaLXdvNlVSMm9fMlgyWUhjSjNsSmd4TQ\&q=https%3A%2F%2Fwww.cl.cam.ac.uk%2Fteaching%2F2122%2FConcDisSys%2Fmaterials.html)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sliu583.gitbook.io/blog/distributed-system/distributed-systems-lecture-series.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
