Answer from cs61c-aw (wing hin kao 16500429) for Question 2 we do it in fixed size chunks because the main memory resources is limited. bigger chunks comparetively has simpler process for address translation with smaller chunks(multiple levels of page table). smaller can minimze the main memory dedicated to page tables.