subject

Consider using a bitmap versus a linked list of free blocks. The disk contains a total of B blocks, F of which are free. A disk address requires d bits. The bitmap uses one bit for each block. The linked list is a data structure maintained in a dedicated portion of the disk. Each list element points to a single free block. (a) State the condition under which the two methods use the same amount of disk space, assuming that the linked-list method connects all blocks individually.
(b) For d = 16 bits, determine the fraction of the disk that must be free for the above condition to hold
(c) Repeat the two problems above, assuming that the linked-list method connects groups of adjacent blocks, rather than individual blocks. That means, each list element points to the first of block of a group, and contains a two-byte number indicating how many blocks are in the group. The average size of a group is five blocks.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 08:30
When you interpret the behavior of others according to your experiences and understanding of the world your evaluation is
Answers: 1
question
Computers and Technology, 23.06.2019 18:50
What is transmission control protocol/internet protocol (tcp/ip)? software that prevents direct communication between a sending and receiving computer and is used to monitor packets for security reasons a standard that specifies the format of data as well as the rules to be followed during transmission a simple network protocol that allows the transfer of files between two computers on the internet a standard internet protocol that provides the technical foundation for the public internet as well as for large numbers of private networks
Answers: 2
question
Computers and Technology, 24.06.2019 07:30
Consider the folloeing website url: what does the "http: //" represent? a. protocal identifier. b. ftp. c. domain name d. resource name
Answers: 2
question
Computers and Technology, 24.06.2019 13:30
Type the correct answer in the box. spell all words correctly. what is the default margin width on all four sides of a document? by default, the document has a margin on all four sides.
Answers: 1
You know the right answer?
Consider using a bitmap versus a linked list of free blocks. The disk contains a total of B blocks,...
Questions