|
Understanding Linux Network Internals | 
enlarge | Author: Christian Benvenuti Publisher: O'Reilly Media, Inc. Category: Book
List Price: $49.95 Buy New: $26.48 You Save: $23.47 (47%)
New (35) Used (10) from $19.98
Rating: 4 reviews Sales Rank: 60857
Format: Illustrated Media: Paperback Number Of Items: 1 Pages: 1062 Shipping Weight (lbs): 3 Dimensions (in): 9.1 x 7 x 1.7
ISBN: 0596002556 Dewey Decimal Number: 005.432 EAN: 9780596002558 ASIN: 0596002556
Publication Date: December 29, 2005 Availability: Usually ships in 1-2 business days Condition: All orders ship same business day via standard shipping (USPS Media Mail) if received by 1 PM CST.
| |
| Editorial Reviews:
Product Description 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 actual C code that implements it. Although some background in the TCP/IP protocols is helpful, you can learn a great deal from this text about the protocols themselves and their uses. And if you already have a base knowledge of C, you can use the book's code walkthroughs to figure out exactly what this sophisticated part of the Linux kernel is doing. Part of the difficulty in understanding networks -- and implementing them -- is that the tasks are broken up and performed at many different times by different pieces of code. One of the strengths of this book is to integrate the pieces and reveal the relationships between far-flung functions and data structures. "Understanding Linux Network Internals" is both a big-picture discussion and a no-nonsense guide to the details of Linux networking. Topics include: Key problems with networking Network interface card (NIC) device drivers System initialization Layer 2 (link-layer) tasks and implementation Layer 3 (IPv4) tasks and implementation Neighbor infrastructure and protocols (ARP) Bridging Routing ICMP Author Christian Benvenuti, an operating system designer specializing in networking, explains much more than how Linux code works. He shows the purposes of major networking features and the trade-offs involved inchoosing one solution over another. A large number of flowcharts and other diagrams enhance the book's understandability.
|
| Customer Reviews:
Broad coverage July 22, 2008 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 June 18, 2008 0 out of 2 found this review helpful
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 October 15, 2006 10 out of 11 found this review helpful
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! July 4, 2006 5 out of 9 found this review helpful
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.
|
|
| find nbsp;» |