16 used & new from $7.95

Have one to sell? Sell yours here
 
 
TCP/IP & Linux Protocol Implementation: Systems Code for the Linux Internet
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

TCP/IP & Linux Protocol Implementation: Systems Code for the Linux Internet (Hardcover)

~ Jon Crowcroft (Author, Editor), Iain Phillips (Author, Editor) "The history of the Internet is the history of the world's most successful software system..." (more)
Key Phrases: unsigned long arg, struct iphdr, constant htons, Alan Cox, Time Exceeded, Tunnels Figure (more...)
2.5 out of 5 stars  See all reviews (14 customer reviews)


Available from these sellers.


8 new from $26.75 8 used from $7.95

Customers Who Bought This Item Also Bought


Editorial Reviews

Product Description

A one-of-a-kind description about using the Linux operating system on a TCP/IP network
Boasting high-performance, high availability, and open source code, Linux has emerged as an optimal choice for an operating system. Yet for Linux to be adopted by the mainstream of Unix-based corporate and ISP networks, it must be capable of supporting the TCP/IP Internet protocol, like any other network operating system. This book provides the rapidly growing audience of Linux site managers, as well as researchers and developers worldwide, with the information they need on how Linux TCP/IP keeps the network running. Internationally recognized expert on Internetworking, Jon Crowcroft walks readers through the Linux TCP/IP protocol stack, offering detailed explanations on how Linux implements its communications protocols. Vinton Cerf--co-inventor of TCP/IP--is the technical editor for this book.

From the Back Cover

"This remarkable book ought to be titled ‘TCP/IP illustrated’! In clear and concise language and figures, the authors take the reader on a programmer’s dream guide to Linux on the ’Net. If you need to know how it works, this is the book that should be in your library."--Vinton Cerf

TCP/IP and Linux Protocol Implementation

Boasting high performance, high availability, and open source code, Linux has emerged as the optimal choice for an operating system. Yet for Linux to be adopted by the mainstream, it must be capable of supporting the TCP/IP Internet protocol. With this comprehensive book, you’ll be taken step by step through the process of how Linux TCP/IP keeps the network running. Leading expert Jon Crowcroft explores the Linux TCP/IP protocol stack, offering detailed explanations of how Linux implements its communications protocols.

The book begins by examining the life cycle of a single packet, from creation to transmission and from reception to consumption. You’ll then find an overview of socket programming and learn about the kernel infrastructure support for communications in general. The authors also walk you through the implementation of the network layer code of support and describe the transport protocol implementations. Additionally, they examine network security, describing the various networking filtering techniques and applications.

Complete with explanations and illustrations, this book shows you:

  • Ways in which protocol state and packet data are stored
  • How the format of packets are transmitted, forwarded, and received
  • Rules for processing user, network, and timer events
  • The progression of the set of tasks involved in communication
  • The set of actions carried out by the system manager

Networking Council Books put technology into perspective for decision-makers who need an implementation strategy, a vendor and outsourcing strategy, and a product and design strategy. The series advisors are three of the most influential leaders of the networking community:

LYMAN CHAPIN–Chief Scientist at NextHop Technologies, former Chief Scientist at BBN, and founding trustee of the Internet Society

SCOTT BRADNER–Senior Consultant for Harvard University, Transport Area Director IETF, trustee of the Internet Society, and ISOC VP of Standards

VINTON CERF–Senior Vice President for Internet Architecture and Technology at MCI WorldCom, founding President of the Internet Society, and co-inventor of TCP/IP

Wiley Computer Publishing
Timely. Practical. Reliable.


Product Details

  • Hardcover: 800 pages
  • Publisher: John Wiley & Sons; 1st edition (October 15, 2001)
  • Language: English
  • ISBN-10: 0471408824
  • ISBN-13: 978-0471408826
  • Product Dimensions: 9.6 x 7.9 x 2.4 inches
  • Shipping Weight: 4.1 pounds
  • Average Customer Review: 2.5 out of 5 stars  See all reviews (14 customer reviews)
  • Amazon.com Sales Rank: #2,051,981 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #15 in  Books > Computers & Internet > Web Development > Programming > Linux Web

Inside This Book (learn more)




What Do Customers Ultimately Buy After Viewing This Item?

TCP/IP & Linux Protocol Implementation: Systems Code for the Linux Internet
25% buy the item featured on this page:
TCP/IP & Linux Protocol Implementation: Systems Code for the Linux Internet 2.5 out of 5 stars (14)
Understanding Linux Network Internals
23% buy
Understanding Linux Network Internals 4.4 out of 5 stars (9)
$32.97
Beginning Linux Programming
21% buy
Beginning Linux Programming 4.5 out of 5 stars (79)
$26.39
Linux Kernel Development (2nd Edition)
16% buy
Linux Kernel Development (2nd Edition) 4.7 out of 5 stars (44)
$37.11

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

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

 
9 of 9 people found the following review helpful:
2.0 out of 5 stars Networking Concepts + Kernel Source Code Printout, December 1, 2001
By Larry Riedel (San Diego, US) - See all my reviews
(REAL NAME)   
My opinion is this book is pretty much just some relatively high level networking concepts and a printout of a bunch of the Linux kernel source code.

I guess some value add is supposed to be in giving some idea of which code fragments in the kernel source files do what, but I do not think it does a very good job of that, since it does not start with a top-down description of what needs to be done and then proceed towards more detailed views, finally ending up with annotated source code. It pretty much just gives the top level, and page after page of printouts of Linux kernel source.

For me, this adds very little value, so the book is worth very little to me. At the very least I think anyone considering buying the book should take a look at it before spending money.

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
6 of 6 people found the following review helpful:
2.0 out of 5 stars I could have downloaded kernel tcp code for free, October 25, 2004
By H. Wang (Santa Clara, CA USA) - See all my reviews
(REAL NAME)    (VINE VOICE)   
I was cheated into believing this book might have a lot of meat in it because of number of pages (almost 1000 pages), but I was wrong when I started reading the book. Over 90% of the pages are kernel source code, literally, without any word addition or deduction. It might just include a CD ROM which contains the source code and make this book a better buy at 100 pages (if charge less also).

This book wants to teach you tcp/ip protocol and try to sell you on the Linux front since it is hot today. But it fails in both aspects. The tcp/ip protocol descrition is so short and incomplete that I don't believe anyone reading this book along would become familiar with tcp/ip. Nor does this book teach you about how to understand/modify kernel tcp stack in case you want to do something your own.

It is a shame that Vinton Cerf is the editor of this book and gives comment comparing that to "TCP/IP Illustrated". This book is way below the league and looks like some college students finishing a school report (no time, let's fill up with copied materials!). Vinton may lose his sense of technicality due to MCI Worldcom bankruptcy.

Finally, I would comment on the organization of the book. Each chapter starts with some summarization of introduction, then copy of relevant kernel code, usually in sections with one line description from the author. I give the book two start mainly for these brief introduction and summarization.

save your money.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
6 of 6 people found the following review helpful:
1.0 out of 5 stars Dont buy this book - view the KERNEL Source code, February 17, 2002
90% of the book is kernel Source Code without almost no explanation. Why buy this book if you can view the source code for free
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

1.0 out of 5 stars Yuck!
This book was basically the linux source code without the benefits of lxr.linux.no. The book is full of code examples without any explanations. Read more
Published on May 30, 2004

1.0 out of 5 stars Another Disappointment
Like most other readers of this book I'm very disappointed. With such prominent authors I was expecting more than a rehash of O/S and IPC concepts with generous reprints of... Read more
Published on March 16, 2004 by Edward T. O. Shea

1.0 out of 5 stars very disappointing
This is one of the worst TCP/IP books I have ever encountered. Originally I had hoped it would be similar to the Stevens books on BSD, but there is very little narrative and no... Read more
Published on June 8, 2003

1.0 out of 5 stars This is an imprint of the kernel - get it free at kernel.org
this book is just an imprint of the kernel
with under 0.1% of documentation. do not buy it.

in linux-netzwerkarchitektur from wehrle, paehlke, et.al. Read more

Published on May 26, 2002

1.0 out of 5 stars Pathetic
This book is simply a rehash of the source code so don't bother spending 60-some dollars when there are better books on the subject. Read more
Published on February 7, 2002

5.0 out of 5 stars Vint Cerf's comments on TCP/IP and Linux
As one of the participants in Wiley's Networking Council, I am obviously biased in my view about Crowcroft and Phillips. Read more
Published on November 14, 2001 by Vinton G. Cerf

3.0 out of 5 stars truth in advertising - i'm an author...
The book cotnains about 1/3 text, 2/3 code.
The book is not meant to be a replacement for, or even
competitor of the amazing Stevens books - we are simply not worthy or... Read more
Published on November 13, 2001 by Jon A. Crowcroft

5.0 out of 5 stars A smooth ride to Linux/TCP/IP land!
If the co-inventor of TCP/IP got behind this book, I figured the least I could do was give it look. Protocol stack decriptions can be pretty dry, but the authors did a clever... Read more
Published on November 12, 2001 by squirrelrabbit

5.0 out of 5 stars Wow! Can't believe they packed all this into one book!
A terrific intergration of TCP/IP with Linux. There is tons of Linux code, and the book does a great job of walking through the TCP/IP protocol. Read more
Published on November 12, 2001

5.0 out of 5 stars Superb!
This book provides the same guided tour of the protocol stack for Linux that those classic networking books of the past like Comer and Stevens have offered for TCP/IP. Read more
Published on November 12, 2001

Only search this product's reviews



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
   



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.