Unit 8 : Disk Management Flashcards
What is the lowest level of a file system?
- Secondary Storage ( Hard Drive )
What is the first secondary storage?
- Magnetic Tape
- Magnetic Tapes access time is slow compared to disk
What is tape is now used for?
- Storage and Backup of infrequently used data
What part of computer is responsible to use hardware efficiently?
- Operating System
What is the standard ( criteria ) for disk drivers? ( 2 )
- Fast Access Time
- Increase Disk Bandwidth
List out 2 parts of access time in Hard Drive
- Seek Time
- Time for the disk arm to move to the head of the cylinder containing the desired sector
- Rotational Latency
- Additional time waiting for the disk to rotate to the desired sector of the disk head
What is a track on a hard drive?
- Concentric circles on a platter where data is stored
- More on notion
What component is a thin, circular disk within a hard drive that stores data?
- Platter
What is the smallest physical unit of data storage within a track?
- Track Sector
- 512 bytes or 4096 bytes in size
Which component groups sectors to help reduce file fragmentation?
- Cluster
What part of the hard drive contains a magnetic read/write head?
- Head
What is the purpose of the actuator arm in a hard drive?
- To position the head over the correct track to read or write data
How can we improve access time and bandwidth of Hard Drive?
- Scheduling the services of disk, I/O requests in a good order
What are the steps when a process needs I/O to or from the disk? ( 3 )
- Systems calls are issued to the operating system
- IF disk is AVAILABLE, the request is serviced
- IF disk is NOT AVAILABLE, the request is placed on queue
List out the disk scheduling algorithms ( 6 )
- First Come First Serve ( FCFS )
- Shortest Seek Time First ( SSTF )
- Scan
- C-Scan
- Look
- C-Look