retagged by
126 views
0 0 votes
Consider a computer with two-level cache system $L_{1}$ and $L_{2}$ along with a main memory $M$. The $L_{1}$ cache is divided into two parts: I-cache (Instruction cache) and $D$-cache (Data cache). The probability that the processor reads a memory for an instruction is $1 / 4$ and a data is $3 / 4$. The miss ratio of $D$-cache is two times of the miss ratio of the $L_{2}$ cache, but the miss ratios of $I$-cache and $L_{2}$ cache are the same. Let the access times of $I, D, L_{2}$ and $M$ be $4 \mathrm{~ns}, 4 \mathrm{~ns}, $40$ \mathrm{~ns}$ and $400$ ns , respectively. Let the average memory access time be $11$ ns . Compute the hit ratio of the $D$-cache.

Please log in or register to answer this question.

Position:
Show:

Related questions

0 0 votes
0 0 answers
141
141 views
admin asked Oct 18, 2024
141 views
Consider a pair of relations $R_{1}$ and $R_{2}$ having $t_{1}$ and $t_{2}$ number of tuples, respectively. Let us define the semijoin $\left(R_{1} \ltimes R_{2}\right)$ ...
0 0 votes
2 2 answers
307
307 views
admin asked Oct 18, 2024
307 views
Suppose a crime has been committed and there are three suspects: Professor Plum, Mrs. Peacock, and Mr. Green. Given that:- At least one of the above three suspects is gui...
0 0 votes
1 1 answer
282
282 views
admin asked Oct 18, 2024
282 views
A room has four walls. In how many different ways can you color the four walls, using colors from the set $\text{ \{Red, Green, Blue, Yellow\}}$, such that no two adjacen...
0 0 votes
0 0 answers
196
196 views
admin asked Oct 18, 2024
196 views
Consider a round-robin football tournament among $n \geq 3$ teams, where every team plays a match with every other team exactly once. For any team, each match results in ...