A DHCPv6 Based IPv6 Autoconfiguration Mechanism for Subordinate MANET

Size: px
Start display at page:

Download "A DHCPv6 Based IPv6 Autoconfiguration Mechanism for Subordinate MANET"

Transcription

1 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 Shubranshu@gmail.com Ashutosh Bhatia Advanced Technology Division Samsung India Software Operations ashutosh.78@samsung.com Abstract In order to communicate among themselves and with the devices on the Internet, a Mobile Ad-hoc NETwork (MANET) node needs to configure its interface(s) with IP address(es). MANET is a multi-hop network often consisting of mobile devices such as mobile phones, PDAs, laptops with wireless interface(s). Due to some of the MANET inherent characteristics such as mobility, multi-hop and adhoc, manual configuration of IP address(es)/prefix(es) is not desirable and practical. The Dynamic Host Configuration Protocol version 6 (DHCPv6) is Internet Engineering Task Force defined standard mechanism to autoconfigure IPv6 address in a stateful manner. This paper discusses subordinate MANET scenario and applicability of DHCPv6 in such scenario. The paper then proposes a novel approach to dynamically configure DHCPv6 relay agents in order to make DHCPv6 message exchange possible between MANET nodes (DHCPv6 clients) and DHCPv6 server ensuring minimal control overhead. Proposed solution facilitates seamless integration of MANET with the Internet. Operation of the relay agent is kept transparent to the client and server as required by the DHCPv6 specification. The optimization helps to reduce configuration latency and signal overhead. The proposed mechanism is evaluated and analyzed using ns-2.31 over IEEE MAC/PHY layer and Ad-hoc On-demand Distance Vector routing protocol. 1. Introduction Mobile Ad-hoc NETwork (MANET) is a widely researched and implemented technology by academia and industry. Recently the industry witnessed some deployment of the technology in different flavors which in turn further accelerated work in this field. However, there are still some challenges that need to be addressed. Towards that end recently the Internet Engineering Task Force (IETF) formed a working group to solve and standardize the problem of IPv6 address/prefix autocofiguration in such network. In MANET each node can reach not only nodes in its direct transmission range, but also distant nodes, accessible through one or more intermediate nodes. Because of mobile, ad hoc and wireless interface characteristics, the paths to a particular destination changes over time with much higher frequency than in infrastructure networks. Furthermore, the network may partition and merge again later. These MANET specific characteristics imposes new challenges on address autoconfiguration mechanism and need to be considered by any address autoconfiguration mechanism in MANET. Subordinate MANET when connected to the Internet via one or more Border Routers imposes additional requirements on the address autoconfiguration mechanism such as assigned addresses should be topologically correct and globally routable. In this paper, we consider the network topology in which all the MANET nodes can connect to the Internet through Border Router(s). Border Router (BR) is the edge router connecting MANET and the Internet. Two approaches namely stateless and stateful are widely used for address autoconfiguration. The stateless address autoconfiguration [12] mechanism allows a node to generate a tentative address randomly and then use Duplicate Address Detection (DAD) procedure to detect any duplicate address. In MANET, DAD often introduces complexities since it uses timeouts. However in MANET message delay cannot be bounded. Thus the use of timeouts cannot reliably detect the absence of a message. Such unreliability can lead to a situation where the duplicate address remains undetected as discussed in [17]. Moreover, performing MANET wide DAD would also introduce broadcast-storm due to MANET wide flooding. The stateful approach is based on client-server mechanism with centralized or distributed maintenance of configuration parameters by the server. The IETF defined Dynamic Host Configuration Protocol (DHCP) [5] is an example of stateful approach. The main purpose of our paper is to propose a novel approach for IPv6 address/prefix autoconfiguration of MANET nodes using DHCPv6, ensuring its backward com /08 $ IEEE DOI /APSCC

2 patibility as well as minimal control overhead. The mechanism allow dynamic configuration of DHCPv6 relay agent in order to make DHCPv6 message exchange possible between MANET nodes (DHCPv6 clients) and DHCPv6 server. The approach has been designed to make sure that it is simple to implement and deploy. Another important goal of the proposal is to maintain conformance with the classical network architecture thus ensuring seamless integration of MANET with the Internet. The rest of the paper is organized as follows: Section 2 discusses related work on stateful address autoconfiguration in MANET. Section 3 discusses the IETF DHCPv6 protocol operation details. Section 4 provides architecture details of subordinate MANET deployment scenario as considered in this paper. Section 5 explores the applicability of DHCPv6 in MANET. Section 6 proposes a simple and novel approach for subordinate MANET autoconfiguration and is based on DHCPv6. Section 7 presents detail simulation results and analysis. The paper concludes with section 8. 2 Related Work Several work has been done on MANET address autoconfiguration. In [2] a detail survey of various existing address auto-configuration mechanisms in MANET has been discussed. Below related work discussion is focused only on the stateful address autoconfiguration mechanisms. The stateful autoconfiguration protocol [8] presents an address assignment scheme similar to DHCPv6. However, in this protocol instead of DHCPv6 server the border router allocates the addresses to other ad-hoc nodes and manages the allocated addresses. The main advantages of this proposal are low configuration latency and scalability due to local communication, by introducing proxy nodes. The Interface Id field of IPv6 address [6] has been sub divided into ad-hoc prefix and Host Id. The nodes configured with the same proxy node would get same prefix and create a subnet which may be multi hop in nature. However, this creates the problem related to multi-link subnet as discussed in [15]. As per the paper, proxy behavior of node is only useful when large number of nodes are working as proxy agent. However, large number of proxy nodes will create lot of signal overhead due to periodic proxy advertisement messages sent by every proxy node. Finally the border router discovery is required by the underlying routing protocol. Thus requiring new messages to be defined. [1] proposes a conflict free allocation solution by providing prefixes instead of addresses. As indicated in this paper the benefits of this protocol are: use of existing IPv6 Neighbor Discovery [9] Router Advertisement (RA) message and DHCPv6 prefix delegation mechanism [16] to configure addresses. However, The nodes configured with same RA message will have same prefix in their addresses thus creating multi-link subnet. Therefore this mechanism also creates the problem as discussed in [15]. The propagation of DHCPv6 prefix message towards the initiator node may take longer path instead of shortest one because the path information is based on previously received RA message. Normally the periodicity of RA message in IPv6 is of the order of second which will drastically increase the configuration latency of this mechanism. On the other hand reducing the periodicity of RA messages would introduce lot of signal overhead since every node is transmitting RA message. The IETF draft [14] uses IP-over-IP mechanism to provide an abstraction to IP layer. The border router considers other border routers on-link through Virtual Ethernet interface configured over their MANET interfaces. As pointed in the draft, benefit of this approach is use of existing configuration protocols such as DHCPv6 and NDP without modification. However, this proposed mechanism would introduce more complexity and overhead due to encapsulation of IP-over-IP as discussed in [13]. The major issues with this approach are fragmentation and extra overhead due to encapsulation. 3 Dynamic Host Configuration Protocol (DHCPv6) The DHCPv6 [5] is based on client-server architecture. An IPv6 node (DHCPv6 client) contacts a DHCPv6 server for allocation of IPv6 address. On receipt of DHCPv6 address, request the DHCPv6 server dynamically assigns an address from a pool of addresses based on its allocation policy. If the DHCPv6 server is not on the same link as the DHCPv6 client, it is possible to use one or more DHCPv6 relay agents. The relay agent transparently forwards the messages to a different subnet such that the request message finally reaches to the DHCP server. In short, following are the sequence of operation for address autoconfiguration using DHCPv6. Detail operation of DHCPv6 is in [5]. 1. A client sends a Solicit message (SOLICIT) to locate servers. 2. In response to a Solicit message received from a client, server sends an Advertise message (ADVERTISE) to indicate that it is available for DHCPv6 service. 3. A client sends a Request message to get IPv6 address from a specific server after choosing the server. 4. A server sends a Reply message containing assigned addresses to the client. Besides the above message exchange procedure the DHCPv6 client also sends messages for renewal of address lifetime and other configuration parameter request. In this 238

3 paper, we only focus on message exchange mechanism related to IPv6 address/prefix autoconfiguration. The lifetime extension and other parameter configuration can be done in a similar fashion. 4 DEPLOYMENT SCENARIO The MANET is broadly classified into two categories: subordinate MANET and Autonomous MANET. Subordinate MANET is a MANET which is connected to one or more external network(s) and where such external network(s) are imposing an addressing hierarchy scheme on the MANET. Autonomous MANET is a MANET to which no external network imposes an addressing hierarchy. An example deployment scenario of subordinate MANET, as considered in this paper, is shown in Figure 1. In this scenario, MANET is connected to the Internet via Border Router (BR). There could be single or multiple mobile or fixed border routers. Border routers have at least two interfaces. The interface that connects to the Internet is called egress interface while the interface connecting to the MANET is called ingress interface. The ingress interface is often wireless in such deployment scenario. For simplicity, scenario with single DHCP server is considered however the proposed solution would work in the scenario where multiple DHCP server exists. Moreover, the DHCP server and the border router may be co-located. This kind of deployment is very common when MANET is integrated with exiting infrastructure network. In such deployment scenario, in order to be able to communicate with the nodes on the Internet, MANET nodes need to get configuration parameters from the DHCP server. Ingress Interface BR Egress Interface Figure 1: MANET Deployment Scenario 5 APPLICABILITY OF DHCPv6 FOR MANET AUTOCONFIGURATION In the considered deployment scenario as shown in Figure 1 the DHCP server is located outside MANET and is not on the same link as MANET nodes.thus there has to be relay agents configured such that DHCP link-local requestreply messages can finally reach to the DHCP server and clients respectively. In the classical networks, relay agents are manually configured for such purposes. However, due to the inherent mobile, wireless and ad-hoc nature of MANET, manual configuration of relay agent is not desirable and practical. Therefore, these relay agents need to be dynamically configured. The border router is often a fixed node and may be statically configured as relay agent with either the server address or another relay agent that would forward the messages towards the server. To allow DHCP client messages to reach up to border router, when it is not on-link, at least one relay agent is required on client link to relay messages between client and border router. In MANET, nodes are mobile and have no predefined infrastructure or movement model. This implies that all nodes should work as DHCPv6 relay unless some optimization mechanism is used. In DHCPv6, if the relay agent does not know the unicast address of DHCPv6 server or another relay agent then it uses site scoped multicast address, ALL-DHCP-SERVER as defined as defined in [5]. Since site scoped multicasting works along the line of Multicast Listener Discovery [4] protocol, similar forwarding mechanism is required in MANET to support network wide multicast. Besides, since ALL-DHCP-SERVER multicast address is site scoped address, the message would not reach to the DHCPv6 server which is located outside MANET. Therefore, to forward client messages towards border router with minimal control message overhead, the relay agents in MANET need to be configured with border router unicast address. 6 PROPOSED MECHANISM As discussed in section 5, dynamic configuration and optimal behavior of MANET nodes as DHCPv6 relay agent are important requirements for DHCPv6 based autoconfiguration of MANET nodes. The main goals of the proposed mechanisms are thus, to dynamically configure MANET nodes as relay agent and also to allow optimal behavior as a relay agent such that the overall control message overhead is minimal. We do not modify any of the standard clientserver behavior of the DHCPv6 [5] and thus allowing the proposed mechanism to be backward compatible. The optimization procedure as proposed in this paper considerably reduces the overall control message overhead thus solving one of the challenging problems in MANET. In the proposed mechanism a client after getting its own configuration parameters from the server may function as relay agent i.e Finite State Machine (FSM) for both client and relay agent co-exist. As soon as a client gets IP address from the server, it starts functioning as a potential relay agent and decision to forward any received DHCP request 239

4 message is based on the probabilistic algorithm explained below in subsection 6.2. DHCPv6 relay agent relays client messages to ALL- DHCP-SERVER multicast address which is a site scoped multicast address. This requires a multicast support from underlying IP layer and results in well-known problem of multicast message overhead in MANET. In order to reduce the signaling overhead, unicast address of Border Router is used to reach the server located outside MANET. Subsection 6.1 details the protocol operation and how relay agents learn border router unicast address. 6.1 PROTOCOL OPERATION 8. The client configures its address based on received RE- PLY message and starts working as a potential relay agent. To relay any request message, it uses the border router unicast address learned from the received RE- PLY message Fig. 2 shows the sequence of message exchanges when a client performs autoconfiguration. Since we have considered only one DHCPv6 server, therefore the initial message exchange for solicitation of server is not required. (a) (b) (c) Border Router Relay Agent DHCP Client REQUEST, MULTICAST REQUEST, UNICAST REQUEST, UNICAST REPLY, UNICAST REPLY,UNICAST(Border Router Address) REPLY, MULTICAST Figure 2: Protocol Message Exchange 1. The client sends a REQUEST message to ALL-DHCP- SERVER-RELAY-AGENTS. 2. Either border router or relay agents (already configured nodes) receive this REQUEST message. 3. The relay agents relay the message to border router by unicasting it. 4. The message received at border router either directly from client or through relay agent is forwarded to DHCPv6 server. 5. The DHCPv6 server allocates the address based on its policy and sends REPLY to border router in response to received REQUEST message. 6. The border router relays the REPLY message back to relay agent or directly to client after placing its global unicast address in the REPLY message option field. 7. The relay agent sends REPLY message received from border router to client. (d) Not configured Request Multicast (e) Performing autoconfiguration Configured (Relay Agent) Response Multicast Request Unicast Response Unicast Figure 3: Protocol Operation Fig 3 demonstrates the operation of our proposed autoconfiguration mechanism. fig 3(a) is the initial condition when no node except border router is configured. The fig 3(b) and 3(c) demonstrates the scenario when Border Router is directly reachable from node performing autoconfiguration. The fig 3(d,e and f) demonstrates the condition when some of the nodes have already been configured and a new node wants to join. The server may receive duplicate address request messages if multiple relay agents forward the same request message. Since the transaction id field of all duplicate messages is same, the server discards subsequent duplicate messages and sends REPLY message only once. As discussed before, multiple relay agents forward the same REQUEST message. This increases overall signal overhead. The situation gets worse in case of dense network when number of relay agents are comparatively larger. Below sub-section 6.2 proposes an optimization technique to deal with such situation. The mechanism is passive in nature hence does not incur any extra signal overhead. 6.2 Probabilistic Behavior of Relay Agent The relay agents work in probabilistic manner. When an already configured node receives REQUEST message from (f) 240

5 client it relays the message towards the border router with certain probability say Rp. Rp is the approximation of possibility of a node to work as relay agent for a particular RE- QUEST message. Higher the value of Rp higher the probability to relay the REQUEST message. It may differ relaying message with probability 1 Rp. This probabilistic relaying decreases signal overhead by dynamically reducing the number of nodes acting as relay agents for a particular REQUEST message. Rp is calculated dynamically by each node every time it receives REPLY message or relays REQUEST message. It is the ratio of number of REPLY messages received from border router to the number of REQUEST messages relayed by the particular node. If the ratio is high this means that the relay agent received most of the responses against its relayed REQUEST messages. Therefore, it should relay the REQUEST message with higher probability. The probabilistic behavior automatically takes care of node mobility as well as network density. Moreover, from implementation perspective, it does not introduce additional complexity. As the node moves from sparse network region to dense network region there will be more nodes available to function as relay agent for new joining nodes. The node will not receive REPLY messages from Border Router against most of its relayed REQUEST messages. Therefore the value of Rp will decrease and hence the probability of node to function as the relay agent. Similarly, for the node movement from dense to sparse region the probability Rp will increase. 7 Simulation Experiment To perform simulation experiment and analyze the performance of the proposed solution, we used ns-2 [10]. The primary focus of the simulation experiment is aimed to gather statistics regarding average address/prefix configuration latency and protocol message overhead. 7.1 Simulation Setup We simulated the MANET over IEEE MAC/PHY [7] module. Simulation were performed with random way point mobility model [3]. While moving from a starting point to a randomly chosen destination the speed is kept constant at 5 m/s. After reaching destination the pause time is 5 s. Then another destination is chosen randomly and same sequence is repeated until simulation ends. Network of 25, 50, 75 and 100 nodes were simulated with area size varying from 100m x 100m to 1 km x 1km. Since the initial distribution of nodes over a fixed area also effects the configuration latency we performed simulation over multiple distribution patterns and took average performance. The transmission range is kept at 100 m. Inter arrival of new nodes is uniformly distributed in the range 0-50 s. The underlying routing protocol is Ad hoc On-Demand Distance Vector (AODV) [11], although our protocol makes no assumption about underlying routing protocol. Simulation is run until all the nodes for particular simulation scenario gets configured. 7.2 Address Allocation Latency Figure 4 shows scatter plot of address allocation latency for our simulated network. More than 80% of nodes got configured within less than 1 s. They got their addresses allocated either in first or second attempt. For few nodes configuration took considerably long time. This is because either there was no relay agent available on-link with client or REQUEST/REPLY dropped due to congestion. Figure 5 shows the effect of network size and number of nodes on average allocation latency. According to simulation results, the allocation latency increases very slowly with increase in number of nodes and network size. This shows the scalability of proposed solution with respect to number of nodes and size of network. Sometimes the average latency is less even with the increase of network size, this is because distribution of nodes over the simulated area also has major impact on allocation latency. Address Allocation Latency (seconds) Node Number "latency" Figure 4: Address Allocation Latency Distribution 7.3 Signal Overhead Figure 6 shows the average number of control messages per address/prefix allocation. We have used only link scope multicast and unicast messages in our solution. Both kind of messages incur least amount of communication overhead and utilization of network resources compared to when site wide multicast addresses are used. The proposed algorithm allows node to learn unicast address of border router so that the relay agent can unicast the message to BR thus avoiding MANET wide flooding. Additionally, our optimization to avoid duplicate REQUEST messages due to multiple relay agents further reduced signal overhead, especially in 241

6 dense network. As depicted in fig 6, the number of average messages per address allocation reduces with increase in network size. As the size of network increases number of nodes per unit area (density) decreases, therefore the number of relay agents available to relay message also decreases. This in turn reduces the number of messages required to configure the node. Address Allocation Latency (seconds) Average Number of messages per address allocation x.1.2x.2.3x.3.4x.4.5x.5.6x.6.7x.7.8x.8.9x.9 1.0x1.0 5 Area (km x km) 25 nodes 50 nodes 75 nodes 100 nodes Figure 5: Average Allocation Latency 0.1x.1.2x.2.3x.3.4x.4.5x.5.6x.6.7x.7.8x.8.9x.9 1.0x1.0 Area (km x km) Figure 6: Average Signal overhead 8 Conclusion and Future work 25 nodes 50 nodes 75 nodes 100 nodes In this paper we proposed a novel mechanism for IPv6 address/prefix autoconfiguration of subordinate MANET. The mechanism allows a MANET node to dynamically configure as DHCPv6 relay agent and also ensures optimal behavior such that overall control message overhead is minimal. The solution makes use of existing DHCPv6 protocol and ensures backward compatibility. This facilitates smooth deployment and integration with existing infrastructure network. The proposed mechanism is evaluated and analyzed using ns The result shows that the MANET nodes are able to dynamically function as relay agents and configure address(es)/prefix(es) within reasonable latency and signal overhead. In this paper, we focused only on IPv6 address/prefix autoconfiguration. The lifetime extension and other network parameters configuration can be done in a similar fashion. Besides, the considered deployment scenario could be extended by considering subordinate MANET with multiple DHCPv6 server and border routers. References [1] C. J. Bernardos and M. Calderon. A dhcpbased ip address autoconfiguration for manets. [2] C. J. Bernardos and M. Calderon. draft-bernardos-manetautoconf-survey-02, survey of ip address autoconfiguration mechanism for manets. IETF, April [3] J.B.David,A.M.David,B.J.Y.-C.Hu,andJ.Jetcheva.A performance comparison of muilti-hop wireless ad hoc routing protocols. Proceedings of the Fourth Annual ACM/IEEE International Conference on Mobile Computing and Networking, October [4] S. Deering, W. Fenner, and B. Haberman. Multicast listener discovery (mld) for ipv6. RFC 2710, Internet Engineering Task Force, Network Working Group, October [5] S. Droms, J. Bound, B. Volz, T. Lemon, C. Perkins, and M. Carney. Dynamic host configuration protocol for ipv6 (dhcpv6). RFC 3315, July [6] R. Hinden and S. Deering. Ip version 6 addressing architecture. RFC 2373, IETF, July [7] IEEE. Wireless lan medium access control (mac) and physical layer (phy) specifications [8] D. Lee, J. Yoo, H. Kang, K. Kim, and K. Kang. Distributed ipv6 addressing technique for mobile ad-hoc networks. In Proceedings of the ACM symposium on Applied computing, [9] T. Narten, E. Nordmark, W. Simpson, and H. Soliman. Neighbor discovery for ip version 6 (ipv6. RFC 4861,IETF. [10] NS2. The network simulator ns2. [11] C. E. Perkins, E. M. Belding-Royer, and S. Das. Ad-hoc ondemand distance vector (aodv) routing. RFC 3561, Internet Engineering Task Force, July [12] S.Thomson, T. Narten, and T. Jinmei. Ipv6 stateless address autoconfiguration. RFC 4862, September [13] F. Templin. Subnetwork encapsulation and adaption layer. draft-templin-seal, IETF, Feb [14] F. Templin, S. Russert, and S. Yi. Manet autoconfiguration. draft-templin-autoconf-dhcp, IETF, August [15] D. Thaler. Multi-link subnet issues. RFC 4903, IETF, June [16] O. Troan and R. Droms. Ipv6 prefix options for dynamic host configuration protocol (dhcp) version 6. RFC 3633, Internet Engineering Task Force, Network Working Group, September [17] N. Vaidya. Weak duplicate address detection in mobile ad hoc networks. In Proceedings of 3rd ACM International Symposium on Mobile Ad Hoc Networking and Computing (MobiHoc 02), pages ,

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

MBC. Auto. Address. Networks. Mesh. uto- configuration for Wireless. Keecheon Kim. Konkuk University Seoul, Korea

MBC. Auto. Address. Networks. Mesh. uto- configuration for Wireless. Keecheon Kim. Konkuk University Seoul, Korea Address Auto uto- configuration for Wireless Mesh Networks Keecheon Kim Konkuk University Seoul, Korea kckim@konkuk.ac.kr Contents Wireless Mesh Networks Auto- configuration Topics In Autoconf WG Proposed

More information

IPv6 CONSORTIUM TEST SUITE Address Architecture Conformance Test Specification

IPv6 CONSORTIUM TEST SUITE Address Architecture Conformance Test Specification IPv6 CONSORTIUM TEST SUITE Address Architecture Technical Document Version 2.4 University of New Hampshire 121 Technology Drive, Suite 2 Durham, NH 03824 IPv6 Consortium Phone: +1-603-862-2804 http://www.iol.unh.edu

More information

Route Optimization based on ND-Proxy for Mobile Nodes in IPv6 Mobile Networks

Route Optimization based on ND-Proxy for Mobile Nodes in IPv6 Mobile Networks Route Optimization based on ND-Proxy for Mobile Nodes in IPv6 Mobile Networks Jaehoon Jeong, Kyeongjin Lee, Jungsoo Park, Hyoungjun Kim Protocol Engineering Center, ETRI, 161 Gajeong-dong Yuseong-gu, Daejeon,

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

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

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

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

Auto-Networking Technologies for IPv6 Mobile Ad Hoc Networks

Auto-Networking Technologies for IPv6 Mobile Ad Hoc Networks Auto-Networking Technologies for IPv6 Mobile Ad Hoc Networks Jaehoon Jeong, Jungsoo Park, and Hyoungjun Kim Protocol Engineering Center, ETRI, 161 Gajeong-dong, Yuseong-gu, Daejeon 305 350, Korea {paul,pjs,khj}@etri.re.kr

More information

IPv6 Associated Protocols. Athanassios Liakopoulos 6DEPLOY IPv6 Training, Skopje, June 2011

IPv6 Associated Protocols. Athanassios Liakopoulos 6DEPLOY IPv6 Training, Skopje, June 2011 IPv6 Associated Protocols Athanassios Liakopoulos (aliako@grnet.gr) 6DEPLOY IPv6 Training, Skopje, June 2011 Copy... Rights This slide set is the ownership of the 6DEPLOY project via its partners The Powerpoint

More information

An Analysis of The Fast Handovers for Mobile IPv6 Protocol

An Analysis of The Fast Handovers for Mobile IPv6 Protocol An Analysis of The Fast Handovers for Mobile IPv6 Protocol Janne Lundberg Helsinki University of Technology Laboratory for Theoretical Computer Science May 28, 2003 Abstract Fast Handovers for Mobile IPv6

More information

Hybrid gateway advertisement scheme for connecting mobile ad hoc networks to the Internet

Hybrid gateway advertisement scheme for connecting mobile ad hoc networks to the Internet * gateway advertisement scheme for connecting mobile ad hoc networks to the Internet Jeongkeun Lee (), Dongkyun Kim (2), J.J.Garcia-Luna-Aceves (3), Yanghee Choi (), Jihyuk Choi (4), Sangwoo Nam (4) ()

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

Internet Engineering Task Force INTERNET DRAFT. C. Perkins Nokia Research Center R. Droms(ed.) Cisco Systems 1 March 2001

Internet Engineering Task Force INTERNET DRAFT. C. Perkins Nokia Research Center R. Droms(ed.) Cisco Systems 1 March 2001 Internet Engineering Task Force INTERNET DRAFT DHC Working Group Obsoletes: draft-ietf-dhc-dhcpv6-16.txt J. Bound Nokia M. Carney Sun Microsystems, Inc C. Perkins Nokia Research Center R. Droms(ed.) Cisco

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

COMPARATIVE STUDY AND ANALYSIS OF AODTPRR WITH DSR, DSDV AND AODV FOR MOBILE AD HOC NETWORK

COMPARATIVE STUDY AND ANALYSIS OF AODTPRR WITH DSR, DSDV AND AODV FOR MOBILE AD HOC NETWORK International Journal of Information Technology and Knowledge Management July-December 2011, Volume 4, No. 2, pp. 531-538 COMPARATIVE STUDY AND ANALYSIS OF AODTPRR WITH DSR, DSDV AND AODV FOR MOBILE AD

More information

DHCPv6 Overview 1. DHCPv6 Server Configuration 1

DHCPv6 Overview 1. DHCPv6 Server Configuration 1 Table of Contents DHCPv6 Overview 1 Introduction to DHCPv6 1 DHCPv6 Address/Prefix Assignment 1 Rapid Assignment Involving Two Messages 1 Assignment Involving Four Messages 2 Address/Prefix Lease Renewal

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

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

Configuring IPv6 First-Hop Security

Configuring IPv6 First-Hop Security This chapter describes the IPv6 First-Hop Security features. This chapter includes the following sections: Finding Feature Information, on page 1 Introduction to First-Hop Security, on page 1 RA Guard,

More information

Introduction to IPv6 - II

Introduction to IPv6 - II Introduction to IPv6 - II Building your IPv6 network Alvaro Vives 27 June 2017 Workshop on Open Source Solutions for the IoT Contents IPv6 Protocols and Autoconfiguration - ICMPv6 - Path MTU Discovery

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

DHCP for IPv6. Palo Alto, CA Digital Equipment Company. Nashua, NH mentions a few directions about the future of DHCPv6.

DHCP for IPv6. Palo Alto, CA Digital Equipment Company. Nashua, NH mentions a few directions about the future of DHCPv6. DHCP for IPv6 Charles E. Perkins and Jim Bound Sun Microsystems, Inc. Palo Alto, CA 94303 Digital Equipment Company Nashua, NH 03062 Abstract The Dynamic Host Conguration Protocol (DHCPv6) provides a framework

More information

DHCPv6 (RFC3315 RFC4361)

DHCPv6 (RFC3315 RFC4361) 6.5. DHCPv6-1 DHCPv6 (RFC3315 RFC4361) DHCPv6 is a client-server-based UDP protocol designed to reduce the IPv6 nodes management cost in those environments whereby control of IPv6 address allocation is

More information

A NOVEL APPROACH OF AODV FOR STABILITY AND ENERGY EFFICIENT ROUTING FOR MANET USING IPV6

A NOVEL APPROACH OF AODV FOR STABILITY AND ENERGY EFFICIENT ROUTING FOR MANET USING IPV6 A NOVEL APPROACH OF AODV FOR STABILITY AND ENERGY EFFICIENT ROUTING FOR MANET USING IPV6 Shival Chadda Department of Computer Science Lovely Professional University Phagwara, Punjab, India Email: Shival.chadda@gmail.com

More information

Performance Measurement of Real-Time Mobile Communication in an IPv6 Testbed

Performance Measurement of Real-Time Mobile Communication in an IPv6 Testbed Performance Measurement of Real-Time Mobile Communication in an IPv6 Testbed Nobuyasu Nakajima Toshiba America Research, Inc POBox 136 Convent Station, NJ 07961, USA Abstract This paper presents some experimental

More information

Internet Engineering Task Force INTERNET DRAFT. C. Perkins Nokia Research Center R. Droms(ed.) Cisco Systems 15 April 2001

Internet Engineering Task Force INTERNET DRAFT. C. Perkins Nokia Research Center R. Droms(ed.) Cisco Systems 15 April 2001 Internet Engineering Task Force INTERNET DRAFT DHC Working Group Obsoletes: draft-ietf-dhc-dhcpv6-18.txt J. Bound Nokia M. Carney Sun Microsystems, Inc C. Perkins Nokia Research Center R. Droms(ed.) Cisco

More information

Internet Engineering Task Force (IETF) Category: Standards Track. J. Halpern Ericsson E. Levy-Abegnoli, Ed. Cisco February 2017

Internet Engineering Task Force (IETF) Category: Standards Track. J. Halpern Ericsson E. Levy-Abegnoli, Ed. Cisco February 2017 Internet Engineering Task Force (IETF) Request for Comments: 8074 Category: Standards Track ISSN: 2070-1721 J. Bi Tsinghua University G. Yao Tsinghua University/Baidu J. Halpern Ericsson E. Levy-Abegnoli,

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

Charles Perkins Nokia Research Center 2 July Mobility Support in IPv6 <draft-ietf-mobileip-ipv6-14.txt> Status of This Memo

Charles Perkins Nokia Research Center 2 July Mobility Support in IPv6 <draft-ietf-mobileip-ipv6-14.txt> Status of This Memo IETF Mobile IP Working Group INTERNET-DRAFT David B. Johnson Rice University Charles Perkins Nokia Research Center 2 July 2000 Mobility Support in IPv6 Status of This

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

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

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

Internet Engineering Task Force. C. Perkins Nokia Research Center R. Droms(ed.) Cisco Systems 22 November 2000

Internet Engineering Task Force. C. Perkins Nokia Research Center R. Droms(ed.) Cisco Systems 22 November 2000 Internet Engineering Task Force INTERNET DRAFT DHC Working Group Obsoletes: draft-ietf-dhc-dhcpv6-15.txt J. Bound Compaq Computer Corp. M. Carney Sun Microsystems, Inc C. Perkins Nokia Research Center

More information

Performance Analysis of Aodv Protocol under Black Hole Attack

Performance Analysis of Aodv Protocol under Black Hole Attack International Journal of Scientific & Engineering Research Volume 2, Issue 8,August-2011 1 Performance Analysis of Aodv Protocol under Black Hole Attack Monika Roopak, Dr. Bvr Reddy ABSTRACT- Mobile Ad-hoc

More information

The Study on Security Vulnerabilities in IPv6 Autoconfiguration

The Study on Security Vulnerabilities in IPv6 Autoconfiguration The Study on Security Vulnerabilities in IPv6 Autoconfiguration Myung-Eun Kim*, Dong-il Seo** * Department of Network Security, ETRI, Daejeon, Korea (Tel : +82-42-860-5303; E-mail: mekim@etri.re.kr) **Department

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

Internet Engineering Task Force (IETF) Request for Comments: 8191 Category: Standards Track. X. Lee CNNIC. August 2017

Internet Engineering Task Force (IETF) Request for Comments: 8191 Category: Standards Track. X. Lee CNNIC. August 2017 Internet Engineering Task Force (IETF) Request for Comments: 8191 Category: Standards Track ISSN: 2070-1721 Z. Yan CNNIC J. Lee Sangmyung University X. Lee CNNIC August 2017 Abstract Home Network Prefix

More information

Network Working Group. Societe Francaise du Radiotelephone(SFR) Intended status: Informational Expires: March 28, 2019

Network Working Group. Societe Francaise du Radiotelephone(SFR) Intended status: Informational Expires: March 28, 2019 Network Working Group Internet-Draft Intended status: Informational Expires: March 28, 2019 D. Shytyi Societe Francaise du Radiotelephone(SFR) G. Campo A. Petrescu CEA, LIST September 24, 2018 Abstract

More information

IPv6 Operation for WAVE - Wireless Access in Vehicular Environments

IPv6 Operation for WAVE - Wireless Access in Vehicular Environments IPv6 Operation for WAVE - Wireless Access in Vehicular Environments Emmanuel Baccelli INRIA, France Email: Emmanuel.Baccelli@inria.fr Thomas Clausen Hipercom@LIX Ecole Polytechnique, France Email: thomas@thomasclausen.org

More information

Performance Comparison of Ad Hoc Routing Protocols over IEEE DCF and TDMA MAC Layer Protocols

Performance Comparison of Ad Hoc Routing Protocols over IEEE DCF and TDMA MAC Layer Protocols Performance Comparison of Ad Hoc Routing Protocols over IEEE 82.11 DCF and TDMA MAC Layer Protocols Govind. P. Gupta Computer Science Department R.K.G.I.T, Ghaziabad (India) er_gpgupta@yahoo.com A. K.

More information

1 Multipath Node-Disjoint Routing with Backup List Based on the AODV Protocol

1 Multipath Node-Disjoint Routing with Backup List Based on the AODV Protocol 1 Multipath Node-Disjoint Routing with Backup List Based on the AODV Protocol Vahid Zangeneh i and Shahriar Mohammadi ii * ABSTRACT In recent years, routing has been the most focused area in ad hoc networks

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

IPv6 Neighbor Discovery

IPv6 Neighbor Discovery About, page 1 Prerequisites for, page 2 Guidelines for, page 2 Defaults for, page 4 Configure, page 5 View and Clear Dynamically Discovered Neighbors, page 10 History for, page 11 About The IPv6 neighbor

More information

Seamless Integration of MANETs into IP-based Access Networks

Seamless Integration of MANETs into IP-based Access Networks 11ª Conferência sobre Redes de Computadores 1 Seamless Integration of MANETs into IP-based Access Networks A. Triviño-Cabrera Abstract Access Routers inform about some configuration parameters (such as

More information

A SURVEY OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS

A SURVEY OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS Journal homepage: www.mjret.in ISSN:2348-6953 A SURVEY OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS Ms. Amruta Kodole 1, Prof. P. M. Agarkar 2 Computer Engineering Dr. D. Y. Patil School Of Engineering

More information

Network Working Group Request for Comments: December IPv6 Prefix Options for Dynamic Host Configuration Protocol (DHCP) version 6

Network Working Group Request for Comments: December IPv6 Prefix Options for Dynamic Host Configuration Protocol (DHCP) version 6 Network Working Group Request for Comments: 3633 Category: Standards Track O. Troan R. Droms Cisco Systems December 2003 Status of this Memo IPv6 Prefix Options for Dynamic Host Configuration Protocol

More information

Performance Analysis of Proactive and Reactive Routing Protocols for QOS in MANET through OLSR & AODV

Performance Analysis of Proactive and Reactive Routing Protocols for QOS in MANET through OLSR & AODV MIT International Journal of Electrical and Instrumentation Engineering, Vol. 3, No. 2, August 2013, pp. 57 61 57 Performance Analysis of Proactive and Reactive Routing Protocols for QOS in MANET through

More information

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

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

More information

IPv6 Prefix Delegation for Hosts. Fred L. Templin IETF100 v6ops Working Group November 16, 2017

IPv6 Prefix Delegation for Hosts. Fred L. Templin IETF100 v6ops Working Group November 16, 2017 IPv6 Prefix Delegation for Hosts Fred L. Templin (fltemplin@acm.org) IETF100 v6ops Working Group November 16, 2017 Draft History Draft -00 posted 11/06/2015 and announced to v6ops Draft -01 resolved list

More information

Mobile Ad Hoc Networking Working Group

Mobile Ad Hoc Networking Working Group Mobile Ad Hoc Networking Working Group Ryuji Wakikawa INTERNET DRAFT Keio University 23 Oct 2003 Jari T. Malinen Charles E. Perkins Nokia Research Center Anders Nilsson University of Lund Antti J. Tuominen

More information

A Comparative Analysis of Energy Preservation Performance Metric for ERAODV, RAODV, AODV and DSDV Routing Protocols in MANET

A Comparative Analysis of Energy Preservation Performance Metric for ERAODV, RAODV, AODV and DSDV Routing Protocols in MANET A Comparative Analysis of Energy Preservation Performance Metric for ERAODV, RAODV, AODV and DSDV Routing Protocols in MANET Bhabani Sankar Gouda Department of Computer Science & Engineering National Institute

More information

Configuring Wireless Multicast

Configuring Wireless Multicast Finding Feature Information, on page 1 Prerequisites for, on page 1 Restrictions for, on page 1 Information About Wireless Multicast, on page 2 How to Configure Wireless Multicast, on page 6 Monitoring

More information

AODV-PA: AODV with Path Accumulation

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

More information

IPv6 READY. Conformance Test Scenario CE Router. Technical Document. Revision 1.0.0b1

IPv6 READY. Conformance Test Scenario CE Router. Technical Document. Revision 1.0.0b1 IPv6 READY Conformance Test Scenario CE Router Technical Document Revision 1.0.0b1 IPv6 Forum http://www.ipv6forum.org http://www.ipv6ready.org 2014 University of New Hampshire InterOperability Laboratory

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

Guide to TCP/IP Fourth Edition. Chapter 6: Neighbor Discovery in IPv6

Guide to TCP/IP Fourth Edition. Chapter 6: Neighbor Discovery in IPv6 Guide to TCP/IP Fourth Edition Chapter 6: Neighbor Discovery in IPv6 Objectives Describe Neighbor Discovery in IPv6 and how it compares to ARP in IPv4 Explain Neighbor Discovery message interaction between

More information

IPv6 Neighbor Discovery

IPv6 Neighbor Discovery The IPv6 neighbor discovery process uses Internet Control Message Protocol (ICMP) messages and solicited-node multicast addresses to determine the link-layer address of a neighbor on the same network (local

More information

Network Working Group. Category: Informational UNINETT A. Vijayabhaskar Cisco Systems (India) Private Limited May 2005

Network Working Group. Category: Informational UNINETT A. Vijayabhaskar Cisco Systems (India) Private Limited May 2005 Network Working Group Request for Comments: 4076 Category: Informational T. Chown University of Southampton S. Venaas UNINETT A. Vijayabhaskar Cisco Systems (India) Private Limited May 2005 Renumbering

More information

Mobile Ad-hoc Network. WIDE project/keio University

Mobile Ad-hoc Network. WIDE project/keio University Mobile Ad-hoc Network WIDE project/keio University ryuji@sfc.wide.ad.jp ToC Global Internet Connectivity MANET/NEMO integration IPv6 Support on MANET MANET on the Internet Where can MANET be deployed in

More information

2013, IJARCSSE All Rights Reserved Page 85

2013, IJARCSSE All Rights Reserved Page 85 Volume 3, Issue 12, December 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Overview of

More information

An Efficient Routing Approach and Improvement Of AODV Protocol In Mobile Ad-Hoc Networks

An Efficient Routing Approach and Improvement Of AODV Protocol In Mobile Ad-Hoc Networks An Efficient Routing Approach and Improvement Of AODV Protocol In Mobile Ad-Hoc Networks Tejomayee Nath #1 & Suneeta Mohanty *2 # School of Computer Engineering, KIIT University Bhubaneswar,, India Abstract

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

Comparison of proposed path selection protocols for IEEE s WLAN mesh networks

Comparison of proposed path selection protocols for IEEE s WLAN mesh networks Comparison of proposed path selection protocols for IEEE 802.11s WLAN mesh networks Sana Ghannay, Sonia Mettali Gammar and Farouk Kamoun CRISTAL lab, National School of Computer Sciences, ENSI, 2010, Manouba

More information

Request for Comments: 1972 Category: Standards Track August A Method for the Transmission of IPv6 Packets over Ethernet Networks

Request for Comments: 1972 Category: Standards Track August A Method for the Transmission of IPv6 Packets over Ethernet Networks Network Working Group M. Crawford Request for Comments: 1972 Fermilab Category: Standards Track August 1996 A Method for the Transmission of IPv6 Packets over Ethernet Networks Status of this Memo This

More information

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

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

More information

Category: Experimental SAMSUNG Electronics L. Beloeil France Telecom R&D S. Madanapalli Ordyn Technologies September 2007

Category: Experimental SAMSUNG Electronics L. Beloeil France Telecom R&D S. Madanapalli Ordyn Technologies September 2007 Network Working Group Request for Comments: 5006 Category: Experimental J. Jeong, Ed. ETRI/University of Minnesota S. Park SAMSUNG Electronics L. Beloeil France Telecom R&D S. Madanapalli Ordyn Technologies

More information

Seamless Multicast Handover in Fmipv6-Based Networks

Seamless Multicast Handover in Fmipv6-Based Networks Seamless Multicast Handover in Fmipv6-Based Networks Moneeb Gohar, Seok Joo Koh, Tae-Won Um, and Hyun-Woo Lee Abstract This paper proposes a fast tree join scheme to provide seamless multicast handover

More information

Internetworking/Internetteknik, Examination 2G1305 Date: August 18 th 2004 at 9:00 13:00 SOLUTIONS

Internetworking/Internetteknik, Examination 2G1305 Date: August 18 th 2004 at 9:00 13:00 SOLUTIONS Internetworking/Internetteknik, Examination 2G1305 Date: August 18 th 2004 at 9:00 13:00 SOLUTIONS 1. General (5p) a) The so-called hourglass model (sometimes referred to as a wine-glass ) has been used

More information

Internet Engineering Task Force (IETF) Category: Standards Track. H. Li Huawei Technologies June 2013

Internet Engineering Task Force (IETF) Category: Standards Track. H. Li Huawei Technologies June 2013 Internet Engineering Task Force (IETF) Request for Comments: 6957 Category: Standards Track ISSN: 2070-1721 F. Costa J-M. Combes, Ed. X. Pougnard France Telecom Orange H. Li Huawei Technologies June 2013

More information

Updates: 2710 September 2003 Category: Standards Track. Source Address Selection for the Multicast Listener Discovery (MLD) Protocol

Updates: 2710 September 2003 Category: Standards Track. Source Address Selection for the Multicast Listener Discovery (MLD) Protocol Network Working Group B. Haberman Request for Comments: 3590 Caspian Networks Updates: 2710 September 2003 Category: Standards Track Status of this Memo Source Address Selection for the Multicast Listener

More information

Advanced Network Approaches for Wireless Environment

Advanced Network Approaches for Wireless Environment Advanced Network Approaches for Wireless Environment Branislav JARÁBEK Slovak University of Technology Faculty of Informatics and Information Technologies Ilkovičova 3, 842 16 Bratislava, Slovakia beejay@orangemail.sk

More information

IPv6 Neighbor Discovery

IPv6 Neighbor Discovery About, page 1 Prerequisites for, page 2 Guidelines for, page 2 Defaults for, page 4 Configure, page 5 Monitoring, page 10 History for, page 11 About The IPv6 neighbor discovery process uses ICMPv6 messages

More information

IPv6 Client IP Address Learning

IPv6 Client IP Address Learning Prerequisites for IPv6 Client Address Learning, on page 1 Information About IPv6 Client Address Learning, on page 1 Configuring IPv6 Unicast, on page 6 Configuring RA Guard Policy, on page 7 Applying RA

More information

Fixed Internetworking Protocols and Networks. IP mobility. Rune Hylsberg Jacobsen Aarhus School of Engineering

Fixed Internetworking Protocols and Networks. IP mobility. Rune Hylsberg Jacobsen Aarhus School of Engineering Fixed Internetworking Protocols and Networks IP mobility Rune Hylsberg Jacobsen Aarhus School of Engineering rhj@iha.dk 1 2011 ITIFN Mobile computing Vision Seamless, ubiquitous network access for mobile

More information

Content. 1. Introduction. 2. The Ad-hoc On-Demand Distance Vector Algorithm. 3. Simulation and Results. 4. Future Work. 5.

Content. 1. Introduction. 2. The Ad-hoc On-Demand Distance Vector Algorithm. 3. Simulation and Results. 4. Future Work. 5. Rahem Abri Content 1. Introduction 2. The Ad-hoc On-Demand Distance Vector Algorithm Path Discovery Reverse Path Setup Forward Path Setup Route Table Management Path Management Local Connectivity Management

More information

Expanding Ring Search for Route Discovery in LOADng Routing Protocol

Expanding Ring Search for Route Discovery in LOADng Routing Protocol Expanding Ring Search for Route Discovery in LOADng Routing Protocol Antonin Bas, Jiazi Yi, Thomas Clausen Laboratoire d Informatique (LIX) Ecole Polytechnique, France) antonin@antonin-bas.fr, jiazi@jiaziyi.com,

More information

Category: Informational August Analysis of IPv6 Link Models for IEEE Based Networks. Status of This Memo

Category: Informational August Analysis of IPv6 Link Models for IEEE Based Networks. Status of This Memo Network Working Group S. Madanapalli, Ed. Request for Comments: 4968 Ordyn Technologies Category: Informational August 2007 Analysis of IPv6 Link Models for IEEE 802.16 Based Networks Status of This Memo

More information

Review on Packet Forwarding using AOMDV and LEACH Algorithm for Wireless Networks

Review on Packet Forwarding using AOMDV and LEACH Algorithm for Wireless Networks RESEARCH ARTICLE OPEN ACCESS Review on Packet Forwarding using AOMDV and LEACH Algorithm for Wireless Networks Mrs. P. V. Meghare 1, Prof. P. A. Deshmukh 2 1 Department of Computer Science, Nagpur University,

More information

MANET Autoconfiguration using DHCP.

MANET Autoconfiguration using DHCP. MANET Autoconfiguration using DHCP fred.l.templin@boeing.com MANET Autoconf Problem Space Provide Network(s) MANET Gateways (MGs) MANETs MANET Routers MANET Routing Alternatives MANET routing as a L2 mechanism

More information

Implementation of Hierarchical Mobile IPv6 for Linux.

Implementation of Hierarchical Mobile IPv6 for Linux. Implementation of Hierarchical Mobile IPv6 for Linux. Richard Nelson Greg Daley Nick Moore Center for Telecommunications and Information Engineering, Monash University, Melbourne, Australia October 18,

More information

Internet Engineering Task Force (IETF) ISSN: December 2017

Internet Engineering Task Force (IETF) ISSN: December 2017 Internet Engineering Task Force (IETF) Request for Comments: 8273 Category: Informational ISSN: 2070-1721 J. Brzozowski Comcast Cable G. Van de Velde Nokia December 2017 Unique IPv6 Prefix per Host Abstract

More information

Chapter 7: IP Addressing CCENT Routing and Switching Introduction to Networks v6.0

Chapter 7: IP Addressing CCENT Routing and Switching Introduction to Networks v6.0 Chapter 7: IP Addressing CCENT Routing and Switching Introduction to Networks v6.0 CCNET v6 13 Chapter 7 - Sections & Objectives 7.1 IPv4 Network Addresses Convert between binary and decimal numbering

More information

Research Paper GNANAMANOHARAN ET AL., INTERNATIONAL JOURNAL OF ADVANCED ENGINEERING TECHNOLOGY E-ISSN

Research Paper GNANAMANOHARAN ET AL., INTERNATIONAL JOURNAL OF ADVANCED ENGINEERING TECHNOLOGY E-ISSN Research Paper PERFORMANCE ANALYSIS OF PROBABILISTIC BROADCAST ON DEMAND ROUTE DISCOVERY PROTOCOL FOR MOBILE AD HOC NETWORKS BASED ON NODE MOBILITY E.Gnanamanoharan 1, R.Bensraj 2 Address for Correspondence

More information

Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee

Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee Abstract Cellular IP maintains distributed cache for location management and routing purposes.

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

Request for Comments: 3306 Category: Standards Track Microsoft August 2002

Request for Comments: 3306 Category: Standards Track Microsoft August 2002 Network Working Group Request for Comments: 3306 Category: Standards Track B. Haberman Consultant D. Thaler Microsoft August 2002 Status of this Memo Unicast-Prefix-based IPv6 Multicast Addresses This

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

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

LECTURE 9. Ad hoc Networks and Routing

LECTURE 9. Ad hoc Networks and Routing 1 LECTURE 9 Ad hoc Networks and Routing Ad hoc Networks 2 Ad Hoc Networks consist of peer to peer communicating nodes (possibly mobile) no infrastructure. Topology of the network changes dynamically links

More information

Routing Protocols in MANET: Comparative Study

Routing Protocols in MANET: Comparative Study Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 7, July 2014, pg.119

More information

High Efficient Broadcasting Protocols for Mobile ADHOC Network

High Efficient Broadcasting Protocols for Mobile ADHOC Network Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 2 (2013), pp. 243-248 Research India Publications http://www.ripublication.com/aeee.htm High Efficient Broadcasting Protocols

More information

Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks

Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks Joo-Han Song, Vincent Wong and Victor Leung Department of Electrical and Computer Engineering The University of British Columbia 56

More information

Athanassios Liakopoulos

Athanassios Liakopoulos Introduction to IPv6 (Part B) Athanassios Liakopoulos (aliako@grnet.gr) Greek IPv6 Training, Athens, May 2010 Copy... Rights This slide set is the ownership of the 6DEPLOY project via its partners The

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

Internet Engineering Task Force (IETF) Category: Best Current Practice. Cisco Systems July IPv6 Prefix Length Recommendation for Forwarding

Internet Engineering Task Force (IETF) Category: Best Current Practice. Cisco Systems July IPv6 Prefix Length Recommendation for Forwarding Internet Engineering Task Force (IETF) Request for Comments: 7608 BCP: 198 Category: Best Current Practice ISSN: 2070-1721 M. Boucadair France Telecom A. Petrescu CEA, LIST F. Baker Cisco Systems July

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

An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6

An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6 An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6 Taewan You 1, Seungyun Lee 1, Sangheon Pack 2, and Yanghee Choi 2 1 Protocol Engineering Center, ETRI, 161 Gajoung-dong, Yusong-gu,

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