# 7.1.概述

本章将深入探讨网络配置和性能，展示了 FreeBSD 操作系统强大的网络能力。无论是使用有线还是无线网络，本章都提供了在 FreeBSD 中配置和优化网络连接的全面指南。

在深入了解细节之前，读者最好对协议、网络接口和寻址等网络概念有一个基本的了解。

本章内容包括：

* 在 FreeBSD 中配置有线网络的能力，包括网络接口设置、寻址和自定义选项。
* 在 FreeBSD 中配置无线网络的技能，包括无线网络接口设置、安全协议和故障排除技术。
* FreeBSD 的网络功能及其出色网络性能的声誉。
* 了解 FreeBSD 支持的各种网络服务和协议，以及 DNS、DHCP 等的配置说明。

有关如何在[高级网络](https://docs.freebsd.org/en/books/handbook/book/#advanced-networking)中进行高级网络配置的更多信息…


---

# 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://handbook.bsdcn.org/di-7-zhang-wang-luo/7.1.-gai-shu.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.
