An Integrated Scheme for Fully-Directional Neighbor Discovery and Topology Management in Mobile Ad hoc Networks

Size: px
Start display at page:

Download "An Integrated Scheme for Fully-Directional Neighbor Discovery and Topology Management in Mobile Ad hoc Networks"

Transcription

1 An Integrated Scheme for Fully-Directional Neighbor Discovery and Topology Management in Mobile Ad hoc Networks Ece Gelal, Gentian Jakllari, Srikanth V. Krishnamurthy and Neal E. Young Dept. of Computer Science and Engineering University of California, Riverside {ecegelal, jakllari, krish, Abstract With directional antennas, it is extremely important that a node maintains information with regards to the positions of its neighbors. This would allow the node to track the neighbors as they move; otherwise, a node will have to resort to either omnidirectional or circular directional transmissions (or receptions) fairly often. This can be overhead intense and can reduce spatial reuse. Maintaining directional information with regards to a large number of neighbors can itself be expensive; therefore it is important to limit a node s degree. We propose a topology control scheme (Di-ATC) that works with fully directional communications and offers a low degree bound while preserving network connectivity. The key idea is to execute Di-ATC on the discovered neighbors to select and maintain connectivity with only a subset of these neighbors. The members of this subset are those with high angular separations. We perform extensive simulations and demonstrate that our scheme effectively limits node degree while at the same time, preserves network connectivity and achieves low path stretch. I. INTRODUCTION Performance improvements offered by the deployment of directional antennas in ad hoc networks have been well explored within the last decade; [5], [10], [19], [26] have quantified these performance benefits from the perspective of physical, MAC, and routing layers. Recently, [7], [12] and [20] proposed the use of directional antennas for increasing capacity in wireless mesh networks. With directional antennas, a node can directionally transmit and/or directionally receive. In order to fully exploit the potential spatial reuse and range offered by directional antennas, as well as to avoid problems due to asymmetry, it is desirable to use both directional transmissions and directional receptions [11], [9]. However, the This work is supported in part by, the U. S. Army Research Office under the Multi-University Research Initiative (MURI) grant W911NF and the NSF CAREER Grant use of fully-directional communications leads to two major challenges: neighbor discovery and dealing with mobility. The first important problem has been addressed in [9] and [28]; nodes incorporate random beamforming and send/listen for HELLO messages to discover each other. The second challenge with fully directional communications is that, with mobility the neighbors of a node are likely to move out of its angular range easily, especially when narrow directional beams are used. In [9], the authors proposed that nodes should periodically poll each other to cope with this effect. The periodic polling (sending/receiving HELLO messages) ensures that every node tracks the motion of its neighbors and hence, preserves connectivity with each neighbor until the neighbor moves out of its radial range. By thus proactively maintaining its neighbors position information, a node obviates the need to rediscover a particular neighbor when it needs to communicate with this neighbor. Hence possible delays and the overhead of reactive neighbor discovery are eliminated [9][28]. On the other hand, the polling process itself could be expensive in terms of energy and bandwidth (unless the network is sparse and mobility is low, which cannot always be guaranteed in real scenarios). The overhead in extreme cases may nullify the gains provided by directional antennas. To alleviate the above problem, it is necessary to limit the overhead incurred due to the polling (i.e., to reduce the number of exchanged HELLO messages). Clearly, reducing the frequency of such messages is not an option as the frequency is dependent on speed of motion of the nodes in the network; decreasing the periodicity would trade-off the accuracy of the neighborhood position information. Alternatively, the overhead can be alleviated by requiring that nodes maintain logical connectivity with only a subset of their neighbors. In other words, if the maximum node degree of the network were

2 to be bounded (by a low constant), the aforementioned overhead could be contained. This necessitates topology control. Although topology control has been well studied in the last decade, there is little work on networks that use only directional communications. To the best of our knowledge, the few research studies on topology control using directional antennas either resort to temporary omni-directional communications, or are centralized, or assume that all nodes in the wireless network are stationary. In this paper, we propose a novel scheme that integrates topology control with neighbor discovery and maintenance. The key idea is that nodes maintain/track only a subset of their discovered neighbors. Nodes choose this subset based on the angular separation between their existing neighbors and their node degrees. Towards this, nodes execute our heuristic-based topology control scheme, Di-ATC. Di-ATC tries to minimize the variance of the angular separation between the tracked neighbors of a node. The goal is to construct a well spread topology; the feature is attractive for reducing the path stretch and for preserving network connectivity. Note that this objective is challenging since node degrees and the shortest-path hop counts are inversely related [6], [29]. Furthermore, the solution to address this problem must be distributed and must not require global knowledge in order that it may find application in practical deployments. Finally, the approach must be lightweight and must use the system resources (power, bandwidth) efficiently. Our approach addresses these requirements. Specifically, the key properties of our integrated scheme are: Fully directional communications. Di-ATC is tightly integrated with neighbor discovery and maintenance using fully-directional 1 communications. Omni-directional transmissions or receptions are not invoked. This approach eliminates known problems that arise due to the inter-play between directional and omnidirectional communications viz., deafness and asymmetry in range. Scalable. Our approach is fully decentralized (no specialized nodes are assumed) and relies 1 Throughout the paper, transmission (reception) refers to directional transmission (reception). The incentives for employing only directional communications are explained in more detail in [9] and [11]. only on local information. Low degree bound. Di-ATC imposes a low bound (six) on the node degree and thus constructs a sparse topology. Simulation results in practical settings demonstrate that the average node degrees are smaller than the imposed bound, even if the original network were to be extremely dense. Connectivity and low path stretch. With high probability, with our integrated approach, the network is connected. Our approach also offers low path stretch in the topology formed, i.e., routes between any two nodes in the network are stretched by small factors in spite of the low degree constraint. Low complexity. Di-ATC introduces no communication cost to the network. Topology control decisions are based on the unicast messages exchanged with the discovered neighbors; hence, no broadcasts are necessary to gather/update topology information. Applicable to mobile scenarios. Our approach supports mobility; we demonstrate its effectiveness in typical mobile scenarios. We perform extensive simulations using OPNET, to validate our scheme with realistic antenna models. We observe the performance of the integrated scheme, in terms of average node degree and average path stretch of the topology constructed via the invocation of Di-ATC. The rest of the paper is organized as follows. We summarize related research efforts in Section II. We present the details of our system model in Section III. We describe our integrated scheme and present Di-ATC in Section IV. In Section V we evaluate the performance of our proposed scheme in a large set of possible scenarios, and we conclude in Section VI. II. RELATED WORK AND IMPORTANCE OF PROBLEM Novel MAC [5], [10], [11], [19] and routing [22], [23], [24] protocols have been designed for use with directional antennas in ad hoc networks. A MAC protocol for use with directional antennas must help combat the problems of asymmetry in range and deafness. Korakis et al., showed that asymmetry in range can be prevented by allowing only directional communications [11]. Efforts in [4] and [17]

3 proposed methods to combat deafness (a node attempting to communicate with a node that is itself in the process of transmission). In [9] deafness is avoided via scheduled directional communications. The work also describes why resorting to omnidirectional transmissions or receptions degrades possible spatial reuse of the spectrum and reduces possible extension in range. Many routing protocols require that at least onehop neighborhood information is available at the nodes. Omni-directional broadcast of HELLO messages are not accurate in providing directional neighborhood information (given the different antenna footprint); therefore novel neighbor discovery and tracking mechanisms have been proposed [9][27][28]. Towsley et al., study directional neighbor discovery in static ad hoc networks [28]. They present a probabilistic analysis of neighbor discovery with a slotted, synchronous scheme (called Direct discovery ); they also propose an asynchronous 2 indirect scheme (called Gossip-based discovery ). In [9], Jakllari et al., proposed a framework for neighbor discovery and maintenance. The approach uses only directional communications; hence, synchronization is assumed as in [28]. With the proposed scheme, nodes need to periodically poll their neighbors for maintenance (i.e., each node would exchange HELLO messages with its neighbors so that it can update the AoA 3 information with regards to each of these neighbors). This introduces a messaging overhead, which may lead to significant reduction in throughput in dense deployments or with node mobility. To remedy this problem our integrated scheme constrains the nodes to poll only a subset S of their discovered neighbors; they reach the rest of the neighbors via the the nodes in S. Research on topology control has so far focused on minimizing the overall energy consumption [2][13], bounding the node degree [14][16][29], and reducing the interference to increase effective network capacity [3]. Most topology control solutions in literature attempt to optimize several of these design goals. In particular, many algorithms have been proposed for constructing connected topologies with bounded node degree and optimal power consumption (under the degree constraint). These solu- 2 In this second algorithm, the synchronization requirement is obviated via the integration of omni-directional receptions. 3 AoA represents the Angle of Arrival and it aids determining the neighbors relative positions [26]. tions reduce node degrees by adjusting the transmission power in order to avoid long-distance, powerintensive communications [2][14][25][29]. Most of these solutions are distributed and localized; however they have been designed for ad hoc networks that use omni-directional communications, and their implementation with directional antennas will likely introduce the aforementioned asymmetry in range and deafness issues. Furthermore, the problem under consideration will not be the same problem when directional antennas are used, due to two crucial differences at the physical layer: i) with a high-gain directional antenna, farther neighbors can be reached without requiring a power increase (no power overhead), and ii) communicating with farther neighbors does not imply higher interference on other neighbors due to the beamforming property of directional antennas (no interference overhead). Another limitation common in most of the aforementioned previous schemes is, their worst case bounds are computed assuming static ad hoc networks, and they are not evaluated under practical conditions of mobility. A recent study addresses topology control using beam-switching directional antennas [18]. The authors present a centralized algorithm to optimize power consumption in the network where nodes are equipped with switched-beam antennas that may not have uniform gains within the beamwidth. The solution does not consider the cost of having high node degrees, or the effects of mobility. To the best of our knowledge, the only work on topology control for bounding the node degree in directional antenna-equipped ad hoc networks is [8]. In this work, Huang et. al proposed the implementation of the Cone-based topology control algorithm, previously proposed for omni-directional antennas [30][13], using sectorized antennas. The scheme suggests neighbor discovery via HELLO messages sent in each sector with increasing power, so that the closest neighbors in each sector are identified. This implementation necessitates the use of both directional and omnidirectional modes of communication, which leads to problems of asymmetry and limited spatial reuse. The performance evaluation of the proposed scheme has been performed only in a static ad hoc network and it is unclear if the approach is amenable to mobile scenarios. Recently, use of directional antennas in wireless mesh networks has attracted interest. In [12], the authors have proposed topology control on mesh net-

4 works by deploying multiple directional antennas at each node and properly orienting the antennas to create multiple low-interference topologies that are connected. Raman et.al. present a mesh network implementation wherein each node is equipped with two high-gain directional antennas [20]; their measurements showcase the potential for using directional antennas to provide low-cost rural connectivity. III. SYSTEM DESCRIPTION In this section we elaborate on how the directional antenna and the environmental factors are realistically constructed given the simulation platform used. Network Model: Nodes are placed arbitrarily on the two-dimensional plane. Note that an arbitrary distribution of nodes includes by definition, the existence of non-uniformly spread out, sparse and dense regions; thus it contains the scenarios that are possible in real deployments. All nodes in our network model have distinct IDs (e.g. the MAC addresses). All nodes use the same, fixed transmission power. All transmissions and receptions are performed directionally. A pair of nodes u and v in the network can directly communicate if they lie within the radial communication range of each other; this is the maximum distance between u and v such that the (directional) transmission of node u can be (directionally) received at node v and vice versa. With this, u is a neighbor of v and vice versa. Antenna Model: Our design assumes that each node in the network is equipped with a steerable antenna system, i.e., each node is capable of pointing its antenna in any desired direction. However, our scheme is also applicable with beam-switching antennas (with little modification). The antenna model used in our simulations includes a main lobe and a small backlobe; it is explained in detail in Section V. System Model: Our system assumes a timeslotted, synchronous model as in [28], [9]. As mentioned, synchronization is necessary for neighbor discovery using fully directional communications. The duration of the time slots is equal to the duration of the (corresponding) packet exchange 4. As in previous work (e.g. [30]), we exploit the capability that a receiver can deduce the direction of a sender. This can be accomplished using estimation 4 HELLO packets exchanged for neighbor discovery, packets exchanged after topology control, and packets for rendezvous are small packets; therefore the slot times are short. techniques that provide Angle-of-Arrival (AOA) information [30], [26]. Channel Model: Our integrated scheme does not rely on any assumptions with regards to the channel model. In our simulations we use the path loss propagation model. With this model, the power of a received signal is calculated as a function of many factors, including the relative positions of the nodes, the directions of the two antennas and the gain of each antenna along that direction [1]. Mobility Model: In our simulations, we use the most commonly used random waypoint mobility model. With this model, each node moves towards an arbitrarily chosen point within the twodimensional area (of deployment) with a speed it selects from a uniform distribution. After reaching this point it is stationary for a specified pause time; after the pause time the node moves towards another arbitrary point on the region. The model causes continuous changes in the network topology. In our simulations we experiment with different velocities. IV. DIRECTIONAL NEIGHBOR DISCOVERY - TOPOLOGY CONTROL - TRACKING In this section using directional communications and we present our framework for topology control integrated with neighbor discovery and maintenance in the wireless networks of interest. A. Topology Control Problem Statement Our design objective is to fully exploit the longer radial range offered by directional antennas. Thus, we do not consider power control to bound the physical node degrees, as proposed in [8]. Specifically, our proposed topology control scheme works handin-hand with purely directional neighbor discovery, that is, a node s ability to discover its neighbors if both the node itself and the neighbor are using directional beamforming [9], [28]. Our goal, as stated in Section I, is to design a scheme where all communications (neighbor discovery and all packet exchange with neighbors) are fully directional, which (i) ensures that problems due to fully directional communications (deafness and asymmetry in range) are not factors, and (ii) limits the overhead incurred in achieving our objective. In addition, we wish to ensure that the network is connected at all times and the path stretch after topology control is low. Towards this, we propose Di-ATC ( Angular Topology Control with Directional Antennas )

5 which bounds the maximum node degree by a tight (Definition 1) constant. Definition: We say that the imposed degree bound d is tight if d 5 is small, where d 5. This definition follows from Lemma 1 below which states that reducing the node degree to less than 5 could lead to loss of connectivity (with the unit disk graph model). Lemma 1. For a subgraph S of the unit disk graph U, the connectivity of S cannot be guaranteed if the maximum node degree in S is less than 5. Proof. Consider the star topology (using the unit disk model), where the central node (say w) has five neighbors such that: i) each of the neighbors are a unit distance away from w, and ii) it is infeasible to connect any two of these neighbors with direct links (they are more than a unit distance apart) 5. In this case, if an edge is removed between w and one of its neighbors (i.e., the degree of w is reduced to four), the topology becomes disconnected. Reducing the node degrees in the network has an adverse effect on the hop count of paths between node pairs. This is intuitive, since larger node degrees in the network indicates the existence of additional logical links and therefore enables a node to construct a shorter path. On the other hand, paths could become longer in sparser networks. To cope with this effect, Di-ATC imposes that the few neighbors that a node maintains should be maximally apart around this node in terms of angular separation. B. Proposed Integrated Framework Our proposed framework integrates three functionalities: directional neighbor discovery, topology control on the discovered nodes, and directional maintenance of the neighbors that are chosen by the topology control. The scheme executes in cycles, as represented in the state diagram in Figure 1. All three functions are performed by each node in the network, in every cycle. We explain the details and the importance of each functionality below. Neighbor Discovery and Topology Control: Both neighbor discovery and topology control are fundamental for the efficiency of protocols at the MAC and routing layers. The problem of identifying the neighbors of a node becomes challenging if only directional communications are to be used. 5 Note that in the star topology this construction is possible and can be easily verified [6], [15]. Fig. 1. scheme. State diagram depicting the stages of our integrated Furthermore, this set of neighbors of a node is prone to changes owing to the mobility of nodes or changes in the environment (specifically the variations in channel quality due to shadowing and fading in a dynamic environment). To avoid losing and re-discovering directional neighbors (which is bandwidth and energy consuming), nodes could maintain their neighbors by periodically updating their locations. However, as discussed before, it is not desirable to maintain all discovered neighbors as one-hop relays. The choice of the most appropriate (considering the optimization criteria) subset of neighbors to maintain is determined by topology control. Di-ATC differentiates itself from existing work in its execution; it adapts to the probabilistic nature of purely directional neighbor discovery. With directional neighbor discovery, at predetermined discovery instants (or time-slots [9], [28]) each node beamforms to point in a randomly chosen direction; it then either transmits a HELLO packet in this direction or listens to receive from this direction. If a successful transfer occurs, the node to first receive the HELLO message responds with one of its own to complete the handshake. The successful handshake implies that the node pair under discussion have discovered each other. Directional neighbor discovery is a continuous process; nodes attempt to discover new neighbors as the topology changes due to mo-

6 bility. As shown in Figure 1, in each cycle several time-slots 6 need to be allocated for the directional search for new neighbors. In particular, with purely directional communications -due to the probabilistic nature of the neighbor discovery process- it takes many cycles until nodes discover a fair percentage of their neighbors [9][28]. Di-ATC is executed at each node to identify the subset of discovered neighbors with which the node will maintain direct links. The other neighbors are reached via multi-hop paths through the neighbors that are in this subset. Di-ATC is invoked for every new neighbor that is discovered. A decision as to whether or not to from a link with this new neighbor is made based on the topology information available at that time. This local and dynamic decision making property of our proposed scheme renders the approach scalable and operable under conditions of mobility. Next, we describe Di-ATC in detail. Angular Topology Control with Directional Antennas (Di-ATC): Our goal is to construct a topology, where the maximum node degree is bounded by a tight constant, and any two neighbors of a node are as far apart (in terms of angular separation) as possible without undermining the connectivity of the network. The latter objective has two implications on the constructed topology. First, the formation of isolated clusters is prevented if the input topology is connected. Second, for any pair of nodes, the path stretch (after the invocation of Di-ATC) as compared to the shortest path in the absence of topology control is extremely small, as evinced by our simulation results. Furthermore, for small beamwidths (of 52 for a degree bound of 6) Di-ATC limits the number of neighbors in any chosen antenna direction; this decreases contention among the directional transmissions and thus the overall interference levels experienced in the network are reduced. A node u executes Di-ATC upon discovering a new neighbor v, and determines whether to keep this neighbor given the spatial distribution of its existing neighbors (those that have been previously discovered and are being logically maintained). Next, the pair of nodes u,v exchange the outcome of their topology control execution for the corresponding link (u, v). The new link (u, v) is established, if both u and v individually want this link (the crite- 6 As mentioned in Section III, synchronization at the level of time-slots is necessary to facilitate fully directional neighbor discovery. It can be realized via proposed solutions such as [21]. rion that determines this decision is elaborated on in the following discussion) and can reliably exchange messages to agree upon the link construction. Node u decides whether to maintain a new node v based on its own current degree, current degree of v (the HELLO message should include the degree of the sender), the angular distribution of its links with its existing neighbors, and the imposed bound on node degree. In determining the angular distribution, u computes the angles between node pairs in its logical neighbor set (the relative directions of the neighbors are obtained using the AOA information [26][30]). Given the imposed degree bound d, u wants to add a link to the newly discovered node v, if any of the following conditions hold: its current node degree (deg(u)) is less than d, or deg(u)=d, but u does not have any other neighbor within = 360/(d + 1) of the link (u, v) (If this case occurs, u has at least two other neighbors that are angularly apart by less than. u will remove either of these links in favor of adding the link (u, v).), or deg(u) = d and u has a neighbor z such that the angle between links (u, z) and (u, v) is less than or equal to, but deg(v) is strictly smaller than deg(z). (In this case u will attempt the removal of link (u, z) in favor of adding the link (u, v).) The first condition implies that if node u has fewer neighbors than the degree bound imposed by Di- ATC, it will add the additional neighbor. This behavior favors the connectivity of the network as well as the reduction in path stretch. The second and third conditions are motivated by our design requirement that the subset of neighbors chosen for direct connectivity should have as high an angular separation as possible. This allows the nodes to access separated spatial areas or domains with low path stretch. We remark that these decisions do not rely on perfect directional neighborhood information or perfect channel conditions. Establishing and Maintaining Links: Tracking discovered neighbors is crucial with fully directional communications, especially under conditions of mobility. Therefore, each pair of nodes that successfully form a link after Di-ATC execution, will rendezvous at a common time-slot to communicate on a periodic basis. Towards this, they exchange their current available slots and try to find a common time-slot for polling each other. For this, a polling

7 phase may be incorporated and used as in [9]. Nodes proceed to the neighbor tracking phase after the allocated slots for neighbor search are complete (Figure 1). In this phase each node exchanges polling messages with its selected subset of neighbors determined by Di-ATC. Nodes thus update direction information with regards to each other; this is needed so that nodes will beamform in the right direction to communicate with each other. Nodes also update the existence of their polled neighbor. This is because, either of the nodes (w.l.o.g. u) from the pair u,w that maintain each other, may in the meantime have discovered a new neighbor and may have abandoned the link (u, w) to form an alternate link with this new neighbor. Therefore, if node u does not repeatedly receive rendezvous messages from w, it assumes that the link is broken and removes w from its set of direct neighbors. Remark 1. The proposed scheme can also be implemented with beam-switching antennas with slight modifications, as these antennas may be preferable as a less expensive alternative to fully adaptive arrays. In this case, as opposed to the exact direction that maximizes the received signal power, nodes will determine the closest (in terms of angular separation of the intended direction) predefined sector to the desired direction. V. SIMULATIONS In this section we describe our simulation environment and discuss our experiments and results. Simulation Environment: We implement our integrated scheme in OPNET v.11 [1]. We choose OPNET, as it allows the incorporation of arbitrary antenna patterns in 3-D having arbitrary gain and shape; appropriate sidelobes are automatically generated. Furthermore, one can modify the boresight of the created antenna with specific system calls, and point the main lobe at an arbitrary point on the plane. Upon each transmission in the pointed direction, nodes within the directional footprint that (have their antennas pointed towards the transmitter and thus) receive the packet automatically compute the signal-to-noise ratio (SNR) of the received packet by considering the antenna gains and their positions relative to the transmitter. This setup offers a fairly realistic model of directional communications. In our simulations, nodes are placed randomly in a 3200 m x 3200 m. flat terrain (unless specified otherwise). This corresponds to a 4x4 unit area with the directional range being approximately 800 m. (for a particular antenna gain and beamwidth). To demonstrate that the performance of our integrated scheme scales in moderate to large networks, we performed simulations with different node densities in this area. Each node is equipped with directional antennas as defined in Section III and all nodes use the same antenna model in a single simulation experiment. We construct a directional antenna pattern with a main lobe and a small backlobe (as in [11],[23],[27]). The maximum gain in the pointed direction is 20dB (unless specified otherwise). The antenna height is set to 3 cm. Nodes transmit at a power of 0.001W (this power is fixed in all simulations; we do not perform power control). The radios operate at the channel frequency of 2.4 GHz. With these values, the directional communication range is 800 meters for a 45 beamwidth directional antenna. This range corresponds to (under the same channel and transmit power conditions) a communication range of about 550 meters with the omnidirectional antennas (again with OPNET). We remark that these (platform-specific) values may differ from the real-life possibilities. Parameters and Metrics: We study the behavioral dependance of the system on the following parameters. 1) Node density. We experiment with various node densities from 4 to 20 nodes per unit area in the region of interest. 2) Antenna Beamwidth. We simulate with different antenna beamwidths of 30, 45, 60, 90 ; each beamwidth results in a different antenna gain, 24, 20, 16 and 8 db, respectively. 3) Speed of Nodes. To see the effect of mobility on the constructed topology, we simulate a low mobility scenario (in the random waypoint model nodes choose a random speed between 0 and 10m/sec.) and a high mobility scenario (node speeds are randomly selected between 10m/sec. and 20 m/sec.). 4) Node Degree Bound. Di-ATC imposes the degree bound a priori; we simulate cases where the imposed maximum degree is 6, 7, 8 or 9. We quantify our performance results in terms of the following metrics: 1) Average node degree. The average over all nodes in the particular scenario (or at the particular time instant for the mobile case).

8 Fig. 2. Neighborhood with the Idealized construction (a) Average Node Degree vs. Node Density 2) Average stretch in topological path lengths. We measure the per-edge topological path length stretch: for every node pair u,v that are within each other s directional range in the initial topology, we measure the shortest path (in terms of hop count) between them in the topology formed by Di-ATC. This hop count is called the topological path length stretch of link (u, v) in the input topology; the average is computed over all pairs of nodes that can communicate in the scenario of interest. 3) 95 percentile path stretch. We quantify the 95% tail 7 of the average topological length stretch; using this metric to represent the path stretch, we eliminate the outliers that could possibly exist due to disconnected nodes. (We quantify the connectivity to capture the likelihood of such outliers separately.) These metrics capture the effectiveness of Di-ATC in optimizing the trade-off between node degree and path stretch (it is desirable that both metrics have low values). Di-ATC imposes a maximum degree; the average degree of the constructed topology reflects the joint performance of Di-ATC and the neighbor discovery process. The path stretch is important because it reflects the difference in the path lengths between those in the ideal topology and in the constructed topology. By ideal topology we mean that nodes can discover all nodes within their directional range (given the antenna gain and beamwidth) and maintain all discovered neighbors. (This topology would include the shortest paths between all pairs of nodes.) Figure 2 further elucidates the notion of ideal topology. In this figure, neighbors of the central node in the ideal case would be all nodes within its directional range, i.e., all nodes shown in the fig- 7 x% tail of a set of values, is the value that is bigger than x% of the values in that set (b) Average Path Stretch vs. Node Density Fig. 3. Distribution of Average Node Degree and Path Stretch for Topologies Generated by Di-ATC at Various Node Densities ure. These neighbors can be potentially reached via circular directional transmissions (and receptions) as in [11]. We note that the computation of path stretch is different for the mobile case (as we explain later), as the topology is dynamic. Simulation Results and Discussion: For the neighbor discovery phase, we use the method suggested in [9]. In particular, we used 15 search slots, each of length 2 milliseconds, and we used a cycle time of 0.4 seconds. The cycles repeat continuously. Each simulation is run for 100 cycles. First we compare the distribution of average node degree and average path stretch as the node density within the region is varied. Our results are shown in Figure 3. In these two plots, the maximum node degree imposed by Di-ATC is 6 and the antenna beamwidth is fixed to 45 (corresponding to an antenna gain of 20 db in our model). We observe in Figure 3(a) that for varying node densities, the average node degree is mostly around 4. The average node degree of the network remains relatively unchanged with varying density. At higher densities, nodes may discover new neighbors that provide better angular separations than before; however, we recall that as new neighbors that provide better angular

9 Beamwidth Connectivity 100% 100% 98.3% 96.4 % TABLE I CONNECTIVITY OF THE FORMED TOPOLOGY FOR VARYING ANTENNA BEAMWIDTHS. (a) Average Node Degree for Different Antenna Beamwidths (b) Average Path Stretch for Different Antenna Beamwidths Fig. 4. Average Node Degree and Path Stretch in the Topologies Formed by Di-ATC Using Different Antenna Beamwidths. separation are discovered, old neighbors are pruned. Figure 3(b) depicts the average path stretch as a function of the node density. The path stretch at low density is very small (around 1.6); this is because few 8 of the discovered neighbors are pruned at each node, hence the path lengths are not significantly affected. For node densities higher than 6 nodes/unit area (where 6 is the imposed degree bound), path stretch increases with the node density. The increase in path stretch in a denser network is due to the the higher percentage of pruned edges in the final topology as compared to the input graph. Next, we measure the change in average node degree and path stretch with varying antenna beamwidths. We fix the imposed degree limit to be 6, and the node density per unit region to be 15. The results are depicted in Figure 4(a) and 4(b). The path stretch in this simulation is computed relative to the ideal case corresponding to each antenna beamwidth; for each value, the corresponding antenna gain and therefore the particular radial (directional) range are chosen. Observed average node de- 8 Di-ATC maintains all discovered neighbors as long as the degree bound has not been reached. gree decreases with increasing beamwidth, while the average path stretch increases in contrast. The decrease in node degree for higher beamwidths is due to collisions of HELLO packets in the neighbor discovery process. These collisions are reduced to a large extent when the beamwidth is narrow. Consequently, nodes in the large-beamwidth cases may not discover the appropriate neighbors and thus suffer as compared to the ideal scenario in terms of identifying the best paths. As the average degrees are low in this scenario, we also compute the network connectivity for varying beamwidths; this is calculated for every node in the network and represents the fraction of nodes in the network that are reachable from this node. The results are tabulated in Table V. For lower beamwidths of 30 and 45 the formed topology is 100% connected (as one might expect from the results in Figure 4(a) and the corresponding discussion). Connectivity reduces slightly for higher beamwidths and this is attributed to collisions during the neighbor discovery process. Therefore for the high-beamwidth scenario, we compute the 95 percentile path stretch eliminating the outlier nodes of degree zero. To observe the impact of angular separation on the average degree and path stretch we varied the imposed upper bound on the node degree, from 6 to 9. We fixed the antenna beamwidth at 45 and node density at 15 nodes per unit region, which is a fairly dense network. The simulation results are depicted in Figure 5. We observe that the average node degree increases as the imposed upper bound is relaxed, and the average path stretch decreases accordingly. Nodes are allowed to keep more neighbors with a larger degree bound, and thus more links that make up the shorter paths exist in the topology formed. Finally, we simulate two mobile scenarios with the random waypoint mobility model. The random waypoint parameters we used are as follows: for low mobility scenario nodes choose a random speed between (0,10] m/sec, and for high mobility scenario between (10,20] m/sec. In both scenarios nodes wait at the arrived destination for 1 sec, which corre-

10 (a) Average Node Degree vs. Degree Bound (b) Average Path Stretch vs. Degree Bound Fig. 5. Distribution of Average Node Degree and Path Stretch in the Topologies Generated by Di-ATC with Different Degree Bounds sponds to a 2.5 cycle duration. Figure 6 presents the average degree and path stretch at selected cycle instants in time during a simulation run, in the slow and fast mobile scenarios. As nodes coordinates are dynamic due to mobility, we compute the path stretch differently for the mobile case. At each particular sample in time (the cycle at which we measure average degree and path stretch), we use the calculation that we used for the static case. In other words, at every particular time instant, we compute the hop count of the shortest path in the topology constructed, and compare it with the ideal topology consisting of the links that could potentially exist at that time (as before, the ideal case assumes that the complete neighborhood is discovered and all fully-directional links are maintained). We note from Figure 6(a) that the average node degree does not fluctuate significantly during the simulation of the mobile scenario. This result implies that our integrated scheme is resilient to the effects of mobility. In the high mobility case shown in Figure 6(b) the average node degree drops after the first half of the simulation duration indicating that nodes lose their neighbors at this time. The degree stabilizes at a lower value (than the initial higher value) after a while, because although nodes discover/add new neighbors, they lose others due to the high node speeds. Our scheme still provides satisfactory behavior even under such highly mobile scenarios; yet, these high speeds are not common in current ad hoc network practices (high speeds are more common in vehicular ad hoc networks, but it may be undesirable to use antenna arrays for such networks due to rapidly changing channel conditions). We also observe from Figure 6(c) that in parallel with the stable degree, the path stretch does not exhibit fluctuations either. The path stretch shows some increase after cycle 30 in the highly mobile scenario (Figure 6(d)) owing to the decrease in the average node degree of the topology. The satisfactory results on the path stretch can be attributed to both the higher range capability of directional antennas and to the functionality of Di-ATC. With the angular separation provided by Di-ATC, the final topology yields short paths that are resilient to mobility (longer paths are more likely to be disrupted as the network topology changes due to motion). We conclude, given our simulation results, that our integrated scheme performs effectively in terms of the metrics of interest in different scenarios. VI. CONCLUSIONS In this paper we present Di-ATC, a novel topology control scheme designed for directional antenna equipped ad hoc networks. Di-ATC is tightly integrated with fully directional neighbor discovery and neighbor maintenance functionalities. In particular, it constrains the overhead incurred in facilitating the latter. The key idea of our approach is to maintain only a subset of discovered neighbors; this subset should be carefully chosen so as to preserve network connectivity and avoid high path stretch. Di- ATC is completely decentralized; nodes make individual local decisions dynamically. Hence, Di-ATC is lightweight and scalable. We perform extensive simulations to evaluate the performance of our integrated scheme in different settings. Our results show that the constructed topology maintains connectivity even if the degree of each node is constrained to a very low value (close to the theoretical minimum for preserving connectivity); and the path stretch factor is 2.0 to 3.0 on average. Furthermore, the simulations confirm that our integrated scheme works effectively even with node mobility.

11 (a) Average Degree vs. Time (low mobility) (b) Average Degree vs. Time (high mobility) (c) Avg. Path Stretch vs. Time (low mobility) (d) Avg. Path Stretch vs. Time (high mobility) Fig. 6. Average Node Degree and Path Stretch in the Topologies Generated by Di-ATC in the Low and High Mobility Scenarios. REFERENCES [1] Opnet user s documentation. [2] D. M. Blough, M. Leoncini, G. Resta, and P. Santi. The lit k-neigh protocol for symmetric topology control in ad hoc networks. In ACM MobiHoc 03. [3] M. Burkhart, P. v. Rickenbach, R. Wattenhofer, and A. Zollinger. Does topology control reduce interference? In ACM MobiHoc 04. [4] R. R. Choudhury and N. H. Vaidya. Deafness: A MAC problem in ad hoc networks when using directional antennas. In IEEE ICNP 04. [5] R. R. Choudhury, X. Yang, N. H. Vaidya, and R. Ramanathan. Using directional antennas for medium access control in ad hoc networks. In ACM MOBICOM 02. [6] E. Gelal, G. Jakllari, S. V. Krishnamurthy, and N. E. Young. Topology control to simultaneously achieve nearoptimal node degree and low path stretch in ad hoc networks. In IEEE SECON 05. [7] G.Li, L. L. Yang, W. S. Conner, and B. Sadeghi. Opportunities and challenges for mesh networks using directional antennas. In IEEE WiMesh 05. [8] Z. Huang, C.-Chung Shen, C. Srisathapornphat, and C. Jaikaeo. Topology control for ad hoc networks with directional antennas. In IEEE ICCCN 02. [9] G. Jakllari, W. Luo, and S.V. Krishnamurthy. An integrated neighbor discovery and MAC protocol for ad hoc networks using directional antennas. In IEEE WoW- MoM 05. [10] Y. B. Ko, V. Shankarkumar, and N. H. Vaidya. Medium access control protocols using directional antennas in ad hoc networks. In IEEE INFOCOM 02. [11] T. Korakis, G. Jakllari, and L. Tassiulas. A MAC protocol for full exploitation of directional antennas in ad-hoc wireless networks. In ACM MobiHoc 03. [12] U. Kumar, H. Gupta, and S. R. Das. A topology control approach to using directional antennas in wireless mesh networks. In IEEE ICC 06. [13] E.L. Li, J.Y. Halpern, P.Bahl, Y.M.Wang, and R. Wattenhofer. Analysis of a cone-based distributed topology control algorithm for wireless multi-hop networks. PODC 01. [14] N. Li, J. C. Hou, and L. Sha. Design and analysis of an mst-based topology control algorithm. In IEEE INFO- COM 03. [15] X.-Y. Li, I. Stojmenovic, and Y. Wang. Partial delaunay triangulation and degree limited localized bluetooth multihop scatternet formation. In IEEE TPDS, volume 15, [16] X.-Y. Li, P.-J. Wan, Y. Wang, and O. Frieder. Sparse power efficient topology for wireless networks. In HICSS 02. [17] Y. Li and A. M. Safwat. Efficient deafness avoidance in wireless ad hoc and sensor networks with directional antennas. In ACM PE-WASUN 05. [18] V. Namboodiri, L. Gao, and R. Janaswamy. Power efficient topology control for wireless networks with switched beam directional antennas. In IEEE MASS 05. [19] A. Nasipuri, S. Ye, J. You, and R. Hiromoto. A MAC protocol for mobile ad hoc networks using directional antennas. In IEEE WCNC, [20] B. Raman and K. Chebrolu. Design and evaluation of a new MAC protocol for long-distance mesh networks. In MOBICOM 05. [21] K. Romer. Time synchronization in ad hoc networks. In ACM MobiHoc 01. [22] S. Roy, S. Bandyopadhyay, T. Ueda, and K. Hasuike. Multipath routing in ad hoc wireless networks with omni directional and directional antenna: A comparative study. In IWDC 02. [23] S. Roy, D. Saha, S. Bandyopadhyay, T. Ueda, and S. Tanaka. A network-aware MAC and routing protocol for effective load balancing in ad hoc wireless networks with directional antenna. In MobiHoc 03. [24] A. K. Saha and D. B. Johnson. Routing improvement using directional antennas in mobile ad hoc networks. In IEEE Globecom 04. [25] W. Song, Y. Wang, and X. Li. Localized algorithms for energy efficient topology in wireless ad hoc networks. In ACM MobiHoc 04. [26] M. Takai, J. Martin, R. Bagrodia, and A. Ren. Directional virtual carrier sensing for directional antennas in mobile ad hoc networks. In ACM MobiHoc 02. [27] T. Ueda, S. Tanaka, D. Saha, S. Roy, and S. Bandyopadhyay. A rotational sector-based, receiver-oriented mechanism for location tracking and medium access control in ad hoc networks using directional antenna. In IFIP PWC 03. [28] S. Vasudevan, J. Kurose, and D. Towsley. On neighbor discovery in wireless networks with directional antennas. In IEEE INFOCOM 05. [29] Y. Wang and X. Y. Li. Localized construction of bounded degree and planar spanner for wireless ad hoc networks. In DIALM-POMC 03. [30] R. Wattenhofer, L. Li, P. Bahl, and Y.-M. Wang. Distributed topology control for wireless multihop ad hoc networks. In IEEE INFOCOM 01.

Mitigating Deafness in Multiple Beamforming Antennas

Mitigating Deafness in Multiple Beamforming Antennas Mitigating Deafness in Multiple Beamforming Antennas Vivek Jain and Dharma P. Agrawal OBR Center for Distributed and Mobile Computing Department of ECECS, University of Cincinnati, Cincinnati, OH 45221-0030

More information

Exploiting Diversity Gain in MIMO Equipped Ad hoc Networks

Exploiting Diversity Gain in MIMO Equipped Ad hoc Networks Exploiting Diversity Gain in MIMO Equipped Ad hoc Networks Ece Gelal, Gentian Jakllari and Srikanth V. Krishnamurthy Dept. of Computer Science and Engineering University of California, Riverside {ecegelal,

More information

Efficient Broadcasting in Ad Hoc Wireless Networks Using Directional Antennas

Efficient Broadcasting in Ad Hoc Wireless Networks Using Directional Antennas Efficient Broadcasting in Ad Hoc Wireless Networks Using Directional Antennas Fei Dai Department of Electrical and Computer Engineering North Dakota State University Fargo, ND 5805 Email: fdai@ece.ndsu.edu

More information

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL 2.1 Topology Control in Wireless Sensor Networks Network topology control is about management of network topology to support network-wide requirement.

More information

Simulations of the quadrilateral-based localization

Simulations of the quadrilateral-based localization Simulations of the quadrilateral-based localization Cluster success rate v.s. node degree. Each plot represents a simulation run. 9/15/05 Jie Gao CSE590-fall05 1 Random deployment Poisson distribution

More information

Topology Control to Simultaneously Achieve Near-Optimal Node Degree and Low Path Stretch in Ad hoc Networks

Topology Control to Simultaneously Achieve Near-Optimal Node Degree and Low Path Stretch in Ad hoc Networks Topology Control to Simultaneously Achieve Near-Optimal Node Degree and Low Path Stretch in Ad hoc Networks Ece Gelal, Gentian Jakllari, Srikanth V. Krishnamurthy and Neal E. Young Dept. of Computer Science

More information

3. Evaluation of Selected Tree and Mesh based Routing Protocols

3. Evaluation of Selected Tree and Mesh based Routing Protocols 33 3. Evaluation of Selected Tree and Mesh based Routing Protocols 3.1 Introduction Construction of best possible multicast trees and maintaining the group connections in sequence is challenging even in

More information

Efficient Broadcasting in Ad Hoc Wireless Networks Using Directional Antennas

Efficient Broadcasting in Ad Hoc Wireless Networks Using Directional Antennas Efficient Broadcasting in Ad Hoc Wireless Networks Using Directional Antennas Fei Dai and Jie Wu Department of Computer Science and Engineering Florida Atlantic University Boca Raton, FL 3343 Abstract

More information

Directional Antenna based Time Division Scheduling in Wireless Ad hoc Networks

Directional Antenna based Time Division Scheduling in Wireless Ad hoc Networks Directional Antenna based Time Division Scheduling in Wireless Ad hoc Networks Li Shaohua and Dong-Ho Cho School of Electrical Engineering and Computer Science Korea Advanced Institute of Science and Technology

More information

Topology Management in Directional Antenna-Equipped Ad Hoc Networks

Topology Management in Directional Antenna-Equipped Ad Hoc Networks 590 IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 8, NO. 5, MAY 2009 Topology Management in Directional Antenna-Equipped Ad Hoc Networks Ece Gelal, Sdent Member, IEEE, Gentian Jakllari, Member, IEEE, Srikanth

More information

A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver

A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver 1 A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver Jungmin So Dept. of Computer Science, and Coordinated Science Laboratory University of Illinois

More information

The Deafness Problems and Solutions in Wireless Ad Hoc Networks using Directional Antennas

The Deafness Problems and Solutions in Wireless Ad Hoc Networks using Directional Antennas The Deafness Problems and Solutions in Wireless Ad Hoc Networks using Directional Antennas Hrishikesh Gossain, Carlos Cordeiro, Dave Cavalcanti, and Dharma P. Agrawal OBR Center for Distributed and Mobile

More information

AD hoc wireless networks have attracted a growing

AD hoc wireless networks have attracted a growing IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 6, NO. 12, DECEMBER 2007 1 CDR-MAC: A Protocol for Full Exploitation of Directional Antennas in Ad Hoc Wireless Networks Thanasis Korakis, Member, IEEE, Gentian

More information

CHAPTER 5 PROPAGATION DELAY

CHAPTER 5 PROPAGATION DELAY 98 CHAPTER 5 PROPAGATION DELAY Underwater wireless sensor networks deployed of sensor nodes with sensing, forwarding and processing abilities that operate in underwater. In this environment brought challenges,

More information

A Location-aware Routing Scheme for Wireless Mesh Networks using Directional Antennas

A Location-aware Routing Scheme for Wireless Mesh Networks using Directional Antennas A Location-aware Routing Scheme for Wireless Mesh Networks using Directional Antennas GABRIEL ASTUDILLO 1, 2 Department of Electrical Engineering 1 Escuela Superior Politécnica del Litoral Km 30.5 vía

More information

On Performance Evaluation of Reliable Topology Control Algorithms in Mobile Ad Hoc Networks (Invited Paper)

On Performance Evaluation of Reliable Topology Control Algorithms in Mobile Ad Hoc Networks (Invited Paper) On Performance Evaluation of Reliable Topology Control Algorithms in Mobile Ad Hoc Networks (Invited Paper) Ngo Duc Thuan 1,, Hiroki Nishiyama 1, Nirwan Ansari 2,andNeiKato 1 1 Graduate School of Information

More information

Routing protocols in WSN

Routing protocols in WSN Routing protocols in WSN 1.1 WSN Routing Scheme Data collected by sensor nodes in a WSN is typically propagated toward a base station (gateway) that links the WSN with other networks where the data can

More information

Topology Control in Aerial Multi-Beam Directional Networks

Topology Control in Aerial Multi-Beam Directional Networks Topology Control in Aerial Multi-Beam Directional Networks Brian Proulx, Nathaniel M. Jones, Jennifer Madiedo, Greg Kuperman {brian.proulx, njones, jennifer.madiedo, gkuperman}@ll.mit.edu MIT Lincoln Laboratory

More information

The Impact of Clustering on the Average Path Length in Wireless Sensor Networks

The Impact of Clustering on the Average Path Length in Wireless Sensor Networks The Impact of Clustering on the Average Path Length in Wireless Sensor Networks Azrina Abd Aziz Y. Ahmet Şekercioğlu Department of Electrical and Computer Systems Engineering, Monash University, Australia

More information

Multipath Routing in Ad Hoc Wireless Networks with Omni Directional and Directional Antenna: A Comparative Study

Multipath Routing in Ad Hoc Wireless Networks with Omni Directional and Directional Antenna: A Comparative Study Multipath Routing in Ad Hoc Wireless Networks with Omni Directional and Directional Antenna: A Comparative Study Siuli Roy *, Somprakash Bandyopadhyay *, Tetsuro Ueda +, Kazuo Hasuike + * Indian Institute

More information

Evaluating the Performance of Mobile Agent-Based Message Communication among Mobile Hosts in Large Ad Hoc Wireless Network

Evaluating the Performance of Mobile Agent-Based Message Communication among Mobile Hosts in Large Ad Hoc Wireless Network Evaluating the Performance of Mobile Agent-Based Communication among Mobile Hosts in Large Ad Hoc Wireless Network S. Bandyopadhyay Krishna Paul PricewaterhouseCoopers Limited Techna Digital Systems Sector

More information

AD HOC networking promises to provide the technical

AD HOC networking promises to provide the technical A Survey on MAC Protocols for Ad Hoc Networks with Directional Antennas Robert Vilzmann 1 and Christian Bettstetter 2 1 Technische Universität München, Institute of Communication Networks, Germany 2 DoCoMo

More information

End-To-End Delay Optimization in Wireless Sensor Network (WSN)

End-To-End Delay Optimization in Wireless Sensor Network (WSN) Shweta K. Kanhere 1, Mahesh Goudar 2, Vijay M. Wadhai 3 1,2 Dept. of Electronics Engineering Maharashtra Academy of Engineering, Alandi (D), Pune, India 3 MITCOE Pune, India E-mail: shweta.kanhere@gmail.com,

More information

A Directional MAC Protocol with the DATA-frame Fragmentation and Short Busy Advertisement Signal for Mitigating the Directional Hidden Node Problem

A Directional MAC Protocol with the DATA-frame Fragmentation and Short Busy Advertisement Signal for Mitigating the Directional Hidden Node Problem 2012 IEEE 23rd International Symposium on Personal, Indoor and Mobile Radio Communications - (PIMRC) A Directional MAC Protocol with the DATA-frame Fragmentation and Short Busy Advertisement Signal for

More information

Distributed Web-Topology Formation with Directional Antenna in Mesh Environment

Distributed Web-Topology Formation with Directional Antenna in Mesh Environment Distributed Web-Topology Formation with Directional Antenna in Mesh Environment Arun Ranjitkar, Sung-Won Lee and Young-Bae Ko Graduate School of Information and Communication Ajou University, Korea email:

More information

Tone based MAC protocol for use with Adaptive Array Antennas

Tone based MAC protocol for use with Adaptive Array Antennas 1 Tone based MAC protocol for use with Adaptive Array Antennas Harkirat Singh and Suresh Singh harkirat,singh@cs.pdx.edu Department of Computer Science Portland State University Portland, OR 97207 Abstract

More information

Cross-Layer Directional Antenna MAC and Routing Protocols for Wireless Ad Hoc Networks

Cross-Layer Directional Antenna MAC and Routing Protocols for Wireless Ad Hoc Networks Cross-Layer Directional Antenna MAC and Routing Protocols for Wireless Ad Hoc Networks Hrishikesh Gossain, Carlos Cordeiro, Tarun Joshi, and Dharma P. Agrawal OBR Center for Distributed and Mobile Computing

More information

Local Versus Global Power Adaptive Broadcasting in Ad Hoc Networks

Local Versus Global Power Adaptive Broadcasting in Ad Hoc Networks Local Versus Global Power Adaptive Broadcasting in Ad Hoc Networks Kyriakos Karenos, Asheq Khan, Srikanth Krishnamurthy, Michalis Faloutsos and Xiaohu Chen Department of Computer Science and Engineering

More information

Review of Medium Access Control protocol for MANET

Review of Medium Access Control protocol for MANET Review of Medium Access Control protocol for MANET Khushboo Agarwal Department of CSE&IT, Madhav Institute of Technology and Science, Gwalior 474005 ka.agarwal5@gmail.com Abstract: The mobile Adhoc network

More information

Does Topology Control Reduce Interference? Martin Burkhart Pascal von Rickenbach Roger Wattenhofer Aaron Zollinger

Does Topology Control Reduce Interference? Martin Burkhart Pascal von Rickenbach Roger Wattenhofer Aaron Zollinger Does Topology Control Reduce Interference? Martin Burkhart Pascal von Rickenbach Roger Wattenhofer Aaron Zollinger Overview What is Topology Control? Context related work Explicit interference model Interference

More information

Chapter 7 TOPOLOGY CONTROL

Chapter 7 TOPOLOGY CONTROL Chapter 7 TOPOLOGY CONTROL Distributed Computing Group Mobile Computing Winter 2005 / 2006 Overview Topology Control Gabriel Graph et al. XTC Interference SINR & Scheduling Complexity Distributed Computing

More information

Using Hybrid Algorithm in Wireless Ad-Hoc Networks: Reducing the Number of Transmissions

Using Hybrid Algorithm in Wireless Ad-Hoc Networks: Reducing the Number of Transmissions Using Hybrid Algorithm in Wireless Ad-Hoc Networks: Reducing the Number of Transmissions R.Thamaraiselvan 1, S.Gopikrishnan 2, V.Pavithra Devi 3 PG Student, Computer Science & Engineering, Paavai College

More information

Network Coding Efficiency In The Presence Of An Intermittent Backhaul Network

Network Coding Efficiency In The Presence Of An Intermittent Backhaul Network IEEE ICC 2016 - Wireless Communications Symposium Network Coding Efficiency In The Presence Of An Intermittent Backhaul Network Stefan Achleitner, Thomas La Porta Computer Science and Engineering The Pennsylvania

More information

A Location-based Directional Route Discovery (LDRD) Protocol in Mobile Ad-hoc Networks

A Location-based Directional Route Discovery (LDRD) Protocol in Mobile Ad-hoc Networks A Location-based Directional Route Discovery (LDRD) Protocol in Mobile Ad-hoc Networks Stephen S. Yau, Wei Gao, and Dazhi Huang Dept. of Computer Science and Engineering Arizona State University Tempe,

More information

Performance Analysis of MANET Routing Protocols OLSR and AODV

Performance Analysis of MANET Routing Protocols OLSR and AODV VOL. 2, NO. 3, SEPTEMBER 211 Performance Analysis of MANET Routing Protocols OLSR and AODV Jiri Hosek Faculty of Electrical Engineering and Communication, Brno University of Technology Email: hosek@feec.vutbr.cz

More information

Topology Control in Mobile Ad-Hoc Networks by Using Cooperative Communications

Topology Control in Mobile Ad-Hoc Networks by Using Cooperative Communications Topology Control in Mobile Ad-Hoc Networks by Using Cooperative Communications 1 S.Shahinsha, 2 Mr.M.Sri Raghavendra 1 PG Scholar, St. Johns College of Engineering &Technology, Yerakota, AP, India 2 Assistant

More information

Variable Length and Dynamic Addressing for Mobile Ad Hoc Networks

Variable Length and Dynamic Addressing for Mobile Ad Hoc Networks Variable Length and Dynamic Addressing for Mobile Ad Hoc Networks Som Chandra Neema Venkata Nishanth Lolla {sneema,vlolla}@cs.ucr.edu Computer Science Department University of California, Riverside Abstract

More information

Introduction to Mobile Ad hoc Networks (MANETs)

Introduction to Mobile Ad hoc Networks (MANETs) Introduction to Mobile Ad hoc Networks (MANETs) 1 Overview of Ad hoc Network Communication between various devices makes it possible to provide unique and innovative services. Although this inter-device

More information

Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network

Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network V. Shunmuga Sundari 1, N. Mymoon Zuviria 2 1 Student, 2 Asisstant Professor, Computer Science and Engineering, National College

More information

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks X. Yuan, R. Melhem and R. Gupta Department of Computer Science University of Pittsburgh Pittsburgh, PA 156 fxyuan,

More information

Routing Protocols in MANETs

Routing Protocols in MANETs Chapter 4 Routing Protocols in MANETs 4.1 Introduction The main aim of any Ad Hoc network routing protocol is to meet the challenges of the dynamically changing topology and establish a correct and an

More information

DISCOVERING OPTIMUM FORWARDER LIST IN MULTICAST WIRELESS SENSOR NETWORK

DISCOVERING OPTIMUM FORWARDER LIST IN MULTICAST WIRELESS SENSOR NETWORK DISCOVERING OPTIMUM FORWARDER LIST IN MULTICAST WIRELESS SENSOR NETWORK G.Ratna kumar, Dr.M.Sailaja, Department(E.C.E), JNTU Kakinada,AP, India ratna_kumar43@yahoo.com, sailaja.hece@gmail.com ABSTRACT:

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 6, June ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 6, June ISSN International Journal of Scientific & Engineering Research, Volume 4, Issue 6, June-2013 11 An Efficient Directional Routing Protocol for Mobile Ad Hoc Network Palash M. Gourshettiwar Prof. V. T. Gaikwad

More information

AODV-PA: AODV with Path Accumulation

AODV-PA: AODV with Path Accumulation -PA: with Path Accumulation Sumit Gwalani Elizabeth M. Belding-Royer Department of Computer Science University of California, Santa Barbara fsumitg, ebeldingg@cs.ucsb.edu Charles E. Perkins Communications

More information

PERFORMANCE EVALUATION OF TOPOLOGY CONTROL ALGORITHMS FOR WIRELESS SENSOR NETWORKS

PERFORMANCE EVALUATION OF TOPOLOGY CONTROL ALGORITHMS FOR WIRELESS SENSOR NETWORKS PERFORMANCE EVALUATION OF TOPOLOGY CONTROL ALGORITHMS FOR WIRELESS SENSOR NETWORKS Zahariah Manap 1, M. I. A Roslan 1, W. H. M Saad 1, M. K. M. Nor 1, Norharyati Harum 2 and A. R. Syafeeza 1 1 Faculty

More information

Keywords: Medium access control, network coding, routing, throughput, transmission rate. I. INTRODUCTION

Keywords: Medium access control, network coding, routing, throughput, transmission rate. I. INTRODUCTION Performance Analysis of Network Parameters, Throughput Optimization Using Joint Routing, XOR Routing and Medium Access Control in Wireless Multihop Network 1 Dr. Anuradha M. S., 2 Ms. Anjali kulkarni 1

More information

An Empirical Study of Performance Benefits of Network Coding in Multihop Wireless Networks

An Empirical Study of Performance Benefits of Network Coding in Multihop Wireless Networks An Empirical Study of Performance Benefits of Network Coding in Multihop Wireless Networks Dimitrios Koutsonikolas, Y. Charlie Hu, Chih-Chun Wang School of Electrical and Computer Engineering, Purdue University,

More information

The Challenges of Robust Inter-Vehicle Communications

The Challenges of Robust Inter-Vehicle Communications The Challenges of Robust Inter-Vehicle Communications IEEE VTC2005-Fall Marc Torrent-Moreno, Moritz Killat and Hannes Hartenstein DSN Research Group Institute of Telematics University of Karlsruhe Marc

More information

Enhanced Power Saving Scheme for IEEE DCF Based Wireless Networks

Enhanced Power Saving Scheme for IEEE DCF Based Wireless Networks Enhanced Power Saving Scheme for IEEE 802.11 DCF Based Wireless Networks Jong-Mu Choi, Young-Bae Ko, and Jai-Hoon Kim Graduate School of Information and Communication Ajou University, Republic of Korea

More information

Subject: Adhoc Networks

Subject: Adhoc Networks ISSUES IN AD HOC WIRELESS NETWORKS The major issues that affect the design, deployment, & performance of an ad hoc wireless network system are: Medium Access Scheme. Transport Layer Protocol. Routing.

More information

Keywords: AODV, MANET, WRP

Keywords: AODV, MANET, WRP Performance Analysis of AODV and WRP in MANET Sachchida Nand Singh*, Surendra Verma**, Ravindra Kumar Gupta*** *(Pursuing M.Tech in Software Engineering, SSSIST Sehore(M.P), India, Email: sesachchida@gmail.com)

More information

Efficient Broadcasting in Ad Hoc Wireless Networks Using Directional Antennas. Fei Dai, Member, IEEE, and Jie Wu, Senior Member, IEEE

Efficient Broadcasting in Ad Hoc Wireless Networks Using Directional Antennas. Fei Dai, Member, IEEE, and Jie Wu, Senior Member, IEEE IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. 17, NO. 4, APRIL 2006 1 Efficient Broadcasting in Ad Hoc Wireless Networks Using Directional Antennas Fei Dai, Member, IEEE, and Jie Wu, Senior

More information

A Wireless Full-duplex and Multi-hop Network with Collision Avoidance using Directional Antennas

A Wireless Full-duplex and Multi-hop Network with Collision Avoidance using Directional Antennas A Wireless Full-duplex and Multi-hop Network with Collision Avoidance using Directional Antennas Yusuke Sugiyama, Kenta Tamaki, Shunsuke Saruwatari Shizuoka University, Japan Email: saru@inf.shizuoka.ac.jp,

More information

Topology Control in Wireless Networks 4/24/06

Topology Control in Wireless Networks 4/24/06 Topology Control in Wireless Networks 4/4/06 1 Topology control Choose the transmission power of the nodes so as to satisfy some properties Connectivity Minimize power consumption, etc. Last class Percolation:

More information

A Busy-Tone based MAC Scheme for Wireless Ad Hoc Networks using Directional Antennas

A Busy-Tone based MAC Scheme for Wireless Ad Hoc Networks using Directional Antennas Macau University of Science and Technology From the SelectedWorks of Hong-ing Dai 7 A Busy-Tone based MAC Scheme for Wireless Ad Hoc etworks using Directional Antennas Hong-ing Dai, Chinese University

More information

Energy Efficient Adaptation of Multicast Protocols in Power Controlled Wireless Ad Hoc Networks

Energy Efficient Adaptation of Multicast Protocols in Power Controlled Wireless Ad Hoc Networks Energy Efficient Adaptation of Multicast Protocols in Power Controlled Wireless Ad Hoc Networks Caimu Tang Computer Science Department University of Southern California Los Angeles, CA 90089 Cauligi S.

More information

Ad hoc and Sensor Networks Topology control

Ad hoc and Sensor Networks Topology control Ad hoc and Sensor Networks Topology control Goals of this chapter Networks can be too dense too many nodes in close (radio) vicinity This chapter looks at methods to deal with such networks by Reducing/controlling

More information

A Graph-based Approach to Compute Multiple Paths in Mobile Ad Hoc Networks

A Graph-based Approach to Compute Multiple Paths in Mobile Ad Hoc Networks A Graph-based Approach to Compute Multiple Paths in Mobile Ad Hoc Networks Gunyoung Koh, Duyoung Oh 1 and Heekyoung Woo 2 1 School of Electrical Engineering and Computer Science Seoul National University,

More information

A Multi-channel MAC Protocol for Ad Hoc Wireless Networks

A Multi-channel MAC Protocol for Ad Hoc Wireless Networks A Multi-channel MAC Protocol for Ad Hoc Wireless Networks Jungmin So Dept. of Computer Science, and Coordinated Science Laboratory University of Illinois at Urbana-Champaign Email: jso1@uiuc.edu Nitin

More information

Impact of Node Velocity and Density on Probabilistic Flooding and its Effectiveness in MANET

Impact of Node Velocity and Density on Probabilistic Flooding and its Effectiveness in MANET Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 12, December 2014,

More information

Maximization of Time-to-first-failure for Multicasting in Wireless Networks: Optimal Solution

Maximization of Time-to-first-failure for Multicasting in Wireless Networks: Optimal Solution Arindam K. Das, Mohamed El-Sharkawi, Robert J. Marks, Payman Arabshahi and Andrew Gray, "Maximization of Time-to-First-Failure for Multicasting in Wireless Networks : Optimal Solution", Military Communications

More information

2 Related Work. 1 Introduction. 3 Background

2 Related Work. 1 Introduction. 3 Background Modeling the Performance of A Wireless Node in Multihop Ad-Hoc Networks Ping Ding, JoAnne Holliday, Aslihan Celik {pding, jholliday, acelik}@scu.edu Santa Clara University Abstract: In this paper, we model

More information

Impulse Radio Ultra Wide Band Based Mobile Adhoc Network Routing Performance Analysis

Impulse Radio Ultra Wide Band Based Mobile Adhoc Network Routing Performance Analysis American Journal of Applied Sciences, 10 (4): 361-366, 2013 ISSN: 1546-9239 2013 Sreedhar and Venkatesh, This open access article is distributed under a Creative Commons Attribution (CC-BY) 3.0 license

More information

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks First Author A.Sandeep Kumar Narasaraopeta Engineering College, Andhra Pradesh, India. Second Author Dr S.N.Tirumala Rao (Ph.d)

More information

Neighbor Discovery among Mobile Nodes Equipped with Smart Antennas

Neighbor Discovery among Mobile Nodes Equipped with Smart Antennas Neighbor Discovery among Mobile Nodes Equipped with Smart Antennas Martha E. Steenstrup Stow Research L.L.C. Flanders, NJ USA Abstract - In mobile wireless networks, individual nodes with adaptive transceivers

More information

Control Traffic Analysis of On-Demand Routing Protocol. in Mobile Ad-hoc Networks

Control Traffic Analysis of On-Demand Routing Protocol. in Mobile Ad-hoc Networks Second International Conference on Networking and Distributed Computing Control Traffic Analysis of On-Demand Routing Protocol in Mobile Ad-hoc Networks Zhilin Zhang School of Computer Science & Technology

More information

Multicasting in ad hoc networks: Energy efficient

Multicasting in ad hoc networks: Energy efficient Multicasting in ad hoc networks: Energy efficient Blerta Bishaj Helsinki University of Technology 1. Introduction...2 2. Sources of power consumption... 3 3. Directional antennas... 3 4. TCP... 3 5. Energy-efficient

More information

Energy Saving and Connectivity Tradeoff by Adaptative Transmission Range in g MANETs

Energy Saving and Connectivity Tradeoff by Adaptative Transmission Range in g MANETs Energy Saving and Connectivity Tradeoff by Adaptative Transmission Range in 80.11g MANETs Fatiha Djemili Tolba University of Haute Alsace, 68008 Colmar, France fatiha.tolba@uha.fr Damien Magoni ULP LSIIT

More information

Media Access Control in Ad Hoc Networks

Media Access Control in Ad Hoc Networks Media Access Control in Ad Hoc Networks The Wireless Medium is a scarce precious resource. Furthermore, the access medium is broadcast in nature. It is necessary to share this resource efficiently and

More information

MAC LAYER. Murat Demirbas SUNY Buffalo

MAC LAYER. Murat Demirbas SUNY Buffalo MAC LAYER Murat Demirbas SUNY Buffalo MAC categories Fixed assignment TDMA (Time Division), CDMA (Code division), FDMA (Frequency division) Unsuitable for dynamic, bursty traffic in wireless networks Random

More information

SMITE: A Stochastic Compressive Data Collection. Sensor Networks

SMITE: A Stochastic Compressive Data Collection. Sensor Networks SMITE: A Stochastic Compressive Data Collection Protocol for Mobile Wireless Sensor Networks Longjiang Guo, Raheem Beyah, and Yingshu Li Department of Computer Science, Georgia State University, USA Data

More information

Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks

Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks Mina Malekzadeh Golestan University Zohre Fereidooni Golestan University M.H. Shahrokh Abadi

More information

Multi-Tier Mobile Ad Hoc Routing

Multi-Tier Mobile Ad Hoc Routing Multi-Tier Mobile Ad Hoc Routing Bo Ryu Tim Andersen Tamer Elbatt Network Analysis and Systems Dept. HRL Laboratories, LLC. Malibu, CA, USA. {ryu,cellotim,telbatt}@wins.hrl.com Abstract We present a new

More information

Issues of Long-Hop and Short-Hop Routing in Mobile Ad Hoc Networks: A Comprehensive Study

Issues of Long-Hop and Short-Hop Routing in Mobile Ad Hoc Networks: A Comprehensive Study Issues of Long-Hop and Short-Hop Routing in Mobile Ad Hoc Networks: A Comprehensive Study M. Tarique, A. Hossain, R. Islam and C. Akram Hossain Dept. of Electrical and Electronic Engineering, American

More information

A3: A Topology Construction Algorithm for Wireless Sensor Networks

A3: A Topology Construction Algorithm for Wireless Sensor Networks A3: A Topology Construction Algorithm for Wireless Sensor Networks Pedro M. Wightman 1 and Miguel A. Labrador Department of Computer Science and Engineering University of South Florida Tampa, Florida 33620

More information

Wireless Internet Routing. Learning from Deployments Link Metrics

Wireless Internet Routing. Learning from Deployments Link Metrics Wireless Internet Routing Learning from Deployments Link Metrics 1 Learning From Deployments Early worked focused traditional routing issues o Control plane: topology management, neighbor discovery o Data

More information

AN ANTENNA SELECTION FOR MANET NODES AND CLUSTER HEAD GATEWAY IN INTEGRATED MOBILE ADHOC NETWORK

AN ANTENNA SELECTION FOR MANET NODES AND CLUSTER HEAD GATEWAY IN INTEGRATED MOBILE ADHOC NETWORK www.arpapress.com/volumes/vol9issue2/ijrras_9_2_09.pdf AN ANTENNA SELECTION FOR MANET NODES AND CLUSTER HEAD GATEWAY IN INTEGRATED MOBILE ADHOC NETWORK Ashish Bagwari 1, Danish Quamar 2, Noor Mohd 3 &

More information

A CDCA-TRACE MAC PROTOCOL FRAMEWORK IN MOBILE AD-HOC NETWORK

A CDCA-TRACE MAC PROTOCOL FRAMEWORK IN MOBILE AD-HOC NETWORK Research Manuscript Title A CDCA-TRACE MAC PROTOCOL FRAMEWORK IN MOBILE AD-HOC NETWORK Jaichitra.I, Aishwarya.K, P.G Student, Asst.Professor, CSE Department, Arulmigu Meenakshi Amman College of Engineering,

More information

Topology Control in 3-Dimensional Networks & Algorithms for Multi-Channel Aggregated Co

Topology Control in 3-Dimensional Networks & Algorithms for Multi-Channel Aggregated Co Topology Control in 3-Dimensional Networks & Algorithms for Multi-Channel Aggregated Convergecast Amitabha Ghosh Yi Wang Ozlem D. Incel V.S. Anil Kumar Bhaskar Krishnamachari Dept. of Electrical Engineering,

More information

The Encoding Complexity of Network Coding

The Encoding Complexity of Network Coding The Encoding Complexity of Network Coding Michael Langberg Alexander Sprintson Jehoshua Bruck California Institute of Technology Email: mikel,spalex,bruck @caltech.edu Abstract In the multicast network

More information

WP-PD Wirepas Mesh Overview

WP-PD Wirepas Mesh Overview WP-PD-123 - Wirepas Mesh Overview Product Description Version: v1.0a Wirepas Mesh is a de-centralized radio communications protocol for devices. The Wirepas Mesh protocol software can be used in any device,

More information

Interference avoidance in wireless multi-hop networks 1

Interference avoidance in wireless multi-hop networks 1 Interference avoidance in wireless multi-hop networks 1 Youwei Zhang EE228A Project Report, Spring 2006 1 Motivation Wireless networks share the same unlicensed parts of the radio spectrum with devices

More information

Multi-Rate Interference Sensitive and Conflict Aware Multicast in Wireless Ad hoc Networks

Multi-Rate Interference Sensitive and Conflict Aware Multicast in Wireless Ad hoc Networks Multi-Rate Interference Sensitive and Conflict Aware Multicast in Wireless Ad hoc Networks Asma Ben Hassouna, Hend Koubaa, Farouk Kamoun CRISTAL Laboratory National School of Computer Science ENSI La Manouba,

More information

Multihop Hierarchical MIMO A Multicast Structure in wireless ad hoc networks

Multihop Hierarchical MIMO A Multicast Structure in wireless ad hoc networks Multihop Hierarchical MIMO A Multicast Structure in wireless ad hoc networks January 11, 2008 Abstract In this paper, we study multicast in large-scale wireless ad hoc networks. Consider N nodes that are

More information

SENSOR-MAC CASE STUDY

SENSOR-MAC CASE STUDY SENSOR-MAC CASE STUDY Periodic Listen and Sleep Operations One of the S-MAC design objectives is to reduce energy consumption by avoiding idle listening. This is achieved by establishing low-duty-cycle

More information

Performance Behavior of Unmanned Vehicle Aided Mobile Backbone Based Wireless Ad Hoc Networks

Performance Behavior of Unmanned Vehicle Aided Mobile Backbone Based Wireless Ad Hoc Networks Performance Behavior of Unmanned Vehicle Aided Mobile Backbone Based Wireless Ad Hoc Networks Izhak Rubin and Runhe Zhang Abstract We introduce Unmanned Vehicles (UVs) to aid the operation of the mobile

More information

On the Scalability of Hierarchical Ad Hoc Wireless Networks

On the Scalability of Hierarchical Ad Hoc Wireless Networks On the Scalability of Hierarchical Ad Hoc Wireless Networks Suli Zhao and Dipankar Raychaudhuri Fall 2006 IAB 11/15/2006 Outline Motivation Ad hoc wireless network architecture Three-tier hierarchical

More information

The Complexity of Connectivity in Wireless Networks. Roger WISARD

The Complexity of Connectivity in Wireless Networks. Roger WISARD The Complexity of Connectivity in Wireless Networks Roger Wattenhofer @ WISARD 2008 1 The paper Joint work with Thomas Moscibroda Former PhD student of mine Now researcher at Microsoft Research, Redmond

More information

A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile Ad Hoc Networks

A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile Ad Hoc Networks IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 12, Issue 6 (Jul. - Aug. 2013), PP 01-09 A Novel Rebroadcast Technique for Reducing Routing Overhead In Mobile

More information

Ad Hoc Networks: Introduction

Ad Hoc Networks: Introduction Ad Hoc Networks: Introduction Module A.int.1 Dr.M.Y.Wu@CSE Shanghai Jiaotong University Shanghai, China Dr.W.Shu@ECE University of New Mexico Albuquerque, NM, USA 1 Ad Hoc networks: introduction A.int.1-2

More information

MC-LMAC: A Multi-Channel MAC Protocol for Wireless Sensor Networks

MC-LMAC: A Multi-Channel MAC Protocol for Wireless Sensor Networks : A Multi-Channel MAC Protocol for Wireless Sensor Networks Özlem Durmaz Incel, Pierre Jansen, Sape Mullender University of Twente Department of Computer Science Enschede, The Netherlands {durmazo, jansen,

More information

A Scatternet Formation Protocol for Ad hoc Networks of Bluetooth Devices

A Scatternet Formation Protocol for Ad hoc Networks of Bluetooth Devices A Scatternet Formation Protocol for Ad hoc Networks of Bluetooth Devices Stefano Basagni Dept. of Electrical and Computer Engineering Northeastern University E-mail: basagni@ece.neu.edu Chiara Petrioli

More information

TOPOLOGY CONTROL IN WIRELESS NETWORKS BASED ON CLUSTERING SCHEME

TOPOLOGY CONTROL IN WIRELESS NETWORKS BASED ON CLUSTERING SCHEME International Journal of Wireless Communications and Networking 3(1), 2011, pp. 89-93 TOPOLOGY CONTROL IN WIRELESS NETWORKS BASED ON CLUSTERING SCHEME A. Wims Magdalene Mary 1 and S. Smys 2 1 PG Scholar,

More information

Payload Length and Rate Adaptation for Throughput Optimization in Wireless LANs

Payload Length and Rate Adaptation for Throughput Optimization in Wireless LANs Payload Length and Rate Adaptation for Throughput Optimization in Wireless LANs Sayantan Choudhury and Jerry D. Gibson Department of Electrical and Computer Engineering University of Califonia, Santa Barbara

More information

A Distributed Channel Access Scheduling Scheme with Clean-Air Spatial Reuse for Wireless Mesh Networks*

A Distributed Channel Access Scheduling Scheme with Clean-Air Spatial Reuse for Wireless Mesh Networks* A Distributed Channel Access Scheduling Scheme with Clean-Air Spatial euse for Wireless Mesh Networks* Yuan-Chieh Lin 1, Shun-Wen Hsiao 1, Li-Ping Tung 2, Yeali S. Sun 1, and Meng Chang Chen 2 1 Dept.

More information

Wireless MACs: MACAW/802.11

Wireless MACs: MACAW/802.11 Wireless MACs: MACAW/802.11 Mark Handley UCL Computer Science CS 3035/GZ01 Fundamentals: Spectrum and Capacity A particular radio transmits over some range of frequencies; its bandwidth, in the physical

More information

Performance Evaluation of Modified IEEE MAC for Multi-Channel Multi-Hop Ad Hoc Network *

Performance Evaluation of Modified IEEE MAC for Multi-Channel Multi-Hop Ad Hoc Network * Performance Evaluation of Modified IEEE 802.11 MAC for Multi-Channel Multi-Hop Ad Hoc Network * Jiandong LI ISN Lab., Xidian University JL384@cornell.edu Zygmunt J. Haas Cornell University haas@ece.cornell.edu

More information

PERFORMANCE COMPARISON OF LINK, NODE AND ZONE DISJOINT MULTI-PATH ROUTING STRATEGIES AND MINIMUM HOP SINGLE PATH ROUTING FOR MOBILE AD HOC NETWORKS

PERFORMANCE COMPARISON OF LINK, NODE AND ZONE DISJOINT MULTI-PATH ROUTING STRATEGIES AND MINIMUM HOP SINGLE PATH ROUTING FOR MOBILE AD HOC NETWORKS PERFORMANCE COMPARISON OF LINK, NODE AND ZONE DISJOINT MULTI-PATH ROUTING STRATEGIES AND MINIMUM HOP SINGLE PATH ROUTING FOR MOBILE AD HOC NETWORKS Natarajan Meghanathan Jackson State University, 1400

More information

A SURVEY ON MAC PROTOCOLS FOR AD HOC NETWORKS WITH DIRECTIONAL ANTENNAS

A SURVEY ON MAC PROTOCOLS FOR AD HOC NETWORKS WITH DIRECTIONAL ANTENNAS A SURVEY ON MAC PROTOCOLS FOR AD HOC NETWORKS WITH DIRECTIONAL ANTENNAS Robert Vilzmann Technische Universitat Miinchen, Institute of Communication Networks Munich, Germany Christian Bettstetter DoCoMo

More information

ENHANCING THE PERFORMANCE OF MANET THROUGH MAC LAYER DESIGN

ENHANCING THE PERFORMANCE OF MANET THROUGH MAC LAYER DESIGN I J I T E ISSN: 2229-7367 3(1-2), 2012, pp. 19-24 ENHANCING THE PERFORMANCE OF MANET THROUGH MAC LAYER DESIGN 1 R. MANIKANDAN, 2 K. ARULMANI AND 3 K. SELVAKUMAR Department of Computer Science and Engineering,

More information