This is THE guide to UNIX network programming APIs. Whether you write Web servers, client/server applications, or any other network software, you need to understand networking APIS-especially sockets in greater detail than ever before. You need UNIX Network Programming, Volume 1, Third Edition. In t
UNIX Network Programming: The Sockets Networking API
โ Scribed by Stevens W.R., Fenner B., Rudoff A.M.
- Year
- 2003
- Tongue
- English
- Leaves
- 1024
- Edition
- 3
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
The classic guide to UNIX networking APIs... now completely updated!To build today's highly distributed, networked applications and services, you need deep mastery of sockets and other key networking APIs. One book delivers comprehensive, start-to-finish guidance for building robust, high-performance networked systems in any environment: UNIX Network Programming, Volume 1, Third Edition.Building on the legendary work of W. Richard Stevens, this edition has been fully updated by two leading network programming experts to address today's most crucial standards, implementations, and techniques. New topics include: * POSIX Single UNIX Specification Version 3 * IPv6 APIs (including updated guidance on IPv6/IPv4 interoperability) * The new SCTP transport protocol * IPsec-based Key Management Sockets * FreeBSD 4.8/5.1, Red Hat Linux 9.x, Solaris 9, AIX 5.x, HP-UX, and Mac OS X implementations * New network program debugging techniques * Source Specific Multicast API, the key enabler for widespread IP multicast deploymentThe authors also update and extend Stevens' definitive coverage of these crucial UNIX networking standards and techniques: * TCP and UDP transport * Sockets: elementary, advanced, routed, and raw * I/O: multiplexing, advanced functions, nonblocking, and signal-driven * Daemons and inetd * UNIX domain protocols * ioctl operations * Broadcasting and multicasting * Threads * Streams * Design: TCP iterative, concurrent, preforked, and prethreaded serversSince 1990, network programmers have turned to one source for the insights and techniques they need: W. Richard Stevens' UNIX Network Programming. Now, there's an edition specifically designed for today's challenges - and tomorrow's.
๐ SIMILAR VOLUMES
This is THE guide to UNIX network programming APIs. Whether you write Web servers, client/server applications, or any other network software, you need to understand networking APIS-especially sockets in greater detail than ever before. You need UNIX Network Programming, Volume 1, Third Edition. In t
This is THE guide to UNIX network programming APIs. Whether you write Web servers, client/server applications, or any other network software, you need to understand networking APIS-especially sockets in greater detail than ever before. You need UNIX Network Programming, Volume 1, Third Edition. In t
The Best series of books to learn Network programming from. The BEST in the world. Nothing comes close. Richard Steven rocks always !
An introductory tutorial or class text and a reference for experienced programmers. Revised from the 1990 edition by using ANSI C for all examples, expanding and rearranging much of the material, dropping the explanation of UNIX, describing the Posix interface, some terminology change, and covering