...
Operating-Systems
October 5, 2023
Software-Engineering
October 5, 2023
Operating-Systems
October 5, 2023
Software-Engineering
October 5, 2023

Software-Engineering

Question 5

In a particular Unix OS, each data block is of size 1024 bytes, each node has 10 direct data block addresses and three additional addresses: one for single indirect block, one for double indirect block and one for triple indirect block. Also, each block can contain addresses for 128 blocks. Which one of the following is approximately the maximum size of a file in the file system?

A
512 MB
B
2 GB
C
8 GB
D
16 GB
Question 5 Explanation: 
Maximum file size
= (10 + 27 + 27 × 27 + 7 × 7 × 7) × 210
≈ 231
≈ 2 GB
Correct Answer: B
Question 5 Explanation: 
Maximum file size
= (10 + 27 + 27 × 27 + 7 × 7 × 7) × 210
≈ 231
≈ 2 GB
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!