首页> 外文学位 >Efficient routing in mobile ad hoc networks.
【24h】

Efficient routing in mobile ad hoc networks.

机译:移动自组织网络中的高效路由。

获取原文
获取原文并翻译 | 示例

摘要

A wireless network is any type of computer network that uses wireless communication links for connecting network nodes. There are two major types of wireless networks: one is infrastructure-based which is centralized and managed by at least one wireless access point (AP) to maintain the connections between all other nodes. The other type is self-configuring infrastructureless which is independent of AP and node communicate each other directly without requiring centralized management, for instance, Ad hoc Network. A Mobile Ad-hoc Nework(MANET) is consisted of mobile nodes which can change geographic positions randomly in any directions. MANET usually has a routable networking environment on top of a Link Layer ad hoc network.;In mobile ad hoc networks, each node randomly moves with various velocity and has no knowledge of other node's location. Before data is transmitted between nodes, each node is required to establish a path from source to destination which is so-called Routing. It may have multiple paths between source and destination. The path can be one-hop or multiple-hop. One-hop is referred to adjacent neighbors within a fixed radio distance. Imagine an undirected graph G={V,E} , there are multiple paths between pairs of vertices and each vertex obtains a path to other vertex so that it effectively arrives to destination vertex.;In this dissertation, we study multiple distributed routing strategies for MANET. The major contributions are to mitigate routing overhead with the guaranty of covering all nodes in MANET and no knowledge of the geographical locations of destinations are required. All protocols are adaptive to the scenarios of independent of network mobility, cardinality of network and number of neighbors. It is noteworthy to mention that in experiemental study, for the purpose of the best observation, the set of scenarios is relatively selective to maintain the well established connected networks. The proportion of the size of terrains and the density of networks must be reasonable, which is not too dense or too sparse so that the performance is able to show more explicitly.;First, we propose a novel directional routing scheme Dircast : Floodingreduced routing in MANET without destination coordinates [34] for which address the flooding problems that played many routing protocols designed in MANET. Dircast assumes that each node knows its own geographical coordinates and nominates the limited number of relay nodes at each hop to proceed routing discovery. The selected relay nodes have the shortest distance to all boundary vertices so that the span of routing can be extended to a maximal degree. Message complexity of Dircast is O( C) [asymptotic to] O(1), regardless of density of network and the number of neighbors of nodes.;Second, we introduce a new methodology ORCA: On-demand Routing with Coordinates Awareness [36], using geographical coordinates to attain efficient route signaling in MANET . The selection of relaying nodes at each node in ORCA is done by computing the shortest Euclidean Distance from all neighbors of the node to four polar points located in the transmission range of the node. ORCA is capable to cover all nodes in a connected MANET and the maximal number of relay nodes at each hop is six. Message complexity of ORCA is O(C) [asymptotic to] O(1), regardless of density of network and the number of neighbors of nodes.;Third, we develop an innovative protocol ORTHCA: On-demand Routing with Two Hop Coordinates Awareness for minimizing dissemination of routing overhead with two-hop coordinate awareness in MANET [35]. The selection of relaying nodes is implemented as follows: firstly computes the best two hop relay nodes R2(u), whose Euclidean Distance to four polar points are the shortest among all two hop neighbors N2(u); then determines one hop relay nodes R1(u) connecting with R2(u). This process is iterated only by each member of R2(u). Message complexity of ORTHCA is O(C) [asymptotic to] O(1), regardless of density of network and the number of neighbors of nodes.;Fourth, we present CBORCA: A Cluster Based ORCA Routing Protocol in MANET, by eliminating the redundant relay nodes and creating overlapping clusters to guarantee full coverage in MANET. This algorithm exploits the advantages of cluster's properties and achieves the enhanced performance better than ORCA. It divides the network into multiple overlapping clusters and select cluster head set H(u) by extracting a limited number of relay nodes from a given relay node set R(u) of the node. The selected cluster heads are the only relay nodes to forward routing requests. Both theoretical analysis and experimental simulation have proved message complexity is a constant number O(C) [asymptotic to] O(1), regardless of density of network and the number of neighbors of nodes.
机译:无线网络是使用无线通信链路连接网络节点的任何类型的计算机网络。无线网络有两种主要类型:一种是基于基础架构的,它由至少一个无线接入点(AP)集中管理,以维护所有其他节点之间的连接。另一种类型是无配置的无配置基础设施,它独立于AP,节点之间可以直接通信,而无需集中管理,例如Ad hoc Network。移动自组织网络(MANET)由移动节点组成,这些节点可以在任何方向上随机更改地理位置。 MANET通常在链路层ad hoc网络之上具有可路由的网络环境。在移动ad hoc网络中,每个节点以不同的速度随机移动,并且不知道其他节点的位置。在节点之间传输数据之前,需要每个节点建立从源到目的地的路径,即所谓的路由。源和目标之间可能有多个路径。路径可以是单跳或多跳。一跳指的是固定无线电距离内的相邻邻居。想象一个无向图G = {V,E},在成对的顶点之间有多条路径,并且每个顶点都获得到另一个顶点的路径,从而有效到达目标顶点。 MANET。主要的贡献是通过覆盖MANET中的所有节点来减轻路由开销,并且不需要了解目的地的地理位置。所有协议都适用于独立于网络移动性,网络基数和邻居数量的情况。值得一提的是,在实验研究中,出于最佳观察的目的,场景的选择相对来说是选择性的,以维护完善的连接网络。地形的比例和网络的密度必须合理,不能太密集或太稀疏,以便能够更清楚地显示性能。首先,我们提出了一种新颖的定向路由方案。没有目的地坐标的MANET [34]解决了洪水泛滥问题,这些洪水泛滥了许多在MANET中设计的路由协议。 Dircast假定每个节点都知道其自己的地理坐标,并在每个跃点处指定数量有限的中继节点以进行路由发现。所选中继节点到所有边界顶点的距离最短,因此可以将路由范围扩展到最大程度。不管网络的密度和节点的邻居数量如何,Dircast的消息复杂度为O(C)[渐近于] O(1)。其次,我们引入了一种新的方法ORCA:具有坐标感知能力的按需路由[36] ],使用地理坐标在MANET中获得有效的路由信令。通过计算从该节点的所有邻居到位于该节点的传输范围内的四个极点的最短欧几里德距离,可以选择ORCA中每个节点的中继节点。 ORCA能够覆盖连接的MANET中的所有节点,并且每跳的中继节点的最大数量为6。无论网络的密度和节点的邻居数量如何,ORCA的消息复杂度均为O(C)[渐近于] O(1)。;第三,我们开发了一种创新的协议ORTHCA:具有两跳坐标感知能力的按需路由MANET中使用两跳坐标感知来最小化路由开销的散布[35]。中继节点的选择实现如下:首先计算最佳的两个跃点中继节点R2(u),其到四个极点的欧式距离在所有两个跃点邻居N2(u)中最短。然后确定与R2(u)连接的一跳中继节点R1(u)。此过程仅由R2(u)的每个成员迭代。不管网络的密度和节点的邻居数量如何,ORTHCA的消息复杂度为O(C)渐近于O(1)。第四,我们提出了CBORCA:MANET中基于集群的ORCA路由协议,通过消除冗余中继节点,并创建重叠的群集以确保MANET的完全覆盖。与ORCA相比,该算法利用了群集属性的优势,并获得了更好的性能。它通过从节点的给定中继节点集R(u)中提取有限数量的中继节点,将网络划分为多个重叠的群集,并选择群集头集H(u)。选定的簇头是唯一转发路由请求的中继节点。理论分析和实验模拟都证明了消息复杂度是常数O(C)渐近于O(1),与网络的密度和节点的邻居数无关。

著录项

  • 作者

    Wang, Yali.;

  • 作者单位

    University of California, Santa Cruz.;

  • 授予单位 University of California, Santa Cruz.;
  • 学科 Engineering Computer.;Computer Science.
  • 学位 Ph.D.
  • 年度 2014
  • 页码 121 p.
  • 总页数 121
  • 原文格式 PDF
  • 正文语种 eng
  • 中图分类
  • 关键词

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号