ASPit - Totally ASP
Search PHPit

Use this textbox to search all the content on PHPit. Seperate keywords with a space.

Advertisements
Partners
  • Final Fantasy VII: Advent Children / AC
  • Kulturystyka
  • Stocks & Shares Analysis
  • Baby Room
  • Free blog hosting

Internetworking with TCP/IP, Vol. III: Client-Server Programming and Applications, Linux/Posix Sockets Version

Medium Thumbnail

Book Details

Availability: Usually ships in 24 hours
List Price: $75.00
Our Price: $68.22
You Save: $6.78 (9%)

Buy through Amazon.com

Spotlight Customer Reviews

Average Customer Rating: 5

Customer Rating: 5
Summary: A perfect book for linux network programming
Comment: If you are a linux lover and want to dig into client/server (socket) programming , this book is a good choice.

Compared with Steven's Unix Network Programming, this book is more simply and clearly written. Not like Steven who is an expert in explaining details, Comer is good at giving a sound explanation of the network programming principle both in theory and in practice. You will find nice "Algorithm" part in many of the examples which is a good abstraction of the general problem. So after the reading you will feel comfortable because of the gain in not only knowledge but also the kind of insight you could use toward other problems. As a distinguished professor in computer science, Comer spells out the single word of engineering ,"Simplicity is beauty", again by presenting this clearly written TCP/IP programming book.

Also some most exciting stuff like RTP (realtime transport protocol), Web server programming models are also included in this latest edition of his Vol 3. And as you expected, the full source code of all the chapters is available online.