How do you differentiate paging with segmentation by giving explanation on page and segment table
Answers
Answered by
1
In Paging, a process address space is broken into fixed sized blocks called pages. In Segmentation, a process address space is broken in varying sized blocks called sections. Operating System divides the memory into pages. Compiler is responsible to calculate the segment size, the virtual address and actual address.
Similar questions