Exam 3 Flashcards
MMU
Memory Management Unit
TLB
Translation Lookaside Buffer
FIFO
First In, First Out
DMA
Direct Memory Access
RAID
Redundant Array of Inexpensive Disks
dynamic relocation
moving things around in memory dynamically
swapping
Memory allocation changes as processes come into memory and leave it
memory compaction
“burping” the holes out from between the pages
coalescing
combining adjacent holes in RAM into one
virtual address
this can be added to the block’s base to get the physical address
page frame
block in REAL memory that may hold a page
page fault
an error that occurs when a block of memory that has not been stored in RAM has been attempted to be accessed
page table
An array with subscripts that correspond to blocks of virtual memory. The destination block of real memory is the value of that subscript. So array[virtualMemoryBlock] would hold the actual physical RAM address
translation lookaside buffer(TLB)
a small hardware device that maps virtual address to physical addresses without going through the page table
dirty page frame
when a page in RAM and a page on the disk differ (variables changed, etc)(One that has been modified)
working set
the set of pages that have been accessed in the k most recent
thrashing
excessive page files
cylinders
vertical sections of the piece of the disk
sectors
pieces of the track