Slashdot Mirror


A New TCP/IP Classic

FrazzledDad writes "Network geeks and developers working in the TCP/IP domain are most likely familiar with Douglas Comer's Internetworking With TCP/IP Vol.1. Comer's book was central for my understanding of how things really worked in the small corner of a world-wide network I use to manage. Charles Kozierok's The TCP/IP Guide has knocked Comer's book off my shelf. Kozierok's weighty book (1600 pages!) does a terrific job both as a reference and as a learning aid." Read on for Jim's review. The TCP/IP Guide: A Comprehensive, Illustrated Internet Protocols Reference author Charles Kozierok pages 1616 publisher No Starch Press rating 9/10 reviewer Jim Holmes ISBN 159327047X summary Amazing broad, deep coverage of TCP/IP in an understandable fashion.

Kozierok spent at least four years working full-time on this book, according to the dedication, and it shows. He covers everything from networking fundamentals to individual application protocols such as Gopher.

Do you need to familiarize yourself with Open Shortest Path First (OSPF) routing protocol basics? It's covered. Do you need to understand the pros and cons of Network Address Translation, and how static and dynamic mappings work? It's covered. Do you want the nitty gritty of how message formats are laid out? It's covered.

Kozierok also presents several chapters specifically on IPv6, laying out changes in the new version before diving into the nuts and bolts of it. He discusses the major additions, and dedicates an entire chapter to the new addressing scheme. The transition from IPv4 to IPv6 is a well-written section talking about the difficult conversion between the two versions.

THE BOOK AS A LEARNING GUIDE

TCP/IP can be a rather dry topic to read about when trying to learn portions of it. Let's face it: reading about BOOTP's messaging over UDP is not something most folks will give up a Friday night on the town for. OK, Kozierok's writing style won't make that happen, but he does keep things interesting and flowing well enough that working one's way through such topics is actually entertaining instead of torture.

For example, Chapter 18's discussion of subnetting concepts lays out the fundamentals in clear order without sliding into unfathomable academic blabberspeak. His use of "Key Concept" boxes throughout the book helps point out important items.

Just as important to the book's clarity and usefulness are the amazing graphics. In the Acknowledgments Kozierok specifically thanks the folks at SmartDraw.com for their illustrating package. He's put the tool to fantastic use for everything from breaking out the control bits from a TCP segment header to showing how iterative DNS name resolution works.

THE BOOK AS A REFERENCE

The level of detail in the book makes it a valuable reference in addition to its role as a learning guide. For example, readers can find specifics on details of SNMP data types, NFS server procedures, or TCP segment format layout. Additionally, Kozierok discusses many of the various TCP/IP utilities, such as using "netstat" for troubleshooting with a detailed discussion of various outputs.

Kozierok must have spent a lot of time figuring out how to best lay out the book, and it pays off with sensible organization. Two tables of content, one brief and one detailed (32 pages!), help one to get to the right spot to look up needed information. The index is nearly 50 pages and seems to be quite exhaustive; another great tool for getting to the right spot. There are also comprehensive lists of Figures and Tables if you're trying to access something via that route.

WHAT IT DOESN'T COVER

Kozierok is upfront about things he's left out of the book. You'll need to look elsewhere (back to Comer's book, perhaps) for details on TCP/IP in ATM networks, security and firewall design, and the lower levels of socket usage.

CONCLUSION

To me, a significant advantage of this book is No Starch's binding system that they make so much hay about. I can open this massive book to any point and leave it flat on the table. Pretty impressive!

Kozierok also has a companion website (www.TCPIPGuide.com) with errata, a FAQ, and various other areas. You can also purchase an electronic copy of the book.

The TCP/IP Guide is a tremendous work, and it's a significant resource for anyone working with TCP/IP."

You can purchase The TCP/IP Guide: A Comprehensive, Illustrated Internet Protocols Reference from bn.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.

10 of 97 comments (clear)

  1. Save THIRTY ($30) BUCKS! by Anonymous Coward · · Score: 3, Informative

    Save yourself almost THIRTY ($30) BUCKS by buying the book here: The TCP/IP Guide: A Comprehensive, Illustrated Internet Protocols Reference. And if you use the "secret" A9.com discount, you can save an extra 1.57%!

  2. Save $20 by splante · · Score: 4, Informative

    It's twenty bucks cheaper on Amazon

  3. as in beer by lukOh · · Score: 3, Informative

    And the full contents of this book, including BOOTP Client/Server Messaging and Addressing are really entirely available on its ADdicting website as it seems to claim!?!

  4. Re:But is Comer actually that good? by Anonymous Coward · · Score: 5, Informative

    Look at the TCP state diagram in the rfc. It's either 3 or 4 ways depending upon whether the recipient sends a FIN with an ACK for the original FIN or ACKs it later.

  5. TCP/IP Illustrated has been a de facto reference by Anonymous Coward · · Score: 2, Informative

    "Internetworking with TCP/IP" is good, but "TCP/IP Illustrated v.1" is outstanding.

    For many years until a RFC was published, the "official" reference (for example, to quote in an article or book) about TCP's fast retransmit and fast recovery was Stevens' book, unless you wanted to quote the original Usenet post for Van Jacobson.

  6. Or Free Online! by gnuber · · Score: 2, Informative

    It is worth mentioning (since the reviewer didn't) that the book is available free online in HTML format. Start with the table of contents. He also sells (erm, "licenses") PDFs for $35, though I'd rather buy the book itself for $50 at Amazon. The HTML version has those annoying fake-link ads that pop up sundry advertisements when you mouse over them, but I still commend him for posting the book. I have bookmarked it for future reference, and I'll likely buy the book if it proves more useful than the RFCs next time I need it.

  7. several linear feet? big deal by Roadkills-R-Us · · Score: 2, Informative

    The VAX/VMS Orange books used to fill an entire bookcase.

    Now *those* were manuals.

    Danged useful, too.

    Still the standard, in my book.

    As much as I love *nix, it still falls way short
    of VMS in a couple of areas, and one is good documentation.

  8. Free IBM redbook is great by daveb · · Score: 4, Informative
    I used Comer & Stevens to learn about TCP/IP. along with Postal (ie the RFC's). But a hidden gem is the IBM Redbook "TCP/IP Tutorial and Technical Overview". From that link you can download the PDF of the 980 page book - all for free. or you can order the hard copy book

    thank you IBM - its a fantastic resource and reference.

  9. No, network professionals are (or should be) by hkb · · Score: 2, Informative

    No, network professionals are (or should be) familiar with W. Richard Stevens' "TCP/IP Illustrated" and "UNIX Network Programming" books and Cisco's "Routing TCP/IP" book.

    --
    /* Moderating all non-anonymous trolls up since 2004 */
    1. Re:No, network professionals are (or should be) by Mateito · · Score: 2, Informative
      Cisco's "Routing TCP/IP"

      The second edition of Volume 1 has just been released.

      Volume 1, and do more than cover just TCP/IP standards, they also have a practical implementation aspect. Of course, its all Cisco based, but given a huge whack of the networking is as well, that's not as big a disadvantage as you'd expect. For BGP (especially Cisco's implementation of BGP), look to the CiscoPress "Internet Routing Architectures". I prefer it to the coverage in Volume II of Routing TCP/IP.

      However, you will be getting the reviewed book as well. CiscoPress stuff is food, but after a while you get sick of reading the same coverage in several different books, and there is more than one way to design a network other than the ECNM.