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 |
Where is program files located?
What are the disadvantages of microkernels?
What is operating system in english?
Will increasing ram speed up my laptop?
What are its main functions?
What is a cache memory?
What is the difference between af and whitworth spanners?
Explain booting the system and bootstrap program in operating system.
Explain the layers of a windows xp system.
When is a system in a safe state?
How do I find my os version?
Explain some memory components.