Research Tools for 3-D Mobile Ad-hoc Networking with Directional Antenna Bo Ryu

Tim Andersen

Mohin Ahmed

Tamer Elbatt

Alon Peterson

Network Analysis and Systems Department HRL Laboratories, LLC. 3011 Malibu Canyon Rd., Malibu CA 90265 {ryu,cellotim,mohin,telbatt,arpeters}@wins.hrl.com

Abstract We present the new simulation and visualization tools tailored for 3-dimensional mobile ad hoc networking (MANET) research based on ns2 and nam.

I. Introduction Future battlefield networks will consist of various heterogeneous networking systems and tiers with disparate capabilities and characteristics, ranging from ground ad-hoc mobile and sensor networks to airborne-rich sky networks to satellite networks. It is an enormous challenge to create a suite of novel networking technologies that efficiently glue these disparate systems such that the resulting network offers unprecedented capacity, flexibility, connectivity, reliability, and scalability for meeting even the most challenging needs of the future warfighters. One of the most frequently cited requirements for future battlefield network is to reduce required network configuration tasks at a pre-planning stage to a minimum so that rapid deployment of new forces or mission changes can be made quickly and dynamically. This naturally requires the entire network to be ad-hoc to the extent possible. While mobile ad-hoc networking (MANET) research has received a considerable attention in recent years, we note that the majority of them have focused single-tier on (e.g., ground) and

homogeneous (e.g., same radio for every node) MANET. Few have investigated the potential implications of multi-tier and heterogeneous natures of MANET on the design and performance of MANET protocols in a systematic manner. For example, one of the stark differences between single-tier and multi-tier MANET environments is that the multi-tier MANET naturally creates “coverage asymmetry” due to the much larger coverage area by airborne nodes compared to ground nodes. Consequently, the number of “neighbors” an airborne node sees can be potentially several orders of magnitude larger than that of a ground node. Treating this airborne node same as any ground node will adversely affect the performance of medium access control (MAC) and/or routing MANET protocols. Understanding issues such as this that arise from extending single-tier MANET to multi-tier MANET require new research tools that enable 3-D view of the network dynamics.

II.

3-D MANET Simulation and Visualization Tools

While most MANET research has primarily focused on developing appropriate protocols for 2-dimensional network topology, the multi-tier MANET unavoidably involves the third dimension: space. The primary example is a battlefield network in which thousands or even tens of thousands of

2002. HRL Laboratories, LLC. All Rights Reserved.

ground nodes are scattered over an extremely large area (e.g., 100 km x 100 km) and therefore rely on airborne nodes flying over them to seamlessly communicate with one another. The airborne nodes themselves may also form their own MANET by relaying information such as video sensor data generated from any one of them using appropriate MANET routing and MAC protocols. The current war against terrorism in Afghanistan serves practical evidence that the need for such a large-scale MANET with multi-tier architecture is a reality, not a pure imagination. One of the key hurdles to advancing MANET technologies from single-tier, 2-D topology to multi-tier, 3-D topology is the lack of research tools that support 3-D simulation and visualization. For example, the CMU’s Wireless Extension of ns2 and nam [6] which have been among the most popular MANET research tools, lacks 3-D support. We argue that augmenting the current wireless network simulation capabilities of ns2 with 3-D feature will spur a flurry of new research on large-scale, heterogeneous, and multi-tier MANET systems, architecture, and protocols. Additional benefit is that the existing MANET protocols developed in ns2 so far can be applied for 3-D environment with minor modifications. Another notable movement in recent MANET research is the use of directional antenna as opposed to omni-directional antenna. By concentrating its energy to a particular direction of its direct communicant and suppressing energy from dissipating to unwanted direction, the node with directional antenna can potentially enjoy several unique benefits such as low interference, range extension, and low probability of detection and interception. Such potential benefits have led to growing interest in developing new protocols or modifying existing protocols to fully realize these gains with minimum overhead [7-10]. The addition of flexible directional antenna support to ns2 and nam will allow MANET researchers to focus on the core task of protocol development and performance 2002. HRL Laboratories, LLC. All Rights Reserved.

evaluation by relieving them from building this new support by themselves. The introduction of the third dimension and directional antenna to ns2 and nam requires the following changes: (i) extending the boundary of the nodes’ space to Z axis, (ii) specifying the nodes’ mobility trajectories in 3-D instead of 2-D, and (iii) modifying antenna and propagation objects to support directional beams. The following descriptions summarize the changes made to the ns2 and nam to enable 3-D support. Topography/Z: An object that mobile nodes use to define the boundaries of their space. Topography/Z load_geogrid []: specifies the minimum boundary of the space. specifies the maximum boundary of the space. is the resolution and defaults to 1 km. All latitudes and longitudes are in degrees and altitudes are in kilometers. Internally, these two points are converted into Cartesian coordinates and used to define a box which marks the boundaries of the mobile node space. Topography/Z maxx_, maxy_, maxz_: These variables contain the cartesian boundaries of the topography. Simulator namtrace-all-zwireless : This procedure provides the simulator with a trace file handle for dumping nam traces. It also writes the first line into the file, specifying that the trace is for a wireless simulation and also the scaled (by grid resolution) dimensions of the simulation. It is different from namtrace-all-wireless because it does not get dimensions directly from the user but obtains them from the Topography/Z object provided. Simulator (ON/OFF):

node-config This option

-zcoord must be

specified when node-config is called. It tells the Simulator to use the enhanced 3-D nodes rather than the 2-D ones. MobileNode/Z setpos : Set the node' s position. The node position may also be set using the Cartesian coordinate variables X_, Y_, Z_. MobileNode/Z setcolor : specifies the color of the node (must be called before MobileNode/Z setpos) MobileNode/Z setshape : indicates the shape of the node in nam. It can be circle, box, or hex. MobileNode/Z setdestgeo : This is similar to the MobileNode setdest except there is an altitude parameter as well as latitude and longitude. This function causes the node to move to the position specified at the speed indicated. MobileNode/Z setdest : Sets the destination in cartesian coordinate system. Simulator zinitial_node_pos : This function needs to be called for each of the nodes you wish to have displayed in nam. is the node variable itself, node size is how large you want the node to appear in nam (e.g. 20). Simulator zinitial_node_pos2 : This function causes nam to draw a node at it' s initial position and draw a circle (meant to reflect the node' s pathof movement) at position (cx,cy,cz) with a particular radius. There are special considerations for the newly introduced MobileNode/Z object. MobileNode/Z is designed to work with both large and small distances, from 10 2002. HRL Laboratories, LLC. All Rights Reserved.

meters to 100s of kilometers in breadth and from ground level to orbit in height. It is designed to interface with 3-D NAM. 3-D NAM, an extension of original nam to display network dynamics, uses data provided in 3-D format to create a 3-D environment. To keep nodes and other features from being too close together or too far apart in NAM, MobileNode/Z uses Topography' s resolution parameter to scale coordinates. With a default resolution of 1, distances are in meters. The resolution can be any number greater than zero. For example, if you wish to work in kilometers you may want to set the resolution to 1000. The following changes have been made to enable directional antenna support in ns2 and nam: MobileNode/Z setbeamwidth : Sets the beam width used by BeamAntenna to provide correct signal power calculations in WirelessPhy. Not recommended for very large angles. Must be in degrees. Antenna/BeamAntenna: This antenna differs from the omni-antenna in that it has a direction of broadcast. Right now the above function (MobileNode/Z setbeamwidth ) controls this object' s beam width. In the future the beamwidth with be associated directly with the antenna. Propagation/FreeSpace/LightCone: This is a radio propagation model that is designed to work with airborne nodes that make use of the BeamAntenna. Always use this model when using the beam antenna to get accurate results. Figure 1 illustrates a snapshot of the 3-D enhanced nam trace file generated by 3-D enabled ns2. It shows both directional and omni-directional beams, 3-D zoom buttons, cone-shaped directional beams, and nodes at various altitudes. Figure 2 shows an example of 3-D MANET topology created by 3-D ns2 and nam. It consists of 3 tiers: ground nodes (tier 1), 4 low-flying airborne

nodes (tier 2), and a single high-flying node (tier 3). Both tier 2 and 3 airborne nodes fly according to the circular path. They also

have cone-shaped beams (blue and red) indicating the ground coverage area of each airborne node.

H ig h - a l tit u d e N o d e

3D Zoom

D ir e c tio n a l B e a m

P a c k e t T r a n sm iss io n o n D ir e ctio n a l B e a m P a c k e t T r a n sm iss io n s o n O m n i- D i r e c t i o n a l B e a m L o w -a ltitu d e N o d e

G rou n d N od es

Figure 1 A Snapshot of 3-D Enhanced NAM Produced by 3-D Enabled NS2.

Figure 2 An Example of 3-D MANET Topology Created by 3-D NS2 and NAM

III.

Concluding Remarks

One of the key contributions of our ongoing research is a new set of tools aimed at further advancing MANET research based on 3-D extension of ns2 and nam with directional support. 2002. HRL Laboratories, LLC. All Rights Reserved.

They certainly benefited us in understanding the dynamics of 3-D network topology and its impact on protocol performance in such an environment. We strongly believe that MANET researchers who would like to focus on protocol development aspect will greatly appreciate the value of these tools since they eliminate the need

to build necessary new support on their own. Extensive simulation study using these tools are being conducted to quantify the impact of 3-D network topology and dynamics on overall network capacity and protocol performance, which will be published elsewhere.

References [1] T. ElBatt and B. Ryu, "Priority-based Dynamic Packet Reservation for TDMA Wireless Networks", IEEE MILCOM 2001, Virginia, Oct. 2001. [2] U. Kozat, G. Kondylis, B. Ryu, and M. Marina, “Virtual Dynamic Backbone Protocol,” ICC 2001, June 2001. [3] T. Elbatt, B. Ryu, and T. Andersen, “A Novel Omni-directional Reservation Scheme for Ad-hoc Networks Utilizing Directional Antennas,” work in progress, 2002. [4] D. Dutta and Y. Zhang, “An Early Bandwidth Notification (EBN) Architecture for Dynamic Bandwidth Environments,” IEEE ICC, Apr 2002. [5] D. Dutta and Y. Zhang, “An Active Proxy Based Architecture for TCP in Heterogeneous IEEE Variable Bandwidth Networks,” GLOBECOM, Nov 2001. [6] http://www.isl.edu/nsnam. Ns2 and Nam home page. [7] Y. Ko, V. Shankarkumar and N. Vaidya, “Medium Access Control Protocols Using Directional Antennas in Ad-hoc Networks,” IEEE INFOCOM, April 2000. [8] A. Nasipuri, S. Ye, J. You and R.. Hiromoto, “A MAC Protocol for Mobile Ad-hoc Networks Using Directional Antennas,” IEEE WCNC, 2000. [9] M. Sanchez, T. Giles and J. Zander, “CSMA/CA with Beam Forming Antennas in Multi-hop Packet Radio,” Swedish Workshop on Wireless Ad-hoc Networks, March 2001.

2002. HRL Laboratories, LLC. All Rights Reserved.

[10] R. Ramanathan, “On the Performance of Ad-hoc Networks with Beamforming Antennas,” ACM Mobihoc, Oct. 2001.

Research Tools for 3-D Mobile Ad-hoc Networking with ...

Future battlefield networks will consist of various heterogeneous networking systems and tiers with disparate capabilities and characteristics, ranging from ground ad-hoc mobile and sensor networks to airborne-rich sky networks to satellite networks. It is an enormous challenge to create a suite of novel networking ...

99KB Sizes 0 Downloads 116 Views

Recommend Documents

Research Tools for 3-D Mobile Ad-hoc Networking with ...
Network Analysis and Systems Department. HRL Laboratories ... current wireless network simulation ... Such potential benefits have led to growing interest in ...

A REVIEW PAPER ON SECURITY IN MOBILE ADHOC NETWORK_IJ ...
A REVIEW PAPER ON SECURITY IN MOBILE ADHOC NETWORK_IJ.pdf. A REVIEW PAPER ON SECURITY IN MOBILE ADHOC NETWORK_IJ.pdf. Open.

Factors Influencing QoS in Mobile Adhoc Networks - IJRIT
Abstract—The major constraint in MANETs is to maintain the Quality of Service. ... Load balancing. This is scenario where, the load traffic is balanced in all the possible routes. Unbalanced network traffic may influence the high power ... followin

GyroPen: Gyroscopes for Pen-Input with Mobile ... - Research at Google
1. GyroPen: Gyroscopes for Pen-Input with Mobile Phones. Thomas Deselaers, Daniel Keysers, Jan Hosang, Henry A. ... with the Max-Planck-Institut for Computer Science in Saarbrücken, Germany .... smart phones for several years, e.g. the first Android

Factors Influencing QoS in Mobile Adhoc Networks - International ...
it is mandatory to maintain and improve the QoS in such networks. In this paper, a survey has been made to ... serious issue, when MANETs are employed in defense and other high end security based networks. Because these compromised ... GLANCE OF VARI

Interactive Mobile 3D Graphics for On-the-go ...
ABSTRACT. Developing interactive 3D graphics for mobile Java applications is now a reality. Recently, the Mobile 3D Graphics (M3G) API (also known as ...

Interactive Mobile 3D Graphics for On-the-go Visualization and ...
Interactive Mobile 3D Graphics for On-the-go Visualization .... The M3G Model manages the data and behaviour of the 3D graphical ..... In Museums and the Web.

Soft 3D Reconstruction for View Synthesis - Research at Google
Progress of rendering virtual views of di icult scenes containing foliage, wide baseline occlusions and reflections. View ray and ... ubiquitous digital cameras from cell phones and drones, paired with automatic ... Furthermore, we show that by desig

3D Visual Phrases for Landmark Recognition - Microsoft Research
Jun 18, 2012 - Publisher. Institute of Electrical and Electronics Engineers, Inc. © 2012 IEEE. Personal use of this material is permitted. However, permission to ...

NCLAS Application form for Adhoc Training Course in Laboratory ...
NCLAS Application form for Adhoc Training Course in Laboratory Animal Sciences.pdf. NCLAS Application form for Adhoc Training Course in Laboratory Animal ...

Soft 3D Reconstruction for View Synthesis - Research
Progress of rendering virtual views of di icult scenes containing foliage, wide baseline ..... by the total amount of votes accumulated along the ray in the event.

Research on RoboCup Simulation 3D - Chaosscripting
Such areas include: real-time sensor fusion, reactive behavior, strategy ... soccer simulation league takes a big step forward to the RoboCup's ultimate .... Kourogi, M., Kurata, T.: A method of personal positioning based on sensor data fusion of ...

Secure Adhoc Routing Protocol for Privacy Preservation - IJRIT
In this particular paper, we define stronger privacy requirements relating to ..... “Rumor riding: anonymizing unstructured peer-to-peer systems,” IEEE Trans.

Research on RoboCup Simulation 3D - Chaosscripting
behavior, strategy acquisition, learning, real-time planning, multi-agent systems, ... soccer simulation league takes a big step forward to the RoboCup's ultimate.

a motion gesture delimiter for mobile interaction - Research at Google
dition, Rico and Brewster [10] reported that users rated motion gestures more .... using the Android SDK [1] for use on the Nexus One phone with a Qualcomm ...

Query Suggestions for Mobile Search ... - Research at Google
Apr 10, 2008 - suggestions in order to provide UI guidelines for mobile text prediction ... If the user mis-entered a query, the application would display an error ..... Hart, S.G., Staveland, L.E. Development of NASA-TLX Results of empirical and ...

Wikipedia Tools for Google Spreadsheets - Research at Google
Jan 24, 2016 - 1.1 Wikipedia and Wikidata. Wikipedia's content and data is available through the. Wikipedia API (https://{language}.wikipedia.org/w/api.php),.

RAPID ADAPTATION FOR MOBILE SPEECH ... - Research at Google
A large number of the ... number of parameters in MAP adaptation can be as large as the ..... BOARD: Telephone Speech Corpus for Research and Devel-.

CoMedia: Mobile Group Media for Active ... - Research at Google
May 3, 2007 - driven by motivations and prior experiences to act out situations ..... facilitated their decision making as to where to point the video camera.

Address Space Randomization for Mobile Devices - Research at Google
mechanism for Android, evaluate its effectiveness, and mea- sure its impact on ... discuss future and related work, and Section 10 concludes. 2. OVERVIEW OF ...

Adhoc promotions against vacancies.PDF
The Federation has. insisted ... The Federation therefore, has. urged that ... PDF. Adhoc promotions against vacancies.PDF. Open. Extract. Open with. Sign In.