Chaitu Tech Bits

What is paging ? what is the use of paging

Wednesday, December 15, 2010

In computer operating systems, paging is one of the memory-management schemes by which a computer can store and retrieve data from secondary storage for use in main memory. In the paging memory-management scheme, the operating system retrieves data from secondary storage in same-size blocks called pages. The main advantage of paging is that it allows the physical address space of a process to be noncontiguous. Before the time paging was used, systems had to fit whole programs into storage contiguously, which caused various storage and fragmentation problems
Share/Bookmark

Related Posts Plugin for WordPress, Blogger...