Explain Memory Partitioning, Paging, Segmentation.

Untitled Forums Assignment Help Explain Memory Partitioning, Paging, Segmentation.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1012
    Aakanksha
    Participant

    Explain Memory Partitioning, Paging, Segmentation.

    #9577
    ahwriter
    Participant

    Memory partitioning is the way to distribute the Kernel and User Space Area in Memory.

    Paging is actually a minimum memory, which can be swap in and swap out from Memory.

    In modern Server operating systems, we can use Multiple Page Size Support. That actually helps to tune OS performance, depending on type of applications.

    Segmentation is actually a way to keep similar objects in one place. For example: you can have your stack stuffs in one place (Stack Segment), Binary code in another place (text segment), and data in another place (Data and BSS segment).

    Linux doesn’t have segment architecture. AIX has Segment architecture.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.