Paging and Segmentation Problem Tasks
Paging and Segmentation Problem Tasks
Concepts
MEMORY MANAGEMENT PROBLEMS
Paging Problem 1
Consider a logical address space and main memory of 2^15 bytes, page
size of 2^10 Bytes and the following page table for some process P0.
Translate logical address 1025 to physical address.
For each of the following logical addresses, determine the physical address or indicate
if a segment fault occurs.
a) 0, 198
b) 2, 156
c) 1, 530
d) 3, 444
e) 0, 222
Segmentation Problem 2
Consider logical address of 16 bits; 4 bits for segment number and 12 bits for offset;
physical address of 16 bits and the following segment table
Determine whether the following logical address will generate a segment fault or
not? If not, then translate it to its equivalent physical address.
a) 1,752