Page 1 of 1

QUESTION THREE (total: 27 marks): File, I/O, and disk a) (5 marks). A file system uses index allocation. The system keep

Posted: Fri Jun 10, 2022 11:55 am
by correctanswer
Question Three Total 27 Marks File I O And Disk A 5 Marks A File System Uses Index Allocation The System Keep 1
Question Three Total 27 Marks File I O And Disk A 5 Marks A File System Uses Index Allocation The System Keep 1 (26.71 KiB) Viewed 66 times
QUESTION THREE (total: 27 marks): File, I/O, and disk a) (5 marks). A file system uses index allocation. The system keeps in main memory only the index block that contains the pointer to the last block read. Other index blocks are in disk. Each index block contains pointers to 127 file blocks, plus a pointer to the next index block (i.e., using linked scheme). Assume the last accessed block was block 200, and the next block to read is block 50. Compute how many physical blocks must be accessed to read block 50. Explain your answer. Answer: