or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
13 used & new from £15.95

Have one to sell? Sell yours here
 
   
Effective TCP/IP Programming
 
See larger image
 

Effective TCP/IP Programming (Paperback)

by Jon C. Snader (Author)
3.5 out of 5 stars  See all reviews (2 customer reviews)
RRP: £31.99
Price: £27.19 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £4.80 (15%)
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
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

Want guaranteed delivery by Tuesday, November 10? Choose Express delivery at checkout. See Details
6 new from £18.50 7 used from £15.95

Frequently Bought Together

Customers buy this book with TCP/IP Sockets in C: Practical Guide for Programmers (The Practical Guides) by Michael J. Donahoo

Effective TCP/IP Programming + TCP/IP Sockets in C: Practical Guide for Programmers (The Practical Guides)
Price For Both: £40.98

Show availability and shipping details


Customers Who Bought This Item Also Bought

TCP/IP Sockets in C: Practical Guide for Programmers (The Practical Guides)

TCP/IP Sockets in C: Practical Guide for Programmers (The Practical Guides)

by Michael J. Donahoo
2.7 out of 5 stars (3)  £13.79
Modern C++ Design: Applied Generic and Design Patterns (C++ in Depth)

Modern C++ Design: Applied Generic and Design Patterns (C++ in Depth)

by Andrei Alexandrescu
4.8 out of 5 stars (6)  £17.48
The C++ Standard Library: A Tutorial and Reference

The C++ Standard Library: A Tutorial and Reference

by Nicolai M. Josuttis
4.8 out of 5 stars (12)  £26.39
Beyond the C++ Standard Library: An Introduction to Boost

Beyond the C++ Standard Library: An Introduction to Boost

by Bjorn Karlsson
4.3 out of 5 stars (3)  £21.59
Sams Teach Yourself TCP/IP in 24 Hours

Sams Teach Yourself TCP/IP in 24 Hours

by Joe Casad
4.7 out of 5 stars (3)  £15.29
Explore similar items

Product details

  • Paperback: 320 pages
  • Publisher: Addison Wesley (15 May 2000)
  • Language English
  • ISBN-10: 0201615894
  • ISBN-13: 978-0201615890
  • Product Dimensions: 22.9 x 18.5 x 1.5 cm
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon.co.uk Sales Rank: 215,742 in Books (See Bestsellers in Books)

    Popular in these categories:

    #10 in  Books > Computing & Internet > Programming > Network Programming
    #37 in  Books > Computing & Internet > Networking & Security > Network Topics > TCP-IP & Other Internet Protocols
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Free TCP/IP White Paper opens new browser window
www.computer-solutions.co.uk  -  Download an introduction to TCP/IP on 8 & 16 bit micros 
   Expert TCP/IP Training UK opens new browser window
www.lever.co.uk  -  IPv4, IPv6, VoIP, SIP, QoS, IPSec, VPN, Routing, OSPF, BGP courses 
   Vibration Exercise opens new browser window
www.big-waves.co.uk  -  Get fit, toned & lose weight with a Vibraxis Vibration Exercise Machine 
  
 

Product Description

Amazon.co.uk Review

While many C/C++ programmers know at least the basics of TCP/IP, becoming an expert network programmer usually requires a lot of experience and sometimes hard-to-find knowledge. Written to give the intermediate or advanced developer a leg-up in creating robust network applications using TCP/IP and related protocols, Effective TCP/IP Programming offers a truly valuable review and guide to getting the most out of your networked programs based on this popular standard.

Packaged as a series of 44 tips for better TCP/IP programs, this book actually does much more. Early sections review the basics of the TCP, UDP and IP protocols (along with related standards). A winning feature here is the author's care to distinguish between the well-known BSD (for UNIX) and Winsock (for Windows) versions of sockets. (By using macros and "skeleton" programs, his sample C code will run easily on either implementation.)

Besides nuts-and-bolts programming advice, and plenty of hints for better performance, Snader also discusses how IP works under the hood. Standout sections here include a discussion of the pitfalls of scaling a standalone or LAN TCP/IP application to the Internet, as well as what a "reliable" protocol like TCP really means. He shows you how to handle misbehaving servers and clients, how to use multiple sockets effectively, as well as several useful tips for optimising data streamed across the wire. Though there is no mention of Java here (which offers strong socket support on its own), the author does provide Perl examples that work with sockets to get you started with sockets used within scripting languages.

Since IP is the protocol of choice for the Internet, more and more of us are faced with becoming socket programming experts in a hurry. In all, Effective TCP/IP Programming offers a good mix of basic and advanced tips on today's IP and related protocols. It's a valuable resource for any developer who programs for the Internet and wants both to write better code using sockets. --Richard Dragan, Amazon.com

Topics covered: TCP/IP overview and programming tips, Berkeley Socket Distribution (BSD) vs. Winsock/Windows socket implementation issues, connected and connectionless protocols, network programming frameworks, UDP vs. TCP, reliable protocols, network programming for single workstations, LANs and WANs; event-driven programming, improving write operations, IP packet layout, byte ordering issues, the Nagle and delayed ACK algorithms, using network utilities: inetd, tcpmux, tcpdump, traceroute, ttcp, and netstat; resources and hints for improving network programming skills.



Product Description

In 44 expert mini-lessons, Effective TCP/IP Programming demystifies TCP/IP development, eliminating the guesswork, helping programmers past the obstacles, and showing how to dramatically improve application performance and robustness. TCP/IP programming can seem seductively simple: the API is straightforward and even novices can flesh out a working application. But there are plenty of hidden obstacles -- and developers who don't understand them will encounter serious performance problems. Effective TCP/IP Programming demystifies the critical details and hidden behaviors of TCP/IP, so programmers can build code that's more reliable, maintainable, and efficient. Following the widely-admired style of Scott Meyers' Effective C++, Jon C. Snader has organized this book into 44 short, self-contained sections, each addressing one key aspect of TCP/IP development, or one key trouble spot -- and each including detailed, fully commented code examples. The result: a book that's easy to read and absorb, and will serve as an outstanding day-to-day reference tool for every developer who wants to create TCP/IP-based network applications. A perfect complement to other books on TCP/IP, such as TCP/IP Illustrated, Volume 1 by W. Richard Stevens!


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)
 
network programming
tcpip
tcp-ip
networking

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

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

 
5 of 5 people found the following review helpful:
4.0 out of 5 stars Beginners may struggle, 19 Jun 2003
By Steve Hibbert "Hiblet" (London United Kingdom) - See all my reviews
I'm a begginner when it comes to C and C++, and finding an entry point to implementing a resilient Winsock solution was my goal when I bought this book.

It's not targeted at beginners, and assumes a reasonable amount of compentency with compiling, linking and using external resources. Having said that, I have struggled through, and I have managed to get most of the examples in the book working, which has proved very instructive. Mostly I had to resort to finding functions and chopping them into my local code - I see this not as a failing of the book, just as something to be aware of for freshmen.

The book also makes a great effort to be relevant to Windows and Unix, and to rigourously enforce compatibility. A definite plus.

There are a lot of examples of how TCP/IP fails, common errors and assumptions that programmers make when using TCP and UDP, and very useful tips on what to avoid. There is also a lot of technical explanation of what is going on at the stream/packet level, which is very useful, and well written.

Coding is all in C and rarely uses classes. The code is slimmed down to show key functionality, and the only errors I've found have been of my own devising.

I did hit a brick wall at one point, and resorted to contacting Jon Snader, the author. He was good enough to reply and offer encouragement and further tips, and he seemed genuinely interested in helping.

All in all, I would strongly recommend this book to established, confident C programmers who may have tried Winsock programming and found it painful. Mr Snader's book has shaped how I intend to build my system architecture, so it's well worth the investment.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3.0 out of 5 stars Blocking Sockets , 16 April 2008
By Kim (Llandrindod Wells, UK) - See all my reviews
In this book a socket is made non-blocking only briefly, in an example that is not compiled under Windows. Several of the tips are not relevant to the Windows environment or are elementary.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
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
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

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.