|
|||||||||||||||||||||||||||||||||||
|
28 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
61 of 61 people found the following review helpful:
5.0 out of 5 stars
Continuing the work of a legend in the field of CS,
By ART SEDIGHI (Old Bethpage, NY United States) - See all my reviews
This review is from: Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) (Hardcover)
It would be difficult to put value on a book that has been a classic text and a reference in academia and in the real world in the context of Network Programming for over a decade. Richard Stevens published the ever-popular Unix Network Programming [UNP] back in 1990, followed the second edition in 1998. With a dedication to the memory of R. Stevens, the UNP book found itself two new authors, Bill Fenner and Andrew M. Rudoff, who would write the third edition of this book. The third edition has many updates, a new look and feel and many of new chapters that cover the topics more applicable these days. In my opinion, it is still the most valuable and profound text in the context of Network Programming. For those of us who have the first two editions of this book, the third edition has the following changes in effect: · POSIX updates. The functions/APIs and examples have been updated to reflect the changes to the latest version of the POSIX specification (1003.1-2001) Many topics and sections have been updated with the authors' comments. These comments even though simple for someone new to the profession, are extremely useful as they are like hints and tips from one developer to the next to help you out in your next programming assignment. If this is the only edition of the book that you are reading, you are in for a treat. Topics in Network Programming are covered in detail and using concrete programming examples that all of us can relate to - all Unix, but what else is there?! All kidding aside, the topics are covered well enough that they are useful information under any Operating System. The concepts don't change; sockets are sockets under any Operating System. The function call is different, but one needs to go thru the same steps under any environment. Being the most popular networking protocol, TCP/IP is covered in Part I of the book. One needs to have prior understanding of the TCP/IP protocol and the OSI model, however. If this is the first time you are looking at the programming aspects of networking protocols, Part I of this book will cover the basics. It starts you off with a couple of simple examples such as daytime client and a daytime server and it builds on that as the reader reads along. TCP, UDP and SCTP (Stream Control Transmission Protocol) are covered in brief in Part I, and basic concepts such as the three-way handshake of TCP and the four-way handshake of SCTP are depicted. Part II of the book covers sockets and socket programming. Topics such as the socket Address Structure in IPv4 and IPv6 for TCP, UDP and SCTP are covered and examples (the same daytime client/server) are given to convey the point to the reader. It is important to mention here that all the topics and concepts are depicted for the three transport protocols: TCP, UDP and SCTP. Every single socket API under the Unix programming environment is covered and examples are given for each function call to show the reader how the function can be utilized. An entire chapter has been dedicated to Socket Options and how they are used/can be used for best results. Hints are given throughout the chapter to tell the user about the pitfalls and best practices of each option. After the basics have been covered, various I/O models are depicted in detail and examples are shown to convey the pro's and con's of each I/O model. The five I/O models used thru the book and available under the Unix environment are: SCTP - Stream Control Transmission Protocol, a new IEFT standard are covered in later chapters of 9 and 10 and again in chapter 23. The two interface models of SCTP (one-to-one and one-to-many) are covered in detail, and their differences with TCP are also explained in full. The client/server example that has been used throughout the book is ported to use the new SCTP protocol. The authors then go into great detail explaining the problems that SCTP solves over TCP and where and how it would be useful to use SCTP. Advanced topics such as IPv4 and IPv6 portability, Unix Domain Protocols, Multicasting and advanced Socket programming for UDP, TCP and SCTP cover the rest of the chapters in this book.
23 of 23 people found the following review helpful:
5.0 out of 5 stars
current classic,
By Jeff Pike (Mechanicsville, VA United States) - See all my reviews
This review is from: Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) (Hardcover)
This book, as with all other Stevens books, can be used as either a tutorial or reference. The depth of information here is unparalleled. I continue to be impressed with the detail in this book. Fenner and Rudoff have done an outstanding job of maintaining quality and tradition this invaluable reference. Avid Stevens fans will not be disappointed.
3rd edition updates include: *IPv6 added *POSIX 1003.1-2001 added *XTI dropped *T/TCP dropped *SCTP added *Key Management Sockets for use with IPSec Added *Machines used for examples updated *Other material updated where appropriate (including new functions) I bought this book a year ago along with Stevens "Advanced Programming in the UNIX Environment" I read most of this book as a tutorial on network programming. I continue to use it as reference. I also read all of APUE. Since then I've added TCP/IP Illustrated, Volume 1 and UNIX Network Programming, Volume 2 to my collection. I've come to apprecaite the painstaking detail, pure clarity, and conciseness that are the hallmarks of all Stevens books. I'm thankful that Rudoff and Fenner updated this classic. This book is all most will need for the sockets API. I don't have the second edition, but I'm quite happy with the third. It's good to have something that speaks to IPv6. This is the best of the old and new. I wouldn't mind seeing an updated version of TCP/IP Illustrated volumes 1 and 2 either if Fenner and Rudoff are up to it. All of the Stevens books compliment each other really well. Truth be told, the more Stevens books you read the better off you are.
12 of 12 people found the following review helpful:
4.0 out of 5 stars
Invaluable UNIX Programming Resource,
By Russ Woodman (Mount Vernon, MO USA) - See all my reviews
This review is from: Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) (Hardcover)
While not a C programmer by any means, I decided to take some time and tackle the UNIX Network Programming book. I found that lots of early college classes came back to me as I forged a few pages in. It was clear from the very beginning that this book was going to be a very detailed study on all aspects of IP networking as it relates to UNIX programmers. Even for someone who isn't initiated in the topic or really even interested, it was quite an experience to read through the hundreds of flow charts and detailed examples of C code showing how to perform all kinds of interesting network tasks.From a simple HTTP GET to detailed network file and connectivity operations, including TCP and UDP packets, ports, sockets and so on, there is a place in the book for each kind of network programming service. There is also a fair amount of text dealing with debugging techniques, allowing even those programmers who are experienced in their craft to find new ways to ferret out the problems in their code. The book also promotes good stylistics in programming, engendering the idea that readable and understandable code is better code than that which simply works. There are also examples and explanations for IPv6?, for any programmer who is going to be making the leap into next generation networks. There are also instructions on how to deal with wireless networks, security models and other topics for anyone who plans on designing network applications or specialized network configurations. It's probably not accurate to rate a book on a topic that holds little interest to the reader, but even a modest script programmer can tell when a book hits a subject just right and brings out all the details in a concise, easy-to-understand way. If you're a hard-core network programmer, this book is definitely for you. If not, you may find you learn something anyway.
8 of 8 people found the following review helpful:
5.0 out of 5 stars
School Text,
This review is from: Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) (Hardcover)
I was required to use this book for my networking programming class. I'm in my senior year of college and having quite a bit of experience with textbook, I can say with confidence that this is one of the better textbooks out there. You can definately teach yourself network programming with this book and the accompanied source examples.... makes a handy reference guide as well. Worth the investment for Computer Science Engineers.
8 of 8 people found the following review helpful:
5.0 out of 5 stars
What more needs to be said?,
By
This review is from: Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) (Hardcover)
Im an Australian final year undergrad CS student, we used this as the text for a course 'Network Programming'. This book is very well written and explains not only the process of writing networked applications using C, but also how the actual protocols such as TCP, UDP etc work. This gives you a solid understanding of the 'whys' of network programming and not just the 'hows'. Overall this is a great book for those wanting to learn about network programming in Unix systems or those wanting a refresher. Highly recommended.
7 of 7 people found the following review helpful:
5.0 out of 5 stars
A New Classic,
By
This review is from: Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) (Hardcover)
This will become the new classic of Unix Network Programming. When I first heard that there was a new edition, I was afraid that the classic would be destroyed. Although it is quite different and much of it has been done by "et al", it turns out to be quite good.Initially I did a quick scan and immediately saw some things missing (like FTP). However, after reading the book and realizing how infrequently I had referenced the missing parts in the first book, I was much happier. With the additional IPv6 information and newer technologies, this more than made up for the deletions (from volume one). The text is easy to read and flows logically. What really impressed me was the depth of the expertise. For me, there had been some stumbling blocks in TCP and UDP development early on (especially nuances of UDP) that took a fair amount of time to figure out. I was pleasantly surprised to see many of those difficulties laid out cleanly for anyone to figure out in a matter of minutes. That alone is worth the price of the book. The index is extensive and helpful. The questions at the end of each chapter are limited, but enough to be useful in a college course. The printing is high quality. The paper is high quality (thin, but strong so that the 1000 page book is not huge or heavy). The printing takes up much of the page (i.e., not two-inch borders like some books). The binding lies flat without separating the pages. Definitely a quality printing. Yes, a new classic.
4 of 4 people found the following review helpful:
5.0 out of 5 stars
A must have,
By
This review is from: Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) (Hardcover)
This book is a must have for anyone who writes networking code in C or C++ for UNIX/POSIX systems. It is complete, easy to understand, and stands up well both to skimming and to use as a reference.Surprisingly, it includes both multithreaded I/O concepts, raw sockets, routing sockets, and even IPv6 (in amazing detail) and SCTP. This book is worth its weight in gold to anyone from a student to a professional.
4 of 4 people found the following review helpful:
5.0 out of 5 stars
An essential book for your UNIX library,
By "haddad_i" (Montreal, Canada) - See all my reviews
This review is from: Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) (Hardcover)
The book is really great. Most if not all serious UNIX programmers out there have a copy of Stevens books that they hold close to their hearts as well as to their UNIX/Linux machine. This new edition continues the tradition of presenting excellent content and adds on the original Stevens edition with new topics. There is a number of changes in this new edition that are very important. First the ccoverage of the new SCTP protocol in chapters 9 and 10. Then the coverage of the new IP protocol, IPv6 and its interoperability with IPv4 in chapter 12 and Appendix A. All owners of the previous edition realize the value of this book and the excellent quality of the material it presents. This new edition continues in the same direction with new additional contents. For people who are new to this book, this is a great book on Unix programming, a very well known and respected classic that is a must to have. A definite recommendation.
6 of 7 people found the following review helpful:
5.0 out of 5 stars
The classic and best Unix network programming book!,
By
This review is from: Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) (Hardcover)
With the updated third edition, this book keeps getting better and better with age. I've been using this book since 1991 when I was a green programmer who got assigned to his first real Unix project. I'm not one to give out praises lightly but let me say that this is the BEST network programming book around. Stevens had a way of taking a complex subject and in a few pages--if you follow the examples--making it crystal clear. The new authors, I believe, are continuing this fine tradition.
Practically everything about network programming is here. There are many examples on how to use socket(), bind(), listen(), select(), accept(), connect(), read(), write(), you name it. There are lots of sample code on how to write robust TCP/UDP clients and servers. The programming style is clear and easy to understand. This new edition updates the original text to conform to the POSIX standard. This book will not make you an expert overnight, but it will help you become an expert. There are other network programming books out there, to be sure, but this one tops the list.
4 of 5 people found the following review helpful:
5.0 out of 5 stars
A great teacher; an essential reference,
By elwin "elwin" (Cambridge, MA USA) - See all my reviews
This review is from: Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) (Hardcover)
I learned both network programming and threaded programming (pthreads) from this book (the 1998 2nd edition), and it was a great teacher. I used it to design and implement a client server protocol for a research project involving 10 machines and about 15 communicating processes. One of the things I really appreciate about the book is the detailed examples.After the concepts (a server 'listens' for a connection; a client initiates a connection) and basics of packets and sockets, the book presents a simple tcp server and client -- the server simply echos back whatever the client sends. Next, it discusses what can go wrong with the simple version, and presents an improved echo server that behave better when the client crashes (and likewise an improved client). The book continues to improve on the basic client/server, including address resolution, and servers that handle multiple clients using forks, threads, non-blocking I/O. This is all I needed to learn from the book, and it's all in the first half of the book. Particularly useful is Chapter 27, Client-Server Design Alternatives. To me it alone was worth the price of the book. Here the book discusses concurrent servers with three basic architectures: (1) non-blocking I/O, no threads or forks (advantage: full control of resource allocation; disadvantag: complexity); (2) spawn a thread or fork for each client (simplest implementation; potential problem of too many children); (3) servers that pre-allocate a pool of threads or forks (a happy medium; faster). Other chapters discuss broadcasting, multicasting, out of band data, routing sockets, and raw sockets; all topics I hope to learn some day. Again, this is a great book. The 3rd edition brings it up to date for IPV6 and numerous small improvements. |
|
Most Helpful First | Newest First
|
|
Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) by W. Richard Stevens (Hardcover - November 24, 2003)
$79.99 $54.18
In Stock | ||