Skip to content

Operating Systems Principles

Best in textbook rentals since 2012!

ISBN-10: 0130266116

ISBN-13: 9780130266118

Edition: 2003

Authors: Lubomir F. Bic, Alan C. Shaw

List price: $198.60
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

/*2661A-4, 0-13-026611-6, Bic, Lubemir F., Shaw, Alan C., Principles of Operating Systems*/" This book presents the fundamentals of operating systems that remain constant as new, more advanced systems are introduced and also integrates and highlights key distributed operating systems issues." The main topics presented include message-based synchronization and remote procedure calls, as well as unique integration of distributed deadlocks, distributed shared memory, distributed file systems, and secure communication using cryptography." For systems programmers, software engineers, programmers, and other professionals who want to teach themselves the fundamentals of operating systems or…    
Customers also bought

Book details

List price: $198.60
Copyright year: 2003
Publisher: Prentice Hall PTR
Publication date: 11/21/2002
Binding: Paperback
Pages: 560
Size: 7.00" wide x 9.25" long x 1.00" tall
Weight: 2.134
Language: English

Bruce J. AvolioMarion B. Ingersoll Professor, Executive Director, Center for Leadership and Strategic ThinkingMichael G. Foster School of Business, University of WashingtonDr. Avolio has an international reputation as a researcher and practitioner in leadership. He has consulted with public and private organizations in North and South America, Africa, Europe, and Southeast Asia, as well as in Australia, New Zealand, Saudi Arabia and Israel. His research and consulting includes work with the militaries of the United States of America, Singapore, Sweden, Finland, Israel, and South Africa.Dr. Avolio is a fellow of the Academy of Management, American Psychological Society, American…    

Introduction
Process Management and Coordination
Basic Concepts: Processes and Interactions
Higher-Level Synchronization Schemes
The Operating System Kernel: Implementing Processes and Threads
Process and Thread Scheduling
Deadlocks
Memory Management
Physical Memory
Virtual Memory
Sharing of Data and Code in Main Memory
File Systems and Input/Output
File Systems
Input/Output Systems
Protection and Security
The Protection and Security Interface
Internal Protection Mechanisms
Programming Projects