Which file allocation method stores blocks of a file in an ordered sequence linked together via pointers, eliminating external fragmentation but making random access slow?
Explanation:
Linked allocation chains blocks together using pointers, allowing dynamic size expansions but requiring linear scanning to read a specific internal offset.
Explanation:
The 'hosts' file is a standard operating system text file that maps hostnames directly to network IP addresses, bypassing external DNS lookups.
No comments yet. Be the first to start the discussion!