The BookList about Computer Network

来源:互联网 发布:华为ff软件 编辑:程序博客网 时间:2024/06/12 01:27

2.1.Computer Networks

Computer Networks, Fourth Edition
Author: Andrew S. Tanenbaum
URL: http://www.amazon.com/exec/obidos/tg/detail/-/0130661023

Product Details
pages: 912 pages
Publisher: Prentice Hall PTR
ISBN: 0130661023
Average Customer Review: Based on 94 review(s).
Format:
Size:
Supplier:
Summary:
This is the long-awaited 3rd Edition of Tanenbaum's classic book on computer networking. The finest network engineer I know (who was stolen from my previous employer by developers of IPv6) swears by this book, and it is arguably the best single resource for gaining a good technical understanding of modern networking in the mid 1990s. Very Highly Recommended. --This text refers to an out of print or unavailable edition of this title.

2.2.TCP/IP Illustrated Volume 1/2/3(影印版,中文翻译版,翻译的有不尽人意的地方。总体翻译不错)
UNIX Network Programming, Volume 1/2(影印、中文翻译,我觉得翻译得很好,不过很多人说不好,我当时看了一点不好评论)

The Protocols (TCP/IP Illustrated, Volume 1)
Author: W. Richard Stevens
URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201633469

Product Details
pages: 600 pages
Publisher: Addison-Wesley Pub Co
ISBN: 0201633469
Average Customer Review: Based on 57 review(s).
Format:
Size:
Supplier:
Summary:
TCP/IP Illustrated, Volume 1: The Protocols is an excellent text that provides encyclopedic coverage of the TCP/IP protocol suite. What sets this book apart from others on this subject is the fact that the author supplements all of the discussion with data collected via diagnostic programs; thus, it is possible to "watch" the protocols in action in a real situation. Also, the diagnostic tools involved are publicly available; the reader has the opportunity to play along at home. This offers the reader an unparalleled opportunity to really get a feel for the behavior of the protocols in day-to-day operation. TCP/IP Illustrated, Volume 1: The Protocols features clear discussions and well-designed figures.
The Implementation (TCP/IP Illustrated, Volume 2)
Author: Gary R. Wright / W. Richard Stevens
URL: http://www.amazon.com/exec/obidos/tg/detail/-/020163354X

Product Details
pages: 1174 pages
Publisher: Addison-Wesley Pub Co
ISBN: 020163354X
Average Customer Review: Based on 10 review(s).
Format:
Size:
Supplier:
Summary:
TCP/IP Illustrated, Volume 2 contains a thorough explanation of how TCP/IP protocols are implemented. There isnt a more practical or up-to-date bookthis volume is the only one to cover the de facto standard implementation from the 4.4BSD-Lite release, the foundation for TCP/IP implementations run daily on hundreds of thousands of systems worldwide. Combining 500 illustrations with 15,000 lines of real, working code, TCP/IP Illustrated, Volume 2 uses a teach-by-example approach to help you master TCP/IP implementation. You will learn about such topics as the relationship between the sockets API and the protocol suite, and the differences between a host implementation and a router. In addition, the book covers the newest features of the 4.4BSD-Lite release, including multicasting, long fat pipe support, window scale, timestamp options, and protection against wrapped sequence numbers, and many other topics. Comprehensive in scope, based on a working standard, and thoroughly illustrated, this book is an indispensable resource for anyone working with TCP/IP.
TCP for Transactions, HTTP, NNTP, and the UNIX(R) Domain Protocols (TCP/IP Illustrated, Volume 3)
Author: W. Richard Stevens
URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201634953

Product Details
pages: 352 pages
Publisher: Addison-Wesley Pub Co
ISBN: 0201634953
Average Customer Review: Based on 4 review(s).
Format:
Size:
Supplier:
Summary:
Uses a visual approach to describe the TCP/IP protocol suite, focusing on T/TCP (TCP for Transactions) and covering HTTP, NNTP, and UNIX domain protocols. Details the implementation of T/TCP within the 4.4BSD-Lite networking code, discussing subjects such as the socket layer, routing tables, and protocol control blocks. For programmers and system administrators with a basic understanding of how TCP/IP protocols operate. Annotation c. by Book News, Inc., Portland, Or.

2.3 Internetworking With TCP/IP Vol 1/2/3(有中文版)
Internetworking with TCP/IP Vol. I: Principles, Protocols, and Architecture
Author: Douglas E. Comer
URL: http://www.amazon.com/exec/obidos/tg/detail/-/0132169878

Product Details
pages: 640 pages
Publisher: Prentice Hall
ISBN: 0132169878
Average Customer Review: Based on 38 review(s).
Format:
Size:
Supplier:
Summary:
The all-time best-selling TCP/IP book, this is still the reference for anyone who wants to learn about or work with the TCP/IP protocol suite. Justly renowned for its clarity and accessibility,this superb text covers wide area Internet backbones as well as local area network technologies like FDDI and Ethernet. This is volume 1 of a 3 part set including Internetworking With TCP/IP (Vol. 2): Design, Implementation, and Internals and Internetworking With TCP/IP (Vol. 3): Client-Server Programming and Applications/BSD Socket Version

2.4High-Performance Communications Networks(影印版,中文翻译版)
High-Performance Communications Networks
Author: Academic Press
URL: http://www.amazon.com/exec/obidos/tg/detail/-/1558606548

Product Details
pages: 693 pages
Publisher: Butterworth-Heinemann
ISBN: 1558606548
Average Customer Review: N/A

2.1是Andrew S. Tanenbaum老大的著作,一名可以称得起伟大的教育家,他写的书个个是精品,结构化计算机组成、计算机网络、分布式系统、操作系统、现代操作系统,天哪!本本都是精品,除了结构化计算机组成,其余的书都作为我们学校本硕博的教材和参考书。书写得深入浅出、深度广度都很有分寸、语言流畅

2.2是W. Richard Stevens大老的专著、他的书也是本本精品,可惜天妒英才、英年早逝,他给我们留下的
UNIX Network Programming, Volume 2, Second Edition: Interprocess Communications, Prentice Hall, 1999.
UNIX Network Programming, Volume 1, Second Edition: Networking APIs: Sockets and XTI, Prentice Hall, 1998.
TCP/IP Illustrated, Volume 3: TCP for Transactions, HTTP, NNTP, and the UNIX Domain Protocols, Addison-Wesley, 1996.
TCP/IP Illustrated, Volume 2: The Implementation, Addison-Wesley, 1995.
TCP/IP Illustrated, Volume 1: The Protocols, Addison-Wesley, 1994.
Advanced Programming in the UNIX Environment, Addison-Wesley, 1992.
UNIX Network Programming
都是所在领域的Must Read,他的书很大的特点在于图文并茂、善于洞察读者的心思,知道读者困惑什么想进一步知道什么,读后总有种痛快淋漓、恍然大悟的感觉(我只读过TCP/IP Illustrated 1/2,其他没读过,其他方向的同学读过他的其他专著,都有这种感觉)
2.3
如果说英雄所见略同,我觉得Comer和Stevens真的是所见略同的大家,连专著内容安排都一样,都是三卷。每卷内容大同小异,第一卷都讲协议、第二卷将实现(都是一堆堆代码),第三卷讲tcp/ip上的应用,相比较而言,Comer的书更加浅显,也就更较好懂,更容易入门。他还有本网络入门书,Computer Networks & Internets,其余的还有体系结构、操作系统等方面的书,都是入门的好书
2.4 也不错,教材改革,就改用了这本教材(主要是因为适应科研需要)当时反映这本书有点晦涩,不太容易理解sad. 还有c++ ace网络编程的,没看过,据说也不错.
有时教研室老师半认真半开玩笑说,学计算机,知道几个人就行了,他们是
aho,ullman,Tanenbaum,Stevens,stallings,Comer