UNIX Network Programming: Difference between revisions
m →External links: HTTP to HTTPS for Wayback Machine, replaced: http://web.archive.org/ → https://web.archive.org/ |
citation templates used (say no to link rot!); https upgrades; EL cleanup |
||
Line 23: | Line 23: | ||
| set_in = |
| set_in = |
||
| published = |
| published = |
||
| publisher = [[Prentice Hall]]<br |
| publisher = [[Prentice Hall]]<br/>[[Addison-Wesley]] (third edition) |
||
| publisher2 = |
| publisher2 = |
||
| pub_date = 1990 (first ed)<br |
| pub_date = 1990 (first ed)<br/>1998 (second ed)<br /> 2003 (third ed) |
||
| english_pub_date = |
| english_pub_date = |
||
| media_type = |
| media_type = |
||
| pages = 768 (first edition)<br |
| pages = 768 (first edition)<br/>1009 (second edition)<br />1024 (third edition) |
||
| awards = |
| awards = |
||
| isbn = 978-0139498763 |isbn_note= (first ed)<br />978-0134900124 (second ed, vol 1)<br |
| isbn = 978-0139498763 |isbn_note= (first ed)<br />978-0134900124 (second ed, vol 1)<br/>978-0130810816 (second ed, vol 2)<br/>978-0131411555 (third ed) |
||
| oclc = |
| oclc = |
||
| dewey = |
| dewey = |
||
Line 42: | Line 42: | ||
| website = {{url|http://www.unpbook.com}} |
| website = {{url|http://www.unpbook.com}} |
||
}} |
}} |
||
'''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> |
'''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>{{cite web |
||
| url=https://www.textbooks.com/Unix-Network-Programming-90-Edition/9780139498763/W-Richard-Stevens.php |
|||
| title=Unix Network Programming - 90 edition: Summary |
|||
| website=textbooks.com |
|||
| access-date=2023-02-06}}</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=1998 | isbn=9780130810816 | oclc=1055101128 | edition=2nd }}</ref> |
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= |
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=https://www.salon.com/2000/09/01/rich_stevens/ |
|||
| date=Sep 1, 2000 |
|||
| publisher=[[Salon.com]] |
|||
| access-date=2023-02-06}}</ref> |
|||
==References== |
==References== |
||
Line 52: | Line 63: | ||
== External links == |
== External links == |
||
* [ |
* [https://books.slashdot.org/story/03/12/03/2144222/unix-network-programming-vol-1 Unix Network Programming, Vol. 1] |
||
* [http://www.cisco.com/web/about/ac123/ac147/archived_issues/ipj_8-1/book_review.html Book Review] ({{webarchive |url=https://web.archive.org/web/20150218115558/http://www.cisco.com/web/about/ac123/ac147/archived_issues/ipj_8-1/book_review.html |date=18 Feb 2015}}) |
|||
* [http://www.kohala.com/start/unpv12e/interview.html Prentice Hall interview with Rich Stevens, author of Unix Programming, Volume 1: Networking APIs, Sockets and XTI, 2/e] |
* [http://www.kohala.com/start/unpv12e/interview.html Prentice Hall interview with Rich Stevens, author of Unix Programming, Volume 1: Networking APIs, Sockets and XTI, 2/e] |
||
* [ |
* [https://www.linuxjournal.com/article/2656 UNIX Network Programming, Volume 1, Second Edition] Aug 1, 1998, By David Bausum |
||
[[Category:Computer books]] |
[[Category:Computer books]] |
Revision as of 23:30, 5 February 2023
![]() |
![]() | |
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.
- ^ "Unix Network Programming - 90 edition: Summary". textbooks.com. Retrieved 2023-02-06.
- ^ 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 2023-02-06.