In a system implementing paged segmentation, the size of logical address is 42-bit where aprocess can have maximum 128 segments and the page size is 512-bytes. Page table entry size is 4-Byte.
Physical address space of the system is 128KB. Compute :
i.Maximum number of pages per process
ii.Size of page table per segment
iii.How many levels of paging will be implemented in this system?
iv.What would be format of logical address?
v.What would be format of physical address?