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