OS - MassStroge
OS - MassStroge
K PAVAN KUMAR
Dept. Of CSE
VFSTR University
Secondary Storage Structure
Overview of mass-storage structure,
Disk structure, disk scheduling;
File Systems - file concept, access methods
Directory structure,
File system mounting,
File sharing protection;
File-system structure,
File system implementation,
Directory implementation,
Allocation methods,
Free space management.
Mass-storage structure
HDD
RAID
Magnetic Disks
Magnetic Tapes
Magnetic disks
Alternatively,
Total head movements
incurred while servicing
these requests
= (199 – 53) + (199 – 0) +
(41 – 0)
= 146 + 199 + 41= 386
LOOK Scheduling
Advantages-
It does not causes the head to move till the ends of the disk
when there are no requests to be serviced.
It provides better performance as compared to SCAN
Algorithm.
It does not lead to starvation.
It provides low variance in response time and waiting time.
Disadvantages-
Advantages-
It does not causes the head to move till the ends of the
disk when there are no requests to be serviced.
It reduces the waiting time for the cylinders just visited by
the head.
It provides better performance as compared to LOOK
Algorithm.
It does not lead to starvation.
It provides low variance in response time and waiting time.
Disadvantages-
There is an overhead of finding the end requests.
Ex:C- LOOK
98, 183, 41, 122, 14, 124, 65, 67