> For the complete documentation index, see [llms.txt](https://beej.netdpi.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://beej.netdpi.net/reference/ref_webs.md).

# 10.2. 網站參考資料

在網路上：

* BSD Sockets: A Quick And Dirty Primer \[54]（也是 Unix 系統程式設計資訊！）
* The Unix Socket FAQ \[55]
* Intro to TCP/IP \[56]
* TCP/IP FAQ \[57]
* The Winsock FAQ \[58]

\[54] <http://www.frostbytes.com/~jimf/papers/sockets/sockets.html>

\[55] <http://www.developerweb.net/forum/forumdisplay.php?f=70>

\[56] <http://pclt.cis.yale.edu/pclt/COMM/TCPIP.HTM>

\[57] <http://www.faqs.org/faqs/internet/tcp-ip/tcp-ip-faq/part1/>

\[58] <http://tangentsoft.net/wskfaq/>

這裡是相關的維基百科：

* Berkeley Sockets \[59]
* Internet Protocol (IP) \[60]
* Transmission Control Protocol (TCP) \[61]
* User Datagram Protocol (UDP) \[62]
* Client-Server \[63]
* Serialization \[64]（封裝與解封裝資料）

\[59] <http://en.wikipedia.org/wiki/Berkeley_sockets>

\[60] <http://en.wikipedia.org/wiki/Internet_Protocol>

\[61] <http://en.wikipedia.org/wiki/Transmission_Control_Protocol>

\[62] <http://en.wikipedia.org/wiki/User_Datagram_Protocol>

\[63] <http://en.wikipedia.org/wiki/Client-server>

\[64] <http://en.wikipedia.org/wiki/Serialization>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://beej.netdpi.net/reference/ref_webs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
