1 / 22

Fault Tolerance in CORBA and Wireless CORBA Chen Xinyu 18/9/2002

Fault Tolerance in CORBA and Wireless CORBA Chen Xinyu 18/9/2002. Outline. Introduction to CORBA and Wireless CORBA What is Fault Tolerance Fault Tolerant CORBA Fault Tolerance in Wireless CORBA Conclusion Future Work. What is CORBA. Common Object Request Broker Architecture

anise
Télécharger la présentation

Fault Tolerance in CORBA and Wireless CORBA Chen Xinyu 18/9/2002

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Fault Tolerance in CORBA and Wireless CORBA Chen Xinyu 18/9/2002

  2. Outline • Introduction to CORBA and Wireless CORBA • What is Fault Tolerance • Fault Tolerant CORBA • Fault Tolerance in Wireless CORBA • Conclusion • Future Work

  3. What is CORBA • Common Object Request Broker Architecture • A Distributed Object Computing (DOC) open standard • Compare to platform/language specific alternatives • e.g., Java RMI, Microsoft’s DCOM • A language-neutral environment • A middleware infrastructure specification • Administered by the Object Management Group • a.k.a., the OMG

  4. Wireless CORBA Architecture • Keeps track of the associated access bridges • Redirects requests for services on the terminal • Abstract transport-independent tunnel for GIOP messages • Concrete tunnels for TCP/IP, UDP/IP and WAP. • Only one GIOP tunnel • Encapsulates, forwards or ignores incoming GIOP messages • Decapsulates and forwards messages from the GIOP tunnel • Generates mobility events • Lists available services • Similar to the Access Bridge • Does not provide forwarding • Generates mobility events • Does not list services Source: Telecom Wireless CORBA, OMG Doucment dtc/01-06-02

  5. Wireless CORBA CORBA GIOP GTP GIOP IIOP Access Point Key: TCP/IP Network CORBA objects may be invoked anywhere along the “end to end” path GTP Tunnel

  6. Fault tolerant mechanisms Fault, Error and Failure Fault Fault tolerance is the ability of a system to continue providing its specified service despite component failure Error Failure an anomalous condition occurring in the system hardware or software the part of the system state that is liable to lead to a failure occurs when the delivered service of a system or a component deviates from its specification

  7. Fault Tolerant CORBA Architecture Source: Bell Labs Research

  8. Object Replication Styles • Passive Replication • Only one replica processes each request, other replicas are available as backups • Lower memory and processing costs • Slower recovery from faults • Duplicate message detection during recovery from faults • Active Replication • Several replicas process each request • Faster recovery from faults • State transfer to initialize new replicas

  9. Object Object Object Object Object Object Object Object Only primary replica of Server A executes the method Reliable totally ordered multicast Reliable totally ordered multicast for state transfer Only primary replica of Server B executes the method Reply returned from primary replica of Server B to primary replica of Server A Passive Replication Client invokes a method of Server A Primary replica Server A ORB ORB ORB ORB ORB Primary replica Server B ORB ORB ORB Source: Eternal Systems, Inc

  10. Object Object Object Object Object Object Object Object STOP STOP Duplicate invocations suppressed Reliable totally ordered multicasts for requests and replies STOP STOP Duplicate replies suppressed Active Replication Client invokes a method of Server A Server A ORB ORB ORB ORB ORB Reliable totally ordered multicast Server B ORB ORB ORB Source: Eternal Systems, Inc

  11. Applying Mobile Host as Stable Storage  Applying Access Bridge as Stable Storage   Uncoordinated checkpointing Pessimistic message logging a large number of system messages or a large size of information carried in a message  Checkpoints and Logs collection Device, Wireless & Mobile Issues • Device Issues • Slow processor • Small memory • Small disk space • Low power supply • Physical damage • Wireless Issues • High bit error rate • Little bandwidth • Long transfer delay • Mobile Issue • Handoff

  12. Recovery Scheme • Uncoordinated checkpointing • time • predefined number of messages • Pessimistic message logging • no extra communication overhead • Independent rollback recovery • only failed objects rollback

  13. Client Object Server Replica Multicast Messages GIOP Tunnel Access Bridge Mobile Side Fixed Side Fault Tolerance Architecture Mobile Host Access Bridge Remote Server ORB Terminal Bridge ORB ORB Recovery Mechanism Logging Mechanism Recovery Mechanism Logging Mechanism Recovery Mechanism Platform Platform Platform

  14. Checkpoint and Logs Collection Strategies • Pessimistic • checkpoint and logs are transferred during handoff • generates heavy volume of data transfer • Lazy • creates a linked list of Access Bridges • complicated recovery • Frequency-based • the number of handoffs • Distance-based • the distance between mobile host and the Access Bridge carrying its latest checkpoint

  15. Access Bridge 1 Access Bridge 2 Access Bridge 3 Home Location Agent Handoff Location Update Mobile Host Crash

  16. Access Bridge 1 Access Bridge 2 Access Bridge 3 Home Location Agent Location Update Handoff Mobile Host Crash

  17. Access Bridge 1 Access Bridge 2 Access Bridge 3 Home Location Agent Mobile Host Crash

  18. Access Bridge 1 Access Bridge 2 Access Bridge 3 Home Location Agent Collect last checkpoint and succeeded message logs Reconnect Sorted by Ack. SN Messages Replay Mobile Host Crash

  19. Conclusion • Fault Tolerant CORBA is based on Object Replication • Fault tolerance in Wireless CORBA is based on Rollback-Recovery Protocol • Checkpoint and message logs collection is important in Wireless CORBA

  20. Future Work • Low-cost Checkpointing Algorithm • forces a minimum number of objects to take checkpoints • minimizes the number of synchronization messages • makes checkpointing nonblocking • Failure Detection in Wireless Environment

  21. Question and Answer

  22. Thank You

More Related