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.

  • 相关阅读:
    Unity3D在各平台上的路径
    Unity简单的单例模式
    C#遍历枚举(Enum)
    C#常用的流类型(FileStream,SteamWriter/StreamReader,MemoryStream等)
    编写一个C程序,运行时输入a,b,c三个值,输出其中最大者
    精确一维搜索算法(直接法)
    Java一维数组求和
    java 导出EXCEL
    Java判断字符串的数字类型(小数、整数)
    网址存储
  • 原文地址:https://www.cnblogs.com/rsapaper/p/6213754.html
Copyright © 2011-2022 走看看