Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

An i - node file system is defined as follows: There are 3 2 direct pointers. There are 8 single indirect pointers. There are 2

An i-node file system is defined as follows:
There are 32 direct pointers.
There are 8 single indirect pointers.
There are 2 double indirect pointers.
There is one triple indirect pointer.
The size of each block is 4KB.
The size of each pointer is 8 bytes.
A. What is the maximal size of a file in this system? Explain.
B. What is the space overhead of the i-node structure for a 279MB file in the
system? Explain.
C. A program that reads a 4MB file consecutively (block by block from beginning to
end) is executed. The system does not have a block-cache. How many disk
accesses will the program perform? Explain.
D. An 18 block block-cache is now added to the system. The block replacement
policy in the cache is LRU. How will your answer to part C change? Explain.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Antipatterns Avoiding The Pitfalls Of Database Programming

Authors: Bill Karwin

1st Edition

1680508989, 978-1680508987

More Books

Students also viewed these Databases questions

Question

4 Understand the basics of cost behaviour

Answered: 1 week ago

Question

Have issues been prioritized?

Answered: 1 week ago

Question

Has the priority order been provided by someone else?

Answered: 1 week ago

Question

Compare the current team to the ideal team.

Answered: 1 week ago