Skip to main content

Application of a MANET Testbed for horizontal and vertical scenarios: performance evaluation using delay and jitter metrics

Abstract

Mobile ad hoc networks are attracting attention for their potential use in several fields such as collaborative computing and communications in indoor areas. Mobility and the absence of any fixed infrastructure make MANETs very attractive for mobility and rescue operations and time-critical applications. Considering mobility of the terminals, routing is a key process for operation of MANETs. In this paper, we analyze the performance of Optimized Link State Routing protocol in an indoor environment considering different scenarios for horizontal and vertical topologies. We evaluate the scenarios based on delay and jitter metrics. The experimental results show that for vertical topology the performance is affected more by mobility and number of hops, in comparison with the horizontal topology.

1 Introduction

A Mobile Ad hoc Network (MANET) is a group of wireless mobile terminals, which cooperate together by routing packets to each other on a temporary network. MANETs are attracting attention for their potential use in several fields such as collaborative computing and communications in indoor areas. Considering mobility of the terminals, routing is a key process for operation of MANETs.

Most of the work for MANETs has been done in simulation, as in general, a simulator can give a quick and inexpensive understanding of protocols and algorithms. However, experiments in the real world are very important to verify the simulation results and to revise the models implemented in the simulator. A typical example of this approach has revealed many aspects of IEEE 802.11, like the gray-zones effect [1], which usually are not taken into account in standard simulators, as the well-known ns-2 simulator.

So far, we can count a lot of simulation results on the performance of MANET, e.g. in terms of end-to-end throughput, delay and packetloss. However, in order to assess the simulation results, real-world experiments are needed and a lot of testbeds have been built to date [2]. The baseline criteria usually used in real-world experiments is guaranteeing the repeatability of tests, i.e. if the system does not change along the experiments. How to define a change in the system is not a trivial problem in MANET, especially if the nodes are mobile.

There is a lot of work done on routing protocols for MANET. In [3], the authors analyze the performance of an outdoor ad-hoc network, but their study is limited to reactive protocols such as Ad hoc On Demand Distance Vector (AODV) and Dynamic Source Routing (DSR). The authors of [4] perform outdoor experiments of non standard pro-active protocols. Other ad-hoc experiments are limited to identify MAC problems, by providing insights on the one-hop MAC dynamics as shown in [5].

In [6], the authors present an experimental comparison of OLSR using the standard hysteresis routing metric and the Expected Transmission Count (ETX) metric in a 7 by 7 grid of closely spaced Wi-Fi nodes to obtain more realistic results. The throughput results are similar to our previous work and are effected by hop distance [7]. The closest work to ours is that in [8]. However, the authors did not care about the routing protocol. In [9], the disadvantage of using hysteresis routing metric is presented through simulation and indoor measurements. Our experiments are concerned with the interaction of transport protocols and routing protocol, for instance OLSR. In our previous work [10–14], we carried out many experiments with our MANET testbed. We proved that while some of the OLSR's problems can be solved, for instance the routing loop, this protocol still have the self-interference problem. There is an intricate inter-dependence between MAC layer and routing layer, which can lead the experimenter to misunderstand the results of the experiments. For example, the horizon is not caused only by IEEE 802.11 Distributed Coordination Function (DCF), but also by the routing protocol.

We carried out the experiments with different routing protocols such as OLSR and BATMAN and found that throughput of TCP were improved by reducing Link Quality Window Size (LQWS), but there were packet loss because of experimental environment and traffic interference. For TCP data flow, we got better results when the LQWS value was 10. Moreover, we found that the node join and leave operations affect more the TCP throughput and RTT than UDP.

In this work, different from our previous work, we investigate the performance of a MANET testbed for horizontal and vertical topologies. We implemented seven MANET scenarios and evaluated the performance considering delay and jitter metrics.

The structure of the paper is as follows. In Section 2, we show an overview of OLSR routing protocol. In Section 3, we design and introduce the implementation of our testbed. In Section 4, we give experimental results and make the comparison. Finally, conclusions are given in Section 5.

2 OLSR Overview

The link state routing protocol that is most popular today in the open source world is OLSR from [15]. OLSR with Link Quality (LQ) extension and fisheye-algorithm works quite well. The OLSR protocol is a pro-active routing protocol, which builds up a route for data transmission by maintaining a routing table inside every node of the network. The routing table is computed upon the knowledge of topology information, which is exchanged by means of Topology Control (TC) packets. The TC packets in turn are built after every node has filled its neighbors list. This list contains the identity of neighbor nodes. A node is considered a neighbor if and only if it can be reached via a bi-directional link.

OLSR makes use of HELLO messages to find its one hop neighbors and its two hop neighbors through their responses. The sender can then select its Multi Point Relays (MPR) based on the one hop node which offer the best routes to the two hop nodes. By this way, the amount of control traffic can be reduced. Each node has also an MPR selector set which enumerates nodes that have selected it as an MPR node. OLSR uses TC messages along with MPR forwarding to disseminate neighbor information throughout the network. OLSR checks the symmetry of neighbor nodes by means of a 4-way handshake based on HELLO messages. This handshake is inherently used to compute the packetloss probability over a certain link. This can sound odd, because packetloss is generally computed at higher layer than routing one. However, an estimate of the packetloss is needed by OLSR in order to assign a weight or a state to every link. Host Network Address (HNA) messages are used by OLSR to disseminate network route advertisements in the same way that TC messages advertise host routes.

In our OLSR code, a simple RFC-compliant heuristic is used [16] to compute the MPR nodes. Every node computes the path towards a destination by means of a simple shortest-path algorithm, with hop-count as target metric. In this way, a shortest path can result to be also not good, from the point of view of the packet error rate. Accordingly, recently olsrd has been equipped with the LQ extension, which is a shortest-path algorithm with the average of the packet error rate as metric. This metric is commonly called as the ETX, which is defined as ETX(i) = 1/(NI(i) × LQI(i)). Given a sampling window W, NI(i) is the packet arrival rate seen by a node on the i-th link during W. Similarly, LQI(i) is the estimation of the packet arrival rate seen by the neighbor node which uses the i-th link. When the link has a low packet error rate, the ETX metric is higher. The LQ extension greatly enhances the packet delivery ratio with respect to the hysteresis-based technique [17].

3 Testbed Description

Our testbed is composed of six laptops machines. The operating system (OS) mounted on these machines is Ubuntu Linux with kernel 2.6.28, suitably modified in order to support the wireless cards. The wireless network cards are from Linksys (model: WUSB54G ver.4). They are usb-based cards with and external antenna of 2dBi gain, transmitting power of 16+/-1dBm and receiving sensitivity of -80 dBm. We verified that the external antenna improves the quality of the first hop link, which is the link connecting the ad-hoc network. The driver can be downloaded from the web sites in references [18, 19].

In our testbed, we have two systematic background or interference traffic we could not eliminate: the control traffic and the other wireless Access Points (APs) interspersed within the campus. The control traffic is due to the ssh program, which is used to remotely start and control the measurement software on the source node. The other traffic is a kind of interference, which is typical in an academic scenario.

3.1 Horizontal Topology

For the horizontal topology, we constructed five experimental scenarios. Node states for each scenario are shown in Table 1. In the horizontal simple scenarios, nodes are placed in open areas of our fifth floor, while in the horizontal obstacle scenarios the nodes are placed inside rooms to analyze the effect of obstacles (walls). In Figure 1(a), all nodes are in a static state. We call this Horizontal Static (HST) scenario. In Figure 1(b), only relay node #2 is moving. We call this Horizontal Moving1 (HM1) scenario. In the third scenario, relay nodes #2 and #3 are moving (see Figure 1(c)). We call this Horizontal Moving2 (HM2) scenario. In Figure 2(a), nodes are placed inside rooms and they are static for all transmission time. We call this Horizontal Obstacle Static (HOS) scenario. In the last scenario (Figure 2(b)) only node #3 is moving. We will call this Horizontal Obstacle Moving (HOM) scenario.

Table 1 Types of nodes for each experimental model.
Figure 1
figure 1

Horizontal topology scenarios. A: HST, B: HM1, C: HM2.

Figure 2
figure 2

Horizontal obstacle topology scenarios. A: HOS, B: HOM.

3.2 Vertical Topology

We constructed two experimental scenarios, for vertical topology. Node states for each scenario are shown in Table 1. In Figure 3(a), all nodes are in a static state. We call this Vertical Static (VST) scenario. In Figure 3(b), only node #6 is moving. We call this Vertical Moving (VMO) scenario. A snapshot for each node in vertical topology is shown in Figure 4.

Figure 3
figure 3

Vertical topolgy scenarios. A: VST, B: VMO.

Figure 4
figure 4

Snapshot of each node (Vertical Topology).

3.3 Testbed Interface

In our previous work, all the parameters settings and editing were done using command lines of bash shell (terminal), which resulted in many misprints and the experiments were repeated many times. In order to make the experiments easier, we implemented a testbed interface. For the Graphical User Interface (GUI) we used wxWidgets tool and each operation is implemented by Perl language. wxWidgets is a cross-platform GUI and tools library for GTK, MS Windows and Mac OS.

We implemented many parameters in the interface such as transmission duration, number of trials, source address, destination address, packet rate, packet size, LQWS, and topology setting function. We can save the data for these parameters in a text file and can manage in a better way the experimental conditions. Moreover, we implemented collection function of experimental data in order to make easier the experimenter's work.

4 Experimental Results

4.1 Experimental Settings

The experimental parameters are shown in Table 2. We study the impact of best-effort traffic for Mesh Topology (MT). In the MT scheme, the MAC filtering routines are not enabled. We collected data for two metrics: delay and jitter. These data are collected using the Distributed Internet Traffic Generator (D-ITG) [20], which is an open-source internet traffic generator.

Table 2 Experimental parameters.

The transmission rate of the data flows is 122 pps = 499.712 Kbps, i.e. the packet size of the payload is 512 bytes. All experiments have been performed in indoor environment, in the fifth floor and at the stairs of our department building. All laptops are in radio range of each other. The experimental time for one experiment was about 300 seconds. In moving scenarios, nodes stopped at corners for about three seconds before moving again.

We measured the delay and jitter, which are computed at the receiver. For OLSR, wTHELLO < TExp, where TExp is the total duration of the experiment, i.e., in our case, TExp = 300 seconds, and THELLO is the rate of the HELLO messages. However, the testbed was turned on even in the absence of measurement traffic. Therefore, the effective TExp was much greater.

As MAC protocol, we used IEEE 802.11b. The transmission power was set in order to guarantee a coverage radius big enough to cover all one-hop physical neighbors of each node in the network. Since we were interested mainly in the performance of the routing protocol, we kept unchanged all MAC parameters, such as the carrier sense, the retransmission counter, the contention window and the RTS/CTS threshold. Moreover, the channel central frequency was set to 2.412 GHz (channel 1). In regard to the interference, it is worth noting that, during our tests, almost all the IEEE 802.11 spectrum had been used by other APs disseminated within the campus. In general, the interference from other APs is a non-controllable parameter.

4.2 Results Discussion

Here, we show the measured data by the box and whisker plot of the metrics according to the model types. Box and whisker plot is a convenient way to show groups of numerical data by lower quartile, median, upper quartile, and the outliers. In the plot, the bottom and top of the box are always 25th and 75th percentile, respectively, and the band near the middle of the box is always the median. The end of the whiskers can represent the lowest datum which is still within 1.5 inter-quartile range of the lower quartile, and the highest datum which is still within 1.5 inter-quartile range of the upper quartile.

4.2.1 Horizontal Topology

The observed metrics are shown in terms of the median value for four different flows (source node → destination node). For horizontal topology, we notice that there is a better performance in both delay and jitter metrics, for HM1 scenario.

In Figure 5 are shown the delay results for horizontal topology. When all nodes are static (see Figure 5(a)), we notice that the delay have some oscillations in the case of #1 → #4 flow and increases noticeably in the case of #1 → #5 flow. In Figure 5(b) is shown the delay results for HM1 scenario. For #1 → #4 flow and #1 → #5 flows there are some oscillations, but the median values show good performance. For HM2 scenario, we show results in Figure 5(c). Oscillations happen in all the flows (#1 → destination node). The median values are increasing with the increase of the number of hops.

Figure 5
figure 5

Delay results for horizontal topology. A: HST, B: HM1, C: HM2.

Delay in HOS and HOM scenarios, is shown in Figure 6(a) and Figure 6(b), respectively. The nodes are Non Line Of Sight (NLOS) condition, so the communication is more difficult in these two scenarios, especially for the #1 → #5 flow, where there is a noticeable decrease in performance. In HOM scenario, there are more oscillations, introduced by mobility of node #3.

Figure 6
figure 6

Delay results for horizontal obstacle topology. A: HOS, B: HOM.

We show jitter results for the horizontal topology in Figure 7. For HST scenario (see Figure 7(a)), we observe that jitter values increase progressively as the number of hops increases. It looks like the routes become unstable. This happens because different links may have similar ETX values and the route to destination changes a lot. In Figure 7(b) for HM1 scenario, this effect is minimized by the movement of the intermediate node #2. In fact, this sounds contradictory with the dynamism introduced by mobility in our previous works [11]. But in this case, choosing the link with the highest ETX becomes easy and the communication seems to establish stable routes. However, the dynamism introduced by mobility is still present, as in HM2 scenario there is an increase and oscillations in jitter values.

Figure 7
figure 7

Jitter results for horizontal topology. A: HST, B: HM1, C: HM2.

Regarding jitter metric, in HOS scenario the performance is good when destination is node #2, #3 or #4. As shown in Figure 8(a), the communication of node #1 with node #5 shows higher jitter, which is induced by the presence of walls. For HOM scenario, results are shown in Figure 8(b). We notice similar results with HOS scenario, but there are more oscillations. Mobility and obstacles decrease the performance.

Figure 8
figure 8

Jitter results for horizontal obstacletopology. A: HOS, B: HOM.

4.2.2 Vertical Topology

In vertical topology we have implemented two scenarios. We show the results for delay and jitter, in Figure 9 and 10, respectively. In Figure 9(a), the delay results for VST scenario show that OLSR has a good performance when communication occurs in one or two hops. When the destination node is node #4, which is located at the second floor, we notice oscillations and the values of delay increase as the communication in three or more hops becomes difficult. The performance becomes worse when the destination is node #5. The same tendency is also observed regarding jitter metric, as shown in Figure 10(a).

Figure 9
figure 9

Delay results for vertical topology. A: VST, B: VMO.

Figure 10
figure 10

Jitter results for vertical topology. A: VST, B: VMO.

In VMO scenario, node #6 moves from the fifth floor to the first floor. The mobility of this node brings dynamism regarding routes on the network. This is prooved by an increase in the values of delay and jitter, in comparison with VST scenario, as shown in Figures 9(b) and 10(b), respectively. However, if we observe the boxplot of the #1 → #5 flow in Figure 9(b), we notice that delay values are smaller than in the #1 → #4 flow. Comparing with the values of VST scenario, where delay increased progressively with the increase of hop distance, in this case the movement of node #6 also helps the communication to node #5 by creating more routes available and more probability to choose a better route from node #1 to node #5. Regarding #1 → #6 flow, the destination node #6 is moving during all the time of transmission. We notice oscillations in this case, caused by mobility. However, the perfomance for this flow, regarding delay and jitter is better than when destination is node #3, #4 or #5.

If we compare static scenarios for both topologies, we can say in general that the median values for delay and jitter are higher in VST scenario than in HST scenario. Also from Figures 5, 7, 9 and 10 we can see that when nodes are moving, in horizontal topology the values of delay and jitter are lower. In the vertical topology the nodes create links between each-other in the NLOS condition. Based on this fact and the results of our experiments, we can conclude that the link quality is better in horizontal topology and mobility influences delay and jitter more in the vertical topology.

5 Conclusions

In this paper, we conducted experiments by our MANET testbed for horizontal and vertical scenarios. We used OLSR protocol for experimental evaluation. In our experiments, we considered seven models: HST, HM1, HM2, HOS, HOM, VST and VMO. We assessed the performance of our testbed in terms of delay and jitter. From our experiments, we found the following results.

In horizontal topology, when in HST scenario the number of hops increases to 3 or more hops, there are oscillations. Delay and jitter values increase progressively as the number of hops increases. There is a better performance in both delay and jitter metrics, for HM1 scenario. The movement of a relay node helps the communication between other nodes to establish more stable routes. In HM2 scenario oscillations happen in all flows and the median values are increasing with the increase of the number of hops. For HOS and HOM scenarios, the communication becomes difficult, because the obstruction of obstacles. Delay and jitter values are increased when the destination is node #5.

In vertical topology, for VST scenario OLSR has a good performance when communication occurs in one or two hops. When the communication needs three or more hops, we notice oscillations and the values of delay increase. The same tendency is also observed regarding jitter metric. In VMO scenario the mobility of node #6 brings dynamism regarding routes on the network. In this case the movement of node #6 also helps the communication to node #5 by creating more routes available and more probability to choose a better route from node #1 to node #5.

In the vertical topology the nodes create links between each-other in the NLOS condition. Though, the link quality is better in horizontal topology and mobility influences delay and jitter more in the vertical topology.

In this work, we carried out the experiments with a proactive routing protocol in an indoor scenario. In the future, we would like to consider the performance of reactive protocols and compare the experimental results with simulation results. Moreover, we would like to evaluate the performance of our testbed for outdoor scenarios.

References

  1. Lundgren H, Nordstrom E, Tschudin C: Coping with Communication Gray Zones in IEEE 802.11b based Ad Hoc Networks. Proc. of the 5-th ACM International Workshop on Wireless Mobile Multimedia (WOWMOM-2002) 2002, 49–55.

    Chapter  Google Scholar 

  2. Kiess W, Mauve M: A Survey on Real-world Implementations of Mobile Ad-hoc Networks. Ad Hoc Networks 2007,5(3):324–339. 10.1016/j.adhoc.2005.12.003

    Article  Google Scholar 

  3. Maltz DA, Broch J, Johnson DB: Lessons from a Full-scale Multihop Wireless Ad Hoc Network Testbed. IEEE Personal Communications 2001,8(1):8–15. 10.1109/98.904894

    Article  Google Scholar 

  4. Gray RS, Kotz D, Newport C, Dubrovsky N, Fiske A, Liu J, Masone C, McGrath S, Yuan Y: Outdoor Experimental Comparison of Four Ad Hoc Routing Algorithms. Proc. MSWiM-2004 2004, 220–229.

    Google Scholar 

  5. Anastasi G, Borgia E, Conti M, Gregori E: IEEE 802.11b Ad Hoc Networks: Performance Measurements. Cluster Computing 2005,8(2–3):135–145. 10.1007/s10586-005-6179-3

    Article  Google Scholar 

  6. Johnson D, Hancke G: Comparison of Two Routing Metrics in OLSR on a Grid based Mesh Network. Ad Hoc Networks 2009,7(2):374–387. 10.1016/j.adhoc.2008.04.006

    Article  Google Scholar 

  7. De Marco G, Ikeda M, Yang T, Barolli L: Experimental Performance Evaluation of a Pro-active Ad-hoc Routing Protocol in Outdoor and Indoor Scenarios. Proc. of IEEE AINA-2007 2007, 7–14.

    Google Scholar 

  8. Kawadia V, Kumar PR: Experimental Investigations into TCP Performance over Wireless Multihop Networks. Proc. of E-WIND-2005 2005, 29–34.

    Google Scholar 

  9. Clausen T, Hansen G, Christensen L, Behrmann G: The Optimized Link State Routing Protocol, Evaluation through Experiments and Simulation. Proc. of IEEE Symposium on Wireless Personal Mobile Communications 2001. [http://hipercom.inria.fr/olsr/wpmc01.ps]

    Google Scholar 

  10. Barolli L, Ikeda M, De Marco G, Durresi A, Xhafa F: Performance Analysis of OLSR and BATMAN Protocols Considering Link Quality Parameter. Proc. of IEEE AINA-2009 2009, 307–314.

    Google Scholar 

  11. Kulla E, Ikeda M, Barolli L, Miho R: Impact of Source and Destination Movement on MANET Performance Considering BATMAN and AODV Protocols. Proc. of BWCCA-2010 2010, 94–101.

    Google Scholar 

  12. Ikeda M, Barolli L, Hiyama M, Yang T, De Marco G, Durresi A: Performance Evaluation of a MANET Testbed for Differenet Topologies. Proc. of NBiS-2009, Indianapolis 2009, 327–334.

    Google Scholar 

  13. Ikeda M, Barolli L, De Marco G, Yang T, Durresi A: Experimental and Simulation Evaluation of OLSR Protocol for Mobile Ad-hoc Networks. Proc. of NBiS-2008 2008, 111–121.

    Google Scholar 

  14. Hiyama M, Ikeda M, Barolli L, De Marco G, Xhafa F, Durresi A: Mobility Effects in Mobile Ad Hoc Networks. Proc. of International Workshop on Network Traffic Control, Analysis and Applications (NTCAA-2009) 2009, 2: 679–684.

    Google Scholar 

  15. Tonnesen A: OLSRd: Implementation Code of the OLSR. Accessed on February 24, 2011 [http://www.olsr.org/]

    Google Scholar 

  16. Clausen T, Jacquet P: Optimized Link State Routing Protocol (OLSR). RFC 3626 (Experimental) 2003.

    Google Scholar 

  17. Couto DSJD, Aguayo D, Bicket J, Morris R: A High Throughput Path Metric for Multi-hop Wireless Routing. Proc. of MobiCom-2003 2003, 134–146.

    Google Scholar 

  18. Rt2x00 Project for Wireless Card's Linux Drivers [http://rt2x00.serialmonkey.com/] Accessed on November 24, 2010

  19. Ralink RT2570 USB Enhanced Driver [http://homepages.tu-darmstadt.de/~p_larbig/wlan/] Accessed on November 24, 2010

  20. Botta A, Dainotti A, Pescape A: Multi-protocol and Multiplatform Traffic Generation and Measurement. Proc. of INFOCOM-2007, Demo Session 2007.

    Google Scholar 

Download references

Acknowledgements

This work is supported by a Grant-in-Aid for scientific research of Japan Society for the Promotion of Science (JSPS). The authors would like to thank JSPS for the financial support.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Masahiro Hiyama.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

MH designed and implemented the testbed, including scenarios and data gathering. EK participated in the data analysis and theoritical contents of the paper. TO implemented the graphical user interface for better control of experiments. MI did the initial settings of the testbed and implemented HST scenario. LB participated in the testbed design and implementation and checked the final version of the paper for submission.

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Authors’ original file for figure 2

Authors’ original file for figure 3

Authors’ original file for figure 4

Authors’ original file for figure 5

Authors’ original file for figure 6

Authors’ original file for figure 7

Authors’ original file for figure 8

Authors’ original file for figure 9

Authors’ original file for figure 10

Authors’ original file for figure 12

Authors’ original file for figure 13

Authors’ original file for figure 14

Authors’ original file for figure 15

Authors’ original file for figure 16

Authors’ original file for figure 17

Authors’ original file for figure 18

Authors’ original file for figure 19

Authors’ original file for figure 20

Authors’ original file for figure 21

Authors’ original file for figure 22

Authors’ original file for figure 23

Authors’ original file for figure 24

Authors’ original file for figure 25

Authors’ original file for figure 26

Authors’ original file for figure 27

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Hiyama, M., Kulla, E., Oda, T. et al. Application of a MANET Testbed for horizontal and vertical scenarios: performance evaluation using delay and jitter metrics. Hum. Cent. Comput. Inf. Sci. 1, 3 (2011). https://doi.org/10.1186/2192-1962-1-3

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/2192-1962-1-3

Keywords