# 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: 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://beej-zhtw.netdpi.net/reference/ref_webs.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.
