Paging: Introduction

Descrição

Chapter 18 from Three Easy Pieces
Anushka Singh
Notas por Anushka Singh, atualizado more than 1 year ago
Anushka Singh
Criado por Anushka Singh mais de 4 anos atrás
5
0

Resumo de Recurso

Página 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 

Semelhante

Components of An Operating System - Jason Madappattu
Jason EM
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
OS3: Hardware
MpoMp
OS5: Operating system concepts
MpoMp
OS4: Operating system types
MpoMp