Paging: Introduction

Description

Chapter 18 from Three Easy Pieces
Anushka Singh
Note by Anushka Singh, updated more than 1 year ago
Anushka Singh
Created by Anushka Singh over 5 years ago
7
0
1 2 3 4 5 (0)

Resource summary

Page 1

Space management problem can be solved in two approaches: Segmentation - chop into variable-sized pieces .  drawback : when space is divided into different sized chunks, the space itself gets fragmented, and thus allocation becomes challenging over time. Paging - chop up space into fixed-sized pieces .  Instead of diving space into code, heap, stack, we divide space into fixed sized units we call a page.   View the physical memory as array of fixed size slots called page frames. Each frame contains one virtual memory page.

Advantages of Paging :  Flexibility - with a fully-developed paging 

Show full summary Hide full summary

0 comments

There are no comments, be the first and leave one below:

Similar

OS1: Operating system basics
MpoMp
OS9: Processes
MpoMp
OS11: Interprocess communication
MpoMp
Operating Systems
bubblesthelabrad
OS10: Threads
MpoMp
OS Final
Hello World
OS2: Operating systems' history
MpoMp
OS4: Operating system types
MpoMp
OS3: Hardware
MpoMp
OS5: Operating system concepts
MpoMp