Answer from cs61c-eg (Ramanarayan Vasudevan 15938560) for Question 1 The virtual address is larger than the physical address. The virtual address doesn't map to anything that exists directly. Rather by using the page table as a type of mapping we come to the physical address which actually exists in memory.