# RFC 阅读清单

{% hint style="success" %}
[**\[译\] 如何阅读 RFC 文档**](https://juejin.cn/post/6844903716051484679)
{% endhint %}

## BCP 14 - Key words for use in RFCs to Indicate Requirement Levels

### 在 RFC 中用于指示需求级别的关键字

### "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", "OPTIONAL"

### 【理解】：绝对 通常 可选

## RFC 495 - TELNET Protocol Specification

### TELNET 协议规范

### TELNET 协议

### 【浏览】

## RFC 959 - FILE TRANSFER PROTOCOL (FTP)

### 文件传输协议（FTP）

### FTP 协议

### 【待阅】

## RFC 2516 - A Method for Transmitting PPP Over Ethernet (PPPoE)

### 一种通过以太网传输 PPP (PPPoE) 的方法

### PPPoE

### 【浏览】

## RFC 3659 - Extensions to FTP

### FTP 扩展

### 拓展了新的 FTP 命令

### 【待阅】

## RFC 5218 - What Makes for a Successful Protocol?

### 是什么使协议成功？

### 总结优秀协议的特点

### 【浏览】

## RFC 5234 - Augmented BNF for Syntax Specifications: ABNF

### 语法规范的增强型 BNF：ABNF

### ABNF 语法规范

### 【理解】：/ 或，\[ ] 可选，n\*m 重复，; 注释

## 模板

### 标题翻译

### 内容简述

### 【待阅】【浏览】【理解】


---

# 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://blog.wh2099.com/network/rfc.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.
