Spray and forward: Efficient routing based on the Markov location prediction model for DTNs

Size: px
Start display at page:

Download "Spray and forward: Efficient routing based on the Markov location prediction model for DTNs"

Transcription

1 . RESEARCH PAPER. SCIENCE CHINA Information Sciences February 2012 Vol. 55 No. 2: doi: /s Spray and forward: Efficient routing based on the Markov location prediction model for DTNs DANG Fei 1, YANG XiaoLong 1,2 &LONGKePing 2 1 Research Center for Optical Internet and Mobile Information Networks (COIMIN), University of Electronic Science and Technology of China, Chengdu , China; 2 School of Computer and Communications Engineering, University of Science and Technology Beijing, Beijing , China Received December 12, 2009; accepted June 13, 2010; published online August 7, 2011 Abstract Typical delay tolerant networks (DTNs) often suffer from long and variable delays, frequent connectivity disruptions, and high bit error rates. In DTNs, the design of an efficient routing algorithm is one of the key issues. The existing methods improve the accessibility probability of the data transmission by transmitting many copies of the packet to the network, but they may cause a high network overhead. To address the tradeoff between a successful delivery ratio and the network overhead, we propose a DTN routing algorithm based on the Markov location prediction model, called the spray and forward routing algorithm (SFR). Based on historical information of the nodes, the algorithm uses the second-order Markov forecasting mechanism to predict the location of the destination node, and then forwards the data by greedy routing, which reduces the copies of packets by spraying the packets in a particular direction. In contrast to a fixed mode where a successful-delivery ratio and routing overhead are contradictory, a hybrid strategy with multi-copy forwarding is able to reduce the copies of the packets efficiently and at the same time maintain an acceptable successful-delivery ratio. The simulation results show that the proposed SFR is efficient enough to provide better network performance than the spray and wait routing algorithm, in scenarios with sparse node density and fast mobility of the nodes. Keywords delay tolerant networks, spray and forward, Markov position prediction, routing algorithm Citation Dang F, Yang X L, Long K P. Spray and forward: Efficient routing based on the Markov location prediction model for DTNs. Sci China Inf Sci, 2012, 55: , doi: /s Introduction Delay tolerant networks (DTNs) represent a class of networks where connections between wireless nodes are not contemporaneous, but intermittent over time. The disconnection makes the topology only intermittently and partially connected; thus end-to-end (ETE) communication links hardly exist. Typically, the applications of DTNs include space communications, interplanetary networks, ad hoc networks and wireless sensor networks. Due to the complexity of the DTN environment, there is no unified standard for the routing algorithm. Existing routing algorithms can be classified into two categories: forward-based routing [1 4] and floodingbased routing [5 9]. One of the forward-based routing algorithms defines a high-dimensional Euclidean Corresponding author ( yxl@uestc.edu.cn) c Science China Press and Springer-Verlag Berlin Heidelberg 2011 info.scichina.com

2 434 Dang F, et al. Sci China Inf Sci February 2012 Vol. 55 No. 2 space, called MobySpace, which is constructed upon the mobility patterns of nodes in [1]. The specific MobySpace evaluated is based on how frequently the nodes visit each possible location. Jain et al. [2] proposed five kinds of forward-based routing algorithms for DTNs based on the Oracle Knowledge with different intensities, and proved that the algorithm is more efficient with more oracle knowledge. To improve the packet transmission rate, the forward-based routing needs to acquire more oracle knowledge, but this is almost impossible since the node cannot obtain timely status information from all the nodes. To improve the success delivery rate, and reduce dependence on oracle knowledge, many advanced flood-based routing algorithms have been proposed. One is the Spray and Wait Routing algorithm (SWR) [6], which randomly sprays r copies of the packet to the network, and when a forwarding node contains only one copy, it sends this copy on with direct transmission. By controlling the value of r and using direct transmission, it reduces the high cost of Epidemic routing [9], but the direct transmission decreases the data transfer rate. As an advanced routing version of the SWR, SMART [7] has the normal spray mode and companion spray mode. The normal spray mode delivers packets to the target area, while the companion spray mode sprays copies of the packet in the area and delivers packets to the destination. Although the spray mode can increase the success delivery rate by a factor of two, it also increases the network overhead. This paper proposes a hybrid approach with multi-copy forwarding to transmit the packets to combine the high transmission rate of the flooding strategy with the low network overhead of the forward strategy. The proposed spray and forward routing algorithm (SFR) will be described in detail in the next section. Then in Section 3 we run simulations to compare the performance of the proposed SFR method with the SWR method. Finally, we conclude this work in Section 4. 2 Spray and forward routing Since the location of the destination node is unknown, flood-based routings send copies of packets randomly, resulting in a low successful-delivery ratio and a high network overhead. Based on the simulation results of the various routing algorithms, ref. [10] proved that the SWR algorithm has a better network performance than other algorithms. To further enhance the network performance of the SWR algorithm, the historical information of the node is utilized and an efficient SFR based on the Markov location prediction model is proposed. The SFR works as follows. The node records its historical positions, and then builds a database. The tables are passively updated and the databases are shared among the nodes. By using the Markov location prediction model with the destination s historical locations in the database, the source node predicts the destination location and forwards packets to this location. Since the SFR forwards packets in a certain direction, it is able to improve the network performance. In the rest of this section, we introduce the Markov location prediction model and present our SFR routing algorithm. 2.1 Markov location prediction model Because of the continuity of the node s mobility, its next position is not only relevant to the current position but also to the previous position. Therefore, it is feasible to use an n-order Markov to predict the node s next position. It was proved in [11] that in an n-order Markov forecast, the best is the second-order, with which the next position is predicted. Assuming that the current position X of the node is a random variable, and the random variable sequence X i constitutes a Markov process, X i meets the following requirements: P {X n+1 = a X(1,n)=L} = P {X n+1 X n X n 1 = a n a n 1 }, (1) P {X n+1 = a X n X n 1 = a n a n 1 } = P {X k+1 = a X k X k 1 = a n a n 1 }, (2) where L = a 1 a 2,...,a n denotes the n sampled historical position queue, ΔT is the sampling interval, and a i is the node position at the ith time slot.

3 Dang F, et al. Sci China Inf Sci February 2012 Vol. 55 No According to the average speed of the node,thesamplingintervalδt is calculated by ΔT = R/(αv), (3) where R is the shortest distance between the specific nodes in the network, v is the average speed of the node, and α is a factor of the sampling accuracy. ΔT is related to the sampling frequency, and each node should calculate a suitable sampling interval and record the positions in equal time durations. The second-order Markov location prediction mode is a technique for predicting the node s location at the next moment, according to the current position (a curr ) and previous position (a prev ). The core of the prediction model is to establish the transition probability matrix M in Eq. (4), where the row vector provides the context locations (a prev a curr ) of length 2, and its column vector is the location at the next moment (a next ) when the node may appear. M = a 1 a j a m a 1 a 2 P 11 P 1j P 1m a i a i+1 P i1 P ij P im a m 1 a m P n1 P nj P nm, (4) where n = m 2. Each entry of the matrix represents the probability that a node moves from the corresponding row to the column. The transfer matrix is calculated by N(ca, L) P (X n+1 = a L) = N(c, L), (5) where c denotes the previous and current positions (a n 1 a n ), ca denotes the previous, current and next positions (a n 1 a n a), N(c, L) denotes the number of c appearing in L, and P (X n+1 = a L) representsthe probability that the node moves to a next time, depending on the current situation. From the target row a i a i+1 in the matrix M, the node finds the largest entry in this row, for which the corresponding column is the prediction location at the next moment. 2.2 Spray and forward The location information of the nodes is updated periodically, and then the destination location is predicted. The SFR forwards the packet by a multi-path greedy forward mechanism, which consists of two stages, i.e. routing table update stage and data forwarding stage. When the two nodes meet, the tables are updated and then the packets are transmitted. Figure 1 is the flowchart of the SFR, which is detailed below Routing table update stage Node i carries two routing tables: the historical position table (Ht i)andtheprediction position table (P t i). Ht i is a location vector that records the n sampled historical positions between itself and the others; Pt i records node i s next position and the prediction position of the destination D. According to Ht i,node i establishes the transfer matrix M by Eq. (5) such that the next position and the destination position can be obtained from M, which will be recorded in Pt i. The network region is divided into location points. Node i establishes the location library by sampling its positions and writes the location vector to Ht.ThenP i t i can be established according to Ht. i During the routing table update stage, each node broadcasts a control message to its neighbors containing the time list of location vectors in H t and the list of locations in P t.whennodeimeets node j, nodei compares node j s time list with itself, and sends the location vectors that j needs to update H j t, and at the same time node i writes the list to Pt i. Node j experiences the same as node i. The prediction locations are stored in P t of the tables, which determines the forwarding of packets. The overdue information in the database is then deleted.

4 436 Dang F, et al. Sci China Inf Sci February 2012 Vol. 55 No. 2 Start Update the tables Waiting for fowarding Number of copies n>1 N Greedy forward Y Binary spray L i F L 1 A 1 A 1 F L F d A n d d d D L D A n L n End Figure 1 Flowchart of spray and forward. Figure 2 Greedy forward phase Data forwarding stage After the routing tables update stage, the node enters the data forwarding stage. The data forwarding stage consists of the following two phases: 1) Binary spray phase: For every message originating at a source node, N message copies are initially sent out. When node B is in the range of A (source or relay) that contains n (N n >1) copies, A sends n/2 copies to B and keeps n/2. 2) Greedy forward phase: When a node has only one packet copy (n=1), it enters the Greedy forward phase. As shown in Figure 2, node F has one copy, and its neighboring nodes are A 1,..., A n. The arrows show the direction of movement of the nodes. L 1, L 2, L i (1 i N) arethelocations at the next moment in P t, LF is the next location of F, and L D is the destination position. Comparing the distances d between the prediction positions and the destination position, we let d min =min{d(l F,L D ),D(L 1,L D ),D(L 2,L D ),...,D(L n,l D )}. (D(L 1,L D ) denotes the distance d between L 1 and L D ). If d min = D(L n, L D ), F would forward the packets to A n,andifd min = D(L F,L D ), then F will continue carrying the packets. According to the number of copies n, a node enters the corresponding phases. When n>1, the node enters a binary spray phase, and when n = 1, it enters the greedy forward phase. The greedy forward phase with predictions can select better carriers that are closer to the destination location. A control field is added in the packet format that stores the historical positions of the node. When H t does not contain the destination information, the node can share the position information from the control field. If neither node F nor its neighbors contain the destination information, then F transmits the packet directly to the destination. When a node with the destination information appears, F enters the greedy forward phase. When the destination receives a packet, it sends back an ACK to its corresponding transmitter, which then deletes the copies of this packet and progressively sends back ACKs to preceding nodes until it reaches the source node. Each packet carries a survival timer (TTL); when the TTL value is zero, the packets are discarded. For a certain level of network latency, the least number of copies N min the SWR needs were calculated in [6], where the scalability of the SWR was also proved. When the ratio (N/M) of the number of copies to the number of nodes remains unchanged, the network average delay decreases with increasing M. Let N/M equal 1/4. Figure 3 shows the average delay against the number of nodes for both the SWR and the proposed SFR. We can see that the SFR always outperforms the SWR in terms of average delay, and it has a significant advantage with an increasing number of nodes. This shows that the proposed SFR has good scalability.

5 Dang F, et al. Sci China Inf Sci February 2012 Vol. 55 No Average delay (s) Number of nodes Figure 3 Average delay vs. number of nodes. Table 1 Simulation parameters Simulation environment parameters Default value Simulation area 2000 m 2000 m Number of nodes 20, 25, 30, 35, 40 Transmission range 250 (m) Bandwidth 1 (M bit/s) Max speed of the node 0, 5, 10, 15, 20, 25, 30 (m/s) number of copies 4, 8, 12, 16, 20, 24 ΔT 2(s) Buffer size (bits) Simulation duration 300 (s) 3 Evaluation 3.1 Simulation settings We evaluated the performance of the proposed protocol using OPNET. Nodes were randomly distributed in a 2000 m 2000 m flat area, which was divided into smaller square areas. The node position sampling time ΔT was set at 2 s. Community Mobility Model [12] was used, and its stop time was set to 5 s. A summary of all simulation parameters is presented in Table 1. We compare our SFR with the SWR in terms of the successful-delivery ratio, routing overhead and average delay, which are defined as follows: i number of packets received by the node i (1) successful-delivery ratio= i number of packets sent by the node i ; (2) routing overhead= i number of packets sent by node i; i j ETE delay of packet j received by node i (3) average delay = i number of packet received by node i. 3.2 Simulation results 1) Number of nodes: We show the effects of the number of nodes M when the average speed v is 20 m/s and the number of copies N is 12. The more nodes in the network, the more likely there is an end-to-end link. We consider a network scenario with a lower node density than other studies [4,8], and each node has a number of 0 1 neighbors on average.

6 438 Dang F, et al. Sci China Inf Sci February 2012 Vol. 55 No. 2 Delivery ratio (a) Average delay (s) (b) Number of nodes Number of nodes Figure 4 Delivery and delay vs. number of nodes. (a) Delivery; (b) delay. Delivery ratio (a) Copies of packet Average delay (s) (b) Copies of packet Figure 5 Delivery and average vs. number of copies. (a) Delivery; (b) delay. Figure 4(a) shows that, through prediction, the SFR is able to achieve a higher delivery rate than the SWR (60% better). As shown in Figure 4(b), the average delay is around 0.2 s lower than for the SWR. With an increasing number of nodes, both routing algorithms have a higher delivery rate with a lower average delay. However, when there are more than 35 nodes in the network due to the limited resources, network performance (i.e. success delivery rate) is degraded due to link congestion and competition. Simulation results show that the SFR is less susceptible to this negative effect than the SWR. 2) Number of copies: In the simulation, we let M =25, and node max speed v=20 m/s. The more copies of a packet that are sent to the network, the higher the probability that this packet will be successfully delivered to the destination, and the greater will be the overhead caused at the same time. Figure 5(a) shows that the successful delivery ratio of the two algorithms increases with an increasing number of copies, and the proposed SFR scheme always outperforms the SWR in terms of successful delivery ratio. When the number of copies is 16, the SFR s delivery ratio reaches its peak value, instead of the 20 needed by the SWR to reach its peak value. This means that the SFR needs fewer copies than the SWR to achieve the same successful delivery ratio. Figure 5(b) shows that the average delay of our SFR routing is around 0.5 s lower than the SWR. When the number of copies is 16, both routing algorithms achieve the minimum delay. When the number of copies increases to 24, the copies in the network reach the requirements of Epidemic Routing [9]; however, because the latency time in the node buffer also becomes longer, the average delay increases. By choosing specific points in Figure 5(b) and using the average delays of these points as the maximum expected delays, we can obtain the least number of copies required by the two routing algorithms. Figure 6 shows the routing overhead against the least number of copies, from which we can see that the

7 Dang F, et al. Sci China Inf Sci February 2012 Vol. 55 No Routing overhead (message) Delivery delay (s) Figure 6 Routing overhead vs. delay. Delivery ratio (a) Speed (m/s) Average delay (s) (b) Speed (m/s) Figure 7 Delivery and delay vs. the node speed. (a) Delivery; (b) delay. routing overhead of the two algorithms decreases with the increase in the expected delay. Besides, our SFR always requires less overhead than the SWR under certain delay constraints. From the above analysis, we can see that in the same network scenario the SFR is superior to the SWR, and able to achieve a better delivery ratio with fewer copies while at the same time decreasing the network overhead. 3) Node speed: We let M =25 and the number of copies N=12. Nodes which move faster can increase the dissemination of packets and affect the success delivery rate. Figure 7 shows that when the node moves at a speed of 10 m/s, both the delivery ratio and average delay reach optimal values. The delivery ratio of the SFR outperforms the SWR by 63%, and its average delay is 0.1 s shorter. Figure 7 also shows that the node speed has a significant influence in a situation of low node density. For the SFR and SWR the maximum delivery rate achieved was 0.32 and 0.18, and the minimum delays were 0.18 and 0.07 s. However, when the node moves at a speed of higher than 10 m/s, the delivery rate drops and the network delay increases for both routing algorithms. This is because the disconnection of links is more likely to happen when the nodes moves faster. Simulation results demonstrate that no matter how the node speed changes, the SFR always performs better than the SWR. All the above simulation results and analyses verify that the SFR outperforms the SWR. Specifically, the node speed can significantly affect the network performance, and the node mobility can greatly increase the probability of communication between nodes. When a network has a low node density, the proposed scheme is able to achieve a higher delivery ratio with lower average delay than the SWR.

8 440 Dang F, et al. Sci China Inf Sci February 2012 Vol. 55 No. 2 4 Conclusions In this paper, we proposed an efficient routing algorithm based on the Markov location prediction for DTNs. By combining the binary spray with greedy forward and spraying packets in a specific direction, our proposed SFR is able to improve the success delivery ratio efficiently and at the same time reduce the network delay and overhead where there is sparse node density. Simulation results show that the SFR is a scalable routing algorithm that achieves better performance than the SWR in terms of successful-delivery ratio and network overhead. In future work we will investigate in detail the scenarios where the nodes have a limited buffer and battery life. To implement our scheme in practice, we will further improve the spray and forward routing algorithm. Acknowledgements This work was supported by National Natural Science Foundation of China (Grant No ), National Basic Research Program of China (Grant No. 2007CB310706), National High-Tech Research & Development Program of China (Grant No. 2009AA01Z215), and New Century Excellent Talents in University (Grant No. NCET ). References 1 Leguay J, Friedman T, Cunan V. DTN routing in a mobility pattern space. In: Proceeding of the 2005 ACM SIGCOMM Workshop on Delay-Tolerant Networking. New York: ACM Press, Jain S, Fall K, Patra R. Routing in a delay tolerant network. In: Proc. ACM SIGCOMM, Lu X F, Hui P, Towsley D, et al. LOPP: A location privacy protected anonymous routing protocol for disruption tolerant network. IEICE Trans Inf Syst, 2010, E93-D: Yoon H, Kim J W, Ott M, et al. Mobility emulator for DTN and MANET applications. In: Proceedings of the 4th ACM International Workshop on Experimental Evaluation and Characterization. Beijing, China, Costa P, Mascolo C, Musolesi M, et al. Socially-aware routing for publish-subscribe in delay-tolerant mobile ad hoc networks. J Select Areas Commun, 2008, 26: Spyropoulos T, Psounis K, Raghavendra C S, et al. Spray and wait: An efficient routing scheme for intermittently connected mobile networks. In: Proceedings of ACM SIGCOMM Workshop on Delay-Tolerant Networking (WDTN), Tang L, Hong X Y, Zheng Q W, et al. SMART: A selective controlled-flooding routing for delay tolerant networks. In: International Conference on Broadband Communications, Networks, and Systems (Broadnets 2007), Raleigh, NC, Yang P, Chuah M. Performance evaluations of data-centric information retrieval schemes for DTNs. Computer Networks: The Int J Comput Telecommun Netw, 2009, 53: Zhang X, Neglia G, Kurose J, et al. Performance modeling of epidemic routing. Comput Netw, 2007, 51: Keränen A, Ott J. Increasing reality for DTN protocol simulations. Technical Report, Helsinki University of Technology, Networking Laboratory, July Song L B, Kotz D, Ja I R, et al. Evaluating location predictors with extensive Wi2Fi mobility data. In: Proceedings of INFOCOM. Hong Kong: IEEE, Li Z, Shen H Y. Utility-based distributed routing in intermittently connected networks. In: 37th International Conference on Parallel Processing, Portland, Oregon, USA,

Comparing Delay Tolerant Network Routing Protocols for Optimizing L-Copies in Spray and Wait Routing for Minimum Delay

Comparing Delay Tolerant Network Routing Protocols for Optimizing L-Copies in Spray and Wait Routing for Minimum Delay Conference on Advances in Communication and Control Systems 2013 (CAC2S 2013) Comparing Delay Tolerant Network Routing Protocols for Optimizing L-Copies in Spray and Wait Routing for Minimum Delay Anjula

More information

A Joint Replication-Migration-based Routing in Delay Tolerant Networks

A Joint Replication-Migration-based Routing in Delay Tolerant Networks A Joint -Migration-based Routing in Delay Tolerant Networks Yunsheng Wang and Jie Wu Dept. of Computer and Info. Sciences Temple University Philadelphia, PA 19122 Zhen Jiang Dept. of Computer Science West

More information

DATA FORWARDING IN OPPORTUNISTIC NETWORK USING MOBILE TRACES

DATA FORWARDING IN OPPORTUNISTIC NETWORK USING MOBILE TRACES DATA FORWARDING IN OPPORTUNISTIC NETWORK USING MOBILE TRACES B.Poonguzharselvi 1 and V.Vetriselvi 2 1,2 Department of Computer Science and Engineering, College of Engineering Guindy, Anna University Chennai,

More information

Performance of Efficient Routing Protocol in Delay Tolerant Network: A Comparative Survey. Namita Mehta 1 and Mehul Shah 2

Performance of Efficient Routing Protocol in Delay Tolerant Network: A Comparative Survey. Namita Mehta 1 and Mehul Shah 2 , pp.151-158 http://dx.doi.org/10.14257/ijfgcn.2014.7.1.15 Performance of Efficient Routing Protocol in Delay Tolerant Network: A Comparative Survey Namita Mehta 1 and Mehul Shah 2 1 Student, Department

More information

Improvement of Buffer Scheme for Delay Tolerant Networks

Improvement of Buffer Scheme for Delay Tolerant Networks Improvement of Buffer Scheme for Delay Tolerant Networks Jian Shen 1,2, Jin Wang 1,2, Li Ma 1,2, Ilyong Chung 3 1 Jiangsu Engineering Center of Network Monitoring, Nanjing University of Information Science

More information

A ROUTING MECHANISM BASED ON SOCIAL NETWORKS AND BETWEENNESS CENTRALITY IN DELAY-TOLERANT NETWORKS

A ROUTING MECHANISM BASED ON SOCIAL NETWORKS AND BETWEENNESS CENTRALITY IN DELAY-TOLERANT NETWORKS A ROUTING MECHANISM BASED ON SOCIAL NETWORKS AND BETWEENNESS CENTRALITY IN DELAY-TOLERANT NETWORKS ABSTRACT Zhang Huijuan and Liu Kai School of Software Engineering, Tongji University, Shanghai, China

More information

Energy Consumption and Performance of Delay Tolerant Network Routing Protocols under Different Mobility Models

Energy Consumption and Performance of Delay Tolerant Network Routing Protocols under Different Mobility Models 2016 7th International Conference on Intelligent Systems, Modelling and Simulation Energy Consumption and Performance of Delay Tolerant Network Routing Protocols under Different Mobility Models Bhed Bahadur

More information

Spray and Dynamic: Advanced Routing in Delay Tolerant Networks

Spray and Dynamic: Advanced Routing in Delay Tolerant Networks Int. J. Communications, Network and System Sciences, 2012, 5, 98-104 http://dx.doi.org/10.4236/ijcns.2012.52013 Published Online February 2012 (http://www.scirp.org/journal/ijcns) Spray and Dynamic: Advanced

More information

Routing in a Delay Tolerant Network Sushant Jain, Kevin Fall and Rabin Patra SIGCOMM Presented by Xun Gong

Routing in a Delay Tolerant Network Sushant Jain, Kevin Fall and Rabin Patra SIGCOMM Presented by Xun Gong Routing in a Delay Tolerant Network Sushant Jain, Kevin Fall and Rabin Patra SIGCOMM 2004 Presented by Xun Gong Outline Delay Tolerant Networks Routing Problem in DTNs Multiple-copy Approach Flooding and

More information

Design and Implementation of Improved Routing Algorithm for Energy Consumption in Delay Tolerant Network

Design and Implementation of Improved Routing Algorithm for Energy Consumption in Delay Tolerant Network IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 07 December 2016 ISSN (online): 2349-6010 Design and Implementation of Improved Routing Algorithm for Energy

More information

Heterogeneous Community-based Routing in Opportunistic Mobile Social Networks

Heterogeneous Community-based Routing in Opportunistic Mobile Social Networks Heterogeneous Community-based Routing in Opportunistic Mobile Social Networks Yunsheng Wang Kettering University Jie Wu Temple University Mingjun Xiao University of Science and Tech. of China Daqiang Zhang

More information

Archna Rani [1], Dr. Manu Pratap Singh [2] Research Scholar [1], Dr. B.R. Ambedkar University, Agra [2] India

Archna Rani [1], Dr. Manu Pratap Singh [2] Research Scholar [1], Dr. B.R. Ambedkar University, Agra [2] India Volume 4, Issue 3, March 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance Evaluation

More information

Simulation and Analysis of Opportunistic Routing Protocols

Simulation and Analysis of Opportunistic Routing Protocols Simulation and Analysis of Opportunistic Routing Protocols 1 The Purpose The purpose of this assignment is to gain familiarity with a network simulation tool and to get experience in basic data analysis.

More information

COMPARATIVE ANALYSIS OF DIFFERENT ROUTING PROTOCOLS IN DELAY TOLERANT NETWORKS

COMPARATIVE ANALYSIS OF DIFFERENT ROUTING PROTOCOLS IN DELAY TOLERANT NETWORKS COMPARATIVE ANALYSIS OF DIFFERENT ROUTING PROTOCOLS IN DELAY TOLERANT NETWORKS Chintan B. Desai PG Student, Electronics and Communication Department, Charotar University of Science & Technology, Changa,

More information

Probabilistic Routing With Multi-copies in Delay Tolerant Networks

Probabilistic Routing With Multi-copies in Delay Tolerant Networks Probabilistic Routing With Multi-copies in Delay Tolerant Networks Ze Li and Haiying Shen Department of Computer Science and Computer Engineering University of Arkansas, Fayetteville, AR 7701 {zxl008,

More information

Buffer Management in Delay Tolerant Networks

Buffer Management in Delay Tolerant Networks Buffer Management in Delay Tolerant Networks Rachana R. Mhatre 1 And Prof. Manjusha Deshmukh 2 1,2 Information Technology, PIIT, New Panvel, University of Mumbai Abstract Delay tolerant networks (DTN)

More information

Integrated Routing Protocol for Opportunistic Networks

Integrated Routing Protocol for Opportunistic Networks Integrated Routing Protocol for Opportunistic Networks Anshul Verma Computer Science and Engineering Dept. ABV-Indian Institute of Information Technology and Management, Gwalior, India E-mail: anshulverma87@gmail.com

More information

Community-Based Adaptive Buffer Management Strategy in Opportunistic Network

Community-Based Adaptive Buffer Management Strategy in Opportunistic Network Community-Based Adaptive Buffer Management Strategy in Opportunistic Network Junhai Zhou, Yapin Lin ( ), Siwang Zhou, and Qin Liu College of Computer Science and Electronic Engineering, Hunan University,

More information

PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS FOR DELAY TOLERANT NETWORKS

PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS FOR DELAY TOLERANT NETWORKS PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS FOR DELAY TOLERANT NETWORKS Sanjay Kumar, K. Suraj and Sudhakar Pandey Department of Information Technology, National Institute of Technology Raipur, India E-Mail:

More information

Performance Analysis of Delay Tolerant Network Routing Protocols in Different Mobility Environments

Performance Analysis of Delay Tolerant Network Routing Protocols in Different Mobility Environments Performance Analysis of Delay Tolerant Network Routing Protocols in Different Mobility Environments Bhed Bahadur Bista Faculty of Software and Information Science Iwate Prefectural University Takizawa

More information

Low Overhead Geometric On-demand Routing Protocol for Mobile Ad Hoc Networks

Low Overhead Geometric On-demand Routing Protocol for Mobile Ad Hoc Networks Low Overhead Geometric On-demand Routing Protocol for Mobile Ad Hoc Networks Chang Su, Lili Zheng, Xiaohai Si, Fengjun Shang Institute of Computer Science & Technology Chongqing University of Posts and

More information

Buffer Aware Network Coded Routing Protocol for Delay Tolerant Networks

Buffer Aware Network Coded Routing Protocol for Delay Tolerant Networks Middle-East Journal of Scientific Research 23 (Sensing, Signal Processing and Security): 291-296, 2015 ISSN 1990-9233 IDOSI Publications, 2015 DOI: 10.5829/idosi.mejsr.2015.23.ssps.111 Buffer Aware Network

More information

Delay Tolerant Networks

Delay Tolerant Networks Delay Tolerant Networks DEPARTMENT OF INFORMATICS & TELECOMMUNICATIONS NATIONAL AND KAPODISTRIAN UNIVERSITY OF ATHENS What is different? S A wireless network that is very sparse and partitioned disconnected

More information

Estimation based Erasure-coding Routing in Delay Tolerant Networks

Estimation based Erasure-coding Routing in Delay Tolerant Networks Estimation based Erasure-coding Routing in Delay Tolerant Networks Yong Liao, Kun Tan, Zhensheng Zhang, Lixin Gao Dep. of Electrical & Computer Eng. Microsoft Research Asia San Diego Research Center University

More information

Application of Graph Theory in DTN Routing

Application of Graph Theory in DTN Routing Application of Graph Theory in DTN Routing Madan H. T. 1, Shabana Sultana 2 1 M. Tech. (CNE), NIE, Mysuru 2 Associate Professor, Dept. of Computer Science & Eng., NIE, Mysuru Abstract: Delay tolerant network

More information

Constructing Time-Varying Contact Graphs for Heterogeneous Delay Tolerant Networks

Constructing Time-Varying Contact Graphs for Heterogeneous Delay Tolerant Networks Globecom 2012 - Wireless Networking Symposium Constructing Time-Varying Contact Graphs for Heterogeneous Delay Tolerant Networks Xiaoyan Hong, Bo Gu, Yuguang Zeng, Jingyuan Zhang Department of Computer

More information

1. INTRODUCTION. Saravanan.A 1 and Dr.Sunitha Abburu 2

1. INTRODUCTION. Saravanan.A 1 and Dr.Sunitha Abburu 2 www.ijcsi.org 365 Computing Conditional Intermeeting Time in Conditional Shortest Path Routing Saravanan.A 1 and Dr.Sunitha Abburu 2 1 Adhiyamaan College of Engineering, Department of Computer Application,

More information

Exploiting Heterogeneity in Mobile Opportunistic Networks: An Analytic Approach

Exploiting Heterogeneity in Mobile Opportunistic Networks: An Analytic Approach Exploiting Heterogeneity in Mobile Opportunistic Networks: An Analytic Approach 7 th Annual IEEE Communication Society Conference on Sensor, Mesh and Ad Hoc Communications and Networks (IEEE SECON 10)

More information

WaterChat: A Group Chat Application Based on Opportunistic Mobile Social Networks

WaterChat: A Group Chat Application Based on Opportunistic Mobile Social Networks WaterChat: A Group Chat Application Based on Opportunistic Mobile Social Networks Tzu-Chieh Tsai, Ting-Shen Liu, and Chien-Chun Han Department of Computer Science, National Chengchi University, Taipei,

More information

Elimination Of Redundant Data using user Centric Data in Delay Tolerant Network

Elimination Of Redundant Data using user Centric Data in Delay Tolerant Network IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 9 February 2015 ISSN (online): 2349-6010 Elimination Of Redundant Data using user Centric Data in Delay Tolerant

More information

Message Transmission with User Grouping for Improving Transmission Efficiency and Reliability in Mobile Social Networks

Message Transmission with User Grouping for Improving Transmission Efficiency and Reliability in Mobile Social Networks , March 12-14, 2014, Hong Kong Message Transmission with User Grouping for Improving Transmission Efficiency and Reliability in Mobile Social Networks Takuro Yamamoto, Takuji Tachibana, Abstract Recently,

More information

Density-Aware Routing in Highly Dynamic DTNs: The RollerNet Case

Density-Aware Routing in Highly Dynamic DTNs: The RollerNet Case Density-Aware Routing in Highly Dynamic DTNs: The RollerNet Case Pierre-Ugo Tournoux, Student Member, IEEE, Je re mie Leguay, Farid Benbadis, John Whitbeck, Student Member, IEEE, Vania Conan, and Marcelo

More information

ABSTRACT I. INTRODUCTION II. CHARACTERISTICS OF DELAY TOLERANT NETWORKS

ABSTRACT I. INTRODUCTION II. CHARACTERISTICS OF DELAY TOLERANT NETWORKS International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 5 ISSN : 2456-3307 Survey of Various Protocols Used for Delay Tolerant

More information

Energy Efficient Social-Based Routing for Delay Tolerant Networks

Energy Efficient Social-Based Routing for Delay Tolerant Networks Energy Efficient Social-Based Routing for Delay Tolerant Networks Chenfei Tian,FanLi,, Libo Jiang,ZeyeWang, and Yu Wang 2, School of Computer Science, Beijing Institute of Technology, Beijing, 8, China

More information

MDR Based Cooperative Strategy Adaptation in Wireless Communication

MDR Based Cooperative Strategy Adaptation in Wireless Communication MDR Based Cooperative Strategy Adaptation in Wireless Communication Aswathy Mohan 1, Smitha C Thomas 2 M.G University, Mount Zion College of Engineering, Pathanamthitta, India Abstract: Cooperation among

More information

CFP: Integration of Fountain Codes and Optimal Probabilistic Forwarding in DTNs

CFP: Integration of Fountain Codes and Optimal Probabilistic Forwarding in DTNs : Integration of Fountain Codes and Optimal Probabilistic Forwarding in DTNs Ying Dai Software Institute Nanjing University dy06@software.nju.edu.cn Panlong Yang, Guihai Chen Dept. of Computer Sci. and

More information

Simulation of Epidemic, Spray and Wait and First Contact Routing Protocols in Delay Tolerant Network

Simulation of Epidemic, Spray and Wait and First Contact Routing Protocols in Delay Tolerant Network Simulation of, Spray and Wait and First Contact Routing Protocols in Delay Tolerant Network 1 Monika Aneja, 2 Vishal Garg 1 (P.G. Student JMIT, Radaur, Yamunanagar) 2 (Assistant Professor JMIT Radaur Yamunanagar)

More information

Routing with Multi-Level Social Groups in Mobile Opportunistic Networks

Routing with Multi-Level Social Groups in Mobile Opportunistic Networks Routing with Multi-Level Social Groups in Mobile Opportunistic Networks Lunan Zhao Fan Li Chao Zhang Yu Wang School of Computer Science, Beijing Institute of Technology, Beijing, 100081, China. Department

More information

Social-Aware Routing in Delay Tolerant Networks

Social-Aware Routing in Delay Tolerant Networks Social-Aware Routing in Delay Tolerant Networks Jie Wu Dept. of Computer and Info. Sciences Temple University Challenged Networks Assumptions in the TCP/IP model are violated DTNs Delay-Tolerant Networks

More information

Performance Evaluations of Data-Centric Information Retrieval Schemes for DTNs

Performance Evaluations of Data-Centric Information Retrieval Schemes for DTNs Computer Networks Vol x, Issue y 1 Performance Evaluations of Data-Centric Information Retrieval Schemes for DTNs P. Yang, Member, IEEE M. Chuah 1, Senior Member, IEEE Abstract Mobile nodes in some challenging

More information

A Qualitative Survey on Multicast Routing in Delay Tolerant Networks

A Qualitative Survey on Multicast Routing in Delay Tolerant Networks A Qualitative Survey on Multicast Routing in Delay Tolerant Networks Sushovan Patra 1, Sujoy Saha 2, Vijay Shah 1, Satadal Sengupta 1, Konsam Gojendra Singh 1, and Subrata Nandi 1 1 Department of Computer

More information

Routing in Delay Tolerant Networks (DTN)

Routing in Delay Tolerant Networks (DTN) Int. J. Communications, Network and System Sciences, 2011, 4, 53-58 doi:10.4236/ijcns.2011.41006 Published Online January 2011 (http://www.scirp.org/journal/ijcns) Routing in Delay Tolerant Networks (DTN)

More information

Capacity-Aware Routing Using Throw-Boxes

Capacity-Aware Routing Using Throw-Boxes Capacity-Aware Routing Using Throw-Boxes Bo Gu, Xiaoyan Hong Department of Computer Science University of Alabama, Tuscaloosa, AL 35487 {bgu,hxy}@cs.ua.edu Abstract Deploying the static wireless devices

More information

Network Coding Efficiency In The Presence Of An Intermittent Backhaul Network

Network Coding Efficiency In The Presence Of An Intermittent Backhaul Network IEEE ICC 2016 - Wireless Communications Symposium Network Coding Efficiency In The Presence Of An Intermittent Backhaul Network Stefan Achleitner, Thomas La Porta Computer Science and Engineering The Pennsylvania

More information

NEW STRATEGY TO OPTIMIZE THE PERFORMANCE OF SPRAY AND WAIT ROUTING PROTOCOL

NEW STRATEGY TO OPTIMIZE THE PERFORMANCE OF SPRAY AND WAIT ROUTING PROTOCOL NEW STRATEGY TO OPTIMIZE THE PERFORMANCE OF SPRAY AND WAIT ROUTING PROTOCOL Mohamed Ababou 1, Rachid Elkouch 2, Mostafa Bellafkih 3 and Nabil Ababou 4 1 National Institute of Posts and Telecommunications

More information

ROUTING AND CONGESTION CONTROL STRATEGIES IN OPPORTUNISTIC NETWORKS: A SURVEY

ROUTING AND CONGESTION CONTROL STRATEGIES IN OPPORTUNISTIC NETWORKS: A SURVEY ROUTING AND CONGESTION CONTROL STRATEGIES IN OPPORTUNISTIC NETWORKS: A SURVEY Vidya K 1, Mr Hemanth S R 2 1 M.Tech, 2 Assistant Professor, Department of Computer Science Maharaja Institute of Technology

More information

Using local speed information as routing metric for delay tolerant networks

Using local speed information as routing metric for delay tolerant networks Using local speed information as routing metric for delay tolerant networks FUQUAN ZHANG 1, INWHEE JOE, DEMIN GAO 1 AND YUNFEI LIU 1 1 College of Information and Sciences NanJing Forestry University NanJing

More information

Modeling Redundancy-based Routing in Delay Tolerant Networks

Modeling Redundancy-based Routing in Delay Tolerant Networks Modeling Redundancy-based Routing in Delay Tolerant Networks Yong Liao, Kun Tan, Zhensheng Zhang, Lixin Gao Dep. of Electrical & Computer Eng. Microsoft Research Asia San Diego Research Center University

More information

Overhead Reduction In Delay Tolerant Networks

Overhead Reduction In Delay Tolerant Networks Overhead Reduction In Delay Tolerant Networks Azadeh Omidvar School of Electrical Engineering Iran University of Science and Technology Tehran, Iran omidvar@elec.iust.ac.ir Karim Mohammadi School of Electrical

More information

TRUST FRAMEWORK FOR DATA FORWARDING IN OPPORTUNISTIC NETWORKS USING MOBILE TRACES

TRUST FRAMEWORK FOR DATA FORWARDING IN OPPORTUNISTIC NETWORKS USING MOBILE TRACES TRUST FRAMEWORK FOR DATA FORWARDING IN OPPORTUNISTIC NETWORKS USING MOBILE TRACES B.Poonguzharselvi 1 and V.Vetriselvi 2 1,2 Department of Computer Science and Engineering, College of Engineering Guindy,

More information

Routing in Delay Tolerant Networks (2)

Routing in Delay Tolerant Networks (2) Routing in Delay Tolerant Networks (2) Primary Reference: E. P. C. Jones, L. Li and P. A. S. Ward, Practical Routing in Delay-Tolerant Networks, SIGCOMM 05, Workshop on DTN, August 22-26, 2005, Philadelphia,

More information

Routing in a Delay Tolerant Network

Routing in a Delay Tolerant Network Routing in a Delay Tolerant Network Vladislav Marinov Jacobs University Bremen March 31st, 2008 Vladislav Marinov Routing in a Delay Tolerant Network 1 Internet for a Remote Village Dial-up connection

More information

SMART: A Selective Controlled-Flooding Routing for Delay Tolerant Networks

SMART: A Selective Controlled-Flooding Routing for Delay Tolerant Networks SMART: A Selective Controlled-Flooding Routing for Delay Tolerant Networks Lei Tang, Qunwei Zheng, Jun Liu, Xiaoyan Hong Department of Computer Science University of Alabama, Tuscaloosa, AL 35487 {ltang,qzheng,jliu,hxy}@cs.ua.edu

More information

Buffer Aware Routing in Interplanetary Ad Hoc Network

Buffer Aware Routing in Interplanetary Ad Hoc Network Buffer Aware Routing in Interplanetary Ad Hoc Network Kamal Mistry (Wipro Technologies, Bangalore) Sanjay Srivastava (DA-IICT, Gandhinagar) R. B. Lenin (DA-IICT, Gandhinagar) January 8, 2009 Buffer Aware

More information

Impact of Social Networks on Delay Tolerant Routing

Impact of Social Networks on Delay Tolerant Routing Impact of Social Networks on Delay Tolerant Routing Eyuphan Bulut, Zijian Wang and Boleslaw K. Szymanski Department of Computer Science and Center for Pervasive Computing and Networking Rensselaer Polytechnic

More information

On Performance Evaluation of Reliable Topology Control Algorithms in Mobile Ad Hoc Networks (Invited Paper)

On Performance Evaluation of Reliable Topology Control Algorithms in Mobile Ad Hoc Networks (Invited Paper) On Performance Evaluation of Reliable Topology Control Algorithms in Mobile Ad Hoc Networks (Invited Paper) Ngo Duc Thuan 1,, Hiroki Nishiyama 1, Nirwan Ansari 2,andNeiKato 1 1 Graduate School of Information

More information

Minimizing Average Spraying Cost for Routing in Delay Tolerant Networks

Minimizing Average Spraying Cost for Routing in Delay Tolerant Networks Minimizing Average Spraying Cost for Routing in Delay Tolerant Networks Eyuphan Bulut, Zijian Wang and Boleslaw K. Szymanski Department of Computer Science and Center for Pervasive Computing and Networking

More information

Using Hybrid Algorithm in Wireless Ad-Hoc Networks: Reducing the Number of Transmissions

Using Hybrid Algorithm in Wireless Ad-Hoc Networks: Reducing the Number of Transmissions Using Hybrid Algorithm in Wireless Ad-Hoc Networks: Reducing the Number of Transmissions R.Thamaraiselvan 1, S.Gopikrishnan 2, V.Pavithra Devi 3 PG Student, Computer Science & Engineering, Paavai College

More information

Selective Message Forwarding in Delay Tolerant Networks

Selective Message Forwarding in Delay Tolerant Networks Selective Message Forwarding in Delay Tolerant Networks Lei Tang, Qunwei Zheng, Jun Liu, Xiaoyan Hong Department of Computer Science University of Alabama, Tuscaloosa, AL 35487 {ltang,qzheng,jliu,hxy}@cs.ua.edu

More information

Connectivity, Energy and Mobility Driven Clustering Algorithm for Mobile Ad Hoc Networks

Connectivity, Energy and Mobility Driven Clustering Algorithm for Mobile Ad Hoc Networks Connectivity, Energy and Mobility Driven Clustering Algorithm for Mobile Ad Hoc Networks Fatiha Djemili Tolba University of Haute Alsace GRTC Colmar, France fatiha.tolba@uha.fr Damien Magoni University

More information

Routing Protocol Approaches in Delay Tolerant Networks

Routing Protocol Approaches in Delay Tolerant Networks Routing Protocol Approaches in Delay Tolerant Networks Shivi Shukla 1, Amit Munjal 2 and Y. N. Singh 2 AIM & ACT Dept., Banasthali Vidyapith, Rajasthan 1 EE Dept., Indian Institute of Technology, Kanpur

More information

CLUSTERING BASED ROUTING FOR DELAY- TOLERANT NETWORKS

CLUSTERING BASED ROUTING FOR DELAY- TOLERANT NETWORKS http:// CLUSTERING BASED ROUTING FOR DELAY- TOLERANT NETWORKS M.Sengaliappan 1, K.Kumaravel 2, Dr. A.Marimuthu 3 1 Ph.D( Scholar), Govt. Arts College, Coimbatore, Tamil Nadu, India 2 Ph.D(Scholar), Govt.,

More information

Geographic information based Replication and Drop Routing (GeoRaDR): A Hybrid Message Transmission Approach for DTNs

Geographic information based Replication and Drop Routing (GeoRaDR): A Hybrid Message Transmission Approach for DTNs Geographic information based Replication and Drop Routing (GeoRaDR): A Hybrid Message Transmission Approach for DTNs Dr. Santhi Kumaran Associate Professor, Dept of Computer Engineering,

More information

Impact of Selective Dropping Attacks on Network Coding Performance in DTNs and a Potential Mitigation Scheme

Impact of Selective Dropping Attacks on Network Coding Performance in DTNs and a Potential Mitigation Scheme 1 Impact of Selective Dropping Attacks on Network Coding Performance in DTNs and a Potential Scheme M. Chuah, P. Yang Department of Computer Science & Engineering Lehigh University chuah@cse.lehigh.edu,

More information

Routing Performance Analysis in Delay Tolerant Networks

Routing Performance Analysis in Delay Tolerant Networks Routing Performance Analysis in Delay Tolerant Networks Presenter: Hao Liang Main References: [1] G. Resta and P. Santi, A framework for routing performance analysis in delay tolerant networks with application

More information

BOND: Unifying Mobile Networks with Named Data. Michael Meisel

BOND: Unifying Mobile Networks with Named Data. Michael Meisel BOND: Unifying Mobile Networks with Named Data Michael Meisel Ph.D. Dissertation Defense March 16, 2011 Freeform Wireless Networks Multi-hop Unpredictable mobility Can be connected or disconnected Examples:

More information

Impact of Social Networks in Delay Tolerant Routing

Impact of Social Networks in Delay Tolerant Routing Impact of Social Networks in Delay Tolerant Routing Eyuphan Bulut, Zijian Wang and Boleslaw K. Szymanski Department of Computer Science and Center for Pervasive Computing and Networking Rensselaer Polytechnic

More information

A Low-Overhead Hybrid Routing Algorithm for ZigBee Networks. Zhi Ren, Lihua Tian, Jianling Cao, Jibi Li, Zilong Zhang

A Low-Overhead Hybrid Routing Algorithm for ZigBee Networks. Zhi Ren, Lihua Tian, Jianling Cao, Jibi Li, Zilong Zhang A Low-Overhead Hybrid Routing Algorithm for ZigBee Networks Zhi Ren, Lihua Tian, Jianling Cao, Jibi Li, Zilong Zhang Chongqing Key Lab of Mobile Communications Technology, Chongqing University of Posts

More information

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.9, September 2017 139 Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks MINA MAHDAVI

More information

BUBBLE RAP: Social-Based Forwarding in Delay-Tolerant Networks

BUBBLE RAP: Social-Based Forwarding in Delay-Tolerant Networks 1 BUBBLE RAP: Social-Based Forwarding in Delay-Tolerant Networks Pan Hui, Jon Crowcroft, Eiko Yoneki Presented By: Shaymaa Khater 2 Outline Introduction. Goals. Data Sets. Community Detection Algorithms

More information

Secure Enhanced Authenticated Routing Protocol for Mobile Ad Hoc Networks

Secure Enhanced Authenticated Routing Protocol for Mobile Ad Hoc Networks Journal of Computer Science 7 (12): 1813-1818, 2011 ISSN 1549-3636 2011 Science Publications Secure Enhanced Authenticated Routing Protocol for Mobile Ad Hoc Networks 1 M.Rajesh Babu and 2 S.Selvan 1 Department

More information

Lecture 6: Vehicular Computing and Networking. Cristian Borcea Department of Computer Science NJIT

Lecture 6: Vehicular Computing and Networking. Cristian Borcea Department of Computer Science NJIT Lecture 6: Vehicular Computing and Networking Cristian Borcea Department of Computer Science NJIT GPS & navigation system On-Board Diagnostic (OBD) systems DVD player Satellite communication 2 Internet

More information

A SURVEY ON OPPORTUNISTIC ROUTING PROTOCOLS IN CELLULAR NETWORK FOR MOBILE DATA OFFLOADING

A SURVEY ON OPPORTUNISTIC ROUTING PROTOCOLS IN CELLULAR NETWORK FOR MOBILE DATA OFFLOADING A SURVEY ON OPPORTUNISTIC ROUTING PROTOCOLS IN CELLULAR NETWORK FOR MOBILE DATA OFFLOADING Sanjit Kumar Dash 1, Chandrakanta Mahanty 2, Sasmita Mishra 3 and Jibitesh Mishra 1 1 College of Engineering and

More information

AWERProcedia Information Technology & Computer Science

AWERProcedia Information Technology & Computer Science AWERProcedia Information Technology & Computer Science Vol 03 (2013) 1424-1429 3 rd World Conference on Information Technology (WCIT-2012) Comparison of routing protocols in mobile ad-hoc wireless networks

More information

Excavation Balance Routing Algorithm Simulation Based on Fuzzy Ant Colony

Excavation Balance Routing Algorithm Simulation Based on Fuzzy Ant Colony 2018 5th International Conference on Electrical & Electronics Engineering and Computer Science (ICEEECS 2018) Excavation Balance Routing Algorithm Simulation Based on Fuzzy Ant Colony Luo Xiaojuan, Yan

More information

CHAPTER 7 COMPARISON OF DIFFERENT ROUTING SCHEMES

CHAPTER 7 COMPARISON OF DIFFERENT ROUTING SCHEMES 80 CHAPTER 7 COMPARISON OF DIFFERENT ROUTING SCHEMES 7.1 PERFORMANCE METRICS In the preceding chapters data delivery rate, buffer space, node density and message delay, average hop count, average buffer

More information

Design of Simulator for Finding the Delay Distribution in Delay Tolerant Networking

Design of Simulator for Finding the Delay Distribution in Delay Tolerant Networking Global Journal of Computer Science and Technology Network, Web & Security Volume 12 Issue 14 Version 1. Year 212 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Appointed BrOadcast (ABO): Reducing Routing Overhead in. IEEE Mobile Ad Hoc Networks

Appointed BrOadcast (ABO): Reducing Routing Overhead in. IEEE Mobile Ad Hoc Networks Appointed BrOadcast (ABO): Reducing Routing Overhead in IEEE 802.11 Mobile Ad Hoc Networks Chun-Yen Hsu and Shun-Te Wang Computer Network Lab., Department of Electronic Engineering National Taiwan University

More information

Combined Mobile Ad-hoc and Delay/Disruption-tolerant Routing

Combined Mobile Ad-hoc and Delay/Disruption-tolerant Routing This is an authors' version of the manuscript. Final version published in Proc. 13th International Conference on Ad-Hoc Networks and Wireless (ADHOC-NOW '14). Springer LNCS 8487, pp. 1-14, 2014. The final

More information

End-To-End Delay Optimization in Wireless Sensor Network (WSN)

End-To-End Delay Optimization in Wireless Sensor Network (WSN) Shweta K. Kanhere 1, Mahesh Goudar 2, Vijay M. Wadhai 3 1,2 Dept. of Electronics Engineering Maharashtra Academy of Engineering, Alandi (D), Pune, India 3 MITCOE Pune, India E-mail: shweta.kanhere@gmail.com,

More information

ERASURE-CODING DEPENDENT STORAGE AWARE ROUTING

ERASURE-CODING DEPENDENT STORAGE AWARE ROUTING International Journal of Mechanical Engineering and Technology (IJMET) Volume 9 Issue 11 November 2018 pp.2226 2231 Article ID: IJMET_09_11_235 Available online at http://www.ia aeme.com/ijmet/issues.asp?jtype=ijmet&vtype=

More information

Studies with ns-2 and ns-3 based DTN Simulators

Studies with ns-2 and ns-3 based DTN Simulators Studies with and based DTN Simulators Epidemic Routing, Spray and Wait DTN Congestion Control Jani Lakkakorpi Department of Communications and Networking (Comnet) 2.11.2012 Simulators.34 With alternative

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

The Comparative Analysis of RED, GF-RED and MGF-RED for Congestion Avoidance in MANETs

The Comparative Analysis of RED, GF-RED and MGF-RED for Congestion Avoidance in MANETs I J C T A, 9(41), 2016, pp. 157-164 International Science Press ISSN: 0974-5572 The Comparative Analysis of RED, GF-RED and MGF-RED for Congestion Avoidance in MANETs Makul Mahajan 1 and Mritunjay Kumar

More information

DTN Interworking for Future Internet Presented by Chang, Dukhyun

DTN Interworking for Future Internet Presented by Chang, Dukhyun DTN Interworking for Future Internet 2008.02.20 Presented by Chang, Dukhyun Contents 1 2 3 4 Introduction Project Progress Future DTN Architecture Summary 2/29 DTN Introduction Delay and Disruption Tolerant

More information

Towards Distributed Network Classification for Mobile Ad hoc Networks

Towards Distributed Network Classification for Mobile Ad hoc Networks Towards Distributed Network Classification for Mobile Ad hoc Networks (Invited Paper) Dimitrios Antonellis Electrical Engineering Dept University of Southern California dimitria@usc.edu Ahmed Mansy College

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

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

Efficiency Analysis of Enhanced Epidemic Routing Protocol of Delay Tolerant Networks using Improved Buffer Management

Efficiency Analysis of Enhanced Epidemic Routing Protocol of Delay Tolerant Networks using Improved Buffer Management Efficiency Analysis of Enhanced Epidemic Routing Protocol of Delay Tolerant Networks using Improved Buffer Management 195 Abstract Assistant Professor, Department of IT, MIMIT Malout. Bindra.harminder@gmail.com

More information

TOWARD PRIVACY PRESERVING AND COLLUSION RESISTANCE IN A LOCATION PROOF UPDATING SYSTEM

TOWARD PRIVACY PRESERVING AND COLLUSION RESISTANCE IN A LOCATION PROOF UPDATING SYSTEM TOWARD PRIVACY PRESERVING AND COLLUSION RESISTANCE IN A LOCATION PROOF UPDATING SYSTEM R.Bhuvaneswari 1, V.Vijayalakshmi 2 1 M.Phil., Scholar, Bharathiyar Arts And Science College For Women, India 2 HOD

More information

Trail-Based Search for Efficient Event Report to Mobile Actors in Wireless Sensor and Actor Networks

Trail-Based Search for Efficient Event Report to Mobile Actors in Wireless Sensor and Actor Networks sensors Article Trail-Based Search for Efficient Event Report to Mobile Actors in Wireless Sensor and Actor Networks Zhezhuang Xu 1, *, Guanglun Liu 1, Haotian Yan 2, Bin Cheng 3 and Feilong Lin 4 1 School

More information

Analysis of GPS and Zone Based Vehicular Routing on Urban City Roads

Analysis of GPS and Zone Based Vehicular Routing on Urban City Roads Analysis of GPS and Zone Based Vehicular Routing on Urban City Roads Aye Zarchi Minn 1, May Zin Oo 2, Mazliza Othman 3 1,2 Department of Information Technology, Mandalay Technological University, Myanmar

More information

Timely Information Dissemination with Distributed Storage in Delay Tolerant Mobile Sensor Networks

Timely Information Dissemination with Distributed Storage in Delay Tolerant Mobile Sensor Networks 27 IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS): 27 IEEE Infocom MiseNet Workshop Timely Information Dissemination with Distributed Storage in Delay Tolerant Mobile Sensor Networks

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

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

Keywords: Detection, Disruption Tolerant Networks, Mitigation, Routing Misbehavior, Security.

Keywords: Detection, Disruption Tolerant Networks, Mitigation, Routing Misbehavior, Security. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY An Efficient Selfishness Aware Routing in Delay Tolerant Networks N.Senthilkumar *1, Dr. T.V U. Kiran Kumar 2 *1,2,3,4 Bharath

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

A Neighbor Coverage Based Probabilistic Rebroadcast Reducing Routing Overhead in MANETs

A Neighbor Coverage Based Probabilistic Rebroadcast Reducing Routing Overhead in MANETs A Neighbor Coverage Based Probabilistic Rebroadcast Reducing Routing Overhead in MANETs Ankita G. Rathi #1, Mrs. J. H. Patil #2, Mr. S. A. Hashmi #3 # Computer Science-Information Technology Department,

More information

Some Ad Hoc Network Characteristics Effects on the Performance of On-Demand Routing Protocols

Some Ad Hoc Network Characteristics Effects on the Performance of On-Demand Routing Protocols Inf. Sci. Lett. 2, No. 2, 69-75 (2013) 69 Information Sciences Letters An International Journal http://dx.doi.org/10.12785/isl/020204 Some Ad Hoc Network Characteristics Effects on the Performance On-Demand

More information

Epidemic theory based H + 1 hop forwarding for intermittently connected mobile ad hoc networks

Epidemic theory based H + 1 hop forwarding for intermittently connected mobile ad hoc networks RESEARCH Open Access Epidemic theory based H + hop forwarding for intermittently connected mobile ad hoc networks Xin Guan *, Min Chen 2,3 and Tomoaki Ohtsuki Abstract In intermittently connected mobile

More information