Associativity-based routing: Difference between revisions

Content deleted Content added
OAbot (talk | contribs)
m Open access bot: url-access updated in citation with #oabot.
 
(38 intermediate revisions by 22 users not shown)
Line 1:
{{Multiple issues|
<!-- Please do not remove or change this AfD message until the discussion has been closed. -->
{{COI|date=September 2018}}
{{Article for deletion/dated|page=Associativity-based routing|timestamp=20180907135040|year=2018|month=September|day=7|substed=yes|help=off}}
{{more citations needed|date=September 2018}}
<!-- Once discussion is closed, please place on talk page: {{Old AfD multi|page=Associativity-based routing|date=7 September 2018|result='''keep'''}} -->
}}
<!-- End of AfD message, feel free to edit beyond this point -->
<noinclude>{{User:RMCD bot/subject notice|1=Associativity-Based Routing|2=Talk:Associativity-based routing#Requested move 7 September 2018 }}
</noinclude>'''Associativity-based routing'''<ref>{{citation |title="Associativity-based routing for ad hoc mobile networks, Wireless Personal Communications Journal, 1997." |url=https://scholar.google.com/citations?view_op=view_citation&hl=en&user=YTwSsH4AAAAJ&citation_for_view=YTwSsH4AAAAJ:d1gkVwhDpl0C}}</ref><ref>{{citation |title="A novel distributed routing protocol to support ad-hoc mobile computing, Proc. of IEEE Fifteenth Annual International Phoenix Conference on computer communications, 1996." |url=https://scholar.google.com/citations?view_op=view_citation&hl=en&user=YTwSsH4AAAAJ&citation_for_view=YTwSsH4AAAAJ:2osOgNQ5qMEC}}</ref><ref name="auto">[[Chai Keong Toh]] Ad Hoc Mobile Wireless Networks, Prentice Hall Publishers, 2002. {{ISBN|978-0-13-007817-9}}</ref><ref>{{citation |title="Long-lived ad-hoc routing based on the concept of Associativity, IETF Draft 1999" |url=https://www.ietf.org/proceedings/46/I-D/draft-ietf-manet-longlived-adhoc-routing-00.txt}}</ref> (commonly known as '''ABR''') is a mobile routing protocol invented for [[wireless ad hoc networks]] or also known as [[mobile ad hoc networks]] (MANETs) and [[wireless mesh network]]. ABR was invented in 1993, filed for a USA patent in 1996, and granted the patent in 1999. ABR was invented by [[Chai Keong Toh]] while doing his Ph.D. at Cambridge University. In the 1990s, our Internet was still largely wired. Toh was working on a different Internet – that of a rapidly deployable, infrastructureless, self-organizing, self-configuring mobile Internet. The challenges in such a network is mobility of nodes and link dynamics. Toh's prime argument is that there is no point in choosing a node to route packets if the route is unstable or going to be broken soon. So, he introduced a new routing metric (known as associativity ticks) and the concept of associativity, i.e., link stability among nodes over TIME and SPACE. Hence, ABR was born.
 
</noinclude>'''Associativity-based routing'''<ref>{{citationcite journal |first=Chai-Keong |last=Toh |title="Associativity-based routing for ad hoc mobile networks, |journal=Wireless Personal Communications Journal,|date=March 1997 |volume=4 |issue=2 |pages=103–139 |doi=10."1023/A:1008812928561 |s2cid=14335563 |url=https://scholar.google.com/citations?view_op=view_citation&hl=en&user=YTwSsH4AAAAJ&citation_for_view=YTwSsH4AAAAJ:d1gkVwhDpl0C|url-access=subscription }}</ref><ref>{{citationcite conference |title="A novel distributed routing protocol to support ad-hoc mobile computing, Proc.|journal=Proceedings of the IEEE Fifteenth Annual International Phoenix Conference on computerComputers communications,and Communications |first=Chai-Keong |last=Toh |date=March 1996." |url=https://scholar.google.com/citations?view_op=view_citation&hl=en&user=YTwSsH4AAAAJ&citation_for_view=YTwSsH4AAAAJ:2osOgNQ5qMEC}}</ref><ref name="auto">[[Chai{{cite book |first=Chai-Keong |last=Toh]] |title=Ad Hoc Mobile Wireless Networks, |publisher=[[Prentice Hall]] Publishers,|date=December 2002.2001 {{ISBN|isbn=978-0-13-007817-9}}</ref><ref>{{citation |title="Long-lived ad-hoc routing based on the concept of Associativity, IETF Draft 1999" |url=https://www.ietf.org/proceedings/46/I-D/draft-ietf-manet-longlived-adhoc-routing-00.txt}}</ref> (commonly known as '''ABR''') is a mobile routing protocol invented for [[wireless ad hoc networksnetwork]] ors, also known as [[mobile ad hoc networksnetwork]]s (MANETs) and [[wireless mesh network]]s. ABR was invented in 1993, filed for a USA[[U.S. patent]] in 1996, and granted the patent in 1999. ABR was invented by [[Chai Keong Toh]] while doing his Ph.D. at Cambridge University. In the 1990s, our Internet was still largely wired. Toh was working on a different Internet – that of a rapidly deployable, infrastructureless, self-organizing, self-configuring mobile Internet. The challenges in such a network is mobility of nodes and link dynamics. Toh's prime argument is that there is no point in choosing a node to route packets if the route is unstable or going to be broken soon. So, he introduced a new routing metric (known as associativity ticks) and the concept of associativity, i.e., link stability among nodes over TIME and SPACE. Hence, ABR was born.
==Explanation==
 
In the early 1990s, the Internet is still largely wired. To achieve anytime anywhere computing, computers must be able to connect to each other wirelessly and automatically. The [[Internet Protocol]] at that time did not address mobility, and the formation of an rapidly deployable mobile Internet. The underlying protocols for Internet were TCP/UDP/IP. Those protocols do not support spontaneous network creation, and do not handle dynamics due to mobility of computers. The assumption was end hosts are static hosts, and they do not move. Another assumption was the network is wired (with copper wires or fiber).
 
Since existing Internet protocols cannot support ad hoc mobile computing, a new mobile Internet is needed. This calls for a new network layer software that will enable anytime and anywhere mobile computing, while at the same time, retaining compatibility with IP/UDP/TCP protocols already present in the wired Internet. ABR is an on-demand routing protocol, i.e., routes are created only as and when needed. This, in contrast, to the existing Internet where routes are immediately available and routing tables are constantly updated among routers. According to the publications,<ref name="auto"/> on-demand routing is chosen because it can reduce the amount of control packet traffic and this is suitable for a wireless network because bandwidth is limited.
 
==Route discovery phase==
 
ABR has three phases. The first phase is the route discovery phase. When a user initiates to transmit data, the protocol will intercept the request and broadcast a search packet over the wireless interfaces. As the search packet propagates node to node, node identity and stability information are appended to the packet. When the packet eventually reaches the destination node, it would have received all the information describing the path from source to destination. When that happens, the destination then chosechooses the best route (because there may be more than one path from the source to the destination) and sendsends a REPLY back to the source node, over the chosen path.
 
Note that when the packet transits backwards from destination to the source, each intermediate nodesnode will update their routing table, signifying that it will now know how to route when it receives data from the upstream node. When the source node receives the REPLY, the route is successfully discovered and established. This process is done in real-time and only takes a few milli-seconds.
 
==Route reconstruction phase==
Line 31 ⟶ 25:
==Route deletion phase==
 
When a discovered route is no longer needed, a RD (Route Delete) packet will be initiated by the source node so that all intermediate nodes in the route will update their routing table entries and stoppedstop relay data packets associated with this deleted route.
 
In addition to using RD to delete a route, ABR can also implement a soft state approach where route entries are expired or invalidated after timed out, when there is no traffic activity related to the route over a period of time.
Line 37 ⟶ 31:
==Practicality==
 
In 1998, ABR was successfully implemented<ref>{{citation |title="Mobile Computing Magazine Interview Article - First practical ad hoc wireless network implementation outdoors, 1999 |url=http://init.unizar.es/images/MobiCompMag1999.pdf}}</ref><ref>{{citation |title="Implementation and evaluation of an adaptive routing protocol for infrastructureless mobile networks, Proceedings of 9th International Conference on Computer Communications and Networks, 2000." |urlpages=http:/20–27|doi=10.1109/ieeexploreICCCN.ieee2000.org/document/885465/|chapter=Implementation and evaluation of an adaptive routing protocol for infrastructureless mobile networks|year=2000|last1=Toh|first1=C.-K.|last2=Lin|first2=G.|last3=Delwar|first3=M.|isbn=978-0-7803-6494-3|s2cid=26834795 }}</ref><ref>{{citation |title="Evaluating the communication performance of an ad hoc wireless network, IEEE Transactions on Wireless Communications, 2000" |url=https://scholar.google.com/citations?view_op=view_citation&hl=en&user=YTwSsH4AAAAJ&citation_for_view=YTwSsH4AAAAJ:WF5omc3nYNoC}}</ref><ref>{{citation |title="Experimenting with an Ad Hoc wireless network, ACM SIGMETRICS Performance Evaluation Review, Volume 28 Issue 3, Dec. 2000" |urljournal=http:/ACM SIGMETRICS Performance Evaluation Review|volume=28|issue=3|pages=21–29|doi=10.1145/dl377616.acm377622|year=2000|last1=Toh|first1=C.org/citation-K.cfm?id|last2=377622Chen|first2=Richard|last3=Delwar|first3=Minar|last4=Allen|first4=Donald|s2cid=1486812 }}</ref> into the Linux kernel, in various different branded laptops (IBM Thinkpad, COMPAQ, Toshiba, etc.) that are equipped with [[WaveLAN]] 802.11a PCMCIA wireless adapters. A working 6-node wide [[wireless ad hoc network]] spanning a distance of over 600 meters was achieved and the successful event was published in Mobile Computing Magazine in 1999. Various tests were performed with the network:
 
*[1]# Transmission of up to 500MBytes of data from source to destination over a 3-hop route.
*[2]# Link breaks and automatic link repairs proven to be working
*[3]# Automatic Route Discovery
*[4]# Route Delete
*[5]# Web Server in Ad Hoc mode – with source being client and destination being the web server
*[6]# Transmission of multimedia information (audio<ref>{{citation |title="Transporting Audio over Wireless Ad Hoc Networks, Proc. International Conference on Personal, Indoor And Mobile Radio Communications, Pimrc, 2003, v. 1, p. 772-777" |url=https://hub.hku.hk/bitstream/10722/46490/1/92280.pdf?accept=1}}</ref> and video)
*[7]# [[TELNET]] over Ad Hoc
*[8]# [[FTP]] over Ad Hoc
*[9]# [[HTTP]] over Ad Hoc
 
Also, network performance measurements on the following were made:
 
*[1]# End-to-end delay
*[2]# TCP throughput
*[3]# Packet loss ratio
*[4]# Route discovery delay
*[5]# Route repair delay
*[6]# Impact of packet size on throughput
*[7]# Impact of beaconing interval on throughput and remaining battery life
 
In 2002, TRW Tactical Systems Incorporation implemented<ref>{{citation |title="Next-Generation Tactical Ad Hoc Mobile Wireless Networks, TRW Systems Journal, 2004 (PDF)" |url=https://drive.google.com/open?id=1LJotUZzeYZxHUg1F8YMm2zS5OdNKgguQ}}</ref> an enhancement of the ABR protocol and successfully implemented on ORiNOCO WaveLAN 802.11b over an X windows system running Linux 5.2 Operating System on DELL laptops. The implementation and field test were done in an outdoor setting in [[Carson, California]] over a 6-node ad hoc network. The enhancement made to the protocol include:
 
* Network layer QoS
* Route precedence
* Route pre-emption
 
TRW investigators successfully transmitted 10Gbytes of large files, and did tests on route discovery, route repair, and measurements on delays. They recommended the use of Multi-Input Multi-Output (MIMO) spectrum-aware MAC and the consideration of logical clustering to scale to 100,000 or more large scale ad hoc networks.
 
==Patent and applications==
 
ABR was granted a US patent 5987011<ref>{{citation |title="A Routing Method for Ad Hoc Mobile Networks, US Patent 5987011, granted 1996, filed 1994. " |url=https://www.google.com/patents/US5987011}}</ref> and the assignee being [[King's College Cambridge]], UK. ABR was subsequently licensed to a US defense corporation. Tactical Mobile Ad Hoc Networks bloom with US defense spending<ref>{{citation |title="US Defense Spending Outlook" |url=https://cit.com/thought-leadership/us-defense-spending-industry-outlook/?cmp=paidsearch&gclid=Cj0KEQiAperBBRDfuMf72sr56fIBEiQAPFXszXJSUmhVzQx8nvTO-_D_DomeLEkW4rqNBnL09JQb8l4aAuaU8P8HAQ&jcpid=8a8ae4cd56581431015659d1200a185b&jsf=790d9e37-8253-492c-9760-301ebc6d7513:35584}}</ref> over $2 Billion in programs and research by [[DARPA]], DoD, Air Force, Coast Guards, and US Navy.<ref>{{citation |title="Naval Communications" |url=https://www.nap.edu/read/11605/chapter/8#153}}</ref>
 
In October 2013, the '''Storm Disaster Sandy''' hit the USA, and US Coast Guards used mobile ad hoc networking technology to quickly established networks to facilitate rescue operations. Many lives were saved.<ref>{{citation |title="After Sandy hit, Coast Guard comms got ... better" |url=https://gcn.com/articles/2013/10/07/gcn-award-coast-guard-trident.aspx}}</ref>
 
In '''US Operation Enduring Freedom''' on wars with Afghanistan, tactical ad hoc mobile communications is used in the battlefield.<ref>{{citation |title="Army networking radios improve communications at tactical edge" |url=https://www.army.mil/article/68498/Army_networking_radios_improve_communications_at_tactical_edge}}</ref>
 
'''Globally''', defense and national science organizations in other countries have also invested heavily on research programs related to mobile ad hoc networks. Such countries include USA, UK,<ref>{{citation |title="UK MoD High Capacity Tactical Ad Hoc Radio" |url=https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/514562/HOCS_F0I_2016_11086____Information_on_use_at_High_Capacity_Data_Radio__HCDR_.pdf}}</ref> Canada, Sweden, Singapore, Australia,<ref>{{citation |title="Australia DSTO Military ad-hoc wireless network" |url=http://www.acorn.net.au/show/project/57/}}</ref> Germany, Norway,<ref>{{citation |title="Research Council of Norway, VERDIKT Program" |url=http://wiki.unik.no/media/Swacom/SwacomProjectProposal.pdf}}</ref> France, Switzerland, Taiwan, Japan, Korea, China, Spain, Italy, Denmark, Finland, etc.
 
Many industries have since contributed to the development of tactical ad hoc mobile radios and networking products, including:
 
An enhanced version of the protocol was implemented in the field<ref>{{cite journal |title=Next-Generation Tactical Ad Hoc Mobile Wireless Networks |journal=TRW Technology Review Journal |date=2004 |url=https://drive.google.com/file/d/1LJotUZzeYZxHUg1F8YMm2zS5OdNKgguQ/view}}</ref> by defense contractor [[TRW Inc.]] in 2002. The enhancement made to the protocol include: (a) network-layer QoS additions and (b) route precedence capabilities.
* Harris
* BBN
* Raytheon
* Cisco
* Thales
* MeshDynamics
* Persistent Systems
* Rockwell Collins
* ITT Defense
* XES Inc.,
* Lockheed Martin
* Northrop Grumman
* General Dynamics
* SAIC
* BAE
 
==Patent and applicationswork extensions==
 
ABR was granted a US patent 5987011<ref>{{citation |title=A Routing Method for Ad Hoc Mobile Networks, US Patent 5987011, granted 1996, filed 1994. |url=https://patents.google.com/patent/US5987011}}</ref> and the assignee being [[King's College, Cambridge]], UK.
In 2009, DARAP awarded $155Million<ref>{{cite |title="Defense Agency Awards Raytheon Up to $155 Million Contract to Develop an Interoperable Network Gateway" |url=http://investor.raytheon.com/phoenix.zhtml?c=84193&p=irol-newsArticle_Print&ID=1308426}}</ref> contract to Raytheon to work on mobile ad hoc networking gateway. In 2002, 2012 and 2013, DoD awarded General Dynamics $75Million, $346Million and $475Million<ref>{{cite |title="General Dynamics Awarded $475 Million WIN-T Contract" |url=http://www.afcea.org/content/?q=general-dynamics-awarded-475-million-win-t-contract}}</ref> to work on WIN-T Phase 1, Phase 2 and Phase 3 respectively. WIN-T itself is a $6Billion<ref>{{cite |title="Army Awards First Contract in $6 Billion WIN-T Program" |url=http://www.prnewswire.com/news-releases/army-awards-first-contract-in-6-billion-win-t-program-76642537.html}}</ref> program. In 2015, US Special Operations has awarded $390Million<ref>{{cite |title="US Special Operations award $390M to Harris" |url=https://defensesystems.com/articles/2015/10/08/special-operations-harris-radio-contract.aspx}}</ref> contract to Harris to build tactical radios with mobile ad hoc networking capability.
 
Quite aA few other mobile ad hoc routing protocols have incorporated ABR's stability concept or have done extensions andof enhancementthe ofABR ABRprotocol, such as Signalincluding:
==Descendants==
 
* Signal Stability-based Adaptive Routing Protocol ('''SSA''')<ref>{{citation |title=Signal stability based adaptive routing (SSA) for ad-hoc mobile networks|url=http://dl.acm.org/citation.cfm?id=241244|year = 1996|last1 = Dube|first1 = Rohit|last2 = Rais|first2 = Cynthia D.|last3 = Wang|first3 = Kuang-Yeh|last4 = Tripathi|first4 = Satish K.}}</ref>
Quite a few other mobile ad hoc routing protocols have incorporated ABR's stability concept or have done extensions and enhancement of ABR, such as Signal
* Enhanced Associativity Based Routing Protocol ('''EABR'''){{citation needed|date=March 2020}}
Stability-based Adaptive Routing Protocol ('''SSA'''),<ref>{{citation |title="Signal stability based adaptive routing (SSA) for ad-hoc mobile networks"|url=http://dl.acm.org/citation.cfm?id=241244}}</ref> Enhanced Associativity Based Routing Protocol ('''EABR'''),<ref>{{citation |title="Enhanced Associativity Based Routing Protocol"|url=http://thescipub.com/PDF/jcssp.2006.853.858.pdf}}</ref><ref>{{citation |title="FPGA Implementation of Enhanced ABR Protocol with Auto Defense Towards Malicious Node in MANETs" |url=http://search.proquest.com/openview/e0bd5c76b18707e80e90e15eb54be37e/1?pq-origsite=gscholar&cbl=1556339}}</ref> Alternative Enhancement of Associativity-Based Routing ('''AEABR'''),<ref>{{citation |title="Alternative Enhancement of Associativity-Based Routing"|url=https://link.springer.com/chapter/10.1007%2F978-3-642-11817-3_7#page-1
* Alternative Enhancement of Associativity-Based Routing ('''AEABR''')<ref>{{citation |title=Alternative Enhancement of Associativity-Based Routing|doi=10.1007/978-3-642-11817-3_7
}}</ref> Optimized Associativity Threshold Routing ('''OABTR'''),<ref>{{citation |title="Optimized Associativity Threshold Routing"|url=http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.79.8653&rep=rep1&type=pdf}}</ref> Cluster Based Enhanced Associativity-Based Routing ('''CBE-ABR'''),<ref>{{citation |title="CBE-ABR: A Cluster Based Enhanced Routing Protocol for Ad Hoc Mobile Networks" |url=http://airccse.org/journal/cnc/1009s5.pdf}}</ref> Associativity-Based Clustering Protocol ('''ABCP'''),<ref>{{citation |title="Associativity-Based Clustering Protocol for Mobile Ad Hoc Networks" |url=https://jan.newmarch.name/conferences/ccnc05/DATA/1-N03-04.PDF}}</ref> Associativity-Based Clustering and Query Stride ('''ABC-QS'''), <ref>{{citation |title="Associativity-Based Clustering and Query Stride for on-demand routing protocols in ad hoc networks "|url=http://ieeexplore.ieee.org/abstract/document/6596931/}}</ref> Stability-Based Multihop Clustering ('''SBMC'''),<ref>{{citation |title="Stability-Based Multi-Hop Clustering Protocol" |url=http://s3.amazonaws.com/academia.edu.documents/43823278/Stability-based_multi-hop_clustering_pro20160317-32218-jdn2wu.pdf?AWSAccessKeyId=AKIAJ56TQJRTWSMTNPEA&Expires=1480260646&Signature=p5yhUuqrcgQ5iZAIeUQmmgN%2BPGs%3D&response-content-disposition=inline%3B%20filename%3DStability-Based_Multi-Hop_Clustering_Pro.pdf}}</ref> Associativity-Based Energy Aware Clustering ('''AB-EAC'''),<ref>{{citation |title="An Associativity Based Energy Aware Clustering Technique for Mobile Ad Hoc Networks" |url=https://link.springer.com/chapter/10.1007/978-3-642-14493-6_37}}</ref> Fuzzy Based Trust Associativity-Based Routing ('''Fuzzy-ABR'''), Associativity Tick Averaged Associativity-Based Routing ('''ATA-AR'''),<ref>{{citation |title="Associativity Tick Averaged Associativity-Based Routing for Realtime Mobile Networks" |url=http://www.emo.org.tr/ekler/8a07694d909694a_ek.pdf}}</ref> Self-adaptive Q-learning based trust ABR ('''QTABR'''),<ref>{{citation |title="Self-Adaptive Trust Based ABR Protocol for MANETs Using Q-Learning" |url=https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4164804/}}</ref> Quality of Service Extensions to ABR ('''QoSE-ABR'''),<ref>{{citation |title="Adding Quality of Service Extensions to the Associativity Based Routing Protocol for Mobile Ad Hoc Networks"|url=http://dl.acm.org/citation.cfm?id=1487990}}</ref> TABU Search Initiated Associativity-Based Routing ('''TIG-ABR'''),<ref>{{citation |title="Improved Associativity Based Routing for Multi Hop Networks Using TABU Initialized Genetic Algorithm" |url=http://www.ripublication.com/ijaer16/ijaerv11n7_28.pdf}}</ref> Associativity-based Multicast Routing ('''ABAM'''),<ref>{{citation |title="ABAM: On-Demand Associativity-Based Multicast" |url=https://www.researchgate.net/publication/3874369_ABAM_On-Demand_Associativity-Based_Multicast_Routing_for_Ad_Hoc_Mobile_Networks}}</ref> Multipath Associativity Based Routing ('''MABR'''),<ref>{{citation |title="Multipath Associativity Based Routing"|url=http://dl.acm.org/citation.cfm?id=1044034}}</ref> and so on. The stability concept is also applied to [[wireless sensor network]]s<ref>{{citation |title="Associative routing for wireless sensor networks" |url=http://www.sciencedirect.com/science/article/pii/S0140366411000326}}</ref> and [[vehicular ad hoc network]]s (VANETs).<ref>{{citation |title="A Stable Routing Protocol for Vehicles in Urban Environments" |url=http://dsn.sagepub.com/content/9/11/759261.full}}</ref>
|year=2009
|s2cid=8920485
}}</ref>
* Optimized Associativity Threshold Routing ('''OABTR''')<ref>{{citation |title=Optimized Associativity Threshold Routing|citeseerx=10.1.1.79.8653}}</ref>
* Associativity-Based Clustering Protocol ('''ABCP'''),<ref>{{citation |title=Associativity-Based Clustering Protocol for Mobile Ad Hoc Networks |url=https://jan.newmarch.name/conferences/ccnc05/DATA/1-N03-04.PDF}}</ref>
* Fuzzy Based Trust Associativity-Based Routing ('''Fuzzy-ABR''')
* Associativity Tick Averaged Associativity-Based Routing ('''ATA-AR'''),<ref>{{citation |title=Associativity Tick Averaged Associativity-Based Routing for Realtime Mobile Networks |url=http://www.emo.org.tr/ekler/8a07694d909694a_ek.pdf}}</ref>
* Self-adaptive Q-learning based trust ABR ('''QTABR''')<ref>{{citation |title=Self-Adaptive Trust Based ABR Protocol for MANETs Using Q-Learning |journal= The Scientific World Journal|volume=2014 |pages=452362 |pmc=4164804 |year=2014 |last1=Vijaya Kumar |first1=A. |last2=Jeyapal |first2=A. |pmid=25254243 |doi=10.1155/2014/452362 |doi-access= free}}</ref>
* Quality of Service Extensions to ABR ('''QoSE-ABR''')<ref>{{citation |pages = 631–637|url=http://dl.acm.org/citation.cfm?id=1487990|doi = 10.1109/APSCC.2008.234|isbn = 9780769534732|year = 2008|series = Apscc '08| s2cid=7026878 | chapter=Adding Quality of Service Extensions to the Associativity Based Routing Protocol for Mobile Ad Hoc Networks (MANET) | title=2008 IEEE Asia-Pacific Services Computing Conference | last1=Murad | first1=Ayman Mansour | last2=Al-Mahadeen | first2=Bassam | last3=Murad | first3=Nuha Mansour | url-access=subscription }}</ref>
* Associativity-based Multicast Routing ('''ABAM''')<ref>{{citation |title=ABAM: On-Demand Associativity-Based Multicast |url=https://www.researchgate.net/publication/3874369}}</ref>
* Multipath Associativity Based Routing ('''MABR''')<ref>{{citation |chapter=Multipath Associativity Based Routing|chapter-url=http://dl.acm.org/citation.cfm?id=1044034|doi = 10.1109/WONS.2005.24|title = Second Annual Conference on Wireless On-demand Network Systems and Services|pages = 60–69|year = 2005|last1 = Carthy|first1 = P.M.|last2 = Grigoras|first2 = D.|isbn = 0769522904 <!--0-7695-2290-0 is listed on some pages, but it is invalid-->| s2cid=12523282 }}</ref>
* Associativity routing for Wireless Sensor Networks <ref>{{citation |title=Associative routing for wireless sensor networks |journal=Computer Communications|volume=34|issue=18|pages=2162–2173|doi=10.1016/j.comcom.2011.01.010|year=2011|last1=Eltarras|first1=Ramy|last2=Eltoweissy|first2=Mohamed}}</ref>
* Associative Vehicular Ad Hoc Networks (VANETs) <ref>{{citation |title=A Stable Routing Protocol for Vehicles in Urban Environments |journal=International Journal of Distributed Sensor Networks|volume=9|issue=11|pages=759261|doi=10.1155/2013/759261|year=2013|last1=Yu|first1=Hyun|last2=Ahn|first2=Sanghyun|last3=Yoo|first3=Joon|doi-access=free}}</ref>
 
==References==
Line 109 ⟶ 83:
[[Category:Mobile computers]]
[[Category:Wireless sensor network]]
[[Category:Wireless networking]]
[[Category:Ad hoc routing protocols]]
[[Category:Routing protocols]]