Preview

Nt1330 Unit 4 Case Study

Good Essays
Open Document
Open Document
359 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Nt1330 Unit 4 Case Study
Let’s take an average page fault service time of 25 ms and a memory access time of 100 ns, then the effective access time in ns is effective access time = (1-p)*(100) +p(25 ms)
=(1-p)*100+p*25,000,000)
=100+24,999,900*p
We saw effective access time is directly proportional to the page fault rate . suppose one access out of 1,000 cause a page fault, effective access time is 25 ms the computer might be slow down by a factor of 250 because of demand paging. Suppose we want less than 10 % degradation,
We require:
110>100+25,000,000*p
10>25,000,000*p
P<0.0000004
that is to keep the slowdown due to paging to a reasonable level, we can allow only less than one memory access out 2,500,000 to page fault. in a demand paging system keep the page

You May Also Find These Documents Helpful

  • Good Essays

    Nt1330 Unit 2 Review Paper

    • 1508 Words
    • 7 Pages

    9- Which of the following stress or strength parameters is used in the computation of the force in an extrusion operation (one best answer): (a) average flow stress, (b) compression strength, (c) final flow stress, (d) tensile strength, (e) yield strength?…

    • 1508 Words
    • 7 Pages
    Good Essays
  • Good Essays

    WGU JGT Task #1

    • 1134 Words
    • 5 Pages

    Catherine Pang provided the assembly schedule which denotes cycle time which is the maximum amount of time the boot is allowed to spend at each workstation. Upon initial inspection of the workflow, it is noted that a “bottleneck” is noted due to a variance between stations B and C (with a three minute difference) and stations E and F (with one minute difference). Both variances in sequential steps cause…

    • 1134 Words
    • 5 Pages
    Good Essays
  • Satisfactory Essays

    Nt1310 Unit 4 Case Study

    • 317 Words
    • 2 Pages

    I have attached question number 11 for everyone to review. This step is not completely done because we are missing expenses and revenues for 2017. The reason I am sending it out to you guys is so that you can see what I have done so far. This information may be particularly relevant to Jon. In the excel document, there are two tabs so far: the original budget, and expense scenario 1. The first tab is all the calculations I have done to get to tab 2. Also, In tab 1 I have made the following assumptions.…

    • 317 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Nt1430 Unit 2 Discuss

    • 401 Words
    • 2 Pages

    EXT2 was the default file system for Linux until EXT3 came along. EXT2 still is a favored file system for Flash and USB drives due the lack of journaling. Journaling requires more writes to the storage unit and can be slow on these external devices. The Flash and USB drives have a limited number of write cycles.…

    • 401 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Memory Dependencies

    • 529 Words
    • 3 Pages

    Ans: The use of store sets is based on two facts : The first is that the behavior of memory-order violations is a good predictor of future memory dependencies. The second is that it is important to predict dependencies of loads where one load is dependent on multiple stores or multiple loads depend on the same store. The store sets allow a load to be dependent on multiple stores. The store set consists of two tables : The first is a PC indexed table called the Store Set Identifier Table (SSIT) that maintains the store sets using a common tag for each load and the stores in its store set. The second is called the Last Fetched Store Table (LFST) and maintains dynamic information about the most recently fetched store for each store set. The information in this table is…

    • 529 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    Dakota Case Study

    • 1366 Words
    • 6 Pages

    The Activity Analysis made by Melissa shows the time required by Data Entry operators for each operation. The Analysis shows also the number of…

    • 1366 Words
    • 6 Pages
    Powerful Essays
  • Good Essays

    Algorithm Scheduling

    • 2087 Words
    • 9 Pages

    In the case above we have display driving aided by the use of a dedicated Graphics card therefore the execution/ TT for this process should increase (n+1) fold where n represents the number of I/O devices being used in this case 1 therefore TT for this process is increased 2fold i.e. (display driving should take 10ms).…

    • 2087 Words
    • 9 Pages
    Good Essays
  • Satisfactory Essays

    virtual memory

    • 340 Words
    • 1 Page

    Swapping, which happens so quickly that the end user doesn't know it's happening, is carried out by the computer’s memory manager unit (MMU). The memory manager unit may use one of several algorithms to choose which page should be swapped out, including Least Recently Used (LRU), Least Frequently Used (LFU) or Most Recently Used (MRU).…

    • 340 Words
    • 1 Page
    Satisfactory Essays
  • Powerful Essays

    References: [1] Domenico Ferrari, Computer Systems Performance Evaluation, Prentice Hall, Englewood Cliffs, NJ, 1978 [2] Raj Jain, The Art of Computer Systems Performance Analysis, John Wiley and Sons, 1991…

    • 4528 Words
    • 19 Pages
    Powerful Essays
  • Satisfactory Essays

    SQL Server Always on

    • 291 Words
    • 2 Pages

    Improve performance by redirecting reporting workloads, utilizing secondary hardware, and freeing up capacity on the primary hardware.…

    • 291 Words
    • 2 Pages
    Satisfactory Essays
  • Better Essays

    In order to achieve these goals, the working set of the application should be optimal. The way to achieve an optimal working set is via data clustering. With good data clustering more data can be accessed in fewer pages; thus a high data density rate is obtained. A higher data density results in a smaller working set as well as a better chance of cache affinity. A smaller working set results in fewer page transfers. The following sections in this paper will explain several clustering patterns/techniques for achieving better performance via cache affinity, higher data density and a smaller…

    • 1188 Words
    • 5 Pages
    Better Essays
  • Powerful Essays

    Secondary storage is a very significant component of a computer’s operating environment. It provides an important large storage space that can permanently hold systems software and any other desired user data. Secondary storage can also be utilized as a backup to ensure that the computer system is reliable and that data carried is safe. In addition, secondary storage also known as the Disk system supports the operations of the main memory. Therefore, we can say that the optimal performance of the disk is crucial since it affects the overall operation of the system (Silberschatz, Galvin and Gagne). To be able to read or write a sector of the disk, the disk arm needs to first and foremost search for…

    • 2546 Words
    • 11 Pages
    Powerful Essays
  • Satisfactory Essays

    7. D. D. Sleator and R. E. Tarjan, "Amortized Efficiency of List Update and Paging Rules," Communications of the ACM 28 (1985), 202-208.…

    • 72871 Words
    • 292 Pages
    Satisfactory Essays
  • Powerful Essays

    1. Introduction ........................................................................................................................................ 1 2. Project Approach ................................................................................................................................ 1 3. Random Access Memory (RAM) ......................................................................................................... 1 3.1 Functionality of the RAM .............................................................................................................. 1 3.2 Design and Implementation .......................................................................................................... 2 3.3 Simulation and Testing.................................................................................................................. 2 3.4…

    • 5276 Words
    • 22 Pages
    Powerful Essays
  • Good Essays

    LOADSHEDDING CAN BE REDUCED IF WE ACT ON THE NUMBER OF WAYS WE HAVE COUNTED:…

    • 390 Words
    • 2 Pages
    Good Essays