Jump to content

UNIX Network Programming: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Wesleyneo (talk | contribs)
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=2012 | isbn=978-0132974295 | oclc=780358896 | 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=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

UNIX Network Programming
AuthorW. Richard Stevens,
Bill Fenner, Andrew M. Rudoff (third ed)
LanguageEnglish
Genrenon-fiction
PublisherPrentice Hall
Addison-Wesley (third edition)
Publication date
1990 (first ed)
1998 (second ed)
2003 (third ed)
Pages768 (first edition)
1009 (second edition)
1024 (third edition)
ISBN978-0139498763 (first ed)
978-0134900124 (second ed, vol 1)
978-0130810816 (second ed, vol 2)
978-0131411555 (third ed)
Websitewww.unpbook.com

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

  1. ^ Stevens, W. Richard (1990). UNIX Network Programming, 1st Ed. Prentice Hall. ISBN 978-0139498763. OCLC 20631405.
  2. ^ http://www.textbooks.com/Unix-Network-Programming-90-Edition/9780139498763/W-Richard-Stevens.php
  3. ^ 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.
  4. ^ Stevens, W. Richard (1998). Unix Network Programming, Volume 2: Interprocess Communications (2nd ed.). Prentice Hall. ISBN 9780130810816. OCLC 1055101128.
  5. ^ Chalmers, Rachel (Sep 1, 2000). "Guru of the Unix gurus". salon.com. Retrieved 23 April 2015.