Explain about paged segmentation and segment paging?

Answers were Sorted based on User's Feedback



Explain about paged segmentation and segment paging?..

Answer / subrahmanyam kambala

segmention --> rectifies internal fragmentation
paging scheme--> rectifies external fragmentation
combine the both schemes and eliminates both problems in
managing the memory

paged segmentation

divide program's logical addressspace into one or more segments
maintain a pagetable for each segment
each segment pointer points to page table

segment paging is opposite to above explanation

For Better understanding use this link
http://www.cs.rochester.edu/u/www/courses/456/spring99/lecture/lecture7.html

Is This Answer Correct ?    45 Yes 12 No

Explain about paged segmentation and segment paging?..

Answer / p govind rao

PAGING: Paging memory allocation algorithms divide computer
memory into small partitions, and allocates memory using a
page as the smallest building block.

SEGMENTAION: Segmentation means that a part or parts of the
memory will be sealed off from the currently running
process, through the use of hardware registers. If the data
that is about to be read or written to is outside the
permitted address space of that process, a segmentation
fault will result.

Is This Answer Correct ?    18 Yes 21 No

Explain about paged segmentation and segment paging?..

Answer / chitra

phisical memory is broken into fixed sized blocks called
frames.logical memory is also broken in to blocks to the
same size called pages.when a process is to be executed
it's pages are loaded in to memory frames.

pages are divided in to 2 parts:
*page number(p)
*page offset(d)

Is This Answer Correct ?    13 Yes 19 No

Post New Answer

More Operating Systems General Concepts Interview Questions

How do I do a system restore?

0 Answers  


What is the difference between af and whitworth spanners?

0 Answers  


What is an immutable object? How can it help in writing a concurrent application?

0 Answers  


What is the difference between Authoritative restore & Non- Authoritative restore?

1 Answers   Wipro,


What are the 4 stages of computing?

0 Answers  


What are the states of a process?

0 Answers  


What are the impact on network when gc,schema master,domainnaming master,rid master,pdc emulator,infrastructure master is down?

1 Answers   HCL,


What is the difference between a file and a directory?

0 Answers  


How does a ram function?

0 Answers  


What does af_inet stand for?

0 Answers  


Tell me what is executive in windows nt?

0 Answers  


How are the wait or signal operations for monitor different from those for semaphores?

1 Answers  


Categories