Login
Remember
Register
Ask a Question
Write down the advantages of virtual memory?
0
votes
asked
Sep 16, 2023
in
Operating System
by
rajeshsharma
Write down the advantages of virtual memory?
virtualmemory
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 16, 2023
by
rajeshsharma
A higher degree of multiprogramming.
Allocating memory is easy and cheap
Eliminates external fragmentation
Data (page frames) can be scattered all over the PM
Pages are mapped appropriately anyway
Large programs can be written, as the virtual space available is huge compared to physical memory.
Less I/O required leads to faster and easy swapping of processes.
More physical memory is available, as programs are stored on virtual memory, so they occupy very less space on actual physical memory.
More efficient swapping
...