Answer from cs61c-aj (Kevin Li 15855812) for Question 1 This is because TLB is usually implemented using a fully associative mapping. With fully associative mapping, the TLB miss rates only comes from capacity misses and all conflict misses are dealt with. Because the size is smaller fully associative does not have a lot of overhead and can make miss rates a lot lower.