+ All Categories
Home > Documents > Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation...

Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation...

Date post: 10-Jun-2020
Category:
Upload: others
View: 4 times
Download: 0 times
Share this document with a friend
43
Flexible Fault Tolerance In Configurable Middleware For Embedded Systems Kevin Dorow Masters Thesis Defense Presentation 19 November 2002 School of Electrical Engineering and Computer Science
Transcript
Page 1: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Flexible Fault Tolerance In Configurable Middleware For Embedded Systems

Kevin DorowMasters Thesis Defense Presentation

19 November 2002

School of Electrical Engineeringand Computer Science

Page 2: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 2

Acknowledgment

• Dr. Bakken—advisor• Committee members• MicroQoSCORBA team• My Family—Angie, KJ, and Ethan

Page 3: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 3

Presentation Outline

• Introduction• Architectural Taxonomy• MicroQoSCORBA Base Architecture• Configurable Fault-Tolerant Mechanisms for

MicroQoSCORBA• Implementation and Integration• Results and Analysis• Related Work• Conclusion

Page 4: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 4

Introduction—1

• Explosion of embedded systems– Advancements in computing technology– 11 billion parts per year – Ubiquitous networking (soon all will be interconnected)– Provide a better and more integrated level of service

• Opportunities and difficulties associated with embedded system development– Restricted resources of devices– Reliance on proprietary, low-level mechanisms– Rapid evolution of computing technologies

Page 5: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 5

Introduction—2 • Middleware technologies

– Overcome difficulties in distributed systems (not specifically embedded systems)

– “Plumbing” of an information system– Manage complexity and heterogeneity– Common Object Request Broker Architecture (CORBA)

• Middleware applied to embedded systems– General purpose frameworks fail to scale down– Do not have the flexibility to cover the wide space of the

embedded systems market– Overlook the fundamental problems of partial failures and

consistent ordering of distributed events (fault tolerance)

Page 6: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 6

Introduction—3

• MicroQoSCORBA (MQC)– Configurable middleware framework for

embedded systems– Tailorable to hardware and application

requirements– Improved taxonomy of terms / orthogonal

components– CASE toolkit to easily configure system /

application constraints

Page 7: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 7

Introduction—4

• Focus of this thesis– Integrate fault tolerance into MQC

• Contributions– Analysis, design, implementation of several fault-

tolerant mechanisms into the MQC framework– Analysis, design, implementation of a highly

configurable fault-tolerant group communication system (stand alone / integrated into MQC)

Page 8: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 8

Presentation Outline

• Introduction• Architectural Taxonomy• MicroQoSCORBA Base Architecture• Configurable Fault-Tolerant Mechanisms for

MicroQoSCORBA• Implementation and Integration• Results and Analysis• Related Work• Conclusion

Page 9: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 9

Architectural Taxonomy—1

• Embedded system applications and hardware characteristics (wide space)

• Need to categorize this wide space (completely and orthogonally) for MQC

• We divided the properties of embedded systems and middleware architecture into a more fine-grained definition

Page 10: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 10

Architectural Taxonomy—2

Message TypesParameter TypesData TypesExceptionsMessage Payload

Data Representation•CORBA CDR•MQC CDR•…Protocols•TCP/IP•UDP•PPP•1-wireDirect (i.e., IIOP)Indirect (i.e., IIOP Gateway)

Sync (Send/Receive)Async (One-Way Msgs) Msg PushMsg PullPassivePro-ActiveEvent & Notif. Services

Data Direction•Bits In•Bits Out•Bits In/OutParallelism•1 msg in transit•N msgs in transit

Connection Setup•Initiates Setup•Receive Setup RequestsService Location•Hardwired Logic•Config. File•Name Service•Other

System Comp.•Homogenous•AsymmetricHW I/O Support•Serial•1-Wire•Parallel (Digital)•Ethernet•IrDA•Bluetooth•GSM•GPRSResources•Memory•PowerProcessing Capabilities•8-bit, 16-bit, …

Interaction StyleData FlowControl Flow

IDL SubsettingSW I/O

Roles (Client/Server/Peer)

Embedded H/W

Page 11: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 11

Presentation Outline

• Introduction• Architectural Taxonomy• MicroQoSCORBA Base Architecture• Configurable Fault-Tolerant Mechanisms for

MicroQoSCORBA• Implementation and Integration• Results and Analysis• Related Work• Conclusion

Page 12: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 12

MicroQoSCORBA Base Architecture—1

• Lifecycle Epochs– Important characteristics / constraints are provided in

each epoch– MQC architecture and toolkit span epochs to capture as

much of these characteristics as possible– Lifetime of an MQC project divided into 5 epochs:

Design, IDL Compilation, Application Compilation, System / Application Startup, and Run Time

– Each epoch provides opportunities to refine key facets of the application

Page 13: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 13

MicroQoSCORBA Base Architecture—2

Lifecycle Epoch Constraint Bound Representative Examples HW Heterogeneity Symmetric, asymmetric HW Choice X86, TINI, ColdFire Communications HW Ethernet, Serial, Infrared Processing Capability 50 Mhz, 1 Ghz, 8bit, 32bit System size small, medium, large (e.g., transducers to jets)

Design

Power Usage line, battery, and/or parasitic power Communication Style Passive, Pro-active, Push, Pull Stub/Proxy Generation Inline vs. library usage Message Lengths Fixed, variable length messages

IDL Compilation

Parameter Marshalling Fixed Formats Space/Time Optimizations Loop unrolling, code migration, function and

proxy inlining Application Compilation

Library Usage Static vs. dynamic library linkage Device Initialization Network Startup Bootp, dhcp

System /Application Startup

Major QoS adaptation Select between QoS modules Minor QoS adaptation Adjust QoS parameters Run Time

Page 14: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 14

MicroQoSCORBA Base Architecture—3

Page 15: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 15

MicroQoSCORBA Base Architecture—4

• IDL Compiler– “one size fits all” does not apply– Customized ORB implementation support

• Customized ORBs and POAs– Automatically generated via CASE toolkit or “hand coded”

• Communications Layer– Support for lighter-weight communications is provided– UDP, TCP, IIOP, IIOPlite

• Quality of Service– Realtime performance, security, and fault tolerance (focus of this

thesis)

Page 16: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 16

Presentation Outline

• Introduction• Architectural Taxonomy• MicroQoSCORBA Base Architecture• Configurable Fault-Tolerant Mechanisms for

MicroQoSCORBA• Implementation and Integration• Results and Analysis• Related Work• Conclusion

Page 17: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 17

Configurable Fault-Tolerant Mechanisms for MQC—1

• Most embedded applications require some level of dependability

• Dependability—The measure in which reliance can be justifiably be placed on the service delivered by a system

• Need for dependability (fly-by-wire systems, anti-lock brake systems, remote banking systems)

• Because of this need it is important that MQC have fault tolerance mechanisms

Page 18: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 18

Configurable Fault-Tolerant Mechanisms for MQC—2

Redundancy Reliability Ordering

Temporal

• Multiple Transmits

Spatial

• Multiple Channels

Value

• Checksums

• CRC

Group Communication

• Best Effort

• Reliable

• Uniform

• Atomic

Failure Detection

Sender FIFO

Causal

• Logical Timestamping

Total

• Moving-Sequencer based

Page 19: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 19

Configurable Fault-Tolerant Mechanisms for MQC—3

Generate

SelectSelect

G enerate

Sele

ct

C lien t S ervant/O bjec t Im p l.

S ke le ton

C urrent T ransport

C urrent P rotoco l

P rotoco ls

T ransports

C ustom izedO R B

InstanceA vailab le P rotoco lsA vailab le T ransports

S tubs

Transport

P rotoco ls

IIO P M Q C IO P

Transports

S eria l

P rotoco l A dapter

P rotoco l

C ustom izedO R B

Instance

ID LC om pile r

TC P /IP

G IO P

U D P

V alueR edund.

Tem pora lR edund.

S patia lR edund

.

G roupC om m .

FailureD etec t.

N oFaultTo l.

C us tom ized PO A Inst.

Fault Tolerant T ransports

Low Leve l T ransport A dapter

A TM

Page 20: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 20

Configurable Fault-Tolerant Mechanisms for MQC—4

• Temporal Redundancy– Doing the same thing more than once

• Spatial Redundancy– Having several copies of the same component

• Value Redundancy– Adding extra information about the value of

data being stored or sent

Page 21: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 21

Configurable Fault-Tolerant Mechanisms for MQC—5

• Reliability– Group Communication

• Multi-point to multi-point communication through groups

• Reliability aspects and ordering aspects• Fundamental building block of fault-tolerant

distributed systems

– Failure Detection• Detect and diagnose failed components in a system

Page 22: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 22

Presentation Outline

• Introduction• Architectural Taxonomy• MicroQoSCORBA Base Architecture• Configurable Fault-Tolerant Mechanisms for

MicroQoSCORBA• Implementation and Integration• Results and Analysis• Related Work• Conclusion

Page 23: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 23

Implementation and Integration—1

• Temporal Redundancy– Communication Channel – Tolerate k omission failures by transmitting

messages k+1 times– Number of retransmissions configurable from

CASE toolkit– Client and Server code modified to handle

retransmissions and duplicate filtering

Page 24: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 24

Implementation and Integration—2

• Spatial Redundancy– Communications path– Provides message omission and channel failure

tolerance– Communication paths to be supported is

configurable from the CASE toolkit– Client code modified to filter duplicate

messages received

Page 25: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 25

Implementation and Integration—3

• Value Redundancy– Checksum included in messages– CRC32 checksum selected– Selectable from the CASE toolkit

• Group Communication– Developed as a stand alone system– Integrated into MQC (Server side—replication)

Page 26: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 26

Implementation and Integration—4

• Group Communication (cont.)– Nonuniform Failure-Atomic Multicast (2 phase)– Dynamically Uniform Failure-Atomic Multicast (3

phase)– Ordering

• FIFO Ordered Multicast (ID based)• Causal Ordered Multicast (vector timestamp)• Totally Ordered Multicast (moving sequencer)

– All modes are configurable from the CASE toolkit

Page 27: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 27

Implementation and Integration—5

• Failure Detection– Implemented as part of the Group

Communications package– User can specify a timeout in the CASE toolkit– Group Communications package monitors the

transmission of messages– If a message is late it is assumed that the group

member has crashed (removed from group)

Page 28: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 28

Presentation Outline

• Introduction• Architectural Taxonomy• MicroQoSCORBA Base Architecture• Configurable Fault-Tolerant Mechanisms for

MicroQoSCORBA• Implementation and Integration• Results and Analysis• Related Work• Conclusion

Page 29: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 29

Results and Analysis—1

• Testing Platforms– Two desktop systems (1.5Ghz P4, Linux, 100

BaseT network)– Two TINI boards (40Mhz Dallas

Semiconductor DS80C390 CPU)– Two Systronixs SaJe boards (100Mhz aJile

CPU)

Page 30: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 30

Results and Analysis—2

• Impact on memory footprint– “Simple” application selected for analysis – Client and Server class file sizes examined– Some numbers for TINI and AJILE not available due to UDP

Application: Simple -- (use TCP and GIOP unless stated otherwise)Server Class File Size (bytes)

Linux TINI AJILENo Fault Tolerance 68,654 32,882 253,985Temporal Redundancy 69,067 33,022 254,161Spatial Redundancy (TCP and Unreliable UDP) 88,287 NA NAGroup Comm (Non-Uniform) 137,800 63,014 NAGroup Comm (Uniform) 142,596 NA NAValue Redundancy 70,109 33,506 254,793

Page 31: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 31

Results and Analysis—3

• Impact on Memory Footprint (cont.)– Impact to class file size is very small (except for Group

Communication options)– Group Communication is not optimized for MQC

(designed as a stand alone—uses its own transports, etc.)

Application: Simple -- (use TCP and GIOP unless stated otherwise)Client Class File Size (bytes)

Linux TINI AJILENo Fault Tolerance 53,189 26,886 243,496Temporal Redundancy 53,812 27,805 243,764Spatial Redundancy (TCP and Unreliable UDP) 62,488 NA NAGroup Comm (Non-Uniform) 53,307 26,911 NAGroup Comm (Uniform) 53,307 26,911 NAValue Redundancy 54,913 27,594 244,395

Page 32: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 32

Results and Analysis—4

• Impact on Execution Times– “Timing” application selected (simple program

with one method that passes a long from the client to the server and back)

– Average call time calculated from many iterations

Page 33: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 33

Results and Analysis—5

• Temporal Redundancy– Increase in time is due the retransmitting of the

message along with the duplicate filter processing– Impact is linear and small on PC, but as CPU power

goes down the impact is much more significant

Application: Timing (Use TCP and GIOP unless stated otherwise)Execution Time (microseconds)

Linux TINI AJILENo Fault Tolerance 307 212,667 5,355Temporal Redundancy (2 retrans) 387 278,750 9,534Temporal Redundancy (4 retrans) 457 407,750 17,349Temporal Redundancy (6 retrans) 519 589,000 26,660

Page 34: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 34

Results and Analysis—6

• Spatial Redundancy– Impact is about double (exactly what would be

expected—twice as long to send the message down two paths)

– Numbers not available on TINI and AJILE due to problems with UDP implementation

Application: Timing (Use TCP and GIOP unless stated otherwise)Execution Time (microseconds)

Linux TINI AJILENo Fault Tolerance 307 212,667 5,355Spatial Redundancy (TCP and Unreliable UDP) 564 NA NA

Page 35: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 35

Results and Analysis—7

• Value Redundancy– Impact is very dependent on CPU processing power

(due to CRC32 calculation)– Insertion and extraction of checksum value also has

an impact

Application: Timing (Use TCP and GIOP unless stated otherwise)Execution Time (microseconds)

Linux TINI AJILENo Fault Tolerance 307 202,000 5,020Value Redundancy 388 993,800 18,840

Page 36: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 36

Results and Analysis—8

• Group Communication– Replicated server

configuration– Impact is significant

(expected)• Not tightly integrated

(uses own transport)• Group Communication

requires the transmission of a large amount of messages (1 message becomes 10 in the worst case)

Application: Timing (Use TCP and GIOP unless stated otherwise)Execution Time (microseconds)

LinuxNo Fault Tolerance 307Group Comm (Non-Uniform--2 members no order) 655Group Comm (Non-Uniform--2 members total order) 795Group Comm (Non-Uniform--3 members no order) 860Group Comm (Non-Uniform--3 members total order) 1019Group Comm (Non-Uniform--4 members no order) 1053Group Comm (Non-Uniform--4 members total order) 1120Group Comm (Uniform--2 members no order) 764Group Comm (Uniform--2 members Total order) 787Group Comm (Uniform--3 members no order) 921Group Comm (Uniform--3 members Total order) 1060Group Comm (Uniform--4 members no order) 1151Group Comm (Uniform--4 members Total order) 1170

Page 37: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 37

Presentation Outline

• Introduction• Architectural Taxonomy• MicroQoSCORBA Base Architecture• Configurable Fault-Tolerant Mechanisms for

MicroQoSCORBA• Implementation and Integration• Results and Analysis• Related Work• Conclusion

Page 38: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 38

Related Work—1

• MQC allows constraints to be chosen at much finer granularity– Designed from the device level up

• We have found no middleware framework that allows the hardware and application constraints to be used for tailoring the middleware

• We have found no middleware framework for small embedded devices that supports multiple QoS properties (fault tolerance tends to be completely overlooked)

Page 39: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 39

Related Work—2• Projects / Products that are starting to address embedded system issues:

– MinimumCORBA (cut down version of full CORBA)• Still too large to be useable on most small embedded devices

– e*ORB framework by Vertel• Smaller, but no flexibility provided

– LegORB• Very few details available—some customizations allowed (much less

granularity) and no QoS– OMG Smart Transducers Interface RFP

• Focused on lightweight communications only– MMLite

• Targeted for embedded systems and real time—narrow QoS breadth– Aegis Weapon System (AWS)

• CORBA with custom UDP implementation

Page 40: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 40

Presentation Outline

• Introduction• Architectural Taxonomy• MicroQoSCORBA Base Architecture• Configurable Fault-Tolerant Mechanisms for

MicroQoSCORBA• Implementation and Integration• Results and Analysis• Related Work• Conclusion

Page 41: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 41

Conclusion—1• Project was successful!—we were able to identify, design,

implement, and integrate several important fault-tolerant mechanisms into MQC

• Areas for Future Work– Configurable means of how to deal with duplicate messages that

are received due to redundancy (error detection, voting, etc.)– Incorporate more sophisticated error correction codes for value

redundancy– Support for more modes of communication in the group

communication package (virtual synchrony, TO with causality)– Tighter integration of the group communication package into MQC

(use MQC’s existing transport mechanism, message header)– Group communication support on the client– Failure detection as an independent mechanism

Page 42: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 42

Conclusion—2• Publications:

– McKinnon, A. David and Damania, Tarana R. and Bakken, David E. and Dorow, Kevin E. and Lawrence, Wesley E.; "MicroQoSCORBA: A QoS-Enabled, Reflective, and Configurable Middleware Framework for Embedded Systems"; Proceedings of the OMG Real-Time & Embedded Distributed Object Systems Workshop, OMG & DARPA, Arlington, VA, USA, July 15-18, 2002.

– McKinnon, A. David and Dorow, Kevin E. and Damania, Tarana R. and Bakken, David E. and Lawrence, Wesley E.; "MicroQoSCORBA: A Fault Tolerant and Configurable Middleware Framework for Embedded Systems"; 2nd Workshop on The ACE ORB (TAO), Arlington, VA, USA, July 19, 2002.

– McKinnon, A. David and Haugan, Olav and Damania, Tarana R. and Dorow, Kevin E. and Bakken, David E. and Lawrence, Wesley E.; “A Configurable Middleware Framework with Multiple QoS Properties for Small Embedded Systems”; Submitted to the 23rd International Conference on DistributedComputing Systems, Providence, RI, USA, May 19, 2003.

– Dorow, Kevin E. and McKinnon, A. David, and Bakken, David E.; “Flexible Fault Tolerance in Configurable Middleware for Embedded Systems”; To be submitted to the Workshop on Principles of Dependable Embedded Systems, part of the International Conference on Dependable Systems and Networks (DSN-2003), San Francisco, CA, USA, June 2003.

Page 43: Flexible Fault Tolerance In Configurable Middleware For ... · Masters Thesis Defense Presentation 11/19/02 Slide 10 Architectural Taxonomy—2 Message Types Parameter Types Data

Masters Thesis Defense Presentation 11/19/02

Slide 43

Conclusion—3

• Questions / Comments??• Thanks!!!!


Recommended