Understanding Linux Network Internals
 

Understanding Linux Network Internals

by Christian Benvenuti

If you've ever wondered how Linux carries out the complicated tasks assigned to it by the IP protocols -- or if you just want to learn about modern networking through real-life examples -- "Understanding Linux Network Internals" is for you.
Like the popular O'Reilly book, "Understanding the Linux Kernel," this book clearly explains the underlying concepts and teaches you how to follow the... (read more)

Top tags:

Overview: Amazon Reviews

Broad coverage
  • Rated 5 stars
Reviewed by an Amazon user, 2008-07-22
This is a wonderful book to understanding how the linux networking code works. Good coverage of networking code for a beginner-developer to grasp.
Network Internals Review
  • Rated 2 stars
Reviewed by an Amazon user, 2008-06-18
In "The Audience for This Book" section it says that "..newcomers will be able to get up to speed quickly, too". That is patently untrue. This is probably a good book for someone completely knowledgeable on the workings of the kernel and who has a solid programming background. I may, after considerable further study, find this book useful. For the time being this book is a functional door stop.
The best Linux networking software book to start with
  • Rated 5 stars
Reviewed by an Amazon user, 2006-10-15
I have read a number of books on the TCP/IP protocols and their implementations; both the original Berkeley (BSD) Unix TCP/IP stack and the Linux TCP/IP stack. I must say that this is the best of all of them. This book makes the subject very approachable for the newcomer to network protocol software but the explanations are detailed enough to satisfy an old dog like me. Benvenuti's writing style is clear and very readable. He liberally provides diagrams to illustrate the concepts he is discussing.

My only fault with the book is that the transport layer protocols (UDP and TCP) are not covered. Benvenuti provides a list of important areas of the networking software that are not covered in the book but gives other references for most of these. I hope that he is working on a volume 2 to cover these areas.

I would sum up by saying that if you want to learn about the Linux networking software or network protocol software in general, start with this book. This book will give you the background to understand other, less well written books that cover the remaining networking software topics.
TAKE THE LINUX NETWORK TOUR!
  • Rated 5 stars
Reviewed by an Amazon user, 2006-07-04
Are you a newcomer who already has some knowledge of networking? If you are, then this book is for you! Author Christian Benvenuti, has done an outstanding job of writing practical guide that represents a good starting point for anyone willing to learn more about the Linux kernal internals.

Benvenuti, begins by introducing you to the basic knowledge you need to understand the rest of the book comfortably. Then, the author will show you how and when network devices are initialized and registered with the kernal. He also puts into context all of the features that can influence the path of a packet inside the kernal, and to give you an idea of the big picture. Next, he looks at the link layer or L2 counterpart of routing: bridging. The author continues by explaining the main drawbacks of version 4 of the IP protocol and shows you how IPv6 tries to address them. He also discusses how the router and the application host know who each other are. Finally, he introduces the routing process, and how it plays a central role in the Linux networking code.

In this most excellent book, the author shows you how Linux carries out the complicated tasks assigned to it by the IP protocols. More importantly, one of the strengths of this book is that it integrates the pieces and shows you the relationships between far flung functions and data structures.
© 2008 Shelfari, Inc. | Portions of Shelfari.com are Copyright © 1996-2008 Amazon.com, Inc. or its affiliates. Terms & Conditions | Privacy Policy | Copyright Policy