CSE 4/521 Introduction to Operating Systems. Lecture 15 Virtual Memory I (Background, Demand Paging) Summer 2018

Similar documents
Chapter 8: Virtual Memory. Operating System Concepts Essentials 2 nd Edition

Chapter 9: Virtual Memory. Operating System Concepts 9 th Edition

Chapter 9: Virtual Memory

Chapter 9: Virtual-Memory

현재이이미지를표시할수없습니다. Chapter 9: Virtual Memory

CS370 Operating Systems

Chapter 8: Virtual Memory. Operating System Concepts

OPERATING SYSTEM. Chapter 9: Virtual Memory

Chapter 10: Virtual Memory

CS370 Operating Systems

Chapter 9: Virtual Memory. Operating System Concepts 9 th Edition

CS370 Operating Systems

Operating System Concepts 9 th Edition

CS307: Operating Systems

Chapter 9: Virtual Memory. Operating System Concepts 9th Edition

Operating Systems. Designed and Presented by Dr. Ayman Elshenawy Elsefy

Chapter 8 & Chapter 9 Main Memory & Virtual Memory

Memory Management. Virtual Memory. By : Kaushik Vaghani. Prepared By : Kaushik Vaghani

Virtual Memory Silberschatz: 9. Operating Systems. Autumn CS4023

Chapter 9: Virtual Memory

Chapter 9: Virtual-Memory Management. Operating System Concepts 8 th Edition,

Chapter 8: Main Memory. Operating System Concepts 8th Edition

Virtual Memory Outline

Virtual Memory - I. Roadmap. Tevfik Koşar. CSE 421/521 - Operating Systems Fall Lecture - XV. University at Buffalo.

Chapter 9: Virtual Memory. Chapter 9: Virtual Memory. Objectives. Background. Virtual-address address Space

Chapter 9: Virtual Memory

Virtual Memory - I. Roadmap. Background. Demand Paging. valid-invalid bit. Tevfik Koşar. CSE 421/521 - Operating Systems Fall 2012

Frequently asked questions from the previous class survey

CSE325 Principles of Operating Systems. Virtual Memory. David P. Duggan. March 7, 2013

CS370: Operating Systems [Spring 2017] Dept. Of Computer Science, Colorado State University

Basic Memory Management. Basic Memory Management. Address Binding. Running a user program. Operating Systems 10/14/2018 CSC 256/456 1

Basic Memory Management

Chapter 6: Demand Paging

Chapter 8: Main Memory

Module 8: Memory Management

CS420: Operating Systems

Chapter 8: Main Memory

Background. Demand Paging. valid-invalid bit. Tevfik Koşar. CSC Operating Systems Spring 2007

Logical versus Physical Address Space

CS 134: Operating Systems

Virtual Memory. CSCI 315 Operating Systems Design Department of Computer Science

Operating System Concepts

Multi-Process Systems: Memory (2) Memory & paging structures: free frames. Memory & paging structures. Physical memory

Chapter 3: Virtual Memory ว ตถ ประสงค. Background สามารถอธ บายข อด ในการท ระบบใช ว ธ การจ ดการหน วยความจ าแบบเสม อนได

Roadmap. Tevfik Ko!ar. CSC Operating Systems Spring Lecture - XIV Virtual Memory - I. Louisiana State University.

Virtual Memory CHAPTER CHAPTER OBJECTIVES. 8.1 Background

Memory Management. CSCI 315 Operating Systems Design Department of Computer Science

Even in those cases where the entire program is needed, it may not all be needed at the same time (such is the case with overlays, for example).

Chapter 9: Virtual Memory

Chapter 8: Memory Management Strategies

Virtual Memory. Overview: Virtual Memory. Virtual address space of a process. Virtual Memory. Demand Paging

Addresses in the source program are generally symbolic. A compiler will typically bind these symbolic addresses to re-locatable addresses.

Operating Systems. Paging... Memory Management 2 Overview. Lecture 6 Memory management 2. Paging (contd.)

ADRIAN PERRIG & TORSTEN HOEFLER Networks and Operating Systems ( ) Chapter 6: Demand Paging

Virtual Memory. Virtual Memory. Demand Paging. valid-invalid bit. Virtual Memory Larger than Physical Memory

Chapter 8: Memory- Management Strategies. Operating System Concepts 9 th Edition

Outlook. Background Swapping Contiguous Memory Allocation Paging Structure of the Page Table Segmentation Example: The Intel Pentium

Chapter 7: Main Memory. Operating System Concepts Essentials 8 th Edition

Virtual Memory. CSCI 315 Operating Systems Design Department of Computer Science

Operating System - Virtual Memory

Memory Management and Protection

CSE 4/521 Introduction to Operating Systems. Lecture 12 Main Memory I (Background, Swapping) Summer 2018

Memory Management. Disclaimer: some slides are adopted from book authors slides with permission 1

CSE 4/521 Introduction to Operating Systems. Lecture 14 Main Memory III (Paging, Structure of Page Table) Summer 2018

CSE 4/521 Introduction to Operating Systems. Lecture 27 (Final Exam Review) Summer 2018

Virtual Memory COMPSCI 386

Memory Management. Disclaimer: some slides are adopted from book authors slides with permission 1

Module 9: Virtual Memory

Module 8: Memory Management

Module 9: Memory Management. Background. Binding of Instructions and Data to Memory

CSC Operating Systems Spring Lecture - XIV Virtual Memory - II. Tevfik Ko!ar. Louisiana State University. March 27 th, 2008.

Chapter 8: Memory Management. Operating System Concepts with Java 8 th Edition

Page Replacement Chap 21, 22. Dongkun Shin, SKKU

Chapter 8: Memory- Management Strategies. Operating System Concepts 9 th Edition

Chapter 8: Memory- Management Strategies

Chapter 9: Virtual Memory

Chapter 8: Main Memory. Operating System Concepts 9 th Edition

Goals of Memory Management

CS399 New Beginnings. Jonathan Walpole

Virtual Memory. Overview: Virtual Memory. Virtual address space of a process. Virtual Memory

Memory Management Cache Base and Limit Registers base limit Binding of Instructions and Data to Memory Compile time absolute code Load time

VII. Memory Management

Memory Management. Contents: Memory Management. How to generate code? Background

Memory Management. Disclaimer: some slides are adopted from book authors slides with permission 1

Chapter 8: Main Memory

CS6401- Operating System UNIT-III STORAGE MANAGEMENT

Demand Paging. Valid-Invalid Bit. Steps in Handling a Page Fault. Page Fault. Transfer of a Paged Memory to Contiguous Disk Space

Chapter 4 Memory Management

CS370 Operating Systems


Chapter 8 Memory Management

Memory Management. Memory Management

Modeling Page Replacement: Stack Algorithms. Design Issues for Paging Systems

Operating Systems. Memory Management. Lecture 9 Michael O Boyle

Chapter 9: Memory Management. Background

Chapters 9 & 10: Memory Management and Virtual Memory

stack Two-dimensional logical addresses Fixed Allocation Binary Page Table

Part Three - Memory Management. Chapter 8: Memory-Management Strategies

Memory Management - Demand Paging and Multi-level Page Tables

Chapter 8 Virtual Memory

Transcription:

CSE 4/521 Introduction to Operating Systems Lecture 15 Virtual Memory I (Background, Demand Paging) Summer 2018

Overview Objective: To describe the benefits of a virtual memory system. To explain the concept of demand paging. Background Demand Paging 2

Recap Paging Address Translation Scheme, Paging Hardware, Translation Look Aside Buffer (TLB) Structure of Page Table Hierarchical Page Table, Two-level Page-Table, Hashed Page Table, Inverted Page Table 3

Questions 1. What is paging? How is it different from the concept of swapping you are familiar with? (Easy) 2. In what way does TLB facilitate better paging? (Medium) 3. Describe a mechanism by which one segment could belong to the address space of two different processes? (Easy) 4

Overview Background Demand Paging 5

Overview Background Demand Paging 6

Background Code needs to be in memory to execute, but entire program rarely used Error code, unusual routines, large data structures Entire program code not needed at same time Consider ability to execute partially-loaded program Program no longer constrained by limits of physical memory Each program takes less memory while running -> more programs run at the same time 7

Background Virtual memory separation of user logical memory from physical memory Only part of the program needs to be in memory for execution Logical address space can therefore be much larger than physical address space Allows address spaces to be shared by several processes More programs running concurrently 8

Background Virtual address space logical view of how process is stored in memory Usually start at address 0, contiguous addresses until end of space Meanwhile, physical memory organized in page frames MMU must map logical to physical Virtual memory can be implemented via Demand paging 9

Background : Virtual Memory larger than Physical Memory 10

Background: Virtual-address Space Usually design logical address space for stack to start at Max logical address and grow down while heap grows up Maximizes address space use Unused address space between the two is hole No physical memory needed until heap or stack grows to a given new page System libraries shared via mapping into virtual address space Shared memory by mapping pages read-write into virtual address space Pages can be shared during fork(), speeding process creation 11

Background: Shared Library Using Virtual Memory 12

Overview Background Demand Paging 13

Demand Paging Bring a page into memory only when it is needed Less I/O needed, no unnecessary I/O Less memory needed Faster response More users Similar to paging system with swapping Page is needed reference to it invalid reference abort not-in-memory bring to memory Lazy swapper never swaps a page into memory unless page will be needed Swapper that deals with pages is a pager 14

Demand Paging : Basic Concepts With swapping, pager guesses which pages will be used before swapping out again Pager brings in only those pages into memory How to determine that set of pages? Need new MMU functionality to implement demand paging If pages needed are already memory resident No difference from non demand-paging If page needed and not memory resident Need to detect and load the page into memory from storage 15

Demand Paging : Valid-Invalid Bit With each page table entry a valid invalid bit is associated (v memory resident, i not-in-memory) Initially valid invalid bit is set to i on all entries Example of a page table snapshot: During MMU address translation, if valid invalid bit in page table entry is i page fault 16

Demand Paging : Page Table when Some Pages are not in Main Memory 17

Demand Paging : Page Fault If there is a reference to a page, first reference to that page will trap to operating system: page fault 1.Operating system looks at another table to decide: Invalid reference abort Just not in memory 2.Find free frame 3.Swap page into frame via scheduled disk operation 4.Reset tables to indicate page now in memory Set validation bit = v 5.Restart the instruction that caused the page fault 18

Demand Paging : Steps in Handling a Page Fault 19

Demand Paging : Aspects of Demand Paging Extreme case start process with no pages in memory OS sets instruction pointer to first instruction of process, nonmemory-resident -> page fault And for every other process pages on first access Pure demand paging In reality, an instruction could access multiple pages -> multiple page faults Pain decreased because of locality of reference Hardware support needed for demand paging Page table with valid / invalid bit Secondary memory (swap device with swap space) 20

Demand Paging : Demand Paging Example Three major activities Service the interrupt Read the page Restart the process Page Fault Rate 0 p 1 if p = 0 no page faults if p = 1, every reference is a fault Effective Access Time (EAT) EAT = (1 p) x memory access + p (page fault overhead + swap page out + swap page in ) 21

Demand Paging : Demand Paging Example Memory access time = 200 nanoseconds Average page-fault service time = 8 milliseconds EAT = (1 p) x 200 + p (8 milliseconds) = (1 p x 200 + p x 8,000,000 = 200 + p x 7,999,800 If one access out of 1,000 causes a page fault, then EAT = 8.2 microseconds. This is a slowdown by a factor of 40!! If want performance degradation < 10 percent 220 > 200 + 7,999,800 x p 20 > 7,999,800 x p p <.0000025 < one page fault in every 400,000 memory accesses 22

Demand Paging : Performance of Demand Paging Stages in Demand Paging (worse case) 1. Trap to the operating system 2. Save the user registers and process state 3. Determine that the interrupt was a page fault 4. Check that the page reference was legal and determine the location of the page on the disk 5. Issue a read from the disk to a free frame: 1. Wait in a queue for this device until the read request is serviced 2. Wait for the device seek and/or latency time 3. Begin the transfer of the page to a free frame 6. While waiting, allocate the CPU to some other user 7. Receive an interrupt from the disk I/O subsystem (I/O completed) 8. Save the registers and process state for the other user 9. Determine that the interrupt was from the disk 10.Correct the page table and other tables to show page is now in memory 11.Wait for the CPU to be allocated to this process again 12.Restore the user registers, process state, and new page table, and then resume the interrupted instruction 23

Credits for slides Silberschatz, Galvin and Gagne 24