|
Pocket Guide to TCP/IP Sockets (C Version) (The Morgan Kaufmann Practical Guides Series) | 
| Authors: Michael J. Donahoo, Kenneth L. Calvert Publisher: Morgan Kaufmann Publishers
List Price: $15.95 Buy Used: $10.94 You Save: $5.01 (31%)
Used (17) from $10.94
Rating: 12 reviews
Media: Paperback Edition: C Version Pages: 130 Number Of Items: 1 Shipping Weight (lbs): 0.6 Dimensions (in): 8.8 x 7 x 0.4
ISBN: 1558606866 Dewey Decimal Number: 004 EAN: 9781558606869 ASIN: 1558606866
Publication Date: June 2001 Availability: Usually ships in 1-2 business days
| |
| Editorial Reviews:
Product Description "The Pocket Guide to TCP/IP Sockets is a quick and affordable way to gain the knowledge and skills you need to develop sophisticated and powerful networked-based programs using sockets. Written by two experienced networking instructors, this book provides a series of examples that demonstrate basic sockets techniques for clients and servers. Using plenty of real-world examples, this book is a complete beginner's guide to socket programming and a springboard to more advanced networking topics, including multimedia protocols. * Concise, no-nonsense explanations of issues often troublesome for beginners, including message construction and parsing. * Comprehensive example-based coverage of the most important TCP/IP techniques-including iterative and concurrent servers, timeouts, and asynchronous message processing. * Includes a detailed, easy-to-use reference to the system calls and auxiliary routines that comprise the sockets interface. * A companion Web site provides source code for all example programs in both C and WinSock versions, as well as guidance on running the code on various platforms.
Amazon.com Review The explosive growth of the Internet in no small part is due to the sockets programming interface. This elegant API allows almost any computer that runs TCP/IP--from palm computers to mainframes--to communicate seamlessly. The Pocket Guide to TCP/IP Sockets provides beginning and intermediate network programmers with a practical tutorial and reference guide. Instead of trying to break new ground, this book establishes modest goals and achieves them splendidly. It is a concise, high-quality resource for students and professionals. This book targets the accomplished C programmer who wants to learn network programming. You're assumed to have a good working knowledge of basic IP addressing and network configuration--not much time is spent educating you on the fundamentals of networking architecture. A highlight of this book is the solid sample code. Even for those who already write socket code, a brief refresher is always helpful--this book delivers valuable client and server code for both TCP and UDP sockets. Although the samples are based on a Unix environment, it's a trivial matter to port most of the code to Microsoft Windows and the Windows Sockets interface (ported samples also are available directly from the book's Web site). No longer do you have to paw through a thick reference to find parameter lists for sendto() or accept(). More subtle issues--data alignment, network vs. host byte order, and differing approaches to handling client connections--also are handled with ease. Chapter 6 contains an under-the-hood discussion on TCP/IP implementation that will be useful to the more advanced user and that explains possible deadlock conditions, discusses the TCP state diagram, and sheds light on how the operating system handles socket resources. These juicy nuggets are reasons enough to keep this book handy--even after the thrill of your first successful network program subsides. --Pete Ostenson
|
|
|
|
| |