1st International ICST Conference on Communication System Software and MiddleWare

Research Article

Architecting Protocol Stack Optimizations on Mobile Devices

  • @INPROCEEDINGS{10.1109/COMSWA.2006.1665156,
        author={Vijay T.  Raisinghani and Sridhar  Iyer},
        title={Architecting Protocol Stack Optimizations on Mobile Devices},
        proceedings={1st International ICST Conference on Communication System Software and MiddleWare},
        publisher={IEEE},
        proceedings_a={COMSWARE},
        year={2006},
        month={8},
        keywords={},
        doi={10.1109/COMSWA.2006.1665156}
    }
    
  • Vijay T. Raisinghani
    Sridhar Iyer
    Year: 2006
    Architecting Protocol Stack Optimizations on Mobile Devices
    COMSWARE
    IEEE
    DOI: 10.1109/COMSWA.2006.1665156
Vijay T. Raisinghani1,2,*, Sridhar Iyer2,*
  • 1: Tata Infotech Ltd.(ATG) and
  • 2: KReSIT, IIT Bombay
*Contact email: rvijay@it.iitb.ac.in, sri@it.iitb.ac.in

Abstract

Applications using traditional protocol stacks (e.g. TCP/IP) from wired networks do not function efficiently in mobile wireless scenarios. This is primarily due to the layered architecture and implementation of protocol stacks. Cross layer feedback is one of the mechanisms to improve the performance of a layered stack, in mobile wireless environments. For example, transport layer retransmissions could be reduced by making it aware of network disconnections or handoff events. However, since the protocol stack is an integral part of the operating system, any such cross layer modification to the stack should not impact its efficiency, correctness and maintainability. An appropriate architecture would help ensure that cross layer modifications confirm to this requirement. In this paper, we present an architecture ECLAIR for cross layer feedback. As compared to other approaches, ECLAIR requires minimal or no modification to the stack. To evaluate the efficiency of cross layer architectures, we identify time/space complexity, design complexity, user-kernel crossing and data path delay as performance metrics. We validate and evaluate ECLAIR through a prototype implementation and experiments. Our results and analysis show that ECLAIR is efficient cross layer architecture. To enhance the efficiency of ECLAIR, we propose sub-architecture to reduce the runtime overheads. We also present a design guide for cross layer optimizations using ECLAIR