# Network

- [IPv6](https://blog.wh2099.com/network/ipv6.md)
- [大道至简](https://blog.wh2099.com/network/da-dao-zhi-jian.md): 网络时代软件变革之道
- [DNS 根域](https://blog.wh2099.com/network/dns-gen-yu.md): DNS 根域由 IANA 管理
- [RFC 阅读清单](https://blog.wh2099.com/network/rfc.md): Request for Comments
- [基础公共服务](https://blog.wh2099.com/network/ji-chu-gong-gong-fu-wu.md): DNS NTP
- [DNS](https://blog.wh2099.com/network/ji-chu-gong-gong-fu-wu/dns.md): Domain Name System 域名系统
- [NTP](https://blog.wh2099.com/network/ji-chu-gong-gong-fu-wu/ntp.md): Network Time Protocol 网络时间协议
- [MAC 地址厂商信息](https://blog.wh2099.com/network/mac.md): 总算能理解 IPv6 里的 EUI-64 咋来的了
- [点对点的中介](https://blog.wh2099.com/network/pppoe-relay.md): PPPoE Relay 原理解析


---

# 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.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.
