Join Books.org — it's free

UNIX, Operating Systems - Computer Networks
UNIX network programming by W. Richard Stevens — book cover

UNIX network programming

by W. Richard Stevens
Write a review
Log in to track your reading progress.

Overview

The only guide to UNIX network programming APIs you'll ever need!


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, Second Edition.


In this book, leading UNIX networking expert W. Richard Stevens offers unprecedented, start-to-finish guidance on making the most of sockets, the de facto standard for UNIX network programming--as well as extensive coverage of the X/Open Transport Interface (XTI).


Stevens begins by introducing virtually every basic capability of TCP and UDP sockets, including socket functions and options, I/O multiplexing, and name and address conversions. He presents detailed coverage of the Posix.1g standard for sockets and the Posix threads. He also introduces advanced techniques for:



  • Establishing IPv4/IPv6 interoperability.

  • Implementing non-blocking I/O.

  • Routing sockets.

  • Broadcasting and multicasting.

  • IP options.

  • Multithreading.

  • Advanced name and address conversions.

  • UNIX domain protocols.

  • Raw sockets.


Learn how to choose among today's leading client/server design approaches, including TCP iterative, concurrent, preforked and prethreaded servers. Master the X/Open Transport Interface, including XTI TCP clients and servers, name and address functions, options, streams and additional functions.


The Internet/intranet revolution has dramatically increased the demand for developers with a sophisticated understanding of network programming APIs, especially sockets. One book contains all you need to know: UNIX Network Programming, Volume 1, Second Edition.



This is a guide and reference for network programming using the sockets and XTI (X/Open Transport Interface) APIs, and is based on the TCP/IP suite of protocols for IP v4 and v6. The book overviews client/server concepts, standards and functions before diving into the internals of the transport layer (TCP & UDP) states, buffer sizes and protocol usage. A large part of this publication (24 chapters) dissects sockets API programming.

About the Author, W. Richard Stevens


W. Richard Stevens is author of UNIX Network Programming, First Edition, widely recognized as the classic text in Unix networking. He is also the author of Advanced Programming in the UNIX Environment and the TCP/IP Illustrated Series. He is an acknowledged Unix and networking expert, sought-after instructor, and occasional consultant.

Reviews

There are no reviews yet. Log in to write one.

Editorials

Booknews

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 several new topics. It has also been divided into at least three volumes; the second probably on IPC: interprocess communications and the third on applications. Annotation c. by Book News, Inc., Portland, Or.

Book Details

Published
October 17, 1997
Publisher
Upper Saddle River, NJ : Prentice Hall PTR, c1998-c1999.
Pages
1009
Format
Hardcover
ISBN
9780134900124

More by W. Richard Stevens

Similar books