answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What are the advantage and disadvantage of linked allocation of file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

File allocation methods in operating system?

Contiguous Allocation Linked Allocation Indexed Allocation


Advantage and disadvantage of te buffer?

advantage: directly pass input to processor disadvantage: take away memory from a system file to implement a cache


Distinguish between continuous file allocation and chained file allocation?

Continuous File Allocation - uses continuous range of blocks in logical block space Chained File Allocation - each block pointer to the next on disk


What is another name for a file allocation unit?

another name for a file allocation unit is a cluster.


What is used to find an individual item in a file?

File allocation table


What is the full form of FAT file system?

file allocation table


What is the full form of FAT in terms of Computers?

FAT is a file system used by MS-DOS and other Windows-based operating systems to organize and manage files. The file allocation table (FAT) is a data structure that Windows creates when you format a volume by using the FAT or FAT32 file systems. Windows stores information about each file in the FAT so that it can retrieve the file later.


What is the C source code for indexed file allocation?

int main (void) { puts ("File allocation methods"); return 0; }


What are the advantages and disadvantages of an RTF file compared to Word's doc?

Advantage is because most applications allows you to import rtf file or to open it in that application, disadvantage is file size it is much bigger then Word format (docx).


What is a data fragment not associated with a file in the file allocation table?

lost cluster


The advantages of the variant 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 cached in memory and therefore the pointers can be determined with just memory accesses instead of having to access the disk blocks.


Which file system is used by floppy disks?

FAT (File Allocation Table)