1,718 views
1 votes
1 votes
Consider a file system where linked allocation strategy and contigous allocation strategy is used , The number of disk block to be accessed if the k block of file to be accessed respectively is ?

a) 1,k

b)k,1,

c)klogk , k

d) k , klogk

1 Answer

5 votes
5 votes
In Linked  allocation access is sequential so k access to get kth block

Contiguous allocation support direct access so 1 access required to access kth block(starting address known)

So ans is b

Related questions

1 votes
1 votes
0 answers
3
1 votes
1 votes
1 answer
4
Chetan28kumar asked Dec 12, 2018
1,017 views
Unix I-node has block size 8 KB and file possible with triple indirect is 128 GB.Number of bits disk block address contain is?