Amazon.com: Understanding Linux Network Internals eBook: Christian Benvenuti: Kindle Store
Start reading Understanding Linux Network Internals on your Kindle in under a minute. Don't have a Kindle? Get your Kindle here.

Deliver to your Kindle or other device

 
 
 

Try it free

Sample the beginning of this book for free

Deliver to your Kindle or other device

Read books on your computer or other mobile devices with our FREE Kindle Reading Apps.
Understanding Linux Network Internals
 
 

Understanding Linux Network Internals [Kindle Edition]

Christian Benvenuti
4.5 out of 5 stars  See all reviews (10 customer reviews)

Digital List Price: $47.99 What's this?
Print List Price: $59.99
Kindle Price: $31.19 includes free wireless delivery via Amazon Whispernet
You Save: $28.80 (48%)

Formats

Amazon Price New from Used from
Kindle Edition $31.19  
Paperback $37.79  
This title is not available for Kindle 1st generation devices, but is available for newer Kindle devices and free Kindle reading applications.


Customers Who Bought This Item Also Bought


Editorial Reviews

Review

"Anyone who works with Linux networking should have a copy to hand to help with those inexplicable problems and to better understand how it all works." - James Millen, BJHC & IM, November 2006

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 in choosing one solution over another. A large number of flowcharts and other diagrams enhance the book's understandability.


Product Details

  • Format: Kindle Edition
  • File Size: 10625 KB
  • Publisher: O'Reilly Media; 1 edition (February 9, 2009)
  • Sold by: Amazon Digital Services
  • Language: English
  • ASIN: B0043EWV3S
  • Text-to-Speech: Enabled
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon Best Sellers Rank: #122,693 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
  •  Would you like to give feedback on images?


 

Customer Reviews

10 Reviews
5 star:
 (7)
4 star:
 (2)
3 star:    (0)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.5 out of 5 stars (10 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

22 of 25 people found the following review helpful:
5.0 out of 5 stars The best Linux networking software book to start with, October 14, 2006
Amazon Verified Purchase(What's this?)
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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 8 people found the following review helpful:
5.0 out of 5 stars Excellent Book For Those Who want to know How Linux Network Stack Works, April 7, 2009
By 
Venkatram Tummala (Los Angeles, CA USA) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
If you already have knowledge about how computer networks work in general & want to know how those networking concepts are actually designed & implemented in an operating system, this book is a must. This Book is a smooth read & goes step by step.

First it tells you how a NIC registers itself with the kernel. Then it describes an high-level introduction of how device drivers drive the device. Then it describes the interface between the kernel and the device drivers. It also discusses bridging & routing concepts.

If you want to delve into the linux networking code of the kernel or if you are actually looking to modify a part of the networking code, this book is a must read.

This book doesn't cover the transport layer though.! You have to refer to other sources to knit all the pieces of the puzzle together.!
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 The book for networking in the Linux kernel, June 30, 2011
Amazon Verified Purchase(What's this?)
If you are looking for a professional reference on how to develop an IP stack, develop fast path solutions for next generation networking products or just want to learn more about the implementation of the Linux TCP/IP stack then this book is for you. If you also want to learn a bit more about networking in general then this book definitely is for you. However if you're new to the subject then this book might be a bit heavy and if you're looking for user space (BSD sockets) termination and higher level application development then this book is not for you. It covers the subject very well and goes through all the different layers of he IP stack, highly recommended, surprisingly easy to read and interesting. If a new edition comes out I'll buy it on the spot. Not that I'm missing anything but I'm sure things have happened in the last 5 years.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews








Only search this product's reviews



More About the Author

Discover books, learn about writers, read author blogs, and more.

What Other Items Do Customers Buy After Viewing This Item?


Popular Highlights

 (What's this?)
&quote;
The files don't actually exist on disk, but they can be read through cat or more and written to with the > shell redirector; they even can be assigned permission like real files. &quote;
Highlighted by 3 Kindle users
&quote;
sysctl(/proc/sys directory) &quote;
Highlighted by 3 Kindle users
&quote;
cannot use it for every kernel variable: the kernel has to explicitly say what variables are visible through this interface. &quote;
Highlighted by 3 Kindle users

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(1)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide

Look for Similar Items by Category