Abstract. 1. Introduction

Size: px
Start display at page:

Download "Abstract. 1. Introduction"

Transcription

1 Conflict Free Address Allocation Mechanism for Mobile Ad Hoc Networks Sudath Indrasinghe, Rubem Pereira, John Haggerty School of Computing and Mathematical Sciences Liverpool John Moores University {R.Pereira, Abstract A Mobile Ad-hoc Network (MANET) can be implemented anywhere where there is little or no communication infrastructure, or the existing infrastructure is inconvenient to use. A number of people with mobile devices may connect together to form one large group. Later on, they may split into smaller separate groups and partitions may merge if necessary. Network partitions and merges are potentially frequent occurrences in MANETs, hence address auto-configuration is an important requirement. In this paper we present a mechanism for address auto-configuration in MANETs, which is capable of assigning conflict-free addresses in a dynamic and distributed manner. Also we propose novel mechanisms to address MANET partition and merging. 1. Introduction A Mobile Ad-hoc Network (MANET) consists of a set of mobile hosts communicating with each other via wireless links. Such a network may operate in a stand-alone fashion. Dynamic address assignment is a desirable feature for deploying MANETs due to host mobility, with hosts joining and departing the network at will. This ad-hoc nature is used to address important typical scenarios and some MANETs applications are listed below: Military Field Activities: Originally these ad-hoc techniques came from battlefield-related scenarios. Much military equipment nowadays relies on communications and MANETs are vital where there is no networking infrastructure, thus facilitating military communication, for instance to maintain information between field personnel, field vehicles, aircraft and transferring and sharing information with different locations, for example, headquarters to forward troops [13] [9]. Crisis Service Management: MANET can be used in non-existing or damaged communications infrastructure situations or humanitarian crises such as fire, flood, and earthquakes, to name a few. This technology could be used to exchange information from one rescue team member to another over small handheld devices [13]. Local and Educational Requirements: MANET can provide a temporary multimedia network. Local level applications include taxicabs, sports stadium environment, etc. Educational-level applications could utilise notebook or palmtop computers to share information among participants at a conference or classroom [9]. Mobile Wireless Sensor Network: Sensor networks are a form of wireless networks with mobile, possibly multifunctional hosts. This can be used in many application environments such as scientific studies, domestic purposes, environmental observations etc. These hosts could be placed anywhere as required. For example, sensor hosts can even be placed inside the body of a patient for monitoring purposes. Address Auto-configuration Approaches - The approach we consider for address configuration is autoconfiguration, which automatically assigns IP addresses. IP address auto-configuration can broadly be classified into stateless and stateful approaches. In the stateless approach, an unconfigured host must obtain its own IP address by self-assignment. This stateless approach adapts random address assignment and is followed by duplicate address detection mechanism to achieve address uniqueness. Stateless approaches do not keep any allocation table. C Perkins et al [15] protocol is based on the newly-joining host selecting an address from the address space and informing all configured hosts of this new address. If an existing host already has the same address, then a new one is tried, and so on, until a conflict-free address is selected. In the stateful approach, an unconfigured host asks its neighbouring MANET hosts to work as proxies to obtain an IP address. Assignments of addresses to new hosts are based on a proxy s knowledge. Stateful approaches can be classified as follows: Centralized maintenance of the allocation table [6] - only one host in the MANET is permitted to select addresses for unconfigured hosts. Every host in the MANET must have the possibility to reach it all the time. This centrally-operated host is also a member of the MANET, causing the following drawbacks: unnecessary address changes and a high-level overhead when the central host departs the MANET. Distributed maintenance of a common allocation table [4][7] - every host in the MANET can allocate addresses for unconfigured hosts as they request them. Many address auto-configuration protocols use this mechanism in conjunction with Duplicate Address Detection (DAD), which is necessary to resolve any address conflicts. Distributed maintenance of multiple disjointed

2 allocation tables [10] This is really a hybrid approach. The new host does not need to ask permission from other hosts to assign a specific address as it can select one randomly from an assigned address space. This mechanism is efficient and reliable. Synchronization is required to detect the address conflicts. High bandwidth usage and the requirement for frequent flooding are the main drawbacks of this mechanism. The mechanism we propose is based on allocating a conflict free address to all newly arrived nodes, by using multiple disjointed address spaces, whereby each host in the MANET is responsible for allocating a range of addresses, disjoint from the ranges of all other hosts. This paper is organized as follows. Section 2 discusses related work and previous attempts to solve the automatic address configuration problems. The conflict-free address auto-configuration mechanism is provided in Section 3. In Section 4 we discuss details of MANET partitioning including the proposed address re-use mechanisms and in Section 5 we discuss novel mechanisms to address MANETs merging with same MANET ID. Finally conclusions and future works are in section Related Issues Previous research in the area of MANET address autoconfiguration primarily focuses on three problems: address generation, network merges and partitions, and duplicate address detection. Current research is summarized below. Problematic Issues in Address Auto-Configuration: Significant research on MANETs has been focused on the design of efficient routing protocols to meet the requirements of mobile ad-hoc networks. This includes limited power, mobility and limited transmission range. The majority of routing protocols assume that mobile hosts in ad-hoc networks are configured a priori with IP addresses before they begin communications in the network [14]. However, not all hosts have pre-assigned static or dynamic IP addresses, especially if they usually obtain their address through a dynamic mechanism on the wired network. Unavailability of a central server and hosts mobility in a MANET requires a reliable host identifier for communication. Frequent topology changes occurring in MANET due to hosts mobility make it difficult to allocate unique identifiers manually. Also hardware-based MAC addresses are neither reliable nor suitable for MANET communications due to the following: 1. These addresses can be duplicated. 2. Some network adapters do not have an IEEE MAC address at all. 3. MANET hosts are not restricted by IEEE MAC addresses. 4. In some instances, multiple Network Interface Cards maintaining the same MAC address. 5. Hardware-based addressing exploits the identity and privacy of the host [4][8]. However, IP addresses provide the uniqueness to form the basis of an addressing scheme. Some protocols require higher-level control packets, which are power consuming for hosts joining the network, detecting partitioning and merging, resolving address conflict as well as leading to complicated computations. This is at the cost of reliable and efficient MANET communications. These issues form the basis for the rest of the section. Address Allocation for New Hosts: When a new host comes to join the network, it is necessary for the host to acquire an address from the MANET. According to some protocols, new the host broadcasts an address request message and receives a reply from its neighbours. After selecting one neighbour as an initiator (or address allocator, attachment agent, buddy [4][7][12], etc.), it performs a defined procedure with that host based on duplicate address detection, using allocation tables or pending allocation table. If the initiator receives a negative reply from the network hosts, a conflict has been detected and the initiator has to allocate another address and repeat the procedure until it receives positive reply from all hosts. The Prophet Address Allocation protocol [7] uses a mathematical function and state values to generate a sequence of addresses resulting in fairly complex computations. However, this mechanism also generates some duplicate addresses and requires performing DAD to resolve these address conflicts. In the Efficient Network Layer Addressing (ENLA) protocol [12], when a new host joins the MANET, the initiator floods address requests. However, the initiator cannot find out if all hosts have responded to its request. MANET Partitioning and Merging: The MANETConf protocol [4] creates a partition identity (ID) for the MANET and it periodically floods the entire network. If a host does not receive the partition ID control packets within a certain time (periodical flooding), it assumes that this network is partitioned. In addition, such a periodical flooding increases network disruption. Higher overhead and network resource consumption are present with the above mentioned mechanisms. Also, the ENLA protocol adds parameters such as the highest address in use and address length to the header of every transmitted packet. Comparing the parameters, significant differences in received packets aid detection of network merges. The use of very large addresses, such as IPv6 128-bit addresses with only a few hundred participants will consume network resources unnecessarily. Also, this kind of address scheme creates unnecessary overheads, and increased workload by using limited resources. 3. Conflict Free Address Allocation Here we consider stand-alone Mobile Ad Hoc 21st International Conference on

3 Networks. We assume that a block of IPv4 private addresses is used for addressing the hosts within a MANET. The blocks provided for private addressing are: (10/8 prefix) (172.16/12 prefix) ( /16 prefix) We consider, for the sake of illustration, the first block, which provides 24 bits for addressing. We considered the following issues: generation of conflict free addresses for each MANET, but also we need to bear in mind that as hosts from different MANETs may come into contact with each other, they should be able to identify, by the address used, that they are from different MANETs. However, as will be discussed below, it is possible for 2 distinct MANETs to have the same MANET ID, and if two such MANETs come into contact with each other, we need a separate mechanism to distinguish between them. For this purpose, MANETs should also have a name, distinct from their IP addresses (MANET naming is discussed in section 5). By structuring the address space into MANET ID and Host ID, both objectives can be achieved, at least statistically. If 8 bits of the 24 bits available are used for the MANET ID, then clearly the probability of 2 MANETs with same ID is 1/256. This leaves 16 bit for host ID, allowing up to 64K hosts in the MANET. The mechanism presented here provides a distributed algorithm for allocating the remaining address space (in this example 16 bit address space) to the hosts. Our mechanism [2] posits that every mobile host in the network is capable of generating a range of addresses, and the ranges of addresses of any two hosts in the MANET are disjointed. In other words, each host generates numbers that are unique for that host, and the number of unique addresses generated by each hosts depends on a selected Base Value. Each host is numbered according to the order of arrival on the MANET. When a host departs from the MANET the number is reused, in which case it will not represent the order of arrival of the new host. Any given host, whose number is n, can generate the following numbers: Base Value 1 n x Base Value + i (1) i=0 Where Base Value = 2, 3, 4,.... Host Number n = 0, 1, 2, 3, i = 0, 1, 2, 3, (Base Value 1) The values obtained in Eq. (1) are then added to the first address in the host range to generate a new address Figure 1. Addresses allocation tree with base value of 2. Table 1. Number generation for base value 2 Host Number i value Generated value This algorithm leads to a tree structure in the way the addresses are generated, as illustrated in Figure 1 for the base value of 2. The higher the base value, the wider the tree and the higher the number of leaves with free addresses to allocate. However, situations like address reuse in a host departing a network abruptly or network partitioning, will create busy network environments. In other words, one parent host has to deal with many address re-allocations. The sequence of addresses generation with the base value and the host number are depicted in table 1 and figure MANET Partitioning MANET partitioning is a more general case of hosts departing the network and it could frequently occur as shown in Figure 2. A single MANET will split into two or

4 more MANET partitions in either a graceful or abrupt manner. A group of hosts abruptly departing network can have a severe effect to MANET communication and it is necessary to resolve it efficiently. First, we considered the graceful partitioning in MANET. For example, one or a few groups of hosts can depart the MANET to participate in some other session separately. This means that a network may split into multiple partitions gracefully. Partitioned networks know their partition and need to update reachable host tables in the new network. For this purpose, new network hosts are required to perform addresses clean up through entire parent network according to the new topology changes for correct and efficient network communication. When a MANET splits into a few partitions, the MANET ID of these partitions will initially be the same. These partitions may merge if they wish to participate for a different session. Therefore, partitions need to act as an independent network. To achieve this requirement each partitioned network has to change their MANET ID. In our proposed address scheme 8 bits are allocated for MANET ID and there are 256 possibilities to have a unique MANET ID. The host holding the lowest address in each partition randomly selects a new MANET ID within the available range. Parent Network Group B Group A Partition B Partition A Figure 2. MANET Partitioning. More challenging is abrupt network partitioning. When a network is partitioned abruptly, hosts in partitions initially are not aware of the partition. Before initiating communication among existing hosts, partitioned networks have to clarify about reachable hosts in the new network environment. To approach this task, they need to clean up unreachable host addresses belonging to other networks. This address clean up would normally happen only when a new host joins the network. Upon arriving, a new host is configured with a new address as explained in section 3. The newly configured host broadcasts its new address to the network. The new host, upon receiving the acknowledgement of each existing host, will detect a missing host address in the tree structure and inform the missing host s parent, in case the missing host may have departed abruptly. Address cleanup, therefore is not performed until a new host joins the network. With a partition, when many nodes leave the parent network simultaneously, one alternative is for hosts to use the routing table information in order to detect missing hosts. Proactive Routing Protocols: Hosts maintain routing information to every other host in the network in tables (The Global State Routing Protocol [3] maintains 3 tables and a list of all available neighbours). When these protocols initiate a periodical query flood through partitioned child networks, the routing table information is updated with each existing host according to network topology changes. With regard to this propagating update information, hosts in partitioned networks can realize hosts in the parent network that are no longer reachable. Then a clean up for the addresses of all unreachable hosts could be initiated with periodical query flooding. This results in hosts in the child partition acquiring new MANET ID randomly. This can be achieved by detecting the node with the lowest IP address of the child partition, which generates the new MANET ID and communicates it to all hosts in the new network. Reactive Routing Protocols: In this type of routing protocol, routes are determined and maintained for hosts only when they need to send data to a particular destination. Just after the network is partitioned, hosts in each partition do not know exactly which hosts are in the MANET. When a source wishing to transmit to a destination does not have the route to the destination in its current routing table (due to topology changes), it broadcasts a route discovery packet throughout the MANET to find the route between itself and destination. With this route discovery, existing hosts in the child partition realize that it may not be possible to reach some hosts who used to be in the MANET prior to the partition. As mentioned above, the host with the lowest IP address in the partition can allocate a new network identity to form new network. All hosts in a new network know their existing network members. Some addresses may not be present in some partitions and would remain un-assignable, as shown in figure 3. For example, if host No 3 is not present, all its potential children addresses would not be assignable. These are numbers 6, 7, 12, 13, 14, 15, and so on according to the address tree as depicted in fig.3. To address this issue, we develop a new mechanism presented below. The lowest address host is authorised to generate a root address (or lowest) if it is not present in the child network. This root host can generate addresses according to a relevant base value (in this case base value equals two). This is then given the task of allocating addresses with the restriction that this host must not allocate child addresses already in use. For example, if the lowest existing host number is 2 and it can allocate the root address 0 to a newly joining host with the restriction that when address 1 host is generated, this can only generate address 3, as address already exists. This can be achieved as follow: When allocating a root address, the root informs every host in the network and they confirm their acceptance of this address by sending an acknowledgement. With these

5 communications, a root host knows all existing hosts and their immediate parents. The root host s addresses allocation will proceed according to a base value and the restrictions with existing child host addresses Continuing un-assignable addresses 3 future endeavour in this research. Consider the case when two merging MANETs have the same MANET ID. Even though this unlikely, there is nevertheless a probability that this may occur. When they merge, routing protocols are likely to fail, due to repeated IP addresses. The source to destination route may not be established and routes are misdirected to different destinations specifically due to the presence of repeated IP addresses. This is illustrated in figure 4. For example, when host A from M1 network needs to send a message to B in the same network. The message reaches its destination B through hosts C, G or may be it reaches host B from M2 network. Likewise host G s (from M2) message will be delivered to either E (from M1 or M2) and hosts E s message could be received by either F, and so on Figure 3. Part of a tree that would not be assignable due to a missing host. 5. MANET Merging Merging frequently happens in MANET environments. This merging may involve previously partitioned or independent networks. Prior to merging, each partition will have independently configured addresses. After merging, two hosts in the merged network may have the same address, thereby creating an address conflict. It is necessary to resolve this situation immediately and efficiently for correct MANET communications. Our research has identified the importance of an alternative approach to redress this situation. When two networks merge with different MANET IDs, we can address this issue as follows: When two distant hosts X and Y from different networks come within communication range of each other, they exchange their MANETs identities. As the received and sent MANETs identities are different, X detects the merger with Y s network and Y also detects the merger with X s network. After detecting the merger, both X and Y exchange their respective addresses in use. Although the MANET s ID should be different, the hosts IDs are likely to be repeated in both MANETs. Therefore the merged network starts allocating new addresses for the MANET, with the larger MANET adopting the smaller one. Then both merged MANETs will have the same MANET ID of the larger network. The smaller network will have its address regenerated to be part of the same tree as the larger network. However, as nodes in the smaller networks are likely to have been within a communication session with other nodes, a protocol needs to be developed so that the new IP addresses can be assigned without disrupting ongoing communications. This protocol is an issue for Figure 4. Misleading routes to destination. To address this situation, we have developed the following a mechanism: Each MANET should be named with, say, eight random characters. This would ensure, with probability close to 1, that two merging MANETs would not have the same name. The purpose of naming MANETs is that the hosts from one merging network can be differentiated from hosts belonging to different networks in the case of merger when the networks happen to have the same MANET ID. When two networks merge, duplicate addresses are detected (including MANET ID). The case then is clear to the hosts in both networks that a merger took place in which both MANETs had, originally, the same MANET ID. To recover from this situation, the first node to detect a neighbour with the same IP address as itself broadcasts a message for all nodes. This special message contains the name of the MANET to which the broadcasting node originally belonged: All nodes belonging to the same original MANET will act on this message, and will change their MANET ID s to the new ID contained in the message. After this, the two merging MANETs will have different MANET IDs, which can be solved as was described in the beginning of this section. 6. Conclusion This paper proposes a novel mechanism for conflict free

6 address generation and re-use in MANETs. We consider the problems of MANET partition and MANETs merging. To perform allocation of reusable addresses, the mechanism uses the existing address space with regard to hosts childparent relationships. Even when the root host is unavailable, this mechanism is capable of re-using addresses by re-allocating root address. Also, we presented a novel solution for MANET merging and in particular the more difficult case when the MANET ID part of the IP address is the same for the merging MANETs. Giving a unique name for each MANET can identify its own group members among other hosts from different networks, therefore circumventing the difficulty imposed by possible, albeit unlikely, IP address duplication after a merger of MANETs that originally had the same MANET ID part of the IP address. Future work will include simulation to evaluate the message traffic required for updating the address tree during network partitioning and merging, and an evaluation of the relative merits of different base values, with regards to the efficiency of the mechanism, and the related performance implications, for instance the delay associated with address clean up after partition and with address changes following mergers. References [1]. Thanh V. Do, Paal E. Engelstad, and Tore E. Jønvik, Establishing IP Network Support for a PAN-Based Virtual Device, 9 th International conference on Inteligence in service delivery Networks, Bordeaux, France, October, [2]. Sudath Indrasinghe, Rubem Pereira, Hal Mokhtar, Hosts Address Auto Configuration for Mobile Ad Hoc Networks, 4th International Conference on Performance Modeling and Evaluation of Heterogeneous Networks, September, 2006 West Yorkshire, U.K. [3]. Magnus Frodigh, Per Johanson, Peter Larson, Wireless Ad-hoc Networking The art of networking without a network, Ericsson Review No 4, [7]. H. Zhou, L. M. Ni, and M. W. Mutka, Prophet Address Allocation for Large Scale Manets, Proc. IEEE INFOCOM 2003, San Francisco, CA, Mar [8]. Stephen Toner and Donal O'Mahony, Self Organising node Address Management in Ad-hoc Networks, Personal Wireless Communications pages: , Springer Berlin / Heidelberg [9]. Sun, J Mobile ad hoc networking: an essential technology for pervasive computing, Proc. International Conferences on Info-tech & Info-net, Beijing, China, (2001), C: [10]. Mansoor Mohsin and Ravi Prakash, IP Address Assignment in MANETs, Proceedings of IEEE MILCOM 2002,Anaheim, California, October [11].K. Weniger, PACMAN: Passive Autoconfi-guration for MANETs, IEEE JSAC, Special Issue on Wireless Ad-hoc Networks, Jan [12]. Jeff. Boleng, Efficient Network Layer Addre-ssing for MANETs, in Proc.of International Confe-rence on Wireless Networks (ICWN 02), Las Vegas, USA. [13]. Mario Gerla, From battlefields to urban grids: New research challenges in ad hoc wireless networks, Pervasive and Mobile Computing 1 (2005) [14]. David A. Maltz, Josh Broch, and David B. Johnson, Quantitative Lessons From a Full-Scale Multi- HopWireless Ad Hoc Network Testbed, in Proceedingsof the IEEE Wireless Communications and Networking Conference, September [15]. C. Perkins et al., IP Address Autoconfiguration for Ad Hoc Networks, IETF draft, [4]. S. Nesargi and R. Prakash, MANETConf: Configuration of Hosts in a MANET, InfoCom 2002, June [5]. P Mohapatra, Jiang Li, Chao Gui (University of California), QoS in Mobile Ad Hoc Networks, IEEE Wireless Communications, June [6] M. Günes and J. Reibel, An IP Address Configuration Algorithm for Zeroconf Mobile Multihop Ad-hoc Networks, Proc. Int l. Wksp. Broadband Wireless Ad-hoc Networks and Services, Sophia Antipolis, France, Sept

RSVconf: Node Autoconfiguration for MANETs

RSVconf: Node Autoconfiguration for MANETs RSVconf: Node Autoconfiguration for MANETs Robert Bredy, Tatsuaki Osafune, Massimiliano Lenardi Hitachi Europe, Sophia Antipolis Laboratory 1503 Route des Dolines, F-06560 Valbonne, France Email: bobbredy@hotmail.com,

More information

Quadratic Residue Based Address Allocation for Mobile Ad Hoc Networks

Quadratic Residue Based Address Allocation for Mobile Ad Hoc Networks Quadratic Residue Based Address Allocation for Mobile Ad Hoc Networks Xiaowen Chu 1, Yi Sun, Ke Xu 3, Zeeshan Sakander, Jiangchuan Liu 1 Department of Computer Science, Hong Kong Baptist University, Hong

More information

Proficient ID Allocation for MANETs

Proficient ID Allocation for MANETs Proficient ID Allocation for MANETs S. Rajeswari Associate Professor, ECE, Saranathan College of Engineering, Trichy, India. rajeswaris-ece@saranathan.ac.in Abstract A Mobile Adhoc Network (MANETs) is

More information

Enabling QoS in Stateful Auto-configuration Protocol used in IPv6 based MANETs

Enabling QoS in Stateful Auto-configuration Protocol used in IPv6 based MANETs Enabling QoS in Stateful Auto-configuration Protocol used in IPv6 based MANETs Punitha.R, puni.ravi22@gmail.com Reshmi.T.R reshmi.engg@gmail.com Murugan.K murugan@annauniv.edu Abstract The Mobile Ad-Hoc

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

A Comparative study of On-Demand Data Delivery with Tables Driven and On-Demand Protocols for Mobile Ad-Hoc Network

A Comparative study of On-Demand Data Delivery with Tables Driven and On-Demand Protocols for Mobile Ad-Hoc Network A Comparative study of On-Demand Data Delivery with Tables Driven and On-Demand Protocols for Mobile Ad-Hoc Network Humayun Bakht Research Fellow, London School of Commerce, United Kingdom humayunbakht@yahoo.co.uk

More information

A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET

A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET ISSN: 2278 1323 All Rights Reserved 2016 IJARCET 296 A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET Dr. R. Shanmugavadivu 1, B. Chitra 2 1 Assistant Professor, Department of Computer

More information

A FORWARDING CACHE VLAN PROTOCOL (FCVP) IN WIRELESS NETWORKS

A FORWARDING CACHE VLAN PROTOCOL (FCVP) IN WIRELESS NETWORKS A FORWARDING CACHE VLAN PROTOCOL (FCVP) IN WIRELESS NETWORKS Tzu-Chiang Chiang,, Ching-Hung Yeh, Yueh-Min Huang and Fenglien Lee Department of Engineering Science, National Cheng-Kung University, Taiwan,

More information

Performance Evaluation of Various Routing Protocols in MANET

Performance Evaluation of Various Routing Protocols in MANET 208 Performance Evaluation of Various Routing Protocols in MANET Jaya Jacob 1,V.Seethalakshmi 2 1 II MECS,Sri Shakthi Institute of Science and Technology, Coimbatore, India 2 Associate Professor-ECE, Sri

More information

Performance of Ad-Hoc Network Routing Protocols in Different Network Sizes

Performance of Ad-Hoc Network Routing Protocols in Different Network Sizes Performance of Ad-Hoc Network Routing Protocols in Different Network Sizes Sudheer Kumar 1, Akhilesh Yadav 2 Department of Computer Science and Engineering Kanpur Institute of Technology, Kanpur sudheerkr21@gmail.co

More information

ROBUST AND FLEXIBLE IP ADDRESSING FOR MOBILE AD-HOC NETWORK

ROBUST AND FLEXIBLE IP ADDRESSING FOR MOBILE AD-HOC NETWORK ROBUST AND FLEXIBLE IP ADDRESSING FOR MOBILE AD-HOC NETWORK Pankaj Kumar, Vinod Kumar Mishra, Poonam Rautela Department of Computer Science & Engineering, B. T. Kumaon Institute of Technology, Dwarahat,

More information

ANewRoutingProtocolinAdHocNetworks with Unidirectional Links

ANewRoutingProtocolinAdHocNetworks with Unidirectional Links ANewRoutingProtocolinAdHocNetworks with Unidirectional Links Deepesh Man Shrestha and Young-Bae Ko Graduate School of Information & Communication, Ajou University, South Korea {deepesh, youngko}@ajou.ac.kr

More information

Poonam kori et al. / International Journal on Computer Science and Engineering (IJCSE)

Poonam kori et al. / International Journal on Computer Science and Engineering (IJCSE) An Effect of Route Caching Scheme in DSR for Vehicular Adhoc Networks Poonam kori, Dr. Sanjeev Sharma School Of Information Technology, RGPV BHOPAL, INDIA E-mail: Poonam.kori@gmail.com Abstract - Routing

More information

A study of dynamic addressing techniques in mobile ad hoc networks

A study of dynamic addressing techniques in mobile ad hoc networks WIRELESS COMMUNICATIONS AND MOBILE COMPUTING Wirel. Commun. Mob. Comput. 2004; 4:315 329 (DOI: 10.1002/wcm.215) A study of dynamic addressing techniques in mobile ad hoc networks Yuan Sun*,y and Elizabeth

More information

Enhancing the Performance of Mobile Ad Hoc Networks with the Aid of Internet Gateways 1

Enhancing the Performance of Mobile Ad Hoc Networks with the Aid of Internet Gateways 1 Enhancing the Performance of Mobile Ad Hoc Networks with the Aid of Internet Gateways 1 Shiv Mehra and Chansu Yu Department of Electrical and Computer Engineering Cleveland State University E-mail: {s.mehra,c.yu91}@csuohio.edu

More information

MANET Architecture and address auto-configuration issue

MANET Architecture and address auto-configuration issue MANET Architecture and address auto-configuration issue Namhi Kang Catholic University E-mail: kang@catholic.ac.kr Contents Background Information Overview Common MANET misperception Multilink subnet issue

More information

Study and Comparison of Mesh and Tree- Based Multicast Routing Protocols for MANETs

Study and Comparison of Mesh and Tree- Based Multicast Routing Protocols for MANETs Study and Comparison of Mesh and Tree- Based Multicast Routing Protocols for MANETs Rajneesh Gujral Associate Proffesor (CSE Deptt.) Maharishi Markandeshwar University, Mullana, Ambala Sanjeev Rana Associate

More information

Middle in Forwarding Movement (MFM): An efficient greedy forwarding approach in location aided routing for MANET

Middle in Forwarding Movement (MFM): An efficient greedy forwarding approach in location aided routing for MANET Middle in Forwarding Movement (MFM): An efficient greedy forwarding approach in location aided routing for MANET 1 Prashant Dixit* Department of CSE FET, Manavrachna international institute of research

More information

Performance Comparison of MANETs Routing Protocols for Dense and Sparse Topology

Performance Comparison of MANETs Routing Protocols for Dense and Sparse Topology 2012 International Conference on Information and Computer Networks (ICICN 2012) IPCSIT vol. 27 (2012) (2012) IACSIT Press, Singapore Performance Comparison of MANETs Routing Protocols for Dense and Sparse

More information

Performance Evaluation of MANET through NS2 Simulation

Performance Evaluation of MANET through NS2 Simulation International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 1 (2014), pp. 25-30 International Research Publication House http://www.irphouse.com Performance Evaluation

More information

A New Approach to Efficient Bluetooth Scatternet Formation In Adhoc Wireless Network

A New Approach to Efficient Bluetooth Scatternet Formation In Adhoc Wireless Network A New Approach to Efficient Bluetooth Scatternet Formation In Adhoc Wireless Network Hemali Kotak 1, Hiteishi Diwanji 2 1 A.V.P.T.I. /Comp. Deptt, RAJKOT,INDIA Email: Hemali@yahoo.com 2 L.D. ENGG. College/Comp.

More information

An Efficient and Scalable Address Autoconfiguration in Mobile Ad Hoc Networks

An Efficient and Scalable Address Autoconfiguration in Mobile Ad Hoc Networks An Efficient and Scalable Address Autoconfiguration in Mobile Ad Hoc Networks Syed Rafiul Hussain, Subrata Saha, and Ashikur Rahman Department of Computer Science and Engineering, Bangladesh University

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

Chapter 5 Ad Hoc Wireless Network. Jang Ping Sheu

Chapter 5 Ad Hoc Wireless Network. Jang Ping Sheu Chapter 5 Ad Hoc Wireless Network Jang Ping Sheu Introduction Ad Hoc Network is a multi-hop relaying network ALOHAnet developed in 1970 Ethernet developed in 1980 In 1994, Bluetooth proposed by Ericsson

More information

Wireless Network Security Spring 2016

Wireless Network Security Spring 2016 Wireless Network Security Spring 2016 Patrick Tague Class #11 - Identity Mgmt.; Routing Security 2016 Patrick Tague 1 Class #11 Identity threats and countermeasures Basics of routing in ad hoc networks

More information

Wireless Network Security Spring 2015

Wireless Network Security Spring 2015 Wireless Network Security Spring 2015 Patrick Tague Class #10 Network Layer Threats; Identity Mgmt. 2015 Patrick Tague 1 Class #10 Summary of wireless network layer threats Specific threats related to

More information

Review of Auto-configuration Protocols for WANETs for IPv4 and IPv6 networking

Review of Auto-configuration Protocols for WANETs for IPv4 and IPv6 networking Review of Auto-configuration Protocols for WANETs for IPv4 and IPv6 networking 1 Shweta Bansal, 2 Pradeep Kumar Gaur 1 Research scholar, Institute of Engineering and Technology, Bhaddal 2 Assistant Professor,

More information

Active source routing for ad-hoc network: seamless integration of wireless environment

Active source routing for ad-hoc network: seamless integration of wireless environment Active source routing for ad-hoc network: seamless integration of wireless environment 1. Introduction Active networking is the emerging technology that will provide new network environment where lots

More information

Figure 1: Ad-Hoc routing protocols.

Figure 1: Ad-Hoc routing protocols. Performance Analysis of Routing Protocols for Wireless Ad-Hoc Networks Sukhchandan Lally and Ljiljana Trajković Simon Fraser University Vancouver, British Columbia Canada E-mail: {lally, ljilja}@sfu.ca

More information

Analysis of Black-Hole Attack in MANET using AODV Routing Protocol

Analysis of Black-Hole Attack in MANET using AODV Routing Protocol Analysis of Black-Hole Attack in MANET using Routing Protocol Ms Neha Choudhary Electronics and Communication Truba College of Engineering, Indore India Dr Sudhir Agrawal Electronics and Communication

More information

Computer Based Image Algorithm For Wireless Sensor Networks To Prevent Hotspot Locating Attack

Computer Based Image Algorithm For Wireless Sensor Networks To Prevent Hotspot Locating Attack Computer Based Image Algorithm For Wireless Sensor Networks To Prevent Hotspot Locating Attack J.Anbu selvan 1, P.Bharat 2, S.Mathiyalagan 3 J.Anand 4 1, 2, 3, 4 PG Scholar, BIT, Sathyamangalam ABSTRACT:

More information

Chapter 7: Naming & Addressing

Chapter 7: Naming & Addressing Chapter 7: Naming & Addressing Goals of this chapter This short chapter looks at non-standard options for denoting the senders/receivers of messages Traditional (fixed, wireless, ad hoc): Denote individual

More information

Prophet Address Allocation for Large Scale MANETs

Prophet Address Allocation for Large Scale MANETs Prophet Address Allocation for Large Scale MANETs Hongbo Zhou Dept. of Computer Science & Engineering Michigan State University East Lansing, USA zhouhon@cse.msu.edu Lionel M. Ni Dept. of Computer Science

More information

ROUTE STABILITY MODEL FOR DSR IN WIRELESS ADHOC NETWORKS

ROUTE STABILITY MODEL FOR DSR IN WIRELESS ADHOC NETWORKS ROUTE STABILITY MODEL FOR DSR IN WIRELESS ADHOC NETWORKS Ganga S 1, Binu Chandran R 2 1, 2 Mohandas College Of Engineering And Technology Abstract: Wireless Ad-Hoc Network is a collection of wireless mobile

More information

Part I. Wireless Communication

Part I. Wireless Communication 1 Part I. Wireless Communication 1.5 Topologies of cellular and ad-hoc networks 2 Introduction Cellular telephony has forever changed the way people communicate with one another. Cellular networks enable

More information

Performance Comparison of Routing Protocols for wrecked ship scenario under Random Waypoint Mobility Model for MANET

Performance Comparison of Routing Protocols for wrecked ship scenario under Random Waypoint Mobility Model for MANET Advances in Wireless and Mobile Communications. ISSN 0973-6972 Volume 10, Number 5 (2017), pp. 1051-1058 Research India Publications http://www.ripublication.com Performance Comparison of Routing Protocols

More information

Shortcut Tree Routing using Neighbor Table in ZigBee Wireless Networks

Shortcut Tree Routing using Neighbor Table in ZigBee Wireless Networks Shortcut Tree Routing using Neighbor Table in ZigBee Wireless Networks Salmu K.P 1, Chinchu James 2 1,2 Department of Computer Science, IIET, Nellikuzhi Abstract- ZigBee is a worldwide standard for wireless

More information

Performance evaluation of reactive and proactive routing protocol in IEEE ad hoc network

Performance evaluation of reactive and proactive routing protocol in IEEE ad hoc network Author manuscript, published in "ITCom 6 - next generation and sensor networks, Boston : United States (26)" DOI :.7/2.68625 Performance evaluation of reactive and proactive routing protocol in IEEE 82.

More information

Performance Analysis and Enhancement of Routing Protocol in Manet

Performance Analysis and Enhancement of Routing Protocol in Manet Vol.2, Issue.2, Mar-Apr 2012 pp-323-328 ISSN: 2249-6645 Performance Analysis and Enhancement of Routing Protocol in Manet Jaya Jacob*, V.Seethalakshmi** *II MECS, Sri Shakthi Institute of Engineering and

More information

Gateway Discovery Approaches Implementation and Performance Analysis in the Integrated Mobile Ad Hoc Network (MANET)-Internet Scenario

Gateway Discovery Approaches Implementation and Performance Analysis in the Integrated Mobile Ad Hoc Network (MANET)-Internet Scenario Gateway Discovery Approaches Implementation and Performance Analysis in the Integrated Mobile Ad Hoc Network (MANET)-Internet Scenario K.Gautham 1, Nagajothi A 2 Student, Computer Science and Engineering,

More information

A Comparative and Performance Study of On Demand Multicast Routing Protocols for Ad Hoc Networks

A Comparative and Performance Study of On Demand Multicast Routing Protocols for Ad Hoc Networks A Comparative and Performance Study of On Demand Multicast Routing Protocols for Ad Hoc Networks P.Madhan Mohan #, J.James Johnson #, K.Murugan $ and V.Ramachandran % # Under Graduate Student $ Senior

More information

DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET

DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET S. J. Sultanuddin 1 and Mohammed Ali Hussain 2 1 Department of Computer Science Engineering, Sathyabama University,

More information

Mobile Communications. Ad-hoc and Mesh Networks

Mobile Communications. Ad-hoc and Mesh Networks Ad-hoc+mesh-net 1 Mobile Communications Ad-hoc and Mesh Networks Manuel P. Ricardo Faculdade de Engenharia da Universidade do Porto Ad-hoc+mesh-net 2 What is an ad-hoc network? What are differences between

More information

Ad Hoc Routing Protocols and Issues

Ad Hoc Routing Protocols and Issues Ad Hoc Routing Protocols and Issues Stefano Basagni ECE Dept Northeastern University Boston, Jan 2003 Ad hoc (AD-HAHK or AD-HOKE)-Adjective a) Concerned with a particular end or purpose, and b) formed

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

A Review of Reactive, Proactive & Hybrid Routing Protocols for Mobile Ad Hoc Network

A Review of Reactive, Proactive & Hybrid Routing Protocols for Mobile Ad Hoc Network ShriRam College of Engineering & Management 1 A Review of Reactive, Proactive & Hybrid Routing Protocols for Mobile Ad Hoc Network M.Ramaiya Rohit Gupta Rachit Jain Head,Dept. Computer Science Dept. Computer

More information

Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol

Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol V.S.Chaudhari 1, Prof.P.N.Matte 2, Prof. V.P.Bhope 3 Department of E&TC, Raisoni College of Engineering, Ahmednagar Abstract:-

More information

PERFORMANCE EVALUATION OF DSR USING A NOVEL APPROACH

PERFORMANCE EVALUATION OF DSR USING A NOVEL APPROACH PERFORMANCE EVALUATION OF DSR USING A NOVEL APPROACH 1. Prof.S.P. Setti 2. Narasimha Raju K 3. Naresh Kumar K CS&SE Dept., CS&SE Dept., CS&SE Dept., AU College of Engineering, AU College of Engineering,

More information

Secure Host IP Configuration Protocol for Mobile Ad Hoc Networks Fathimabi Shaik and N. Rama krishnaiah

Secure Host IP Configuration Protocol for Mobile Ad Hoc Networks Fathimabi Shaik and N. Rama krishnaiah Secure Host IP Configuration Protocol for Mobile Ad Hoc Networks Fathimabi Shaik and N. Rama krishnaiah 1 M.Tech student, Computer Science and Engineering, Jawaharlal Nehru Technological University, Kakinada,

More information

SUMMERY, CONCLUSIONS AND FUTURE WORK

SUMMERY, CONCLUSIONS AND FUTURE WORK Chapter - 6 SUMMERY, CONCLUSIONS AND FUTURE WORK The entire Research Work on On-Demand Routing in Multi-Hop Wireless Mobile Ad hoc Networks has been presented in simplified and easy-to-read form in six

More information

SIPCache: A Distributed SIP Location Service for Mobile Ad-Hoc Networks

SIPCache: A Distributed SIP Location Service for Mobile Ad-Hoc Networks SIPCache: A Distributed SIP Location Service for Mobile Ad-Hoc Networks Simone Leggio Hugo Miranda Kimmo Raatikainen Luís Rodrigues University of Helsinki University of Lisbon August 16, 2006 Abstract

More information

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s M. Nagaratna Assistant Professor Dept. of CSE JNTUH, Hyderabad, India V. Kamakshi Prasad Prof & Additional Cont. of. Examinations

More information

Design and Implementation of a Simulator for Ad Hoc Network Routing Protocols

Design and Implementation of a Simulator for Ad Hoc Network Routing Protocols Design and Implementation of a Simulator for Ad Hoc Network Routing Protocols Mudit, Sachin Chaudhary Abstract In consideration of adaptability to the environment and flexibility in protocol construction,

More information

Rapid IPv6 Address Autoconfiguration for Heterogeneous Mobile Technologies

Rapid IPv6 Address Autoconfiguration for Heterogeneous Mobile Technologies Rapid IPv6 Address Autoconfiguration for Heterogeneous Mobile Technologies Panita Pongpaibool 1, Kannikar Siriwong Na Ayutaya 1, Kanchana Kanchanasut 2, Hajime Tazaki 3 1 NECTEC, 112 Pahol Yothin Rd.,

More information

A DHCPv6 Based IPv6 Autoconfiguration Mechanism for Subordinate MANET

A DHCPv6 Based IPv6 Autoconfiguration Mechanism for Subordinate MANET 2008 IEEE Asia-Pacific Services Computing Conference A DHCPv6 Based IPv6 Autoconfiguration Mechanism for Subordinate MANET Shubhranshu Singh Advanced Technology Division Samsung India Software Operations

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

IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 12, 2014 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 12, 2014 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 12, 2014 ISSN (online): 2321-0613 A Dynamic Filter Based Addressing for Node Auto Configuration in Mobile AD HOC Networks

More information

The Research of Long-Chain Wireless Sensor Network Based on 6LoWPAN

The Research of Long-Chain Wireless Sensor Network Based on 6LoWPAN 2017 5th International Conference on Enterprise Systems The Research of Long-Chain Wireless Sensor Network Based on 6LoWPAN Weilan Lin linweilan@gz.sia.cn Shuangfei Zi zishuangfei@gz.sia.cn Zhiyi Fan Department

More information

Efficient Hybrid Multicast Routing Protocol for Ad-Hoc Wireless Networks

Efficient Hybrid Multicast Routing Protocol for Ad-Hoc Wireless Networks Efficient Hybrid Multicast Routing Protocol for Ad-Hoc Wireless Networks Jayanta Biswas and Mukti Barai and S. K. Nandy CAD Lab, Indian Institute of Science Bangalore, 56, India {jayanta@cadl, mbarai@cadl,

More information

Beacon Update for Greedy Perimeter Stateless Routing Protocol in MANETs

Beacon Update for Greedy Perimeter Stateless Routing Protocol in MANETs Beacon Update for Greedy erimeter Stateless Routing rotocol in MANETs Abstract Dhanarasan 1, Gopi S 2 1 M.E/CSE Muthayammal Engineering College, getdhanarasan@gmail.com 2 Assistant rofessor / IT Muthayammal

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

Performance Analysis of Broadcast Based Mobile Adhoc Routing Protocols AODV and DSDV

Performance Analysis of Broadcast Based Mobile Adhoc Routing Protocols AODV and DSDV INTERNATIONAL JOURNAL OF COMPUTER SCIENCE AND MOBILE APPLICATIONS IJCSMA Performance Analysis of Broadcast Based Mobile Adhoc Routing Protocols AODV and DSDV Er. Sandeep Singh Khehra 1, Er. Abhinash Singla

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 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

Mitigating Superfluous Flooding of Control Packets MANET

Mitigating Superfluous Flooding of Control Packets MANET Mitigating Superfluous Flooding of Control Packets MANET B.Shanmugha Priya 1 PG Student, Department of Computer Science, Park College of Engineering and Technology, Kaniyur, Coimbatore, India 1 Abstract:

More information

Handover Management for Mobile Nodes in IPv6 Networks

Handover Management for Mobile Nodes in IPv6 Networks TECHNOLOGY ADVANCES FOR 3G AND BEYOND Handover Management for Mobile Nodes in IPv6 Networks Nicolas Montavont and Thomas Noël LSIIT Louis Pasteur University CNRS, Strasbourg ABSTRACT In this article we

More information

Fast Location Opposite Update Scheme for Minimizing Handover Latency over Wireless/Mobile Networks

Fast Location Opposite Update Scheme for Minimizing Handover Latency over Wireless/Mobile Networks Fast Location Opposite Update Scheme for Minimizing Handover Latency over Wireless/Mobile Networks Sunguk Lee Research Institute of Industrial Science and Technology Pohang, Gyeongbuk, 790-330, S.KOREA

More information

Mobile Ad-Hoc Wireless Network

Mobile Ad-Hoc Wireless Network Mobile Ad-Hoc Wireless Network Krunal N. Chandewar, H.R. Deshmukha Computer science Computer science,amravati university Amravati university Satkar Nagar, Nagpur Road Bhandara, India Abstract An ad hoc

More information

Routing Protocols in Mobile Ad-Hoc Network

Routing Protocols in Mobile Ad-Hoc Network International Journal of Computer Science & Management Studies, Vol. 12, Issue 02, April 2012 Protocols in Mobile Ad-Hoc Network Sachin Minocha M. Tech Student, Vaish College of Engineering, Rohtak, Haryana

More information

QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET

QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET 2011 International Conference on Information and Network Technology IPCSIT vol.4 (2011) (2011) IACSIT Press, Singapore QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET Ashwini V. Biradar

More information

Multicast over Vehicle Ad Hoc Networks

Multicast over Vehicle Ad Hoc Networks 1 Multicast over Vehicle Ad Hoc Networks Alberto Gordillo Muñoz Abstract Vehicular networks may improve the safety and efficiency of road travel but there are many challenges that still need to be overcome.

More information

UNIT 1 Questions & Solutions

UNIT 1 Questions & Solutions UNIT 1 Questions & Solutions 1. Give any 5 differences between cellular wireless networks and ADHOC wireless network. Ans: The following table shows the difference between cellular networks and Adhoc wireless

More information

Kapitel 5: Mobile Ad Hoc Networks. Characteristics. Applications of Ad Hoc Networks. Wireless Communication. Wireless communication networks types

Kapitel 5: Mobile Ad Hoc Networks. Characteristics. Applications of Ad Hoc Networks. Wireless Communication. Wireless communication networks types Kapitel 5: Mobile Ad Hoc Networks Mobilkommunikation 2 WS 08/09 Wireless Communication Wireless communication networks types Infrastructure-based networks Infrastructureless networks Ad hoc networks Prof.

More information

Virtual Hierarchical Architecture Integrating Mobile IPv6 and MANETs for Internet Connectivity

Virtual Hierarchical Architecture Integrating Mobile IPv6 and MANETs for Internet Connectivity Virtual Hierarchical Architecture Integrating Mobile IPv6 and MANETs for Internet Connectivity Hyemee Park, Tae-Jin Lee, and Hyunseung Choo School of Information and Communication Engineering Sungkyunkwan

More information

Mobile Ad-hoc and Sensor Networks Lesson 04 Mobile Ad-hoc Network (MANET) Routing Algorithms Part 1

Mobile Ad-hoc and Sensor Networks Lesson 04 Mobile Ad-hoc Network (MANET) Routing Algorithms Part 1 Mobile Ad-hoc and Sensor Networks Lesson 04 Mobile Ad-hoc Network (MANET) Routing Algorithms Part 1 Oxford University Press 2007. All rights reserved. 1 Ad-hoc networks deployment For routing, target detection,

More information

Chapter 7 CONCLUSION

Chapter 7 CONCLUSION 97 Chapter 7 CONCLUSION 7.1. Introduction A Mobile Ad-hoc Network (MANET) could be considered as network of mobile nodes which communicate with each other without any fixed infrastructure. The nodes in

More information

Probabilistic Mechanism to Avoid Broadcast Storm Problem in MANETS

Probabilistic Mechanism to Avoid Broadcast Storm Problem in MANETS , pp.479-486 http://dx.doi.org/1.14257/astl.217.147.67 Probabilistic Mechanism to Avoid Broadcast Storm Problem in MANETS G Parimala 1, B Suvarna 2, N Rajeswari 3 and Venkatesulu Dondeti 4 VFSTR University,

More information

Optimized Prophet Address Allocation (OPAA) for Body Area Networks

Optimized Prophet Address Allocation (OPAA) for Body Area Networks Optimized Prophet Address Allocation (OPAA) for Body Area Networks Samaneh Movassaghi, Mehran Abolhasan and Justin Lipman Faculty of Engineering and Information Technology University of Technology, Sydney

More information

A New Energy Efficient and Scalable Multicasting Algorithm for Hierarchical Networks

A New Energy Efficient and Scalable Multicasting Algorithm for Hierarchical Networks International Journal of Engineering Research and Development ISSN: 2278-067X, Volume 1, Issue 5 (June 2012), PP.12-17 www.ijerd.com A New Energy Efficient and Scalable Multicasting Algorithm for Hierarchical

More information

Architecture for address auto-configuration in MANET based on Extended Prime Number Address Allocation (EPNA)

Architecture for address auto-configuration in MANET based on Extended Prime Number Address Allocation (EPNA) Architecture for address auto-configuration in MANET based on Extended Prime Number Address Allocation (EPNA) HARISH KUMAR Computer Science & Engineering, UIET, Panjab University, Sector-25, Chandigarh

More information

Keywords Mobile Ad hoc Networks, Multi-hop Routing, Infrastructure less, Multicast Routing, Routing.

Keywords Mobile Ad hoc Networks, Multi-hop Routing, Infrastructure less, Multicast Routing, Routing. Volume 4, Issue 7, July 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Study on Various

More information

Zone-based Proactive Source Routing Protocol for Ad-hoc Networks

Zone-based Proactive Source Routing Protocol for Ad-hoc Networks 2014 IJSRSET Volume i Issue i Print ISSN : 2395-1990 Online ISSN : 2394-4099 Themed Section: Science Zone-based Proactive Source Routing Protocol for Ad-hoc Networks Dr.Sangheethaa.S 1, Dr. Arun Korath

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

STUDY ON MOBILE ADHOC NETWORK ROUTING PROTOCOLS

STUDY ON MOBILE ADHOC NETWORK ROUTING PROTOCOLS International Journal of Information Technology and Knowledge Management January-June 2012, Volume 5, No. 1, pp. 155-158 STUDY ON MOBILE ADHOC NETWORK ROUTING PROTOCOLS Monika ABSTRACT: In Many wireless

More information

A Fast and Reliable Tree based Proactive Source Routing in Mobile Adhoc Network 1 Haseena M. K., 2 Annes Philip.

A Fast and Reliable Tree based Proactive Source Routing in Mobile Adhoc Network 1 Haseena M. K., 2 Annes Philip. www.ijecs.in International Journal Of Engineering And Computer Science ISSN:239-7242 Volume 4 Issue 7 July 205, Page No. 3422-3425 A Fast and Reliable Tree based Proactive Source Routing in Mobile Adhoc

More information

Outline. CS5984 Mobile Computing. Dr. Ayman Abdel-Hamid, CS5984. Wireless Sensor Networks 1/2. Wireless Sensor Networks 2/2

Outline. CS5984 Mobile Computing. Dr. Ayman Abdel-Hamid, CS5984. Wireless Sensor Networks 1/2. Wireless Sensor Networks 2/2 CS5984 Mobile Computing Outline : a Survey Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech An Introduction to 1 2 1/2 Advances in micro-electro-mechanical systems technology, wireless communications,

More information

SECURE AND EFFICIENT HYBRID APPROACH FOR DATA TRANSMISSION IN ZIGBEE NETWORK

SECURE AND EFFICIENT HYBRID APPROACH FOR DATA TRANSMISSION IN ZIGBEE NETWORK SECURE AND EFFICIENT HYBRID APPROACH FOR DATA TRANSMISSION IN ZIGBEE NETWORK P.M.Shareefa Jareena *1, T.Samraj Lawrence #2, and V.Perathu Selvi #3 * Student, Dept of CSE (SNW), Francis Xavier Engineering

More information

Computation of Multiple Node Disjoint Paths

Computation of Multiple Node Disjoint Paths Chapter 5 Computation of Multiple Node Disjoint Paths 5.1 Introduction In recent years, on demand routing protocols have attained more attention in mobile Ad Hoc networks as compared to other routing schemes

More information

[Kamboj* et al., 5(9): September, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Kamboj* et al., 5(9): September, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY NOVEL REVIEW OF MANET ROUTING PROTOCOLS Nippun Kamboj*, Dr. Munishwar Rai Department of Computer Applications Maharishi Markandeshwar

More information

Implementation of AODV Protocol and Detection of Malicious Nodes in MANETs

Implementation of AODV Protocol and Detection of Malicious Nodes in MANETs Implementation of AODV Protocol and Detection of Malicious Nodes in MANETs Savithru Lokanath 1, Aravind Thayur 2 1 Department of Electronics & Communication Engineering, DayanandaSagar College of Engineering,

More information

Improving Performance in Ad hoc Networks through Location based Multi Hop Forwarding

Improving Performance in Ad hoc Networks through Location based Multi Hop Forwarding Improving Performance in Ad hoc Networks through Location based Multi Hop Forwarding v.vallinayagi research scholar, manonmanium university tirunelveli-11 Dr.G.M.Nasira Assistant professor dept of computer

More information

A Hybrid Routing Protocol for Ad-hoc Wireless Network Based on Proactive and Reactive Routing Schemes

A Hybrid Routing Protocol for Ad-hoc Wireless Network Based on Proactive and Reactive Routing Schemes A Hybrid Routing Protocol for Ad-hoc Wireless Network Based on Proactive and Reactive Routing Schemes Chetana K. Kamate, Dr. Santosh L. Deshpande Department P.G. Studies in Computer Network and Engineering,

More information

Mobile ad hoc networks Various problems and some solutions

Mobile ad hoc networks Various problems and some solutions Mobile ad hoc networks Various problems and some solutions Humayun Bakht School of Computingand Mathematical Sciences Liverpool John Mores University Email:humayunbakht@yahoo.co.uk Main Focus Problems

More information

COMPARATIVE ANALYSIS AND STUDY OF DIFFERENT QOS PARAMETERS OF WIRELESS AD-HOC NETWORK

COMPARATIVE ANALYSIS AND STUDY OF DIFFERENT QOS PARAMETERS OF WIRELESS AD-HOC NETWORK COMPARATIVE ANALYSIS AND STUDY OF DIFFERENT QOS PARAMETERS OF WIRELESS AD-HOC NETWORK Nalin Gahlaut 1, Jaya sharma 2, Pankaj Kumar 3, Kaushal Kumar 4 1 Doctoral Candidate, Uttarakhand Technical University,

More information

MULTICASTING IN MANET USING THE BEST EFFECTIVE PROTOCOLS

MULTICASTING IN MANET USING THE BEST EFFECTIVE PROTOCOLS MULTICASTING IN MANET USING THE BEST EFFECTIVE PROTOCOLS 1 R. INDIRANI, 2 ARUCHAMY RAJINI 1 M. Phil Research Scholar, 2 Associate Professor 1&2 PG & Research Department of Computer Science, 1&2 Hindusthan

More information

A Case Study on Pervasive Computing in MANET G.Subhramanya Sarma, Ravi Kumar Kallakunta,A.Ramakrishna,S.Swarna,A.somasekhar

A Case Study on Pervasive Computing in MANET G.Subhramanya Sarma, Ravi Kumar Kallakunta,A.Ramakrishna,S.Swarna,A.somasekhar International Journal of Scientific & Engineering Research, Volume 2, Issue 12, December-2011 1 A Case Study on Pervasive Computing in MANET G.Subhramanya Sarma, Ravi Kumar Kallakunta,A.Ramakrishna,S.Swarna,A.somasekhar

More information

SIMPLE MODEL FOR TRANSMISSION CONTROL PROTOCOL (TCP) Irma Aslanishvili, Tariel Khvedelidze

SIMPLE MODEL FOR TRANSMISSION CONTROL PROTOCOL (TCP) Irma Aslanishvili, Tariel Khvedelidze 80 SIMPLE MODEL FOR TRANSMISSION CONTROL PROTOCOL (TCP) Irma Aslanishvili, Tariel Khvedelidze Abstract: Ad hoc Networks are complex distributed systems that consist of wireless mobile or static nodes that

More information

A Hybrid Load Balance Mechanism for Distributed Home Agents in Mobile IPv6

A Hybrid Load Balance Mechanism for Distributed Home Agents in Mobile IPv6 A Hybrid Load Balance Mechanism for Distributed Home Agents in Mobile IPv6 1 Hui Deng 2Xiaolong Huang 3Kai Zhang 3 Zhisheng Niu 1Masahiro Ojima 1R&D Center Hitachi (China) Ltd. Beijing 100004, China 2Dept.

More information

PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS

PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS AMANDEEP University College of Engineering, Punjabi University Patiala, Punjab, India amandeep8848@gmail.com GURMEET KAUR University College of Engineering,

More information

A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols

A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols International Journal of Computer Science & Communication Vol. 1, No. 2, July-December 2010, pp. 185-189 A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols B.V. Manikyala Rao

More information