337 views

1 Answer

0 votes
0 votes

Segmentation in OS means variable size partition of main memory. 

These partitions are not predefined.

So, Segment table is there to define the starting address of the table → (Base Address) and

limit is the size of the segment.

If base address is 1900 and limit is 400 this means:

cell no.  Address

1→        1900

2→        1901

3→        1902

.                 .

.                 .

.                 .

400→     2299 (Segment end)

Related questions

741
views
0 answers
1 votes
Tuhin Dutta asked Nov 8, 2017
741 views
https://gateoverflow.in/3600/gate2006-it-56Why is only 1 Page Table considered for 4 Segment Table entries in the selected best answer?
1.2k
views
1 answers
0 votes
bamcikibambam asked Dec 21, 2022
1,235 views
Consider the following segment table:Segment Base Length0 220 6001 2300 202 90 1003 1320 ... What are the physical addresses for the following logical addresses? 0, 4301, 103, 802, 500