# Lecture 06 - Raft1

接下来两节课的内容，将会是Raft。这是因为Raft可以帮助同学们完成相应的实验（Lab2）。同时，Raft也是一个正确实现了状态机复制（state machine replication）的例子。

{% hint style="info" %}
为了更好的理解本节课，强烈建议先阅读Raft论文的前5节。

Raft论文：<https://pdos.csail.mit.edu/6.824/papers/raft-extended.pdf>
{% endhint %}


---

# Agent Instructions: 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://mit-public-courses-cn-translatio.gitbook.io/mit6-824/lecture-06-raft1.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.
