Caching
closed

closed by
1,097 views
1 votes
1 votes
closed with the note: no source
Given the following information:
• TLB hit rate 95%, TLB access time is 1 cycle.
• cache hit rate 90 %, cache access time is 1 cycle.
• When TLB and cache both get miss; page fault rate is 1%
• The TLB access and acache access are sequential.
• Access to main memory required 75 cycles
• Access to hard drive requires 50,000 cycles.
Compute the average memory access latencies when the cache is physically addresses (in cycles).
closed by

Related questions

0 votes
0 votes
0 answers
1
2 votes
2 votes
2 answers
3
Veerendra V asked Nov 6, 2016
1,611 views
What is virtual indexed cache? How is it different from physical indexed cache? What is virtually indexed physical tagged cache? If possible point me to proper resources....