TAILIEUCHUNG - Lecture Operating system concepts (Fifth edition): Module 13 - Avi Silberschatz, Peter Galvin

Module 13 - Secondary storage structure. In this chapter we describe the internal data structures and algorithms used by the operating system to implement this interface. We also discuss the lowest level of the file system the secondary storage structure. We first describe disk-head-scheduling algorithms. Next we discuss disk formatting and management of boot blocks, damaged blocks, and swap space. We end with coverage of disk reliability and stable-storage. | Lecture Operating system concepts Fifth edition Module 13 - Avi Silberschatz Peter Galvin Module 13 Secondary-Storage Disk Structure Disk Scheduling Disk Management Swap-Space Management Disk Reliability Stable-Storage Implementation Tertiary Storage Devices Operating System Issues Performance Issues Silberschatz and Galvin 1999 Disk Structure Disk drives are addressed as large 1-dimensional arrays of logical blocks where the logical block is the smallest unit of transfer. The 1-dimensional array of logical blocks is mapped into the sectors of the disk sequentially. Sector 0 is the first sector of the first track on the outermost cylinder. Mapping proceeds in order through that track then the rest of the tracks in that cylinder and then through the rest of the cylinders from outermost to innermost. Silberschatz and Galvin 1999 Disk Scheduling The operating system is responsible for using hardware efficiently for the disk drives this means having a fast access time and disk bandwidth. Access time has two major components Seek time is the time for the disk are to move the heads to the cylinder containing the desired sector. Rotational latency is the additional time waiting for the disk to rotate the desired sector to the disk head. Minimize seek time Seek time seek distance Disk bandwidth is the total number of bytes transferred divided by the total time between the first request for service and the completion of the last transfer. Silberschatz and Galvin 1999 Disk Scheduling Cont. Several algorithms exist to schedule the servicing of disk I O requests. We illustrate them with a request queue 0-199 . 98 183 37 122 14 124 65 67 Head pointer 53 Silberschatz and Galvin 1999 FCFS Illustration shows total head movement of 640 cylinders. Silberschatz and Galvin 1999 SSTF Selects the request with the minimum seek time from the current head position. SSTF scheduling is a form of SJF scheduling may cause starvation of some requests. Illustration .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.