CS3530 Assigment 8
Kennesaw State University Department of Computer Science Operating Systems CS3530/01 Assignment # 8 / Dynamic Page Replacement Dalibor Labudovic 07/24/12013 Initial Problem Statement: Study of Performance with dynamic page replacement in Virtual Memory Management, using the Working Set algorithm. Observation of general behavior of a system with dynamic page replacement. Computation of some relevant performance metrics. The simulation model for this assignment is implemented in C++ using Psim3 package: "wspgrep.cpp". This model uses the Working Set technique. Copy the source file from the system directory on CS3 (follow instructions on the Web), then compile, and link. Run the program at least three times. Write a report describing the characteristics of the page replacement technique modeled. Use the usual guidelines for structuring the report. Include at the end of the report your ans...