Ali Inam Messages 99 Reaction score 0 Thread starter Apr 28, 2010 #1 Why is Level 1 cache located on the RAM while the others are located between the RAM and the microprocessor ? !
Why is Level 1 cache located on the RAM while the others are located between the RAM and the microprocessor ? !
rcgldr Homework Helper Messages 8,947 Reaction score 687 Apr 28, 2010 #2 Level 1 cache is normally closest to the cpu. Page tables for virtual to physical address translation are in ram, but a translastion lookaside buffer cache is used to speed that process up. http://en.wikipedia.org/wiki/Page_table http://en.wikipedia.org/wiki/Translation_lookaside_buffer http://en.wikipedia.org/wiki/Page_table Last edited: Apr 28, 2010
Level 1 cache is normally closest to the cpu. Page tables for virtual to physical address translation are in ram, but a translastion lookaside buffer cache is used to speed that process up. http://en.wikipedia.org/wiki/Page_table http://en.wikipedia.org/wiki/Translation_lookaside_buffer http://en.wikipedia.org/wiki/Page_table