447 views

1 Answer

0 votes
0 votes
12 direct pointers can address 12*2048B = 12*2*1KB= 24KB

A single indirect pointer can point 2048*8/32 blocks = 2048*8*2048/32 = 1MB

A double indirect pointer can point 2048*8*2048*8/32*32 blocks = 2048*8*2048*8*2048/32*32 = 0.5GB

similarly triple will be 2048*8*2048*8*2048*8*2048/32*32*32 = 256 GB

answer is A

Related questions

0 votes
0 votes
1 answer
3
rahuldb asked Nov 6, 2016
699 views
The path from Host A to Host B has two links of rates R1 = 3 mbps and R2= 400 kbps.Assuming no other traffic in the network,find out the throughput for the file transfer....
4 votes
4 votes
2 answers
4
yes asked Dec 10, 2015
2,050 views
Suppose host A want to send a large file to host B. the path from host A to host B has 3 links of rates R1=512 Kbps, R2=2 Mbps and R3=1 Mbps. what is the throughput for t...