首页 > 试题广场 >

What are the advantages of the

[问答题]
What are the advantages of the variation of linked allocation that uses a FAT to chain together the blocks of a file?
推荐
The advantage is that while accessing a block that is stored at the middle of a file, its location can be determined by chasing the pointers stored in the FAT as opposed to accessing all of the individual blocks of the file in a sequential manner to find the pointer to the target block. Typically, most of the FAT can be ***d in memory and therefore the pointers can be determined with just memory accesses instead of having to access the disk blocks.
发表于 2018-03-23 21:54:34 回复(2)