# 第四部分：网络通讯

FreeBSD 是最广泛部署在高性能网络服务器上的操作系统之一。本部分的章节包括：

* 串行通信
* PPP 和 PPP 通过以太网
* 电子邮件
* 运行网络服务器
* 防火墙
* 其他高级网络主题

这些章节设计成在需要信息时阅读。不需要按特定顺序阅读，也不必在在网络环境中使用 FreeBSD 之前阅读所有章节。


---

# 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://book.bsdcn.org/hanbook/di-si-bu-fen-wang-luo-tong-xun.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.
