d) Just considering virtual memory access time, how long will it take for function1() to execute?

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

One image is the question the other is an example

Please type your solution so that I will be able to read them

If it's too long just work on what you can do and then I'll ask the question again to get the rest if needed 

3. Virtual memory
Study the two functions given below. Both use the same array declared as:
static int data[256*256*8];
void function1()
{
int i;
int j;
for (i = 0; i < 32; i++)
for (j = 0; j< 256; j++)
data[i] = i;
}
void function2()
{
int i;
int j;
for (i = 0; i < 32; i++)
for (j = 0; j< 256; j++)
data[j*2048] = i;
}
Transcribed Image Text:3. Virtual memory Study the two functions given below. Both use the same array declared as: static int data[256*256*8]; void function1() { int i; int j; for (i = 0; i < 32; i++) for (j = 0; j< 256; j++) data[i] = i; } void function2() { int i; int j; for (i = 0; i < 32; i++) for (j = 0; j< 256; j++) data[j*2048] = i; }
Assume the following behaviors in a virtual memory system. Reading or writing physical
memory requires 50 nanoseconds. Reading or writing disk writing 10 milliseconds. Page
size is 8 kilobytes. Presume that the program has 1 megabyte of physical memory
available. You may consider everything except the array access itself to take no time.
You should also assume that the first 1 megabyte of the array is in physical memory
initially. You may ignore any memory used by the program or stack to execute these
functions. Using this information, answer the following questions. In each case, show the
work you use to calculate the answer. Give your answer in a reasonable unit.
d) Just considering virtual memory access time, how long will it take for function1()
to execute?
Transcribed Image Text:Assume the following behaviors in a virtual memory system. Reading or writing physical memory requires 50 nanoseconds. Reading or writing disk writing 10 milliseconds. Page size is 8 kilobytes. Presume that the program has 1 megabyte of physical memory available. You may consider everything except the array access itself to take no time. You should also assume that the first 1 megabyte of the array is in physical memory initially. You may ignore any memory used by the program or stack to execute these functions. Using this information, answer the following questions. In each case, show the work you use to calculate the answer. Give your answer in a reasonable unit. d) Just considering virtual memory access time, how long will it take for function1() to execute?
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY