Directory

Encyclopedia

NodeWorks
                              ENCYCLOPEDIA

Link Checker

Home
Encyclopedia : T : TR : TRA :

Translation Lookaside Buffer

 

Translation Lookaside Buffer

Translation Lookaside Buffer is a buffer (or cache) in a CPU that contains parts of the page table which references between virtual and real addresses. This buffer has a certain number of entries and is used for speed improvement. The buffer is typically a CAM (content addressable memory) in which the search key is the virtual address and the search result is a real or physical address (which, perversely, may not be the same thing). If the CAM search yields a match the translation is foregone and the match data are used. Otherwise, if no match exists the translation proceeds which will take several more cycles to complete - particularly if the translation tables are swapped out into secondary storage.


NodeWorks boosts web surfing!
Page Returned in 0.354 seconds - HTML Compressed 69.1%

This article is from Wikipedia. All text is available
under the terms of the GNU Free Documentation License.
 GNU Free Documentation License
© 2008 Chamas Enterprises Inc.