zoukankan      html  css  js  c++  java
  • Calculate its MTBF assuming 2000 FITS for each DRAM

    COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION

    A common unit of measure for failure rates of electronic components is the Failure
    un IT (FIT), expressed as a rate of failures per billion device hours. Another well
    known but less used measure is mean time between failures (MTBF), which is the
    average time of operation of a particular component until it fails. Consider a 1 MB
    memory of a 16-bit microprocessor with 256K
    *
    1 DRAMs. Calculate its MTBF
    assuming 2000 FITS for each DRAM.

    Total memory is 1 megabyte = 8 megabits. It will take 32 DRAMs to construct the
    memory (32
    ×
    256 Kb = 8 Mb). The composite failure rate is 2000
    ×
    32 = 64,000 FITS.
    From this, we get a MTBF = 10
    9
    /64,000 = 15625 hours = 22 months. Source:
    [PROT88].

    https://en.wikipedia.org/wiki/Failure_rate

    Failure rates can be expressed using any measure of time, but hours is the most common unit in practice. Other units, such as miles, revolutions, etc., can also be used in place of "time" units.

    Failure rates are often expressed in engineering notation as failures per million, or 10−6, especially for individual components, since their failure rates are often very low.

    The Failures In Time (FIT) rate of a device is the number of failures that can be expected in one billion (109) device-hours of operation.[11] (E.g. 1000 devices for 1 million hours, or 1 million devices for 1000 hours each, or some other combination.) This term is used particularly by the semiconductor industry.

    The relationship of FIT to MTBF may be expressed as: MTBF = 1,000,000,000 x 1/FIT.

  • 相关阅读:
    Docker之Harbor
    idea 代码块编辑(批量列编辑)快捷键 -- idea version 2018 不常用
    mysql 去除表中重复的数据,保留id最小的数据信息
    打家劫舍(动态规划+滚动数组+取模运算优化)
    利用线程异步调用
    idea 2019激活码
    mysql导出PDM表结构并带有注释
    安装GO
    GO语言
    项目启动
  • 原文地址:https://www.cnblogs.com/rsapaper/p/6213754.html
Copyright © 2011-2022 走看看