4,748 views
2 votes
2 votes

Consider a system using segmented paging architecture, the segment is divided into 32K pages and each page is having 8K entries. The segment table is divided into 16K pages and each page is having 4K entries. The memory is byte addressable and page table entry size is 16-bits. The Physical Address space is 1GB. Evaluate :

  1. The Page table size of segment.
  2. The Page table size of segment table.

1 Answer

3 votes
3 votes

PageTable Size of Segment:

Segment is divided into 32K pages. No of entries in page table = 215 

PTE = 2 B Thus PTS = 215 * 2 B = 64 KB

Page table size of Segment table :

Segment table is divided into 16K pages. 

No of entries in the page table of Segment table = 214 

Size = 214  * 2 B = 32 KB

Related questions

2 votes
2 votes
2 answers
1
eyeamgj asked Oct 10, 2018
1,650 views
Consider a process of 200 KB which has 2 segments each segment size is 256 KB ,Calculate overhead in segmented paging.The page table entry is 4B, segment table entry is 2...
8 votes
8 votes
1 answer
3
Pooja Palod asked Jan 4, 2016
6,300 views
explain similarities and dismilarities between Segmented paging and paged segmentation