Amazon.com: TCP/IP Sockets in C Bundle: TCP/IP Sockets in C, Second Edition: Practical Guide for Programmers (Morgan Kaufmann Practical Guides) (9780123745408): Michael J. Donahoo, Kenneth L. Calvert: Books
TCP/IP Sockets in C and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Kindle Edition
 
   
Sell Back Your Copy
For a $8.71 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
TCP/IP Sockets in C Bundle: TCP/IP Sockets in C, Second Edition: Practical Guide for Programmers (Morgan Kaufmann Practical Guides)
 
 
Start reading TCP/IP Sockets in C on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

TCP/IP Sockets in C Bundle: TCP/IP Sockets in C, Second Edition: Practical Guide for Programmers (Morgan Kaufmann Practical Guides) [Paperback]

Michael J. Donahoo (Author), Kenneth L. Calvert (Author)
4.2 out of 5 stars  See all reviews (4 customer reviews)

List Price: $30.95
Price: $23.12 & eligible for FREE Super Saver Shipping on orders over $25. Details
You Save: $7.83 (25%)
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.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Monday, February 27? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $17.02  
Paperback $23.12  
Sell Back Your Copy for $8.71
Whether you buy it used on Amazon for $18.57 or somewhere else, you can sell it back through our Book Trade-In Program at the current price of $8.71.
Used Price$18.57
Trade-in Price$8.71
Price after
Trade-in
$9.86

Book Description

March 31, 2009 0123745403 978-0123745408 2

TCP/IP Sockets in C: Practical Guide for Programmers, 2nd Edition is a quick and affordable way to gain the knowledge and skills needed to develop sophisticated and powerful web-based applications. The book's focused, tutorial-based approach enables the reader to master the tasks and techniques essential to virtually all client-server projects using sockets in C. This edition has been expanded to include new advancements such as support for IPv6 as well as detailed defensive programming strategies.

If you program using Java, be sure to check out this book's companion, TCP/IP Sockets in Java: Practical Guide for Programmers, 2nd Edition.


  • Includes completely new and expanded sections that address the IPv6 network environment, defensive programming, and the select() system call, thereby allowing the reader to program in accordance with the most current standards for internetworking.

  • Streamlined and concise tutelage in conjunction with line-by-line code commentary allows readers to quickly program web-based applications without having to wade through unrelated and discursive networking tenets.

  • Grants the reader access to online source code, which the can then be used to directly implement sockets programming procedures.

Frequently Bought Together

Customers buy this book with Computer Networking: A Top-Down Approach (5th Edition) $99.00

TCP/IP Sockets in C Bundle: TCP/IP Sockets in C, Second Edition: Practical Guide for Programmers (Morgan Kaufmann Practical Guides) + Computer Networking: A Top-Down Approach (5th Edition)
Price For Both: $122.12

Show availability and shipping details

  • This item: TCP/IP Sockets in C Bundle: TCP/IP Sockets in C, Second Edition: Practical Guide for Programmers (Morgan Kaufmann Practical Guides)

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details

  • Computer Networking: A Top-Down Approach (5th Edition)

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

Review

"Despite my having developed systems software with Sockets and C for 20+ years, I find myself still needing a book like this one. It covers all the subtleties and gotchas that one encounters when writing distributed applications in C with Sockets."--- Bobby Krupczak, The Krupczak Organization

From the Back Cover

TCP/IP Sockets in C: Practical Guide for Programmers, 2nd Edition is a quick and affordable way to gain the knowledge and skills needed to develop sophisticated and powerful web-based applications. The book's focused, tutorial-based approach enables the reader to master the tasks and techniques essential to virtually all client-server projects using sockets in C. This edition has been expanded to include new advancements such as support for IPv6 as well as detailed defensive programming strategies.

If you program using Java, be sure to check out this book's companion, TCP/IP Sockets in Java: Practical Guide for Programmers, 2nd Edition.


Product Details

  • Paperback: 216 pages
  • Publisher: Morgan Kaufmann; 2 edition (March 31, 2009)
  • Language: English
  • ISBN-10: 0123745403
  • ISBN-13: 978-0123745408
  • Product Dimensions: 9.1 x 7.4 x 0.6 inches
  • Shipping Weight: 15.2 ounces (View shipping rates and policies)
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Best Sellers Rank: #206,523 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

6 of 6 people found the following review helpful:
5.0 out of 5 stars This book gets you a jump start., January 30, 2010
By 
C. Brown (Sonoma County) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: TCP/IP Sockets in C Bundle: TCP/IP Sockets in C, Second Edition: Practical Guide for Programmers (Morgan Kaufmann Practical Guides) (Paperback)
This book includes enough easy to read explanations of actual working code that you can within a few hours have a client/server socket connection up and working. Both the text and the code are well written and easy to follow. Advanced information about non-blocking I/O allowed me to quickly implement background socket reads without tying up a foreground process. The annoying occurrences of "address already in use" errors is explained clearly, and how to get around them by the use of socket options. I had literally zero problems compiling and executing the examples with the gcc compiler and Ubuntu Linux.

As the title says, it's a book for C programmers about sockets, not for other languages. There is a chapter on C++ use, which I have not needed yet.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Great Starting Place for Socket Programming, October 7, 2011
This review is from: TCP/IP Sockets in C Bundle: TCP/IP Sockets in C, Second Edition: Practical Guide for Programmers (Morgan Kaufmann Practical Guides) (Paperback)
This is a great book to start learning about sockets, whether you're a C or C++ programmer. Although it applies to Unix, the concept is same for Windows. I program with C++ and never learned C. since the syntax is similar, all a C++ programmer has to do is look up minor details about C syntax like printf and main(argc, argv). This book is very clear and structured nicely. A 13 yr old that has learned c/c++ syntax can easily grasp this book. thumbs up
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Review of the book, April 15, 2011
Amazon Verified Purchase(What's this?)
This review is from: TCP/IP Sockets in C Bundle: TCP/IP Sockets in C, Second Edition: Practical Guide for Programmers (Morgan Kaufmann Practical Guides) (Paperback)
It's OK and I find it very useful because it contains many examples and the most important things are explained well. I think that one should know the basic concepts of networks and network programming in order to understand this book. Also a minimum level of programming in C is required, but don't worry. If you don't understand something in the source code you can immediately look it up in a classical C reference book.

This is the only book I found on this topic: Network programming in C.
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



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
parsing messages, multiple recipients, delete sock, any address family, client address structure, addrinfo structure, survey server, int socket, closing handshake, echo server, socket descriptor, echo client, next example program, socket structure, socket creation, socket programming, network byte order, handshake message, listening socket, given socket, local port number, message boundaries, datagram sockets, socket option, calling connect
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Server Port, Survey Service, Active Internet, Local Address Foreign Address State, Encoding Integers, Writing Address-Generic Code, Under the Hood, Echo Word, The Decode, Client Server, Internet Protocol, Socket Life Cycle, Established Local, Closed Local, Interrupt Received, Mapping Names
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(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...



Look for Similar Items by Category


Look for Similar Items by Subject