|
buying more than one thing? (uses Multi-Item Price Optimization™) ...or you can sell this book |
||
Abraham Silberschatz, Greg Gagne, Peter Baer Galvin
Edition: 6
Retail Price (not our price): $107.95
ISBN: 0471250600
ISBN-13: 9780471250609
Publication Date: 2002-03-08
Format: Hardcover
Pages: 976
Editorial Reviews (supplied by Amazon.com):
1) Product Description
Silberschatz: Operating Systems Concepts, 6/e Windows XP Update Edition, the best selling introductory text in the market, continues to provide a solid theoretical foundation for understanding operating systems. The 6/e Update Edition offers improved conceptual coverage, added content to bridge the gap between concepts and actual implementations and a new chapter on the newest Operating System to capture the attention of critics, consumers, and industry alike: Windows XP. * Brand new chapter on the newest operating system, Windows XP. * Brand new chapter on Threads has been added and includes coverage of Pthreads and Java threads. * Brand new chapter on Windows 2000 replaces Windows NT. * Out with the old, in with the new! All code examples have been rewritten and are now in C. * Client-server models and NFS coverage has been moved to an earlier part of the text. * More, more, more... The sixth edition now offers increased coverage of small footprint operating systems such as PalmOS and real-time operating systems. * Updated! Core material in every chapter has been updated, as has coverage of Linux, Solaris and FreeBSD.2) Amazon.com
Operating systems are large and complex, and yet must function with near-absolute reliability--that's why they're a class unto themselves in the field of software development. Since its first release 20 years ago, "the dinosaur book"--Operating System Concepts by Abraham Silberschatz, Peter Baer Galvin, and Greg Gagne--has been a valuable reference for designers and implementers of operating systems. The newly released sixth edition of this book maintains the volume's authority with new sections on thread management, distributed processes, and the Java Virtual Machine (JVM). There's also information on the workings of the latest crop of operating systems, including Microsoft Windows 2000, Linux, FreeBSD, and compact operating systems for handheld devices.This book is concerned with the design of operating systems, which is to say it enumerates the problems that pop up in the creation of efficient systems and explores alternative ways of dealing with them, detailing the advantages and shortcomings of each. For example, in their chapter on scheduling CPU activity, the authors explain several algorithms (first-come, first-served, and round-robin scheduling, among others) for allocating the capacity of single and multiple processors among jobs. They highlight the relative advantages of each, and explain how several real-life operating systems solve the problem. They then present the reader with exercises (this book is essentially a university textbook) that inspire thought and discussion. --David WallTopics covered: The problems faced by designers of system software for electronic computers, and strategies that have been developed over the past 20 years to address (and, in some cases, solve) them. Problems of CPU scheduling, memory allocation, paging, processes and threads, storage management, distributed processes and storage mechanisms, and security are all discussed thoroughly and with many authoritative references.
Customer Reviews (supplied by Amazon.com):
Average Customer Rating: 3.5 out of 5
1) Among the best operating systems texts for its' time [Rating: 5 out of 5]
Many years ago, I was contacted by a desperate department head in need of someone to teach operating systems. With only two weeks to go before the class started, he was beginning to suffer from a case of the jitters. I agreed to teach the class and this was the book that had already been selected for the course. Through the course of the class, I never had any reason to complain about the selection. I found the material well presented and while I had to do the usual explanation and clarifications in class, there was nothing that I considered beyond the norm. The coverage was thorough and when I needed to select exercises for the students, I took them directly from the book and only occasionally modified them to emphasize a particular point. After examining other operating systems texts, I still consider this one among the best, at least for its' time.2) Not a very good book. Had to buy it for a class. [Rating: 3 out of 5]
Not a very good book. Had to buy it for a class.3) It's the "Concepts" Book [Rating: 5 out of 5]
This book does a good job in keeping up with the Title, "OS Concepts". I won't go in detail justifying that, as it's already been done by several before me. However, one point worth mentioning is that it's still a concepts book. To be a real programmer / computer science person, one needs to implement the concepts. In that regard, I'd recommed the book " Operating Systems: Design & Implementation by Andrew S. Tanenbaum, Albert S. Woodhull". That way you'll know what the code looks like. This book is great to start with and learn how an OS works. "NO CODE INSIDE THOUGH"4) Accessible treatment of complex topics [Rating: 4 out of 5]
This book does a great job of presenting all details of operating system design and operation. When appropriate, the authors point out how Linux, Solaris or Windows implements a given topic. This is valuable for software developers who work on these platform and need to understand how the scheduler is going to react if you spawn new threads/processes.The one bad thing I can say is that some examples are too general and do not convey the proper detail. This is just a minor distraction and does not take away from the book's overall effectiveness.5) Great Fundamentals of OS Book [Rating: 5 out of 5]
Good book for learning OS principles for undergrad and lower grad students. I recommend this for hose wanting an introduction to OS Internals.I prefer this to Modern OS by Tanenbaum.
