版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、Fault-Tolerant ComputingMotivation, Background, and ToolsOct. 20061Terminology, Models, and MeasuresAbout This PresentationEditionReleasedRevisedRevisedFirstOct. 2006This presentation has been prepared for the graduate course ECE 257A (Fault-Tolerant Computing) by Behrooz Parhami, Professor of Elect
2、rical and Computer Engineering at University of California, Santa Barbara. The material contained herein can be used freely in classroom teaching or any other educational setting. Unauthorized uses are prohibited. Behrooz ParhamiOct. 20062Terminology, Models, and MeasuresTerminology, Models, and Mea
3、sures for DependabilityOct. 20063Terminology, Models, and MeasuresOct. 20064Terminology, Models, and MeasuresImpairments to DependabilityErrorMalfunctionDegradationFailureFaultIntrusionHazardDefectFlawBugCrashOct. 20065Terminology, Models, and MeasuresThe Fault-Error-Failure CycleSchematic diagram o
4、f the Newcastle hierarchical model and the impairments within one level.Includes both components and design000FaultCorrectsignalReplaced with NAND?Oct. 20066Terminology, Models, and MeasuresThe Four-Universe ModelCause-effect diagram for Aviienis four-universe model of impairments to dependability.O
5、ct. 20067Terminology, Models, and MeasuresUnrolling the Fault-Error-Failure CycleCause-effect diagram for an extended six-level view of impairments to dependability.Oct. 20068Terminology, Models, and MeasuresMultilevel ModelComponentLogicServiceResultInformationSystemLegend:ToleranceEntryOct. 20069T
6、erminology, Models, and MeasuresAnalogy for the Multilevel ModelAn analogy for our multi-level model of dependable computing. Defects, faults, errors, malfunctions, degradations, and failures are represented by pouring water from above. Valves represent avoidance and tolerance techniques. The goal i
7、s to avoid overflow.Oct. 200610Terminology, Models, and MeasuresWhy Our Concern with Dependability?Reliability of n-transistor system, each having failure rate l R(t) = enlt There are only 3 ways of making systems more reliableReduce lReduce nReduce tAlternative:Change the reliability formula by int
8、roducing redundancy in systemOct. 200611Terminology, Models, and MeasuresHighly Dependable Computer SystemsLong-life systems: Fail-slow, Rugged, High-reliabilitySpacecraft with multiyear missions, systems in inaccessible locationsMethods: Replication (spares), error coding, monitoring, shieldingSafe
9、ty-critical systems: Fail-safe, Sound, High-integrityFlight control computers, nuclear-plant shutdown, medical monitoringMethods: Replication with voting, time redundancy, design diversityHigh-availability: Fail-soft, Robust, High-availabilityTelephone switching centers, transaction processing, e-co
10、mmerceMethods: HW/info redundancy, backup schemes, hot-swap, recoveryJust as performance enhancement techniques gradually migrate from supercomputers to desktops, so too dependability enhancement methods find their way from exotic systems into personal computersOct. 200612Terminology, Models, and Me
11、asuresAspects of DependabilityReliabilityMaintainabilityAvailabilityPerformabilitySecurityIntegrityServiceabilityTestabilitySafetyRobustnessResilienceReliability, MTTF = MTFFRisk, consequenceControllability,observabilityPerformability, MCBFPointwise av., Interval av., MTBF, MTTROct. 200613Terminolog
12、y, Models, and MeasuresConcepts from Probability TheoryCumulative distribution function: CDFF(t) = probx t = 0 f(x) dx tProbability density function: pdff(t) = probt x t + dt / dt = dF(t) / dt Expected value of xEx = - x f(x) dx = k xk f(xk) +Liftimes of 20 identical systemsCovariance of x and yyx,y
13、 = E (x Ex)(y Ey) = E x y Ex Ey Variance of xsx = - (x Ex)2 f(x) dx = k (xk Ex)2 f(xk) +2Oct. 200614Terminology, Models, and MeasuresSome Simple Probability DistributionsOct. 200615Terminology, Models, and MeasuresReliability and MTTFReliability: R(t)Probability that system remains in the “Good” sta
14、te through the interval 0, t Two-state nonrepairable systemR(t + dt) = R(t) 1 z(t) dtHazard functionConstant hazard function z(t) = l R(t) = elt (system failure rate is independent of its age) R(t) = 1 F(t) CDF of the system lifetime, or its unreliabilityExponential reliability lawMean time to failu
15、re: MTTFMTTF = 0 t f(t) dt = 0 R(t) dt +Expected value of lifetimeArea under the reliability curve(easily provable)Oct. 200616Terminology, Models, and MeasuresFailure Distributions of InterestExponential: z(t) = l R(t) = elt MTTF = 1/lWeibull: z(t) = al(lt) a1 R(t) = e(-lt)a MTTF = (1/l) G(1 + 1/a)E
16、rlang: MTTF = k/lGamma:Erlang and exponential are special casesNormal:Reliability and MTTF formulas are complicatedRayleigh: z(t) = 2l(lt)R(t) = e(-lt)2 MTTF = (1/l) p / 2Discrete versionsGeometricBinomialDiscrete Weibull R(k) = q k Oct. 200617Terminology, Models, and MeasuresComparing Reliabilities
17、Reliability gain: R2 / R1 Reliability difference: R2 R1 Reliability functionsfor Systems 1/2Reliability improv. indexRII = log R1(tM) / log R2(tM) System Reliability (R)Mission time extensionMTE2/1(rG) = T2(rG) T1(rG)Mission time improv. factor:MTIF2/1(rG) = T2(rG) / T1(rG)Reliability improvement fa
18、ctorRIF2/1 = 1R1(tM) / 1R2(tM)Example:1 0.9 / 1 0.99 = 10 Oct. 200618Terminology, Models, and MeasuresAvailability, MTTR, and MTBF(Interval) Availability: A(t)Fraction of time that system is in the “Up” state during the interval 0, t Two-state repairable systemAvailability = Reliability, when there
19、is no repairAvailability is a function not only of how rarely a system fails (reliability) but also of how quickly it can be repaired (time to repair)Pointwise availability: a(t)Probability that system available at time tA(t) = (1/t) 0 a(x) dx tSteady-state availability: A = limt A(t) MTTF MTTF mMTT
20、F + MTTR MTBF l + mA = = =Repair rate1/m = MTTR(Will justify thisequation later)In general, m l, leading to A 1Oct. 200619Terminology, Models, and MeasuresSystem Up and Down TimesShort repair time implies good Maintainability (serviceability)Oct. 200620Terminology, Models, and MeasuresPerformability
21、 and MCBFPerformability: PComposite measure, incorporating both performance and reliability Three-state degradable systemP = 2pUp2 + pUp1 Simple exampleWorth of “Up2” twice that of “Up1”pUpi = probability system is in state Upi tpUp2 = 0.92, pUp1 = 0.06, pDown = 0.02, P = 1.90 (system performance eq
22、uiv. To that of 1.9 processors on average)Performability improvement factor of this system (akin to RIF) relative to a fail-hard system that goes down when either processor fails:PIF = (2 2 0.92) / (2 1.90) = 1.6 Question: What is system availability here?Oct. 200621Terminology, Models, and MeasuresSystem Up, Partially Up, and Down TimesImportant to prevent direct transitions to the “Down” sta
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 应城市七年级上学期语文期中试题
- 四年级数学(四则混合运算)计算题专项练习与答案汇编
- 分数的初步认识的说课稿
- 蹲踞式跳远说课稿初中
- 南京工业大学浦江学院《汽车构造(下)》2023-2024学年第一学期期末试卷
- 《相交线》初中数学说课稿
- 南京工业大学浦江学院《房屋建筑学》2021-2022学年第一学期期末试卷
- 约定工资结清协议书(2篇)
- 南京工业大学《岩体力学与工程》2023-2024学年第一学期期末试卷
- 对课件分析教学课件
- (完整版)四宫格数独题目204道(可直接打印)及空表(一年级数独题练习)
- JIT、QR与供应链管理课件
- 车辆采购服务投标方案(完整技术标)
- 《大学生军事理论教程》第四章
- 光伏发电项目达标投产实施细则之欧阳科创编
- 第届世界旅游小姐大赛中国云南总决赛招商赞助方案
- 爱立信网管BO操作流程
- 大学生计算与信息化素养-北京林业大学中国大学mooc课后章节答案期末考试题库2023年
- 第四代篦冷机液压系统的故障与维护获奖科研报告
- 人大代表为人民
- 文明之痕:流行病与公共卫生知到章节答案智慧树2023年四川大学
评论
0/150
提交评论