A Cross-Layer Multi-Hop Simulator for IEEE 802.11e (WPMC 2010)

user warning: Can't create/write to file 'C:\Windows\TEMP\#sql8b0_3760d_0.MYI' (Errcode: 28) query: SELECT DISTINCT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid LEFT JOIN forum_access fa ON t.tid = fa.tid LEFT JOIN acl acl_fa ON acl_fa.name = t.tid AND acl_fa.module = 'forum_access' LEFT JOIN acl_user aclu_fa ON aclu_fa.acl_id = acl_fa.acl_id AND aclu_fa.uid = 0 WHERE ((fa.grant_view >= 1 AND fa.rid IN (1)) OR fa.tid IS NULL OR aclu_fa.uid = 0) AND ( r.vid = 86 )ORDER BY v.weight, t.weight, t.name in D:\sites\ubiquimesh.av.it.pt\modules\taxonomy\taxonomy.module on line 617.

Abstract
In this work we simulate the ad hoc mode of IEEE 802.11e for routing optimisation. We simulate the behaviour of routing algorithms at the network layer by using a custom-made cross-layer network simulator developed by our team, which simultaneously considers the physical and Medium Access Control (MAC) layers. Although the Simulator also supports the infrastructure mode, in this paper we focus on the ad hoc feature which was introduced by the authors.We opted for the simulator approach over the theoretical analysis, butwe also present amathematical model for IEEE 802.11 ad hoc networks. Some initial tests were performed by using a simple routing algorithm (to evaluate the behaviour of the system in terms of selection of the path between a source and a destination, and the correctness of the calculatedmetrics,which include end-to-end delay, packets lost, packets delivered), butmore advanced cross-layer design solutions were also tested. When information from the physical and MAC layers is used as an input to the routing algorithm, improvements are achieved in the performance of the network. Several functions were compared and the algorithm that privileges shorter links accounting with the metric “collision rate” achieves the best results. When compared with a standard routing solution, this cross-layer approach allows to increase the number of packets delivered, while not significantly affecting the end-to-end delay of the packets.

Authors: João M. Ferro, Orlando Cabral and Fernando J. Velez