UNIX Network Programming: Difference between revisions
was pointing to an international edition; I can find no evidence of a more recent edition than the 2nd, for volume 2 |
|||
Line 44: | Line 44: | ||
'''Unix Network Programming''' is a book written by [[W. Richard Stevens]].<ref>{{cite book | title=UNIX Network Programming, 1st Ed | publisher=Prentice Hall | author=Stevens, W. Richard | year=1990 | isbn=978-0139498763 | oclc=20631405 }}</ref> 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. The book provides descriptions of how and why a given solution works and includes 15,000 lines of [[C (programming language)|C]] code. The book's summary describes it as "for programmers seeking an in depth tutorial on [[Unix domain socket|sockets]], [[OSI model#Layer 4: Transport layer|transport level]] interface (TLI), [[Inter-process communication|interprocess communications]] (IPC) facilities under [[System V]] and [[BSD]] UNIX."<ref>http://www.textbooks.com/Unix-Network-Programming-90-Edition/9780139498763/W-Richard-Stevens.php</ref> The book has been translated into several languages, including Chinese, Italian, German, Japanese and others. |
'''Unix Network Programming''' is a book written by [[W. Richard Stevens]].<ref>{{cite book | title=UNIX Network Programming, 1st Ed | publisher=Prentice Hall | author=Stevens, W. Richard | year=1990 | isbn=978-0139498763 | oclc=20631405 }}</ref> 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. The book provides descriptions of how and why a given solution works and includes 15,000 lines of [[C (programming language)|C]] code. The book's summary describes it as "for programmers seeking an in depth tutorial on [[Unix domain socket|sockets]], [[OSI model#Layer 4: Transport layer|transport level]] interface (TLI), [[Inter-process communication|interprocess communications]] (IPC) facilities under [[System V]] and [[BSD]] UNIX."<ref>http://www.textbooks.com/Unix-Network-Programming-90-Edition/9780139498763/W-Richard-Stevens.php</ref> The book has been translated into several languages, including Chinese, Italian, German, Japanese and others. |
||
Later editions have expanded into two volumes, Volume 1: The Sockets Networking API<ref>{{cite book | title=Unix Network Programming, Volume 1: The Sockets Networking API | publisher=Addison-Wesley Professional |author1=W. Richard Stevens |author2=Bill Fenner |author3=Andrew M. Rudoff |name-list-style=amp | year=2003 | isbn=978-0131411555 | oclc=53867239 | edition=3rd }}</ref> and Volume 2: Interprocess Communications.<ref>{{cite book | title=Unix Network Programming, Volume 2: Interprocess Communications | publisher=Prentice Hall | author=Stevens, W. Richard | year= |
Later editions have expanded into two volumes, Volume 1: The Sockets Networking API<ref>{{cite book | title=Unix Network Programming, Volume 1: The Sockets Networking API | publisher=Addison-Wesley Professional |author1=W. Richard Stevens |author2=Bill Fenner |author3=Andrew M. Rudoff |name-list-style=amp | year=2003 | isbn=978-0131411555 | oclc=53867239 | edition=3rd }}</ref> and Volume 2: Interprocess Communications.<ref>{{cite book | title=Unix Network Programming, Volume 2: Interprocess Communications | publisher=Prentice Hall | author=Stevens, W. Richard | year=1998 | isbn=9780130810816 | oclc=1055101128 | edition=2nd }}</ref> |
||
In the movie ''[[Wayne's World 2]]'', the book is briefly referenced.<ref>{{cite web|last1=Chalmers|first1=Rachel|title=Guru of the Unix gurus|url=http://www.salon.com/2000/09/01/rich_stevens/|work=salon.com|accessdate=23 April 2015|date=Sep 1, 2000}}</ref> |
In the movie ''[[Wayne's World 2]]'', the book is briefly referenced.<ref>{{cite web|last1=Chalmers|first1=Rachel|title=Guru of the Unix gurus|url=http://www.salon.com/2000/09/01/rich_stevens/|work=salon.com|accessdate=23 April 2015|date=Sep 1, 2000}}</ref> |
Revision as of 06:13, 23 November 2022
![]() |
![]() | |
Author | W. Richard Stevens, Bill Fenner, Andrew M. Rudoff (third ed) |
---|---|
Language | English |
Genre | non-fiction |
Publisher | Prentice Hall Addison-Wesley (third edition) |
Publication date | 1990 (first ed) 1998 (second ed) 2003 (third ed) |
Pages | 768 (first edition) 1009 (second edition) 1024 (third edition) |
ISBN | 978-0139498763 (first ed) 978-0134900124 (second ed, vol 1) 978-0130810816 (second ed, vol 2) 978-0131411555 (third ed) |
Website | www |
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. The book provides descriptions of how and why a given solution works and includes 15,000 lines of C code. The book's summary describes it as "for programmers seeking an in depth tutorial on sockets, transport level interface (TLI), interprocess communications (IPC) facilities under System V and BSD UNIX."[2] The book has been translated into several languages, including Chinese, Italian, German, Japanese and others.
Later editions have expanded into two volumes, Volume 1: The Sockets Networking API[3] and Volume 2: Interprocess Communications.[4]
In the movie Wayne's World 2, the book is briefly referenced.[5]
References
- ^ Stevens, W. Richard (1990). UNIX Network Programming, 1st Ed. Prentice Hall. ISBN 978-0139498763. OCLC 20631405.
- ^ http://www.textbooks.com/Unix-Network-Programming-90-Edition/9780139498763/W-Richard-Stevens.php
- ^ W. Richard Stevens; Bill Fenner & Andrew M. Rudoff (2003). Unix Network Programming, Volume 1: The Sockets Networking API (3rd ed.). Addison-Wesley Professional. ISBN 978-0131411555. OCLC 53867239.
- ^ Stevens, W. Richard (1998). Unix Network Programming, Volume 2: Interprocess Communications (2nd ed.). Prentice Hall. ISBN 9780130810816. OCLC 1055101128.
- ^ Chalmers, Rachel (Sep 1, 2000). "Guru of the Unix gurus". salon.com. Retrieved 23 April 2015.
External links
- Unix Network Programming, Vol. 1
- Book Review (Archived 18 February 2015 at the Wayback Machine)
- Prentice Hall interview with Rich Stevens, author of Unix Programming, Volume 1: Networking APIs, Sockets and XTI, 2/e
- UNIX Network Programming, Volume 1, Second Edition Aug 1, 1998, By David Bausum