- Jubilee offer: spend £10 or more on any product sold by Amazon.co.uk on or before June 6 and you can buy "The Diamond Jubilee - A Classical Celebration Album" for just £2.50. Here's how (terms and conditions apply)
| ||||||||||||||||||
![]() Trade In this Item for up to £36.25
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in Modern Operating Systems for an Amazon.co.uk gift card of up to £36.25, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.
|
Product details
|
Readers familiar with Tanenbaum's previous text, Operating Systems, know the author is a great proponent of simple design and hands-on experimentation. His earlier book came bundled with the source code for an operating system called Minux, a simple variant of Unix and the platform used by Linus Torvalds to develop Linux. Although this book does not come with any source code, he illustrates many of his points with code fragments (C, usually with Unix system calls).
The first half of Modern Operating Systems focuses on traditional operating systems concepts: processes, deadlocks, memory management, I/O, and file systems. There is nothing ground-breaking in these early chapters, but all topics are well covered, each including sections on current research and a set of student problems. It is the second half of the book that differentiates itself from older operating systems texts. Here, each chapter describes an element of what constitutes a modern operating system--awareness of multimedia applications, multiple processors, computer networks, and a high level of security. The chapter on multimedia functionality focuses on such features as handling massive files and providing video-on-demand. Included in the discussion on multiprocessor platforms are clustered computers and distributed computing. Finally, the importance of security is discussed--a lively enumeration of the scores of ways operating systems can be vulnerable to attack, from password security to computer viruses and Internet worms.
Included at the end of the book are case studies of two popular operating systems: Unix/Linux and Windows 2000. There is a bias toward the Unix/Linux approach, not surprising given the author's experience and academic bent, but this bias does not detract from Tanenbaum's analysis. Both operating systems are dissected, describing how each implements processes, file systems, memory management, and other operating system fundamentals.
Tanenbaum's mantra is a simple, accessible operating system design. Given that modern operating systems have extensive features, he is forced to reconcile physical size with simplicity. Towards this end, he makes frequent references to the Frederick Brooks classic The Mythical Man Month for wisdom on managing large, complex software development projects. He finds both Windows 2000 and Unix/Linux guilty of being too complicated--with a particular skewering of Windows 2000 and its "mammoth Win32 API". A primary culprit is the attempt to make operating systems more "user-friendly," which Tanenbaum views as an excuse for bloated code. The solution is to have smart people, the smallest possible team, and well-defined interactions between various operating systems components. Future operating system design will benefit if the advice in this book is taken to heart. --Pete Ostenson --This text refers to an out of print or unavailable edition of this title.
For Introductory Courses in Operating Systems in Computer Science, Computer Engineering, and Electrical Engineering programs.
¿
The widely anticipated revision of this worldwide best-seller incorporates the latest developments in operating systems (OS)technologies. The Third Edition includes up-to-date materials on relevant¿OS such as Linux, Windows, and embedded real-time and multimedia systems. Tanenbaum also provides information on current research based on his experience as an operating systems researcher.
¿
Student Resources¿Include:
Password-Protected Instructor Resources (Select the Resources Tab to View Downloadable Files):
Modern Operating Systems, 3e is the recipient of the Text and Authors Association (TAA) 2010 McGuffey Longevity Award. The McGuffey Longevity Award recognizes textbooks whose excellence has been demonstrated over time.
Suggested Tags from Similar Products(What's this?)Be the first one to add a relevant tag (keyword that's strongly related to this product)
|
I've used this book, Silberschatz's and Stalling's for my exam on OS. Comparing them on a day by day studying basis, I have no doubt this would be the only one I'd keep if I should, although both Silberschatz's and Stalling's (this one more) have proved very useful as well.
This is an excellent book and is very detailed and well-written. It covers OSes generally as well as giving detailed real-world examples. In particular, it has very extensive case-studies for UNIX, MS-DOS, MACH and Amoeba. In addition, there are many problems set and comparisons drawn between different OSes. There is a small introduction to C in an appendix to facilitate reading some of the examples given in the book, although it should be stressed that emphasis is places on the concepts of operating system design rather than the author taking you through reams of code. There are plenty of diagrams to make things like process flow easier to understand. I found this book invaluable during the Operating Systems part of the Cambridge University Computer Science course.
|