Question: For the program please write a report that uses that program as a research tool. Please provide as detailed an answer as possible, I wish
For the program please write a report that uses that program as a research tool. Please provide as detailed an answer as possible, I wish to understand every detail of this problem!
4. 
4. Design a program that illustrates the influence of virtual memory management on execution. Specifically, for a computer platform that uses VMM, determine the size of the active memory set and the access characteristics of the components involved in the VMM (size of page, access times, etc.). Then write a synthetic program that uses a relatively small amount of data for extensive computations. In more detail, if the size of the active memory set is M, have your program load a data set of size C into the cache and carry out a number of operations (involving this data set) that is several orders larger than C. Determine and plot the timings for Ca 0.5M, 0.6M, 0.7M, 0.8M, 0.9 M, 0.95-M, 0.99M, 1.0M, 1.01-M. 1.1-M. 1.5M, 2M, 5M, 10M, and 50M Pay attention to the replacement policy of the VMM and structure your computations so that you can be certain that thrashing occurs for C M 4. Design a program that illustrates the influence of virtual memory management on execution. Specifically, for a computer platform that uses VMM, determine the size of the active memory set and the access characteristics of the components involved in the VMM (size of page, access times, etc.). Then write a synthetic program that uses a relatively small amount of data for extensive computations. In more detail, if the size of the active memory set is M, have your program load a data set of size C into the cache and carry out a number of operations (involving this data set) that is several orders larger than C. Determine and plot the timings for Ca 0.5M, 0.6M, 0.7M, 0.8M, 0.9 M, 0.95-M, 0.99M, 1.0M, 1.01-M. 1.1-M. 1.5M, 2M, 5M, 10M, and 50M Pay attention to the replacement policy of the VMM and structure your computations so that you can be certain that thrashing occurs for C M
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
