Protocol Composition Frameworks A Header-Driven Model

  • Authors:
  • Daniel C. Bunzli;Sergio Mena;Uwe Nestmann

  • Affiliations:
  • École Polytechnique Fédérale de Lausanne (EPFL) CH-1015 Lausanne, Switzerland;École Polytechnique Fédérale de Lausanne (EPFL) CH-1015 Lausanne, Switzerland;École Polytechnique Fédérale de Lausanne (EPFL) CH-1015 Lausanne, Switzerland

  • Venue:
  • NCA '05 Proceedings of the Fourth IEEE International Symposium on Network Computing and Applications
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Protocol composition frameworks provide off-the-shelf composable protocols to simplify the development of custom protocol stacks. All recent protocol frameworks use a general-purpose event-driven model to manage the interactions between protocols. In complex compositions, where protocols offer their service to more than one other protocol, the one-to-many interaction scheme of the eventdriven model introduces composition problems by mixing up the targets to which data (list of headers) should be delivered. To solve these problems, we propose to shift the driving force behind interactions from the events to the headers they carry. We show that the resulting domain-specific header-driven model solves the composition problems, provides statically typed header handling and enhances protocol readability.