Home     Blog

L2 Cache

L2 cache is the second tier of a multi-cache memory system and provides memory to a processor without delay. An L2 cache sits between an L1 and L3 cache and is generally either 256 KB or 512 KB in size. An L2 cache contains frequently used information and prevents the processor from having to search the L3 cache or RAM, which are both much larger in size. Although a processor will first search the L1 cache, it is often the L2 cache that contains the needed information due to the small size of the L1 cache.

 

How L2 Cache Works

L2 cache L2 CacheBecause the L2 cache is significantly smaller than the L3 cache, a processor is able to search for necessary information on the L2 cache in a fraction of the time it takes to search the L3 cache or RAM. However, before the processor can search the L2 cache, it must first search the L1 cache, which is usually only between 8 and 64 KB in size. While the L1 cache is by far the smallest cache in a multi-tier memory cache system and is the easiest to search, the L1 cache does not hold nearly as much information as the L2 and L3 caches. Therefore, most of the frequently used information that a processor needs to conduct its daily activities are found on the L2 cache, while less frequently used information is found on the L3 cache.

 

Applications

The L2 cache is used to increase the speed at which a processor can find information by storing it closer to the processor and storing a relatively large amount of data compared to the L1 cache. While the L2 cache in personal computers is limited in size, the L2 cache of supercomputers, servers, and other commercial systems may be larger or may precede large numbers of caches, depending on the requirements of the particular system.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
Follow Will.Spencer on

Comments (1)

 

  1. surya says:

    what is dual cache memory ?? what is difference bbetween core and corei3/corei5

    VA:F [1.9.17_1161]
    Rating: 0.0/5 (0 votes cast)

Leave a Reply

Related Posts

  • L1 Cache

    The L1 cache refers to the first tier in a computer processor’s memory cache system that increases the speed at which the processor delivers results to the user. The L1 cache sits between the processor and the computer’s RAM (Random Access Memory) and stores the user’s most accessed data in order for the processor to [...]...


  • ARP Cache

    The ARP cache is a table that stores mappings between Data Link Layer addresses and Network Layer addresses. The Data Link Layer addresses are usually MAC addresses and the Network Layer addresses are most frequently IP addresses. The Operating System stores the ARP cache in RAM. Displaying the ARP Cache Under most Unix and Microsoft [...]...


  • Cache

    Computer caches are memory circuits that serve to speed up a much larger memory drive. In a typical computer it takes the microprocessor 60 nanoseconds to access the RAM. To cut the time it takes for the microprocessor to access data from the RAM, a special memory bank or memory circuit is installed into the [...]...


  • Browser Cache

    Web browser cache is the term used to describe a folder created on the computer or Internet surfing device’s local drive where files, imagery, and other web page resource files are stored for future use by the browser. When you revisit a web page that you have previous loaded on your computer, the load time [...]...


  • How to Clear Google Chrome’s Cache

    Google Chrome stores browsing data that includes specific pages, cached text, and images. The saved data allows enhanced browser speeds by reducing the amount of data that must be transferred. Google Chrome also stores passwords and cookies that enable websites to customize the browsing experience. In order to delete Google Chrome’s entire browser cache (all [...]...