Understanding Linux Network Internals and over one million other books are available for Amazon Kindle. Learn more



or
Sign in to turn on 1-Click ordering
Sell Us Your Item
For a $10.75 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Start reading Understanding Linux Network Internals on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Understanding Linux Network Internals [Paperback]

Christian Benvenuti
4.6 out of 5 stars  See all reviews (13 customer reviews)

List Price: $59.99
Price: $34.95 & FREE Shipping. Details
You Save: $25.04 (42%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 8 left in stock (more on the way).
Ships from and sold by Amazon.com. Gift-wrap available.
Want it Tuesday, May 21? Choose One-Day Shipping at checkout. Details

Formats

Amazon Price New from Used from
Kindle Edition $27.35  
Paperback $34.95  
certification
Certification Central
Ace your tech certification test with resources from Certification Central. Get guides for a full range of certifications--from CCNA and SQL server to PMP and Network+. Explore more.

Book Description

January 5, 2006

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.


Frequently Bought Together

Understanding Linux Network Internals + Understanding the Linux Kernel, Third Edition + Linux Device Drivers, 3rd Edition
Price for all three: $96.85

Buy the selected items together


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

About the Author

Christian Benvenuti received his masters degree in Computer Science at the University of Bologna in Italy. He collaborated for a few years with the International Center for Theoretical Physics (ICTP) in Trieste, where he developed ad-hoc software based on the Linux kernel, was a scientific consultant for a project on remote collaboration, and served as an instructor for several training sessions on networking. The trainings, held mainly in Europe, Africa, and South America were all based on Linux systems and addressed to scientists from developing countries, where the ICTP has been promoting Linux for many years. He occasionally collaborates with a non-profit organization founded by ICTP members, Collaborium.org, to continue promoting Linux on developing countries.

In the past few years he worked as a software engineer for Cisco Systems in the Silicon Valley, where he focused on Layer two switching, high availability, and network security.


Product Details

  • Paperback: 1066 pages
  • Publisher: O'Reilly Media; 1 edition (January 5, 2006)
  • Language: English
  • ISBN-10: 0596002556
  • ISBN-13: 978-0596002558
  • Product Dimensions: 7 x 2.1 x 9.2 inches
  • Shipping Weight: 3 pounds (View shipping rates and policies)
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (13 customer reviews)
  • Amazon Best Sellers Rank: #199,658 in Books (See Top 100 in Books)

More About the Author

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

Customer Reviews

4.6 out of 5 stars
(13)
4.6 out of 5 stars
Most Helpful Customer Reviews
27 of 30 people found the following review helpful
5.0 out of 5 stars The best Linux networking software book to start with October 14, 2006
Format:Paperback|Amazon Verified Purchase
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.
Comment | 
Was this review helpful to you?
9 of 9 people found the following review helpful
Format:Paperback|Amazon Verified Purchase
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.!
Comment | 
Was this review helpful to you?
5 of 5 people found the following review helpful
5.0 out of 5 stars The book for networking in the Linux kernel June 30, 2011
Format:Paperback|Amazon Verified Purchase
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.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
5.0 out of 5 stars Good
It seems like the only book that deals with the internals of network kernel. I delved into the network source code for the first time, it helped a lot to grasp its mechanism.
Published 6 days ago by Kyuho Jeong
5.0 out of 5 stars Not for Dimmies
I can't imagine anyone reading this book like a novel. but in its 1000 odd pages is just about everything you might want to know and quite a bit you don't. Read more
Published 2 months ago by DAVID R SPICER
5.0 out of 5 stars After reading this you will understand Linux network internals
This is a must read for anyone trying to decipher the code in the Linux networking stack or trying to write a Linux device driver for a network adapter. Read more
Published 4 months ago by David
5.0 out of 5 stars Very good for me as a newbie
I only finished 10% reading and so far I liked and learned a lot from it. Not a bad buy and would recommend for newbies like me. Read more
Published 5 months ago by Anonymous
4.0 out of 5 stars It provides an unique voyage within the Kernel's networkinkg code.
As far as I know, there is not another book like this. It complements very well the Kernel book written by Bovet & Cesati, and goes beyond giving to the reader a complete scenario... Read more
Published on November 21, 2009 by Rafael Azenha Aquini
5.0 out of 5 stars Outstanding coverage of the core networking code
An unbelievable job covering the core networking code. If the author of this book had a follow-on volume including things left out due to space constraints, I would buy it in a... Read more
Published on August 12, 2009 by Mook Merkin
5.0 out of 5 stars Very nice and cheap item
the item is just as the description of the seller, and it's a good transaction
Published on February 14, 2009 by J. Chiang
4.0 out of 5 stars Excellent, in depth review of Linux Networking
The book was exactly what I was looking for - a practical, in-depth explanation and review of the various software components that make up the Linux kernel's network stack.
Published on January 7, 2009 by Nicholas A. Barendt
5.0 out of 5 stars Broad coverage
This is a wonderful book to understanding how the linux networking code works. Good coverage of networking code for a beginner-developer to grasp.
Published on July 22, 2008 by Rama Madhusudhan
2.0 out of 5 stars Network Internals Review
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. Read more
Published on June 18, 2008 by Bruce Johnson
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



So You'd Like to...


Create a guide


Look for Similar Items by Category