Why paging is used?

Answers were Sorted based on User's Feedback



Why paging is used?..

Answer / vkin

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.

Is This Answer Correct ?    24 Yes 3 No

Why paging is used?..

Answer / hemant chand dungriyal

When our program size is too big then our main memory and this
case Operating System use paging.Paging divide big page/program/segment into small page/program/segment and store in secondary storage.
Bcoz main memory not enough memory to process a big page/program/segment that's the reason we needed pagong.

Is This Answer Correct ?    7 Yes 5 No

Post New Answer

More Operating Systems General Concepts Interview Questions

Explain the resident set and working set of a process?

0 Answers  


Explain booting the system in operating system.

0 Answers  


Should I use x86 or x64?

0 Answers  


What is DRAM? In which form does it store data?

1 Answers  


How can you check whether a machine is 64 bit or 32 bit?

0 Answers   Expedia,






Tell us something about mutex.

0 Answers  


What are placement and replacement algorithms in the context of memory management?

0 Answers  


What is a critical section in os?

0 Answers  


Explain what is meant by heap?

0 Answers   BPL,


What is the difference in interrupt mechanism from software to hardware?

1 Answers   HP,


Where are the global variables stored?

0 Answers  


What is plumbing/piping?

0 Answers  


Categories