Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is virtual memory, if OS didt have that concept What
are the problems can arise?

Answer Posted / kamlesh sancheti

Virtual Memory is a cost effective solution to slake the
thirst of memory hungry applications for a seamless
experience with your operating system. To understand the
concept of virtual memory you need a little knowledge about
the memory organization and working. There are basically two
types of memory you need to know. Random Access Memory (RAM)
is faster but costly. Memory like hard disk is slower but
relatively cheaper. Virtual memory is a stratagem to utilize
the hard drive memory to achieve enhanced performance from
the random access memory.

Whenever you run multiple programs/applications in your
desktop, you will be working on only a portion of a
particular application at an instant. Therefore it is a
waste of resource to load the entire memory required for a
particular application into the limited size random access
main memory. In a virtual memory environment each page of a
process is brought to main memory only when it is needed on
demand.


Data is stored in any memory in the form of binary digits.
The operating system handles memory management in the form
of chunks of memory called pages. A page is nothing but a
contiguous block of memory. One process might require
multiple pages of memory but only a few pages might be
active at a time. Virtual memory uses a technique called
demand paging to effectively use the available RAM memory.
Every page has an address which may be a virtual or logical
address. The main memory is divided into equal size chunks
called page frames and each page frame has a unique physical
address. So whenever a page needs to be accessed, the
operating system has to translate the virtual address into a
physical address and this is done by a Memory Management
Unit (MMU) with the help of mapping in a page table. The
virtual address corresponding to a page is mapped to a
physical address corresponding to a page frame in main
memory. Whenever a page is not in memory the operating
system fetches the page from hard disk in response to a page
fault exception. The operating system usually makes a
prediction based on past history using intelligent
algorithms regarding those pages that are least likely to be
needed again and places them in the hard disk.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of system calls?

1033


How long does chkdsk take to run?

966


What is the difference between micro kernel and macro kernel?

1098


What is bounded-buffer problem?

1127


How do I copy a path to a shared drive?

987


What is multi tasking, multi programming and multi threading?

934


How do you create a directory?

979


How do I enable plugins on firefox?

1028


How can a vfs layer allow multiple file systems support?

909


How do I stop chkdsk at startup?

993


What is the difference between logical and physical address space?

969


Does 64 bit require uefi bios?

931


What are its main functions?

1042


Explain the stipulations of c2 level security?

1028


Can a 64 bit run a 32bit program?

915