Exforsys
+ Reply to Thread
Results 1 to 4 of 4

Does UNIX have this concept

This is a discussion on Does UNIX have this concept within the Linux forums, part of the Operating Systems category; I came across the term called as paging in an operating system book. Does UNIX also follow this paging concept? ...

  1. #1
    sammy is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    144

    Does UNIX have this concept

    I came across the term called as paging in an operating system book. Does UNIX also follow this paging concept? If so how is it done?


  2. #2
    Angela is offline Member Array
    Join Date
    Apr 2006
    Answers
    85
    I think paging is a technique followed with multiprocessing and multi-handling operating system. Since UNIX is both I think paging would be supported by UNIX. If I am wrong someone correct me on this.


  3. #3
    zsk_00 is offline Member Array
    Join Date
    May 2006
    Answers
    37
    Yes, UNIX does support paging. When you start a process, UNIX kernel reads only a part of the program/file from the disk into RAM in the form of small blocks. Each block is called a page. Once the CPU has processed these pages, more pages are requested by the kernel and if not in RAM, these are read from disk.


  4. #4
    caradoc is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    122
    I have some doubts related to these paging concepts. Is there any variables used in UNIX for controlling the paging operation and also I wanted to know the difference between paging and swapping?


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...