Search results
Results from the WOW.Com Content Network
Unix Network Programming is a book written by W. Richard Stevens. [1] It was published in 1990 by Prentice Hall and covers many topics regarding UNIX networking and Computer network programming . The book focuses on the design and development of network software under UNIX.
2003 – UNIX Network Programming Volume 1, Third Edition: The Sockets Networking API – ISBN 0-13-141155-1 (with Bill Fenner, and Andrew M. Rudoff) 2005 – Advanced Programming in the UNIX Environment, Second Edition – ISBN 0-321-52594-9 (with Stephen A. Rago)
W. Richard Stevens: UNIX Network Programming, Volume 1, Second Edition: Networking APIs: Sockets and XTI, Prentice Hall, 1998, ISBN 0-13-490012-X ^ "Chapter 12 - Network Programming". COMP1406 (PDF) . 2017.
In computer networking, the Transport Layer Interface (TLI) was the networking API provided by AT&T UNIX System V Release 3 (SVR3) in 1987 [1] and continued into Release 4 (SVR4). [2] TLI was the System V counterpart to the BSD sockets programming interface, which was also provided in UNIX System V Release 4 (SVR4). [2]
Stevens adds three chapters giving more concrete examples of Unix programming: he implements a database library, communicates with a PostScript printer, and with a modem. The book does not cover network programming: this is the subject of Stevens's 1990 book UNIX Network Programming and his subsequent three-volume TCP/IP Illustrated.
Stevens, Richard. UNIX Network Programming, Volume 2, Second Edition: Interprocess Communications. Prentice Hall, 1999. ISBN 0-13-081081-9; U. Ramachandran, M. Solomon, M. Vernon Hardware support for interprocess communication Proceedings of the 14th annual international symposium on Computer architecture. Pittsburgh, Pennsylvania, United States.
TCP/IP Illustrated is the name of a series of 3 books written by W. Richard Stevens.Unlike traditional books which explain the RFC specifications, Stevens goes into great detail [2] using actual network traces to describe the protocol, hence its 'Illustrated' title.
The X/Open Transport Interface is a specification that defines an independent transport-service interface for network applications. Programs using XTI can be run over a variety of transport providers, such as the Transmission Control Protocol (TCP), Xerox Network Systems (XNS), Systems Network Architecture (SNA), X.25, Asynchronous Transfer Mode (ATM) or any other transport layer provider that ...