--%>

Explain the segmentation with paging

Explain the segmentation with paging.

E

Expert

Verified

Segments can be of various lengths, so this is harder to find a place for a segment within memory than a page. Along with segmented virtual memory, we determine the benefits of virtual memory but we even have to do physical memory’s dynamic storage allocation. In order to ignore this, this is possible to combine segmentation and paging to a two-level virtual memory system. All segment descriptor points to page table for such segment. These give some of the advantages of paging (simple placement) with several of the advantages of segments as logical division of the program.

   Related Questions in Programming Languages

  • Q : How class and a structure are different

    How class and a structure are different?

  • Q : What is XLink What is XLink? Answer: It

    What is XLink? Answer: It is a part of the XLL specification which is concerned along with specifying links among documents.

  • Q : Define class Define class?

    Define class?

  • Q : Define Continue statement Continue

    Continue statement: A statement which might only be employed within the body of a loop. In case of a while loop or do loop, control passes instantly to the loop's terminating test. In case of a for loop, the control passes to the post-body update expr

  • Q : Define Peer Peer : It is a term

    Peer: It is a term employed of the Abstract Windowing Toolkit (AWT) to refer to the underlying classes which give the platform-specific implementation of the component classes.

  • Q : Explain Look-and-feel Look-and-feel :

    Look-and-feel: The visual impression and interaction style given by a user interface. This is mainly the responsibility of the window manager (that is, in collaboration with the fundamental operating system) running on a specific computer. This refers

  • Q : Explain Command-line argument

    Command-line argument: The arguments passed to a program whenever it is run. The Java program receives such in the single formal argument to its major method: public static void main(String[] args)

  • Q : Block Started by Symbol What is the

    What is the Block Started by the Symbol?

  • Q : Explain Structured programming

    Structured programming: It is a style of programming generally related with languages like FORTRAN, C, Pascal and so forth. Employing structured programming methods, a problem is frequently resolved employing a divide and conquer approach like stepwis

  • Q : Describe Method Method : The portion of

    Method: The portion of a class definition which implements some of the behavior of objects of the class. The body of the method includes declarations of local variables and statements to execute the behavior. The method receives input through its argu