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.

7 of 97 comments (clear)

  1. Been done before by eneville · · Score: 5, Insightful

    Whats wrong with TCP/IP illustrated, 1,2 and 3?

    Theres only so many books you can read on the subject - no matter how hard core you are.

    1. Re:Been done before by creativity · · Score: 3, Insightful

      I agree, the new updated version of TCP/IP Illustrated covers everything from IPv4 to the latest and greatest TCP newReno and Vegas.Combine this with Design and Implementation of FreeBSD and the 2 Unix Systems Programming book from Richard Stevens, you have the most comprehensive book collection on networks. Want a slightly more hands on approach, look at the source code for the TCP stack in FreeBSD. If you wanted a more general approach pick up any networks book from Kurose, tanenbaum etc. Now if somebody will write such a book for wireless and 802.11 or Kernel Hacking, I am all ears, till then no more TCP books for me.

    2. Re:Been done before by mikeborella · · Score: 4, Insightful

      TCP/IP Illustrated is a classic but is out of date (CIDR anyone)?

      This book is pretty good. I'll be using it to teach a class in the spring. Its not perfect but the best I've found.

      --
      Mike Borella http://www.borella.net/mike
  2. you are wrong by Anonymous Coward · · Score: 5, Insightful

    > Network geeks and developers working in the TCP/IP domain are most likely > familiar with Douglas Comer's Internetworking With TCP/IP Vol.1

    No, dude. We read "TCP/IP Illustrated, Volume 1" by Richard Stevens. The bible.

  3. But is Comer actually that good? by whitroth · · Score: 3, Insightful

    Now, I always heard that Comer was the last word, and I picked up the three volumes years ago, and on and off have worked at them.

    However, in a phone interview recently, I was told that the tear-down on a TCP/IP session was a four-way handshake. Websites I was pointed also said this. But when I go to the Comer, Vol. 1, it says that it's actually a six-way: a three-way from the originator, and a three-way from the recipient.

    Which, of course, leads me to wonder about his accuracy.

          mark "and the O'Reilly TCP/IP book says three-way...."

  4. Re:Why do I need a book? by CrayzyJ · · Score: 3, Insightful

    The basics of anything can be described in a few pages for some level of "basic".

    For my thesis I described the basics of TCP/IP in about 20 pages; however, when onse is making changes to the TCP stack itself, the basics just will NOT do. I have hit several of the in-dept chapters of the Steven's volumes multiple times. Some times I find those books lacking in the detail I need.

    These are not "admin" style books. Most TCP/IP protocol suite implementations are very large and complex.

    --
    Holy s-, it's Jesus!
  5. Re:tcp/ip is a Good Thing by cstec · · Score: 2, Insightful