Levels of the memory hierarchy satisfy three key properties: the inclusion property where information moves from larger to smaller memories, the coherence property where copies stay consistent, and locality of references where frequently used data is stored closer to the CPU. The performance of a memory hierarchy depends on the effective access time which is determined by the hit ratio and access frequencies at different levels, where the hit ratio is the probability an item is found in that memory level.