Question
Download Solution PDFConsider a single-level page table system. with the page table stored in the memory. If the hit rate to TLB is 80%, and it takes 15 nanoseconds to search the TLB. and 150 nanoseconds to access the main memory, then what is the effective memory access time, in nanoseconds ?
Answer (Detailed Solution Below)
Detailed Solution
Download Solution PDFData:
TLB hit ratio = p = 0.8
TLB access time = 15 nanoseconds
Memory access time = m = 150 milliseconds
Formula:
EMAT = p × (t + m) + (1 – p) × (t + m + m)
Calculation:
EMAT = 0.8 × (15 + 150) + (1 – 0.8) × (15 + 150 + 150)
EMAT = 195 nanoseconds.
Important points:
During TLB hit
Frame number is fetched from the TLB (15 ms)
and page is fetched from physical memory (150 ms)
During TLB miss
TLB no entry matches (15 ms)
Frame number is fetched from the physical memory (150 ms)
and pages are fetched from physical memory (150 ms)Last updated on Jun 12, 2025
-> The UGC NET June 2025 exam will be conducted from 25th to 29th June 2025.
-> The UGC-NET exam takes place for 85 subjects, to determine the eligibility for 'Junior Research Fellowship’ and ‘Assistant Professor’ posts, as well as for PhD. admissions.
-> The exam is conducted bi-annually - in June and December cycles.
-> The exam comprises two papers - Paper I and Paper II. Paper I consists of 50 questions and Paper II consists of 100 questions.
-> The candidates who are preparing for the exam can check the UGC NET Previous Year Papers and UGC NET Test Series to boost their preparations.