4) Effect of Page Size
4) Effect of Page Size
In the image shown below, there are three files in the directory. The
starting block and the length of each file are mentioned in the
table. We can check in the table that the contiguous blocks are
assigned to each file as per its need.
MFT is a more reliable and efficient means for secure data and file
transfer, outpacing and outperforming applications such as file transfer
protocol (FTP), hypertext transfer protocol (HTTP), secure file transfer
protocol (SFTP) and other methods.
• Data security
• Data growth
• Regulatory compliance
• Technology megatrends
• Visibility
Q ] Describe disk scheduling algorithm with example ?
Description: Chooses the request that calls for the least motion of the
disk arm from its modern position.
Example:
o Requests: [98, 183, 37, 122, 14, 124, 65, 67]
o Head starts at 53.
o Order of servicing: 53 → 65 → 67 → 37 → 14 → 98 → 122 → 124 →
183.
Description: Moves the disk arm in one course, servicing requests until it
reaches the end, then reverses path.
Example:
o Requests: [98, 183, 37, 122, 14, 124, 65, 67]
o Head starts at 53 and moves towards 0.
o Order of servicing: 53 → 37 → 14 → 0 → 65 → 67 → 98 → 122 →
124 → 183.
Disadvantage: Long waiting time for requests just visited by the disk arm.
Description: Moves the disk arm in one route, servicing requests, and
returns to the begin with out servicing requests at the return trip.
Example:
o Requests: [98, 183, 37, 122, 14, 124, 65, 67]
o Head starts at 53 and moves towards 0.
o Order of servicing: 53 → 37 → 14 → 0 → 183 → 124 → 122 → 98 →
67 → 65.
Disadvantage: Can nonetheless have longer wait times than other extra
complex algorithms.
5. LOOK Scheduling
Disadvantage: Can still have the drawback of lengthy waits for requests
simply overlooked with the aid of the disk arm.
6. C-LOOK Scheduling
Description: Similar to C-SCAN, but the disk arm only goes as far as the
furthest request before returning without delay to the begin.
Example:
o Requests: [98, 183, 37, 122, 14, 124, 65, 67]
o Head starts at 53 and moves towards 0.
o Order of servicing: 53 → 37 → 14 → 183 → 124 → 122 → 98 → 67
→ 65.
Each page gets stored in one of the frames of the main memory
whenever required. So, the size of a frame is equal to the size of a page.
Pages of a process can be stored in the non-contagious locations in the
main memory.