Difference between L1 and L2 cache...
Utilisateur anonyme
L1 is level 1 cache (closer to CPU, faster , usually smaller in size) L2 is level2 cache(relative to L1 it is larger is size,slower and farther from CPU ) idea of multi level cache architecture is to reduce the miss penalty if you dont find data in the immediate cache, we go to the next level cache rather than going to main memory (higher access time)