Customer Reviews


10 Reviews
5 star:
 (5)
4 star:
 (1)
3 star:
 (3)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


12 of 12 people found the following review helpful:
5.0 out of 5 stars The actual code explained. I loved it.
This volume presents a "C" code implementation of TCP/IP, along with detailed explanations of what the code accomplishes. I was able to get a working knowledge of how the protocol operates by reading the actual code and the accompanying explanations. As a systems engineer seeking a working knowledge of how TCP/IP operates, this book was exactly appropriate...
Published on June 7, 2000 by Daniel Ginensky

versus
11 of 12 people found the following review helpful:
3.0 out of 5 stars Poorly indexed and not enough meat
A book which purports to be 'technical' should have an excellent index. The 3 volumes in the Comer set have an index rated at about 5 (out of 10). The style of writing is clear and well organized but the depth is only 6 or 7. I was looking for a real 'nuts and bolts' view and this volume/set didn't provide it. I own all 3 volumes but if I had to do it again I would...
Published on March 10, 1999


Most Helpful First | Newest First

12 of 12 people found the following review helpful:
5.0 out of 5 stars The actual code explained. I loved it., June 7, 2000
By 
Daniel Ginensky (Bet Shemesh Israel) - See all my reviews
(REAL NAME)   
This volume presents a "C" code implementation of TCP/IP, along with detailed explanations of what the code accomplishes. I was able to get a working knowledge of how the protocol operates by reading the actual code and the accompanying explanations. As a systems engineer seeking a working knowledge of how TCP/IP operates, this book was exactly appropriate for me. I would highly recommend it to software engineers as well.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


11 of 12 people found the following review helpful:
3.0 out of 5 stars Poorly indexed and not enough meat, March 10, 1999
By A Customer
A book which purports to be 'technical' should have an excellent index. The 3 volumes in the Comer set have an index rated at about 5 (out of 10). The style of writing is clear and well organized but the depth is only 6 or 7. I was looking for a real 'nuts and bolts' view and this volume/set didn't provide it. I own all 3 volumes but if I had to do it again I would buy the set by Stevens.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 8 people found the following review helpful:
3.0 out of 5 stars A sketchy guide to implementing theTCP/IP protocol stack, July 22, 1998
By A Customer
The book claims to provide programming insight needed to implement the TCP/IP protocol stack. It does so, but only at a basic level, often leaving code snippets unexplained. The authors do not appear to understand the code well enough to explain some crucial details. The style is somewhat pedagogical, and often tends to be patronizing, suggesting an intended audience of college students. The code base used for the illustration is not the BSD reference implementation. In summary, it is a useful enough book for TCP stack implementors, but readers are advised to also look at TCP Illustrated II by W. Richard Stevens.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Great Explanation of Concepts and Detail, August 26, 2005
Comer's book does an excellent job of mixing details and concepts. While Steven's book is perfect if you have to work directly with the code in the BSD network stack, it is full of cruft from other protocols and complexity due to years of code maintenance. The BSD code takes short cuts for major and minor speed improvements at the cost of clarity and understanding.

Comer, on the other hand, designs his systems to be understood. It is possible to understand the entire Xinu system from the high level down to the smallest details. Very few people can make the same claim about the BSD kernel. The layout of the book is excellent, describing the design trade-offs in writing the networking code. Rather than teaching someone how to use a specific implementation, it enables its reader to approach any implementation and understand why it was designed the way it was, and what impacts these decisions were made. In spite of that, it would be nice if Comer spent even more time explaining why certain decisions were made.

Now, I am using Steven's book as a reference as I am dealing with BSD networking code. However, I would be lost if I didn't learn the principles, concepts, and designs provided by Comer. If you can, get both books -- but start with this one.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars For people who like to understand how things work, June 1, 2007
This book goes in depth in how TCP/IP works by showing an actual working TCP/IP stack ANSI C code source. I am a believer that in order to fully understand and effectively use a piece of software, the best way to achieve this goal is to actually study at least once its source code. You will certainly get many insights in how TCP/IP works by reading this book. Unfortunately, for most readers, this will remain a theoretical exercise. I got the opportunity to work with the source code of an embedded TCP/IP stack when I was working at Nortel Networks and actually found a bug with the help of this book. That was at that moment that I truly realized the value of this volume.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
4.0 out of 5 stars Great for understanding TCP/IP implementation in OSes, July 13, 1999
By A Customer
Except for the strange choice of XINU as the illustrative OS, this book has a lot going for it. Readers familiar with UNIX would perhaps prefer "TCP/IP Illustrated,Vol II"
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars This book continues where Volume 1 left off, November 3, 1998
Volume 2 goes into greater detail than volume 1 and gives the reader a more complete understanding of TCP/IP. The text is readable and functions as an excellent reference on the interworkings of TCP/IP. I strongly recommend it to anyone working with TCP/IP.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 4 people found the following review helpful:
2.0 out of 5 stars Why settle for less, January 21, 1999
By A Customer
Why settle for less when you can get THE book series on the subject. I find this book very weak and I strongly recommand all the books from Richard Stevens (TCP/IP illustrated v1,2,3. APUE...) wich provide the best reference. This book is for beginner but not for people serious about the subject.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3.0 out of 5 stars Read this book for SNMP and simple OSPF/RIP implementation, November 20, 2010
This book consists of a TCP/IP stack core protocol implementation on a XINU OS. Yes, book is good but I will recommend to refer TCP/IP Illustrated volume 2 because that has an actual BSD 4.3 implementation (though old code).

Illustrated book does not cover the OSPF, RIP and SNMP implementation. This book does that so we can refer this book for that purpose.

In some portions of the book, the Author has not completely explained the code properly.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars The only books to learn TCP/IP, August 29, 2000
By 
Get all three volumes. There is no better way to learn TCP/IP. The read is excellent. The examples are very excellent. Definiirly, a classic for years to come.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product