> 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_books.md).

# 10.1. 書籍

在一些歷史悠久的學校，你很容易就能借到紙本實體書，請試著閱讀下列推薦的這幾本好書。

* Unix Network Programming, volumes 1-2 by W. Richard Stevens. Published by Prentice Hall. ISBNs for volumes 1-2: 0131411551 \[43], 0130810819 \[44].
* Internetworking with TCP/IP, volumes I-III by Douglas E. Comer and David L. Stevens. Published by Prentice Hall. ISBNs for volumes I, II, and III: 0131876716 \[45], 0130319961 \[46], 0130320714 \[47].
* TCP/IP Illustrated, volumes 1-3 by W. Richard Stevens and Gary R. Wright. Published by Addison Wesley.ISBNs for volumes 1, 2, and 3 (and a 3-volume set): 0201633469 \[48], 020163354X \[49], 0201634953 \[50], (0201776316 \[51]).
* TCP/IP Network Administration by Craig Hunt. Published by O'Reilly & Associates, Inc. ISBN 0596002971 \[52].
* Advanced Programming in the UNIX Environment by W. Richard Stevens. Published by Addison Wesley. ISBN 0201433079 \[53].

\[43] <http://beej.us/guide/url/unixnet1>

\[44] <http://beej.us/guide/url/unixnet2>

\[45] <http://beej.us/guide/url/intertcp1>

\[46] <http://beej.us/guide/url/intertcp2>

\[47] <http://beej.us/guide/url/intertcp3>

\[48] <http://beej.us/guide/url/tcpi1>

\[49] <http://beej.us/guide/url/tcpi2>

\[50] <http://beej.us/guide/url/tcpi3>

\[51] <http://beej.us/guide/url/tcpi123>

\[52] <http://beej.us/guide/url/tcpna>

\[53] <http://beej.us/guide/url/advunix>


---

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