Kindle Edition
Read instantly on your iPad, PC or Mac, no Kindle required
Buy Price: $97.50
Rent From: $53.70
 
 
   
Sell Back Your Copy
For a $0.21 Gift Card
Trade in
Have one to sell? Sell yours here
Operating System Concepts with Java
 
 

Operating System Concepts with Java [Hardcover]

Abraham Silberschatz (Author), Peter B. Galvin (Author), Greg Gagne (Author)
4.3 out of 5 stars  See all reviews (6 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
 
Kindle Edition
Rent from
$97.50
$53.70
 
Hardcover $116.78  
Hardcover, December 5, 2006 --  
Paperback --  
There is a newer edition of this item:
Operating System Concepts with Java Operating System Concepts with Java 4.3 out of 5 stars (6)
$116.78
In Stock.

Book Description

047176907X 978-0471769071 December 5, 2006 7
Get inside today's most popular operating systems

How do today's operating systems work? The award-winning team of Abraham Silberschatz, Peter Galvin, and Greg Gagne gets you right up to speed on all the key concepts of computer operating systems. Employing the familiar Java programming language, this new edition of their popular guide gives you a thorough theoretical foundation that you can apply to a wide variety of systems as you progress to the next level of your computer work.

Operating System Concepts with Java, Seventh Edition, has been updated to cover the most current topics and applications and designed to help you bridge the gap between concepts and implementations. Integrating the client-server model throughout, the text takes you step-by-step through all the major aspects of programming, including:
* Several new Java example programs including features in Java 5.
* Increased coverage of user perspective in Chapter 1.
* Increased coverage of OS design throughout.
* A new chapter on real-time and embedded systems (Chapter 19).
* A new chapter on multimedia (Chapter 20).
* Additional coverage of security and protection.
* Additional coverage of distributed programming.
* New exercises, programming assignments, and projects at the end of each chapter.
* New student-focused pedagogy and a new two-color design to enhance the learning process.
* Linux, Windows XP, Mac OS X, and other influential operating systems.

Whether you're already adept at Java or new to it, you'll appreciate the Java Primer that's thoughtfully included. The two-color design makes it easier for you to navigate through the chapters, and a plethora of examples, programming exercises, and supplementary online tests and exercises (available through WileyPLUS) help you absorb and reinforce what you've learned. With such complete support, you'll soon be ready to enter the world of operating systems design with confidence.


Editorial Reviews

From the Back Cover

Get inside today’s most popular operating systems

How do today’s operating systems work? The award-winning team of Abraham Silberschatz, Peter Galvin, and Greg Gagne gets you right up to speed on all the key concepts of computer operating systems. Employing the familiar Java programming language, this new edition of their popular guide gives you a thorough theoretical foundation that you can apply to a wide variety of systems as you progress to the next level of your computer work.

Operating System Concepts with Java, Seventh Edition, has been updated to cover the most current topics and applications and designed to help you bridge the gap between concepts and implementations. Integrating the client-server model throughout, the text takes you step-by-step through all the major aspects of programming, including:

  •  Several new Java example programs including features in Java 5.
  • Increased coverage of user perspective in Chapter 1.
  • Increased coverage of OS design throughout.
  • A new chapter on real-time and embedded systems (Chapter 19).
  • A new chapter on multimedia (Chapter 20).
  • Additional coverage of security and protection.
  • Additional coverage of distributed programming.
  • New exercises, programming assignments, and projects at the end of each chapter.
  • New student-focused pedagogy and a new two-color design to enhance the learning process.
  • Linux, Windows XP, Mac OS X, and other influential operating systems.

Whether you’re already adept at Java or new to it, you’ll appreciate the Java Primer that’s thoughtfully included. The two-color design makes it easier for you to navigate through the chapters, and a plethora of examples, programming exercises, and supplementary online tests and exercises (available through WileyPLUS) help you absorb and reinforce what you’ve learned. With such complete support, you’ll soon be ready to enter the world of operating systems design with confidence.

About the Author

Abraham Silberschatz is the Sidney J. Weinberg Professor and Chair of the Computer Science Department at Yale University. He is the former vice president of the Information Sciences Research Center at Bell Laboratories in Murray Hill, New Jersey. He previously held a chaired professorship in the Department of Computer Science at the University of Texas at Austin. He is an ACM Fellow and an IEEE Fellow. He received the 2002 IEEE Taylor L. Booth Education Award, the 1998 ACM Karl V. Karlstrom Outstanding Educator Award, the 1997 ACM SIGMOD Contribution Award, and the IEEE Computer Society Outstanding Paper award

Peter Baer Galvin is the chief technologist for Corporate Technologies of Burlington, Massachusetts, where he designs and implements complex computing facilities. Previously, he was systems manager for the department of Computer Science at Brown University. He speaks and teaches worldwide on the topics of system management, security, and performance. Mr. Galvin also writes a column on systems administration for SysAdmin Magazine, and is co-author of Operating System Concepts.

Greg Gagne is chair of the Computer Science department at Westminster College in Salt Lake City where he has been teaching since 1990. In addition to teaching operating systems, he also teaches courses in computer networks, distributed systems, and software engineering. He also provides workshops to computer science educators and industry professionals.


Product Details

  • Hardcover: 992 pages
  • Publisher: Wiley; 7 edition (December 5, 2006)
  • Language: English
  • ISBN-10: 047176907X
  • ISBN-13: 978-0471769071
  • Product Dimensions: 10.1 x 7.1 x 1.4 inches
  • Shipping Weight: 3.6 pounds
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon Best Sellers Rank: #801,612 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

6 Reviews
5 star:
 (2)
4 star:
 (4)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (6 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

4 of 4 people found the following review helpful:
4.0 out of 5 stars A sound introductory text, May 10, 2010
This provides a solid introduction to the basics of operating system (OS) internals. After an introductory section, this covers the major subsystems in an orderly progression: processes, memory, storage, protection, distributed systems, and special purpose systems. Although I might quibble with some of the ordering, (e.g., virtual memory vis a vis process management), this gives a firm foundation for anyone teaching introductory OS internals. As an aside, instructors should also be aware of the additional support they'll find at the book's web site.

I have no real objections to this book, but find that some of its emphasis won't suit all readers. For example, 99% of all processors don't run Windows or Linux. Instead, they run your DVD player, car air bags, microwave, digital watch, and just about everything else with a power cord or battery. Engineering students headed for embedded system development will need supplementary material. Also, like every other undergrad text I know, this underplays the critical importance of standards in everything from APIs and file system structures to network protocols and safe coding guideline.

The Java emphasis definitely adds to this book's breadth. For years now, OS examples have featured the Unix API or, perhaps grudgingly, examples from Windows. They're not the only games in town, though. Java's API differs in many ways from the Winux (Lindows?) models, especially in areas having to do with threading and safe execution. When you add in Java's wide popularity and its role as conceptual predecessor to .NET and C#, that makes it a logical candidate for study. Compared to the non-Java version of this title, the additions are minor but well-chosen.

I've taught from the non-Java version of this book and from Tanenbaum and, to tell the truth, have no strong preference between the two. They present comparable material at roughly the same level, both offer good case studies, and both offer on-line support to students and instructors. Each outweighs the other on specific topics but, on the whole, that seems to balance out.

-- wiredweird
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
4.0 out of 5 stars Good Book, October 13, 2011
Amazon Verified Purchase(What's this?)
This is an easy to read book and offers numerous examples of the assignments. It offers diagrams and charts to visually see what you are learning on the page, and the website has numerous example files and code snippets. My only wish is that it has more examples, it offers Programming Exercises without good examples to base your answer on, which makes completing the assignments difficult. More code examples of the assignments would make this book perfect, because it is relatively tough to complete the assignments since the specific example are lacking, however, this is a more personal opinion. Also, more of the examples should be in Java, since this book is 'with Java', numerous examples are in C and I have to take extra time to rewrite the examples in Java (looking at APIs for both languages to find proper functions in the other language).

In the end this is an easy to follow book and is easy to read. If it has more examples that were more representative of the exercises it would be perfect!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 13 people found the following review helpful:
4.0 out of 5 stars Great Book, June 11, 2007
This review is from: Operating System Concepts with Java (Hardcover)
Currently I am a CS student in my senior year. I am taking my final for the class tomorrow and the book has done an excellent job of taking some complex topics and translating them into legible english. That being said, I will just explain some of the flaws.

The first problem is the pictures or figures in book which are trying to give a visualization of the topics being explained. There a surprising amount of figures in the book that are completely horrid. I mean that they just either further add confusion or are just completely useless. Very shocking because the author/authors are very talented with words, yet seem to very bad when it comes to creating visualizations. There are a few with flat out errors as well.

The second problem is that the questions in the back of each chapter are a catastrophe. The questions are typically just very vague or just aren't very good questions. For instance, there is a question that is similar this

"Does virtual memory need to be supported by the operating system of a handheld system?"

The answer in the teachers guide is apparently "yes". But clearly, this answer is truly "no". Handheld device operating systems don't NEED to support virtual memory. There are plenty of handheld devices that don't, and certainly you don't ever NEED to support alot of things. The question really means to ask "Is it beneficial for a handheld device to support virtual memory?" The obvious answer that is "of course". I got this question wrong on my homework, but myself and a few others talked with the teacher and he quickly agreed that we were right. There are just far too many questions like this that are poorly written.

Regardless of these two problems, the book is really well done.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews




Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
distributed file systems, threading issues, influential operating systems, current seek pointer, abstract name space, outer page table, pbg staff, superblock object, summation thread, upcall handler, contiguous memory allocation, indexed allocation, wait set for the object, physically contiguous pages, expired array, kernel preemption, slab allocation, actual system calls, effective access time, kernel dispatcher, blocking system call, unified buffer cache, deferred cancellation, inverted page table, shared name space
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Process Synchronization, Mass-Storage Structure, File-System Implementation, Bibliographical Notes, File-System Interface, Operating-System Structures, Microsoft Windows, Distributed System Structures, System Components, Distributed Coordination, Intel Pentium, Under Linux, World Wide Web, Sun Microsystems, Client-Server Systems, Visual Basic, Active Directory, United States, Classic Problems of Synchronization, Domain of Protection, Tertiary-Storage Structure, Open Software Foundation, Communication Structure, The Byzantine, Carnegie Mellon University
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(3)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject