Question:
Why paging is used?
Answer:
Paging is solution to external fragmentation problem which is to permit the logical address space of a process to be noncontiguous, thus allowing a process to be allocating physical memory wherever the latter is available. Source: CoolInterview.com
To Increase the performance of PC paging will be used.It is a space which is used by OS on HDD as temporary memory. Source: CoolInterview.com
Answered by: Pawan Kumar.Sure | Date: 12/17/2009
| Contact Pawan Kumar.Sure
paging is a memory management scheme, we have map the logical address space into physical address space in the paging. logical memory divided in to pages and physical memory divided into frames. There have a page table which have the pages with location address of physical memory where they will be store Source: CoolInterview.com
Answered by: sonu | Date: 1/22/2010
| Contact sonu
It is memory management technique.In which our Program Size is Big and our RAM size are small than OS divide the program into smaller pages and store into secondary storage. Source: CoolInterview.com
Answered by: Hemant Chand Dungriyal | Date: 2/10/2010
| Contact Hemant Chand Dungriyal
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|