Consider the following segment table Segment Base Length 0 2
Consider the following segment table
Segment Base Length
0 219 600
 1 2300   14
 2 90 100
3 1327 580
4 1952 96
What
a. b. c. d. e.
Base Length 219 600 2300 14
 90 100 1327 580 1952 96
are the physical addresses for the following logical addresses? 0, 430
 1, 10
 2,500
3, 400 4,112
Solution
Answer: a) Physical address: 219+430=>649 This is less than 219+600=> 819. So legal address b) 2300+10=2310 is less than 2310 +14 => 2314 . So legal. c) 90+500=> 590 is exceeding the range 90+100=> 190. So illegal reference d) 1327+400=1727 is less than 1327+580=> 1907. so legal . e) 1952+ 112=> 2064 is exceeding the range 1952+96=> 2048. So illegal reference.
