# 简介

6.829是MIT的计算机网络课程。

***

停更说明：从最开始这个项目到现在已经两年了，但是目前也只完成了3章。虽然这个想法不是第一次出现，但是这次还是正式决定停止更新这个课程翻译。原因有很多，但是不重要。重要的是，现有这三章我觉得也是极好的，它系统介绍了物理层，链路层，网络层的一些基础知识以及发展历史。

## 如果

* 你发现了翻译的错误，或者想把剩下几节课程的翻译补上，可以向关联的[github](https://github.com/huihongxiao/MIT6.829)提交PR
* 你觉得我做的还不错，可以关注我的[知乎](https://www.zhihu.com/people/xiao-hong-hui-15)，并给我一个点赞。
* 还想学习其他IT相关知识，我还做了一些[其他的翻译](https://huihongxiao.github.io/2024/03/06/%E6%88%91%E7%9A%84%E7%BF%BB%E8%AF%91.html)。

## *声明*

*此次翻译纯属个人爱好，如果涉及到任何版权行为，请联系我，我将删除内容。文中所有内容，与本人现在，之前或者将来的雇佣公司无关，本人保留自省的权利，也就是说你看到的内容也不一定代表本人最新的认知和观点。*


---

# 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.829/readme.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.
