Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

4. (10 points) Applications are often times categorized as either computation bound or I/O bound. The former spends most of its execution time on computation,

4. (10 points) Applications are often times categorized as either computation bound or I/O bound. The former spends most of its execution time on computation, while the latter spends most of its time waiting for I/O (i.e. disk, network access, etc.). Use Amdahls Law to answer the following questions: (a) Suppose you have an application that spends 60% of its time waiting for disk access and 40% of its time on computation. Is this system I/O bound or computation bound? 1 (b) If you were to run this application on a processor that is 20x faster but with the same I/O speed, what would be the potential speedup? (c) If instead, you ran the application on a system with the same processor speed but a disk that is 3x faster, what would be the potential speedup? (d) Describe how you might go about improving the disk access of this system.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

DNA Databases

Authors: Stefan Kiesbye

1st Edition

0737758910, 978-0737758917

More Books

Students also viewed these Databases questions

Question

What are the main components of a database system?

Answered: 1 week ago