TCP/IP sockets in C [electronic resource] : practical guide for programmers / Michael J. Donahoo, Kenneth L. Calvert.
- 作者: Donahoo, Michael J.
- 其他作者:
- 其他題名:
- Pocket guide to TCP/IP sockets.
- The Morgan Kaufmann practical guides series
- 出版: San Francisco : Morgan Kaufmann Publishers c2001.
- 叢書名: The Morgan Kaufmann practical guides series
- 主題: Application program interfaces (Computer software) , C (Computer program language) , TCP/IP (Computer network protocol) , Electronic books
- ISBN: 1558608265 、 9781558608269
- URL:
An electronic book accessible through the World Wide Web; click for information
- 一般註:Electronic reproduction. Amsterdam : Elsevier Science & Technology, 2007. Rev. ed. of: The pocket guide to TCP/IP sockets. c2001.
- 書目註:Includes bibliographical references and index.
-
讀者標籤:
- 系統號: 005164219 | 機讀編目格式
館藏資訊
For example code from the text, Winsock adaptations of text code, sample programming exercises and more, click on the grey "COMPANION SITE" button to the right. Note: This title was formerly known as Pocket Guide to TCP/IP Socket Programming in C, ISBN 1-55860-686-6. TCP/IP Sockets in C: Practical Guide for Programmers 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.
摘要註
For example code from the text, Winsock adaptations of text code, sample programming exercises and more, click on the grey "COMPANION SITE" button to the right. Note: This title was formerly known as Pocket Guide to TCP/IP Socket Programming in C, ISBN 1-55860-686-6. TCP/IP Sockets in C: Practical Guide for Programmers 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.
內容註
I Tutorial 1 Introduction 2 Basic Sockets 3 Constructing Messages 4 Using UDP Sockets 5 Socket Programming 6 Under The Hood 7 Domain Name Service II API Reference Data Structures Socket Setup Socket Connection Socket Communication Socket Control Binary/String Conversion Host and Service Information.