Fault Tree Analysis for Safety/Security Verification in Aviation Software

Total Page:16

File Type:pdf, Size:1020Kb

Fault Tree Analysis for Safety/Security Verification in Aviation Software Electrical, Computer, Software and Systems Engineering - Daytona Beach College of Engineering 2013 Fault Tree Analysis for Safety/Security Verification in viationA Software Andrew J. Kornecki Embry-Riddle Aeronautical University, [email protected] Mingye Liu Embry-Riddle Aeronautical University Follow this and additional works at: https://commons.erau.edu/db-electrical-computer-engineering Part of the Management and Operations Commons, and the Multi-Vehicle Systems and Air Traffic Control Commons Scholarly Commons Citation Kornecki, A. J., & Liu, M. (2013). Fault Tree Analysis for Safety/Security Verification in viationA Software. Electronics, 2(1). https://doi.org/10.3390/electronics2010041 This Article is brought to you for free and open access by the College of Engineering at Scholarly Commons. It has been accepted for inclusion in Electrical, Computer, Software and Systems Engineering - Daytona Beach by an authorized administrator of Scholarly Commons. For more information, please contact [email protected]. Electronics 2013, 2, 41-56; doi:10.3390/electronics2010041 OPEN ACCESS electronics ISSN 2079-9292 www.mdpi.com/journal/electronics Technical Note Fault Tree Analysis for Safety/Security Verification in Aviation Software Andrew J. Kornecki * and Mingye Liu ECSSE, Embry Riddle Aeronautical University, Daytona Beach, FL 32114, USA; E-Mail: [email protected] * Author to whom correspondence should be addressed; E-Mail: [email protected]; Tel.: +1-386-226-6888; Fax: +1-386-226-6678. Received: 27 September 2012; in revised form: 15 January 2013 / Accepted: 21 January 2013 / Published: 31 January 2013 Abstract: The Next Generation Air Traffic Management system (NextGen) is a blueprint of the future National Airspace System. Supporting NextGen is a nation-wide Aviation Simulation Network (ASN), which allows integration of a variety of real-time simulations to facilitate development and validation of the NextGen software by simulating a wide range of operational scenarios. The ASN system is an environment, including both simulated and human-in-the-loop real-life components (pilots and air traffic controllers). Real Time Distributed Simulation (RTDS) developed at Embry Riddle Aeronautical University, a suite of applications providing low and medium fidelity en-route simulation capabilities, is one of the simulations contributing to the ASN. To support the interconnectivity with the ASN, we designed and implemented a dedicated gateway acting as an intermediary, providing logic for two-way communication and transfer messages between RTDS and ASN and storage for the exchanged data. It has been necessary to develop and analyze safety/security requirements for the gateway software based on analysis of system assets, hazards, threats and attacks related to ultimate real-life future implementation. Due to the nature of the system, the focus was placed on communication security and the related safety of the impacted aircraft in the simulation scenario. To support development of safety/security requirements, a well-established fault tree analysis technique was used. This fault tree model-based analysis, supported by a commercial tool, was a foundation to propose mitigations assuring the gateway system safety and security. Electronics 2013, 2 42 Keywords: national airspace system; simulation; safety; security; fault tree 1. Introduction The early phases of the software development life cycle that include description of the concept, requirements specification and design descriptions are the foundation of the entire development project. The quality of the requirements and design documents has a significant impact on the remaining deliverables and the ultimate outcome of the project. Data in the NIST report [1] show that about 70% of defects are introduced in the requirements and design phases. It is quite costly to fix those defects due to the need of a substantial rework from the beginning and through almost all life-cycle phases. The cost increases five- to thirty-fold when the defects are corrected in the subsequent phases of the lifecycle. From this perspective, requirements are the top factor in a project’s success or failure. The safety and security of a system is of primary concern for dependable systems in regulated industries like aerospace, medical, nuclear, transportation, etc. One needs to thoroughly analyze the hazards due to not only system failures, but also external conditions caused by both benevolent and malicious events. The Fault Tree Analysis (FTA) technique is one of the most popular to be applied in such scenarios. We applied FTA to the analysis of a component of NextGen simulation. Appropriate FTA models have been built to develop safety/security requirements, and the possible mitigation means have been proposed. The paper is organized as follows. Section 2 describes the application domain. In Sections 3 and 4, we introduce safety, security and fault tree analysis concepts. Section 5 describes the detail of the fault tree model. Section 6 describes simulation results and analyses using the selected tool. In section 7, we present the resulting safety and security requirements and propose mitigation methods. The paper’s main contribution is to show how application of the FTA technique leads to identification of safety and security requirements of the gateway and, subsequently, proposing appropriate mitigations. 2. Application Domain The Next Generation Air Traffic Management (ATM) system (NextGen), to replace the contemporary ground radar-based system, is a blueprint of the future National Airspace System (NAS) based on satellite navigation and advanced system interconnectivity [2]. One of the NextGen products is the Enhanced Traffic Management System (ETMS) designed to react to air traffic congestion and, thus, improving the efficiency of the system. The long-term transition plan is implemented in stages, with the final implementation planned for 2025. The NextGen Global Positioning System (GPS) technology is designed to save time and fuel, reduce delays, increase capacity and permit controllers to monitor and manage aircraft with greater safety margins. In June 2010, American and European authorities reached a preliminary agreement on interoperability between their future air traffic management systems, NextGen and its European equivalent, SESAR (the Single European Sky ATM Research), supporting the Single European Sky legislation [3]. Electronics 2013, 2 43 NextGen consists of five elements [2]: Automatic Dependent Surveillance-Broadcast (ADSB) will provide air traffic controllers and pilots with much more accurate information using Global Positioning System (GPS) satellite signals. Aircraft transponders receive GPS signals and use them to determine the aircraft's precise position in the sky and on the ground. System Wide Information Management (SWIM) will provide a single infrastructure and information management system to deliver data to many users and applications, by reducing the number and types of interfaces and systems. Next Generation Data Communications will provide exchange of routine controller-pilot messages and clearances via data links, reducing the need for extensive voice communications, improving air traffic controller productivity and enhancing capacity and safety. Next Generation Network Enabled Weather (NNEW) will provide a common weather picture across the entire national airspace system, fusing thousands of weather observations and sensor reports from ground-, airborne- and space-based sources. NAS Voice Switch (NVS), replacing seventeen different voice switching systems in the NAS with a single air/ground and ground/ground voice communications system. The NextGen system is a collaborative project of industry, government and academic entities. It is evident that development of such a complex system requires a great deal of preparation. One of the critical questions to ask is: “would it work?” To answer such a question, one needs to simulate and evaluate a variety of scenarios reflecting potential situations that may occur in the national airspace. Aviation Simulation Network (ASN) allows collaboration within the aviation community, enabling integration of a variety of real-time simulations via the Internet. Embry Riddle Aeronautical University (ERAU) is an academic partner in the NextGen Program. The NextGen ERAU Aviation Research Laboratory (NEAR Lab) is dedicated to support NextGen research. In the past, we developed Real-Time Distributed Simulation (RTDS), which is a suite of applications providing low and medium fidelity en-route human-in-the-loop (HITL) simulation capabilities contributing to the ASN. During simulation, RTDS generates and maintains two types of messages that can be shared with other simulation participants. These are messages defining the aircraft route (ETMS-route) and aircraft state (ADSB-state). RTDS is one of many simulation components that are supposed to interact within the nation-wide ASN. ASN, following the object-oriented paradigm, defines two different dedicated types of messages defining the flight (FlightObject) and aircraft (AircraftObject). To support the interconnectivity with the ASN, we designed and implemented a dedicated ASN Gateway (ASNG) acting as an intermediary, providing logic for data translation, two-way communication and transfer messages between RTDS and ASN and storage for the exchanged data. The ASNG, designed and implemented as an artifact of an earlier project in the NEAR Lab [4], supports timely translation of the messages and, thus,
Recommended publications
  • A Zonal Safety Analysis Methodology for Preliminary Aircraft Systems and Structural Design
    A Zonal Safety Analysis Methodology for Preliminary Aircraft Systems and Structural Design Chen, Z. and Fielding, J. P. School of Aerospace, Transport and Manufacturing, Cranfield University ABSTRACT Zonal Safety Analysis (ZSA) is a major part of the civil aircraft safety assessment process described in Aerospace Recommended Practice 4761 (ARP4761). It considers safety effects that systems/items installed in the same zone (i.e. a defined area within the aircraft body) may have on each other. Although the ZSA may be conducted at any design stage, it would be most cost-effective to do it during preliminary design, due to the greater opportunity for influence on system and structural designs and architecture. The existing ZSA methodology of ARP4761 was analysed but it was found to be more suitable for detail design rather than preliminary design. The authors therefore developed a methodology that would be more suitable for preliminary design and named it the Preliminary Zonal Safety Analysis (PZSA). This new methodology was verified by means of the use of a case-study, based on the NASA N3-X project. Several lessons were learnt from the case study, leading to refinement of the proposed method. These lessons included focusing on the positional layout of major components for the zonal safety inspection, and using the Functional Hazard Analysis (FHA)/Fault Tree Analysis (FTA) to identify system external failure modes. The resulting PZSA needs further refinement, but should prove to be a useful design tool for the preliminary design process. _____________________________________ INTRODUCTION This paper outlines the development of a methodology, hereafter referred to as the Preliminary Zonal Safety Historically, system safety analysis was primarily based Analysis (PZSA).
    [Show full text]
  • Risk Assesment: Fault Tree Analysis
    RISK ASSESMENT: FAULT TREE ANALYSIS Afzal Ahmed+, Saghir Mehdi Rizvi*Zeshan Anwer Rana* Faheem Abbas* +COMSAT Institute of Information and Technology, Sahiwal, Pakistan *Navy Engineering College National University of Sciences and Technology, Islamabad drafzal@ciitsahiwal>edu.pk, 03452325972 ABSTRACT The failure of engineering equipment causes loss of capital as well as human loss, injuries, and stoppage of production line. The hazards can be classified as safe, minor, major, critical and catastrophic Risk analysis or hazard analysis pin points the potential failures of engineering systems and or components when being used.. Failure mode and effects analysis is used to identify hazard and to make system safer. A system is broken down up to level of components and using reliability data the safety or probability of failure of assemblies and the system can be calculated. The failure mode and effects analysis is used with fault tree analysis to point the areas of a complex system where failure mode effect analysis is required. Fault tree analysis (FTA) is a technique which pinpoints any failure or severe accidents. It tells how things fail rather than emphasize on the design performance. It is a logic diagram connecting inputs an outputs using Boolean algebra. This paper shows how FTA can be applied to car carburetor failure and car brake failure. Key words : Risk Management, Reliability, Fault tree, Failure mode INTRODUCTION The world is full risk. We are at risk of accident minor. A failure of an aircraft may cause death when crossing a road or driving. We are at risk to passengers, while a machine may cause living in an apartment not properly designed.
    [Show full text]
  • NASA Fault Tree Handbook with Aerospace Applications
    Fault Tree Handbook with Aerospace Applications Version 1.1 FFFaaauuulllttt TTTrrreeeeee HHHaaannndddbbbooooookkk wwwiiittthhh AAAeeerrrooossspppaaaccceee AAAppppppllliiicccaaatttiiiooonnnsss Prepared for NASA Office of Safety and Mission Assurance NASA Headquarters Washington, DC 20546 August, 2002 Fault Tree Handbook with Aerospace Applications Version 1.1 FFFaaauuulllttt TTTrrreeeeee HHHaaannndddbbbooooookkk wwwiiittthhh AAAeeerrrooossspppaaaccceee AAAppppppllliiicccaaatttiiiooonnnsss NASA Project Coordinators: Dr. Michael Stamatelatos, NASA Headquarters Office of Safety and Mission Assurance Mr. José Caraballo, NASA Langley Research Center Authors: NASA Dr. Michael Stamatelatos, NASA HQ, OSMA Lead Author: Dr. William Vesely, SAIC Contributing Authors (listed in alphabetic order): Dr. Joanne Dugan, University of Virginia Mr. Joseph Fragola, SAIC Mr. Joseph Minarick III, SAIC Mr. Jan Railsback, NASA JSC Fault Tree Handbook with Aerospace Applications Version 1.1 FFFaaauuulllttt TTTrrreeeeee HHHaaannndddbbbooooookkk wwwiiittthhh AAAeeerrrooossspppaaaccceee AAAppppppllliiicccaaatttiiiooonnnsss Acknowledgements The project coordinators and the authors express their gratitude to NASA Office of Safety and Mission Assurance (OSMA) management (Dr. Michael Greenfield, Deputy Associate Administrator and Dr. Peter Rutledge, Director of Enterprise Safety and Mission Assurance) and to Mr. Frederick Gregory, NASA Deputy Administrator, for their support and encouragement in developing this document. The authors also owe thanks to a number of reviewers
    [Show full text]
  • Hazard Analysis of Complex Spacecraft Using Systems- Theoretic Process Analysis *
    Hazard Analysis of Complex Spacecraft using Systems- Theoretic Process Analysis * Takuto Ishimatsu†, Nancy G. Leveson‡, John P. Thomas§, and Cody H. Fleming¶ Massachusetts Institute of Technology, Cambridge, Massachusetts 02139 Masafumi Katahira#, Yuko Miyamoto**, and Ryo Ujiie†† Japan Aerospace Exploration Agency, Tsukuba, Ibaraki 305-8505, Japan Haruka Nakao‡‡ and Nobuyuki Hoshino§§ Japan Manned Space Systems Corporation, Tsuchiura, Ibaraki 300-0033, Japan Abstract A new hazard analysis technique, called System-Theoretic Process Analysis, is capable of identifying potential hazardous design flaws, including software and system design errors and unsafe interactions among multiple system components. Detailed procedures for performing the hazard analysis were developed and the feasibility and utility of using it on complex systems was demonstrated by applying it to the Japanese Aerospace Exploration Agency H-II Transfer Vehicle. In a comparison of the results of this new hazard analysis technique to those of the standard fault tree analysis used in the design and certification of the H-II Transfer Vehicle, System-Theoretic Hazard Analysis found all the hazardous scenarios identified in the fault tree analysis as well as additional causal factors that had not been) identified by fault tree analysis. I. Introduction Spacecraft losses are increasing stemming from subtle and complex interactions among system components. The loss of the Mars Polar Lander is an example [1]. The problems arise primarily because the growing use of software allows engineers to build systems with a level of complexity that precludes exhaustive testing and thus assurance of the removal of all design errors prior to operational use [2,3] Fault Tree Analysis (FTA) and Failure Modes and Effects Analysis (FMEA) were created long ago to analyze primarily electro-mechanical systems and identify potential losses due to component failure.
    [Show full text]
  • A Simulation Tool for Extended Dynamic Fault Trees
    DFTSim: A Simulation Tool for Extended Dynamic Fault Trees H. Boudali, A.P. Nijmeijer, M.I.A. Stoelinga University of Twente, CS Department, Enschede, NL. hboudali, andre, marielle @cs.utwente.nl { } Keywords: Dependability analysis, dynamic fault trees, simulation computation-time required to solve the DFT. tool, reliability benchmark. A simulation-based approach of standard DFTs has been sug- gested (but not implemented) in [11] as a possible solution tech- Abstract nique. In this paper, we propose DFTSim, a tool for simulating We present DFTSim, a simulation tool for dynamic fault trees (DFT). extended DFTs, where the input DFT file is compatible with the The simulation is carried out by directly sampling the failure distri- Galileo and the Coral textual DFT format. Such compatibility is butions attached to the leaves (called basic events) of the tree and indeed desired because it allows interoperability and integration propagating the failure times upwards in the tree. among these DFT tools. Sampling the distributions of the DFT leaves is however not ob- One of the major problems in DFT simulation-based approaches vious. To sample from the correct distributions, the analytical ex- is to sample from the correct distributions. In order to carry out such pression of the failure distributions of all basic events (BE) must be sampling the analytical expression of the failure distributions of all known. These are indeed known for non-spare BEs; but for spare basic events must be known. Such failure distributions are indeed BEs, they become conditional on the failure of other BEs. Hence, known for non-spare basic events; unfortunately, for spare basic the derivation of the analytical expression of the spares’ failure dis- events the failure distribution becomes conditional on the primary’s tributions and their sampling is not a trivial task.
    [Show full text]
  • An Overview of Fault Tree Analysis (FTA) Method for Reliability Analysis & Life Cycle Cost (LCC) Management
    IOSR Journal of Mechanical & Civil Engineering (IOSR-JMCE) ISSN: 2278-1684, PP: 14-18 www.iosrjournals.org An Overview of Fault Tree Analysis (FTA) Method for Reliability Analysis & Life Cycle Cost (LCC) Management Rajkumar B. Patil1, L. Y. Waghmode2, P. B. Chikali3, T. S. Mulla4. 1,3,4 ( Department of Mechanical Engineering ,Dr. J. J. Magdum College of Engineering, Jaysingpur, Shivaji University, Kolhapur, Maharashtra India). 2 ( Department of Mechanical Engineering, Annasaheb Dange College of Engineering and Technology, Ashta, Shivaji University, Kolhapur, Maharashtra(India). Abstract – Reliability analysis plays crucial role in the design process. In order to increase reliability of a system, analysis of failure data is essential. Fault Tree Analysis (FTA) is a method that directly focuses on the modes of failures. FTA is a graphical representation of the major faults or critical failures associated with a product and the causes for the faults and potential countermeasures. This paper presents the FTA of Lathe Machine. Qualitative and quantitative analysis helps to identify critical design parameters, maintenance suggestions. It also includes how reliability analysis fruitful for Life cycle cost management. Keywords – Fault Tree Analysis, FRACAS, Life Cycle Cost, MTBF, MTTF, Reliability Analysis. I.INTRODUCTION Reliability based design focuses on three terms as reliability, availability and maintainability. Reliability is defined to be the probability that the component or system will perform its intended functions for a specified period of time when used under stated operating conditions [1]. In simple words, reliability is nothing but the non-failure of the system over a given period of time. Reliability engineering is a sub-discipline within system engineering.
    [Show full text]
  • NASA Activities in Risk Assessment
    NASANASA ActivitiesActivities inin RiskRisk AssessmentAssessment NASANASA ProjectProject ManagementManagement ConferenceConference MarchMarch 30-31,30-31, 20042004 Michael G. Stamatelatos, Ph.D.,Director Safety and Assurance Requirements Division Office of Safety and Mission Assurance NASA Headquarters 1 NASA is a Pioneer and a Leader in Space; Therefore Its Business Is Inherently Risky International Space Station Safe assembly and operation Space Transportation Space Shuttle Orbital Space Plane 2 Our Goal z Improve risk awareness in the Agency ¾ Conduct PRA training for line and project managers and for personnel z Develop a corps of in-house PRA experts z Transition PRA from a curiosity object to baseline method for integrated system safety, reliability and risk assessment z Adopt organization-wide risk informed culture ¾ PRA to become a way of life for safety and technical performance improvement and for cost reduction ¾ Implement risk-informed management process 3 Probabilistic Risk Assessment (PRA) Answers Three Basic Questions Risk is a set of triplets that answer the questions: 1) What can go wrong? (accident scenarios) 2) How likely is it? (probabilities) 3) What are the consequences? (adverse effects) Kaplan & Garrick, Risk Analysis, 1981 Event Event Sequence Sequence Frequency Modeling Evaluation 2. How frequently does it happen? (Scenario frequency quantification) Event Initiating Sequence Risk Event PRA Insights Logic Integration Selection Development 1. What can go wrong? Risk statement Decision Support (Definition of scenarios) 3. What are the consequences? (Scenario consequence quantification) Consequence Modeling PRA is generally used for low-probability and high- consequence events 4 Relationship Between Risk Management and Probabilistic Risk Assessment (PRA) Continuous Risk Management Method Technique Application QualitativeQualitative FMEA.
    [Show full text]
  • Booklet No. 15 Fault Tree Analysis
    Fault Tree Analysis Table of Contents Register of figures ................................................................................................................................... 3 1. Preface ............................................................................................................................................. 4 2. Introduction ..................................................................................................................................... 5 2.1. Objectives of the FTA .............................................................................................................. 5 2.2. History of the FTA .................................................................................................................... 5 2.3. Benefits and drawbacks of the FTA ......................................................................................... 5 2.3.1. Benefits of the method ................................................................................................... 5 2.3.2. Drawbacks of the method ............................................................................................... 6 2.4. FTA application areas .............................................................................................................. 6 3. Fundamentals of the FTA ................................................................................................................ 7 3.1. Roles .......................................................................................................................................
    [Show full text]
  • Probabilistic Safety Assessment for UAS Separation Assurance and Collision Avoidance Systems
    aerospace Article Probabilistic Safety Assessment for UAS Separation Assurance and Collision Avoidance Systems Asma Tabassum 1 , Roberto Sabatini 2,* and Alessandro Gardi 2 1 Department of Mechanical Engineering, University of North Dakota, Grand Forks, ND 58202, USA; [email protected] 2 School of Engineering, Aerospace Engineering and Aviation, RMIT University, Bundoora, VIC 3083, Australia; [email protected] * Correspondence: [email protected]; Tel.: +61-399-258-015 Received: 6 September 2018; Accepted: 17 January 2019; Published: 14 February 2019 Abstract: The airworthiness certification of aerospace cyber-physical systems traditionally relies on the probabilistic safety assessment as a standard engineering methodology to quantify the potential risks associated with faults in system components. This paper presents and discusses the probabilistic safety assessment of detect and avoid (DAA) systems relying on multiple cooperative and non-cooperative tracking technologies to identify the risk of collision of unmanned aircraft systems (UAS) with other flight vehicles. In particular, fault tree analysis (FTA) is utilized to measure the overall system unavailability for each basic component failure. Considering the inter-dependencies of navigation and surveillance systems, the common cause failure (CCF)-beta model is applied to calculate the system risk associated with common failures. Additionally, an importance analysis is conducted to quantify the safety measures and identify the most significant component
    [Show full text]
  • Model-Based Safety Analysis
    Model-Based Safety Analysis Anjali Joshi† Mats P.E. Heimdahl† Steven P. Miller‡ Mike W. Whalen‡ Department of Computer Science and Engineering† University of Minnesota 4-192 EE/SC Building 200 Union Street S.E. Minneapolis, Minnesota 55455 Advanced Technology Center‡ Rockwell Collins, Inc., 400 Collins Road NE, Cedar Rapids, IA 52498 USA Abstract System safety analysis techniques are well established and are used extensively during the design of safety-critical systems. Despite this, most of the techniques are highly subjective and dependent on the skill of the practitioner. Since these analyses are usually based on an informal system model, it is unlikely that they will be complete, consistent, and error free. In fact, the lack of precise models of the system architecture and its failure modes often forces the safety analysts to devote much of their effort to gathering architectural details about the system behavior from several sources and embedding this information in the safety artifacts such as the fault trees. This report describes Model-Based Safety Analysis, an approach in which the system and safety engineers share a common system model created using a model-based development process. By extending the system model with a fault model as well as relevant portions of the physical system to be controlled, automated support can be provided for much of the safety analysis. We believe that by using a common model for both system and safety engineering and automating parts of the safety analysis, we can both reduce the cost and improve the quality of the safety analysis. Here we present our vision of model-based safety analysis and discuss the advantages and challenges in making this approach practical.
    [Show full text]
  • Supporting the ARP4761 Safety Assessment Process with AADL
    Supporting the ARP4761 Safety Assessment Process with AADL Julien Delange and Peter Feiler Carnegie Melon Software Engineering Institute, 4500 5th Avenue, 15213 Pittsburgh, PA USA Abstract Cyber-physical systems, used in domains such as avionics or medical devices, perform critical functions where a fault might have catastrophic consequences (mission failure, severe injuries, etc.). Their development is guided by rigorous practice standards to avoid any error. However, as software importance continues to grow, integration and validation activities are becoming overwhelming. Late discovery of errors introduced in requirements and architecture design have resulted in costly rework, making up as much as 70% of the total software system cost. To overcome these issues, architecture-centric model-based approaches abstract system concerns into models that are analyzed to detect errors, issues or defects that are usually detected lately in the development process. This predictive analysis approach is automated by tools, avoiding any tedious manual efforts. In this paper, we present our model-based approach for capture and analyze system safety and reliability. We have added an error behavior annotation to SAE AADL, a standard for modeling embedded software system architectures. We also implemented analysis methods to automate safety analysis and production of safety assessment reports, as requested by safety recommended practices standards (such as ARP4761). Introduction Context Cyber-physical systems perform critical functions under constrained and potentially hostile circumstances. Because errors can have catastrophic consequences [12], they must be designed carefully and validated/certified according to a rigorous process to prove assurance of correct operation and increase confidence of system design. Verification criteria depend on applications criticality: the most demanding standards require validating and inspecting software code to prove evidence of behavior correctness.
    [Show full text]
  • Software Fault Tree Analysis for Safety Critical and Reliable Software
    PROTEUS JOURNAL ISSN/eISSN: 0889-6348 Software Fault Tree Analysis for Safety Critical and Reliable Software #1 Mr. S. P. Santhoshkumar, #2Mr. M. Praveen Kumar, #3Mr. T. Udhayakumar, #4Mr. S. Syed Shajahaan #1 Assistant Professor, Dept. of CSE, Rathinam Technical Campus, Coimbatore, Tamilnadu, India. #2,3,4 Assistant Professor, Dept. of IT, Rathinam Technical Campus, Coimbatore, Tamilnadu, India. Abstract —— U R Rao Satellite centre is the lead centre which will bring out failure modes at the early stage of the of ISRO, for building communication, remote sensing, development cycle like software requirement specification or navigation, and inter planetary missions. Software plays software design specification. This stage is more important a major role in satellite functionalities. The complexity of as it will not allow the faults to propagate to next phase in the software is increasing from spacecraft to spacecraft. the SDLC which is expensive and time consuming. Hence Requirements has to be classified into safety critical and SFTA helps in achieving better fault tolerant systems. Soft non-safety critical. The critical software has to be emergency check and voltage control logics are used for analysed in a different way. To achieve high reliability shedding path of Thresholds. Load Shedding check is done software safety standards and guidelines has to be on the basis of comparison of battery voltage with thresholds followed strictly. The quality and reliability of the A, B, C, D, E and F. SFTA is applied to all the thresholds. software can be achieved by applying technique like For every comparison there are possible outcomes and based PHA, SFTA, SFMEA.
    [Show full text]