SW StudyWalks

Computer Science  /  CS 0313  ·  Atom · ~20 seconds

Virtual Memory

Video not yet published
to the StudyWalks catalog
State

A running process deals only in virtual addresses, never seeing physical memory — address translation maps its view onto real memory in units called pages, each process inside its own map.

Show

Two apartments numbered 1 in two buildings never collide, because the street knows the difference.

Watch for

The illusion of private memory is load-bearing.