What is L2 cache. Can any one explain within layman's possession?
Answer:
a cache is a place where on earth stuff is processed. L2 cache is a small amount of high speed memory that is to say located close to and sometimes on the processor. It is used by the central processing element of a computer to reduce the average time to access memory.
Cache is what teh CPU use to hold notes thats used most frequencly, bigger the cache. more it jolds, and PC will be faster as it can now fetch the facts from the cache rather that hitting memory or tough drive.
Levels are how close the are to the heart of the CPU,
Your PC's RAM typically runs ten times slower that the actual CPU. For this reason they put a extremely tiny amount of memory into the CPU itself, right in the middle of the circuitry. This is height 1 cache. Then inside the CPU chip just beside the CPU circuitry they put a slightly larger amount or memory, typically contained by modern chips this is around 1-2 MB. This is level 2 cache. Cache memory is used to "cache" frequently used instructions. Cache memory runs at the full speed of the CPU, much faster than commonplace RAM.
It is very expensive to produce though, so this is why here is not more of it in the system.
Well, firstly you enjoy to realize that processors deal next to data, and this background could be located in the cache (L1 or L2), contained by the memory, or on the hard drive (or some other medium like CD). Processors can singular perform operation in the cache memory, so if it's somewhere else, it have to move it to cache memory. L1 cache is the primary working set of values. If the processor needs something, and it's not contained by L1 cache, it checks L2 cache. If it's not there, it checks memory, and if it's not contained by memory it's probably paged so it have to check the hard drive. L1 cache is the fastest memory surrounded by you PC, L2 is right behind it. After to be precise memory and hard drive.
In a computer, there's different kind of memory, based on its proximity to the processor core. L1 cache is the closest to the processor, later L2 is next, afterwards there's the regular memory, and the hard drive.
Think give or take a few it like when you try to remember something. There's the memories within your head (like L1 cache, tangible quick to access and close), log you have written for a speech (like L2 cache, not inside the processing core, but super close for spur-of-the-moment access), books you take next to you to class (larger amounts of reference information that take longer to access, like the regular memory surrounded by a pc) and finally that library of books back home (like the unyielding drive, huge amounts of information, but takes the longest to access).
One entity also about cache, memory and rock-hard drives is that when the computer loses power, L1, L2 and RAM lose all information surrounded by them, while anything on the hard drive is retained. Also, mostly speaking, L1 is the smallest, L2 is bigger than L1, RAM is even larger and the hard drive is largest of adjectives. This isn't always the bag, but 99/100 times, it is.
L1 cache is often found directly on a processor chip and consequently, it is the fastest and closest to the processing element. As a consequence, it is relatively small in dimensions and a portion of which may be reserved for the actual code/instructions that are being executed.
L2 is the subsequent level of cache but it is not on the processor chip. It is faster than regular memory and closer. Therefore, the processing element can obtain the contents more hurriedly than going to memory. Frequently used data or lesser portions of the actual code might be found in L2.
Some processors, especially the difficult end IBM RISC processors utilize an L3 cache as very well,often as much as 32 MB. Refer to the specs for the IBM Power 5 or 5+ for details.
//
More Questions and Answers ...