TCP/IP sockets in C : practical guide for programmers /
The Internet allows computers thousands of miles apart to exchange information through programs such as Web browsers, and nearly all of these programs gain access to network communication services through the sockets programming interface. TCP/IP Sockets in C: Practical Guide for Programmers is a qu...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Other Authors: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Amsterdam ; Boston :
Morgan Kaufmann,
�2009.
|
Edition: | 2nd ed. |
Series: | Morgan Kaufmann practical guides series.
|
Subjects: | |
Online Access: | Texto completo |
Table of Contents:
- 1 Introduction
- 2 Basic TCP Sockets
- 3 Of Names and Address Families
- 4 Using UDP Sockets
- 5 Sending and Receiving Data
- 6 Beyond the Basic Socket Programming
- 7 Under the Hood
- 8 Socket Programming in C++.