Explain Memory Partitioning, Paging, Segmentation?



Explain Memory Partitioning, Paging, Segmentation?..

Answer / Abhimanyu Singh

Memory management techniques in Operating Systems include:

1. Memory Partitioning: Dividing the memory into equal-sized segments for different processes to use. This can be fixed partitioning (each process gets a fixed amount of memory) or dynamic partitioning (memory is allocated dynamically as needed).
2. Paging: Breaking up a program's memory into small, fixed-sized pages and storing them on disk when not in use. When a page is needed, it is loaded into physical memory.
3. Segmentation: Dividing a program's memory into logical segments based on its requirements (e.g., code segment, data segment). Each segment can be of any size and is managed separately by the operating system.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Operating Systems General Concepts Interview Questions

Where is program files located?

1 Answers  


What are the disadvantages of microkernels?

1 Answers  


What is operating system in english?

1 Answers  


Will increasing ram speed up my laptop?

1 Answers  


What are its main functions?

1 Answers  


What is a cache memory?

1 Answers   TCS,


What is the difference between af and whitworth spanners?

1 Answers  


Explain booting the system and bootstrap program in operating system.

1 Answers  


Explain the layers of a windows xp system.

1 Answers  


When is a system in a safe state?

1 Answers  


How do I find my os version?

1 Answers  


Explain some memory components.

1 Answers  


Categories