|
| Login | Sign up | My Wish List |
![]() | TCP/IP Illustrated, Volume 2: The Implementation (Addison-Wesley Professional Computing Series) by Gary R. Wright, W. Richard Stevens ISBN-10: 9780201633542 ISBN-10: 0-201-63354-X ISBN-13: 9780201633542 ISBN-13: 978-0-201-63354-2 Hardcover 1995-02-10 Addison-Wesley Professional Find Lowest Price | |
Editorials | ||
Product Description Bestselling author W. Richard Stevens teams up with Gary Wright for the second volume in the successful TCP/IP Illustrated series. This volume focuses on implementation issues. The authors use real working code--15,000 lines of code--together with pictures and descriptions of all data structures and algorithms to help the reader master the TCP/IP protocol suite. | ||
Reviews | ||
Classic for TCP/IP programming This is a very extensive book on TCP/IP protocol implementation on BSD/Linux systems. For any one who is interested in involving in networking protocol software development, this book is a must read and also a reference. It deals with kernel implementation of protocols and user based socket APIs/ioctls in detail. I strongly recommend this book for any beginner or experience professional a like. | ||
Proven classic book I knew that this book is good, but it is more than good. You can find here any IP - related information, explained from simple to complex in all aspects. The information I was trying to find from different sources (Wikipedia etc), is just concentrated in the book. | ||
Not so good, it is not steven's original. It is not so good than real steven's volume I. It has not been written by steven. But has a good review for TCP/IP stack. | ||
Bible for TCP/IP This is a bible, sliced into 3 neat pieces to explain and demonstrate everything related to TCP/IP right from the 0's and 1's in the packet. It is something like a must have set of books for someone who really wants to know the basics of networking right from its foundations. | ||
Good summary of routing socket use and obscure BSD ioctls in general I bought this book because I was faced with having to port an application that uses BSD routing sockets and interface management ioctls to an operating system that doesn't support either of these features. The book contained enough information about these fairly obscure constructs that I was able to figure out what the mystery program was doing. | ||