in Operating System retagged by
1,666 views
0 votes
0 votes
Consider a computer system that has cache memory, main memory (RAM) and disk, and an operating system that uses virtual memory. It takes $1$ nsec to access a word from the cache, $10$ nsec to access a word from the RAM, and $10$ ms to access a word from the disk. If the cache hit rate is $95\%$ and main memory hit rate (after a cache miss) is $99\%$, what is the average time to access a word?
in Operating System retagged by
by
1.7k views

2 Answers

0 votes
0 votes
it will be =.95 *1 ns +0.05 [{0.9*10}+0.1*10*10^6}}=5001.445 ns
0 votes
0 votes
By default it should be hierarchical right ?

1ns + 0.05*(10ns +   0.1*(10 ms))

verify @Arjun Sir

Related questions