Mass-Storage Systems Flashcards
Random Access Time
The time it takes to move the disk arm to the desired cylinder.
Seek Time
The time it takes for the desired sector to rotate under the disk read head.
Storage Area Network (SAN)
Many hosts attached to many storage units; common in large storage environments.
Bandwidth
(total number of bytes transferred) / (total time between first request and completion of last request)
What are the sources of Disk I/O requests? (3)
- Operating System
- System Processes
- User Processes
*The Operating System maintains the queue of requests per disk or device.
What are the Disk Scheduling Algorithms? (5)
- FCFS (first come first serve)
- SSTF (shortest seek time first)
- SCAN - arm starts reading at one end and services requests as it moves toward the other end, sweeping back and forth reversing direction.
- CSCAN - similar to SCAN, but instead of reversing direction the arm proceeds back to its original position.
- Look/CLOOK - arm only goes as far as the last request in either direction and reverses immediately.
Low Level / Physical Formatting
Dividing a disk into sectors that the disk controller can read and write.
*usually 512 bytes of data per sector
Partition
Dividing a disk into one or more cylinders, each treated as a logical disk.
Logical Formatting
Making/implementing a file system.