操作系統(tǒng)是計算機系統(tǒng)中極其重要的部分,也是計算機科學(xué)教育的基礎(chǔ)課程。本書是在《操作系統(tǒng)概念》(第五版)的基礎(chǔ)上編寫而成,與該書風(fēng)格不同,本書通過使用Java實例和眾多當代操作系統(tǒng)(如Solaris 2和Windows NT)的實例來闡述操作系統(tǒng)的基本概念。
本書討論了適用于大多數(shù)操作系統(tǒng)的概念,并采用Java語言進行描述。全書內(nèi)容共分7部分:及時部分,總論(第1~3章),主要介紹了操作系統(tǒng)的概念、作用、設(shè)計及構(gòu)造,這些描述是基于史實的、說明性的,有基礎(chǔ)的讀者可以略讀。第二部分,進程管理(第4~8章),主要介紹了進程調(diào)度、進程間通信、進程同步及死鎖處理的多種方法,同時對線程進行了討論。第三部分,內(nèi)存和存儲器管理(第9~13章),主要介紹了內(nèi)存管理、虛擬內(nèi)存、文件系統(tǒng)、I/O系統(tǒng)和海量存儲器結(jié)構(gòu)。第四部分,分布式系統(tǒng)(第14~17章)。第五部分,保護及安全(第18~19章)。第六部分,案例研究(第20~22章),主要對UNIX Berkley 4.3BSD、Linux、與Microsoft NT等3個案例進行了詳細介紹。第七部分,Java入門(附錄)。全書各章均附有適量習(xí)題。
本書可作為本科高年級學(xué)生操作系統(tǒng)課程的入門教材,也可供一年級研究生使用。
內(nèi)容:1. 序言 2. 計算機系統(tǒng)結(jié)構(gòu) 3. 操作系統(tǒng)結(jié)構(gòu) 4. 進程 5. 線程 6. CPU調(diào)度 7. 進程同步 8. 死鎖 9. 存儲管理10. 虛擬內(nèi)存 11. 文件系統(tǒng) 12. 輸入/輸出系統(tǒng) 13. 海量存儲器結(jié)構(gòu) 14. 網(wǎng)絡(luò)結(jié)構(gòu) 15. 分布式通信 16. 分布式協(xié)調(diào) 17. 分布式文件系統(tǒng) 18. 保護 19. 安全 20. UNIX系統(tǒng) 21. Linux系統(tǒng) 22. Windows NT 附錄A Java入門
Applied Operating System Concepts is the first book to provide a precise introduction to the principles of operating systems with numerous contemporary code examples, exercises, and programming projects. Written by the leading authors in the field of operating systems, this book capitalizes on the power of Java(TM) technology to allow students to work with executable code for examples of core concepts. Features of Applied Operating System Concepts
Presents real code examples using the Java programming language
Uses Java technology to introduce difficult concepts like processes, process synchronization, and semaphores
Describes the role of threads in modern operating systems and Java, and provides the opportunity to write multithreaded programs
Introduces up-to-date distributed operating system topics (e.g., Java's Remote Method Invocation, CORBA, RPC) in one concise chapter
Includes chapter-long case studies of UNIX, LINUX, and Windows NT(TM
Provides a Java Primer appendix
Abraham Bilberschatz is director of the Information Sciences Research center at Bell Laboratories in Murray Hill,New jersey.he Previously held a chaired professorship in the Departments of Compurter Science at the University of Texas at Austin.His re
PART ONE OVERVIEW
Chapter1 Introduction
Chapter2 Computer-System Structures
Chapter3 Operating-System Structures
PART TWO PROCESS MANAGEMENT
Chapter4 Processes
Chapter5 Threads
Chapter6 CPU Scheduling
Chapter7 Process Synchronization
Chapter8 Deadlocks
PART THREE STORAGE MANAGEMENT
Chapter9 Memory Management
Chapter10 Virtual Memory
Chapter11 File Systems
Chapter12 I/O Systems
Chapter13 Mass-Storage Structure
PART FOUR DISTRIBUTED SYSTEMS
Chapter14 Network Structures
Chapter15 Distributed Communication
Chapter16 Distributed Coordination
Chapter17 Distributed File Systems
PART FIVE PROTECTION AND SECURITY
Chapter18 Protection
Chapter19 Security
PART SIX CASE STUDIES
Chapter20 The UNIX System
Chapter21 The Linux System
Chapter22 Windows NT
Appendix A Java Primer
Bibliography
Credits
Index