• Khoa học máy tính - Chapter 9: Message passingKhoa học máy tính - Chapter 9: Message passing

    Message passing paradigm realizes exchange of information among processes without using shared memory Useful in: microkernel-based OSs, client–server computing, higher-level communication protocols, and parallel or distributed programs Sender/receiver naming: symmetric, asymmetric, indirect (mailbox) Message passing is employed in higher-level p...

    ppt26 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 758 | Lượt tải: 0

  • Khoa học máy tính - Chapter 8: DeadlocksKhoa học máy tính - Chapter 8: Deadlocks

    Deadlock: set of processes wait indefinitely for events because each of the events can be caused only by other processes in the set Resource deadlock arises when: Resources are nonshareable and nonpreemptible Hold-and-wait Circular wait exists OS can discover a deadlock by analyzing the allocation state of a system Use RRAG, WFG or matrix mod...

    ppt41 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 907 | Lượt tải: 0

  • Khoa học máy tính - Chapter 7: SchedulingKhoa học máy tính - Chapter 7: Scheduling

    Different scheduling policies Time-sharing: Multilevel adaptive scheduling Fair share scheduling Real-time: Deadline scheduling Rate monotonic scheduling Performance analysis is used to study and tune performance of scheduling policies

    ppt54 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 821 | Lượt tải: 0

  • Khoa học máy tính - Chapter 6: Process synchronizationKhoa học máy tính - Chapter 6: Process synchronization

    Process synchronization is a generic term for data access synchronization and control synchronization A race condition occurs when actions of concurrent processes may have unexpected consequences Avoided through mutual exclusion Avoidance of race conditions is a primary issue in process synchronization Critical section: section of code that acc...

    ppt64 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 811 | Lượt tải: 0

  • Khoa học máy tính - Chapter 5: Processes and threadsKhoa học máy tính - Chapter 5: Processes and threads

    A thread is an alternative model of execution of a program Overhead of switching between threads is much less than the overhead of switching between processes Three models of threads: Kernel-level threads User-level threads Hybrid threads Thread models have different implications for switching overhead, concurrency, and parallelism

    ppt48 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 828 | Lượt tải: 0

  • Khoa học máy tính - Chapter 4: Structure of operating systemsKhoa học máy tính - Chapter 4: Structure of operating systems

    Layered design used the principle of abstraction to control complexity of designing the OS The virtual machine operating system (VM OS) supported operation of several OSs on a computer simultaneously Create a virtual machine for each user In a kernel-based design, kernel is the core of the OS, which invokes the nonkernel routines to implement op...

    ppt35 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 810 | Lượt tải: 0

  • Khoa học máy tính - Chapter 3: Overview of operating systemsKhoa học máy tính - Chapter 3: Overview of operating systems

    Evolution (continued) Real-time operating systems Priority-based scheduling and deadline-aware scheduling Distributed operating system Lets programs share resources across network Modern operating system Modern computing environment has elements of all the classic computing environments Uses different techniques for different applications

    ppt35 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 778 | Lượt tải: 0

  • Khoa học máy tính - Chapter 2: The os, the computer, and user programsKhoa học máy tính - Chapter 2: The os, the computer, and user programs

    Memory hierarchy provides the same effect as a fast and large memory, at a low cost Contains: A very fast and small cache memory A slower and larger RAM A disk Effective memory access time depends on cache hit ratio I/O system uses direct memory access (DMA) to permit CPU and I/O system to operate independently

    ppt33 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 761 | Lượt tải: 0

  • Khoa học máy tính - Chapter 1: IntroductionKhoa học máy tính - Chapter 1: Introduction

    OS services programs simultaneously by allocating some of the resources to each program and interleaving their execution on the CPU Requirements to ensure effectiveness of computing: Efficient use User convenience Non-interference Primary functions Management of programs Management of resources Security and protection

    ppt30 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 814 | Lượt tải: 0

  • Tin học đại cương - Chương 3: Phần mềm máy tính và hệ điều hànhTin học đại cương - Chương 3: Phần mềm máy tính và hệ điều hành

    Tóm tắt •  Có 3 loại phần mềm: hệ thống, ứng dụng, phát triển ứng dụng. •  4 giai đoạn phát triển phần mềm: đặc tả, phát triển, kiểm thử và cải tiến. •  5 cách phân loại hệ điều hành: xử lý theo lô, xử lý theo lô đa chương, chia sẻ thời gian, song song, phân tán, xử lý thời gian thực. •  2 hệ thống hệ điều hành điển hình: Hệ điều hành cho...

    pdf55 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 961 | Lượt tải: 0