Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
Bài giảng "Hệ điều hành nâng cao (Operating System-OS)" giúp người học có thể: Hiểu được khái niệm cơ bản của hệ điều hành; nhiệm vụ, cơ chế hoạt động, cấu trúc chung của hệ điều hành; biết cách quản lý tập tin và phân chia vùng nhớ, các tác vụ mà hệ điều; hành thực hiện, quá trình điều phối thiết bị ngoại vi; lập trình đa luồng và các khái niệm liên quan. | Môn học: Hệ Điều Hành Nâng Cao (Operating System-OS) Thời gian: 3 tín chỉ (30 tiết LT + 30 Tiết TH) - mã: rvndtr Mục tiêu môn học Hiểu được khái niệm cơ bản của hệ điều hành. Nhiệm vụ, cơ chế hoạt động, cấu trúc chung của hệ điều hành Biết cách quản lý tập tin và phân chia vùng nhớ, các tác vụ mà hệ điều hành thực hiện, quá trình điều phối thiết bị ngoại vi. Lập trình đa luồng và các khái niệm liên quan. Tài liệu tham khảo - Silberschatz-Galvin-Gagne, Operating System Concepts, USA, 2013, 9th edition. (http://www.os-book.com) - Andrew S.Tanenbaum, Modern Operating Systems, Prentice Hall, xuất bản gần đây nhất. Chapter 1. Overview OS 1. Introduction 1.1.What is Operating System 1.2.What Operating system do 1.3.Computer System Organization 1.4.Computer System Architecture 1.5.Characteristic of Operating System. 1.6.Operating System Operations 1.7.Process Management 1.8.Memory Management 1.9.Storage Management 1.10.Protection And Security 1.11. Operating System Evolution 2. Operating System Structures 2.1.Operating System Services 2.2.User Operating System Interface 2.3.System Calls 2.4.Type Of System Calls 2.5.System Program 2.6.Operating System Struture 2.7.Virtual Machine 2.8.Operating System Generation 2.9.System Boot Chapter 2. Memory Management 1. Main Memory 1.1. Background 1.2. Swapping 1.3. Contiguous Memory Allocation 1.4. Paging 1.5. Structure Of The Page Table 1.6. Segmentation 2. Virtual Memory 2.1. Background 2.2. Demand Paging 2.3. Copy-on-Write 2.4. Page Replacement 2.5. Allocation of Frames 2.6. Thrash 2.7. Memory mapped Files 2.8. Allocating Kernel Memory 2.9. Other Considerations Chapter 3. I/O Management 1. I/O System 1.1.Overview 1.2.I/O Hardware 1.3.Application I/O Interface 1.4.Kernel I/O Subsyetm 1.5.Transforming I/O Requests To Hardware Operation 1.6.Streams 1.7.Performance 2. Mass Storage Structure 2.1. Overview Mass Storage Structure 2.2. Disk Structure 2.3. Disk Attachment 2.4. Disk Scheduling 2.5. Disk Management 2.6. RAID Structure 2.7. Stable Storage Implementation 2.8. Tertiary Storage Structure Chapter 4. File Management 1. File System Interface 1.1.File Concept 1.2.Access Methods 1.3.Directory Structure 1.4.File System Mounting 1.5.File Sharing 1.6.Protection 2. File System Implementation 2.1. File System Structure 2.2. File System Implementation 2.3. Directory Implementation 2.4. Allocation Methods 2.5. Free Space Management 2.6. Efficiency and Performance 2.7. Recovery 2.8. Log Structured File Systems 2.9. NFS Chapter 5. Process Management 1. Process concept 2. Process Scheduling 3. Operations On Processes 4. Interprocess Communication 5. Communication in Client-Server System Chapter 6. Threads 1. Overview 2. Multithreading Models 3. Thread Libraries 4. Threading Issues Chapter 7. CPU Scheduling 1. Basic Concept 2. Scheduling Criteria 3. Scheduling Algorithms 4. Multi Processor Scheduling 5. Thread Scheduling 6. Algorithm Evaluation Chapter 8. Process Synchronization 1. Background 2. The Critical Section Problem 3. Peterson’s Solution 4. Synchronization Hardware 5. Semaphores 6. Classic Problems Of Synchronization 7. Monitors 8. Atomic Transactions Chapter 9. Deadlocks 1. System Model 2. Deadlock Characterization 3. Methods for Handling Deadlocks 4. Deadlock Prevention 5. Deadlock Avoidance 6. Deadlock Detection 7. Recovery From Deadlock