Consider a paging system in which the hit ratio is 80%, TLB (Translation Look Ahead Buffer) access time is 100 nanoseconds, and main memory access time is 100 nanoseconds. Find Effective Access Time (EAT), assuming page-table lookup takes only one memory access.
Show Hint
When calculating Effective Access Time (EAT) for paging systems, remember to account for both TLB hits and misses using the appropriate hit ratio and access times.