Virtual-Memory Management
#1

Virtual-Memory Management

[attachment=16108]
Objectives
 1 To describe the benefits of a virtual memory system
 2 To explain the concepts of demand paging, pagereplacement
algorithms, and allocation of page frames
3 To discuss the principle of the working-set model


Background

1Virtual memory – separation of logical memory from
physical memory.

2 Only part of the program needs to be in memory for
execution
3 Logical address space can therefore be much larger
than physical address space

4 Allows address spaces to be shared by several
processes
5 Allows for more efficient process creation
6 Virtual memory can be implemented via:
7 Demand paging
8 Demand segmentation


Copy-on-Write

1 Virtual memory allows benefits during process creation
2 Copy-on-Write (COW) allows both parent and child
processes to initially share the same pages in memory
If either process modifies a shared page, only then is
the page copied

3 COW allows more efficient process creation as only
modified pages are copied
4 Free pages are allocated from a pool of zeroed-out
pages
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: memory management in c language, a ppt on memory management, seminar report of virtual memory, memory management seminar pdf, virtual memory amount, pashupalan cow, vista memory management,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
Virtual-Memory Management - by seminar addict - 16-01-2012, 03:11 PM
RE: Virtual-Memory Management - by seminar paper - 05-03-2012, 09:20 AM

Possibly Related Threads...
Thread Author Replies Views Last Post
  SHAPE MEMORY ALLOYS project uploader 1 2,420 27-06-2016, 12:31 PM
Last Post: seminar report asees
  Linux Virtual Server (LVS) for Red Hat Enterprise Linux seminar addict 1 1,800 06-09-2013, 10:05 AM
Last Post: Guest
  virtual network computing seminar addict 1 1,388 12-12-2012, 02:07 PM
Last Post: seminar details
  VIRTUAL DATABASE TECHNOLOGY FOR DISTRIBUTED DATABASE abstract seminar details 0 1,418 09-06-2012, 06:00 PM
Last Post: seminar details
  Cloud Servers vs. VPS (Virtual Private Servers) seminar paper 0 867 16-03-2012, 11:57 AM
Last Post: seminar paper
  DIRECT MEMORY ACCESS details seminar paper 0 890 14-03-2012, 03:29 PM
Last Post: seminar paper
  ovonic unified memory details seminar paper 0 810 12-03-2012, 03:43 PM
Last Post: seminar paper
  ACE RT MEMORY MANAGEMENT OPTIONS seminar paper 0 937 06-03-2012, 02:24 PM
Last Post: seminar paper
  virtual reality ppt seminar paper 0 905 24-02-2012, 03:51 PM
Last Post: seminar paper
  VIRTUAL RETINAL DISPLAY simple details seminar paper 0 862 24-02-2012, 03:26 PM
Last Post: seminar paper

Forum Jump: