SlideShare a Scribd company logo
1 of 5
Download to read offline
IOSR Journal of Computer Engineering (IOSRJCE)
ISSN: 2278-0661 Volume 3, Issue 1 (July-Aug. 2012), PP 35-39
www.iosrjournals.org

 An Experimental Result of Conditional Shortest Path Routing In
                  Delay Tolerant Networks
                         Y.S. Krupamai 1, S. Anil Kumar2, Dr. P. Harini3
                         1
                        M.Tech Student Department of CSE, SACET, Chirala, A.P, India
                     2
                      Associate Professor, Department of CSE, SACET, Chirala, A.P, India
                     3
                       Professor & Head, Department of CSE, SACET, Chirala, A.P, India

Abstract: Delay tolerant networks are characterized by the sporadic connectivity between their nodes and
therefore the lack of stable end-to-end paths from source to destination. Since the future node connections are
mostly unknown in these networks, opportunistic forwarding is used to deliver messages. However, making
effective forwarding decisions using only the network characteristics (i.e. average intermeeting time between
nodes) extracted from contact history is a challenging problem. Based on the observations about human
mobility traces and the findings of previous work, we introduce a new metric called conditional intermeeting
time, which computes the average intermeeting time between two nodes relative to a meeting with a third node
using only the local knowledge of the past contacts. We then look at the effects of the proposed metric on the
shortest path based routing designed for delay tolerant networks. We propose Conditional Shortest Path
Routing (CSPR) protocol that routes the messages over conditional shortest paths in which the cost of links
between nodes is defined by conditional intermeeting times rather than the conventional intermeeting times.
Through trace-driven simulations, we demonstrate that CSPR achieves higher delivery rate and lower end-to-
end delay compared to the shortest path based routing protocols that use the conventional intermeeting time as
the link metric.
Keywords: Delay Tolerant Network, MobiSpace, Network Model, Routing protocols, Short test Path.

                                          I.           Introduction
          Routing in delay tolerant networks (DTN) is a challenging problem because at any given time instance,
the probability that there is an end-to-end path from a source to a destination is low. Since the routing
algorithms for conventional networks assume that the links between nodes are stable most of the time and do not
fail frequently, they do not generally work in DTN’s [1]. The basic idea of using erasure coding is simple and
has been explored in many applications [7]. However, it is not clear if and when it will perform better than
simpler alternatives based on pure replications in DTNs.
          DTNs are useful when the information being routed retains its value longer than the disrupted
connectivity delays delivery. The routing problem in a DTN may a first appear as the standard problem of
dynamic routing but with extended link failure times. This is not the case. For the standard dynamic routing
problem, the topology is assumed to be connected and the objective of the routing algorithm is to and the best
currently-available path move traced-to-end. In a DTN, however, an end-to- end path may be unavailable at all
times; routing is performed over time to achieve eventual delivery by employing long-term storage at the
intermediate nodes.
          In Existing Work adopted it for the shortest path based routing algorithms designed for DTN’s. We
propose conditional shortest path routing (CSPR) protocol in which average conditional intermeeting times are
used as link costs rather than standard2 intermeeting times and the messages are routed over conditional shortest
paths (CSP). We compare CSPR protocol with the existing shortest path (SP) based routing protocol through
real trace- driven simulations. The results demonstrate that CSPR achieves higher delivery rate and lower end-
to-end delay compared to the shortest path based routing protocols. This shows how well the conditional
intermeeting time represents inter node link costs (in the context of routing) and helps making effective
forwarding decisions while routing a message. We redefine the intermeeting time concept between nodes and
introduce a new link metric called conditional intermeeting time. It is the intermeeting time between two nodes
given that one of the nodes has previously met a certain other node.
          We propose conditional shortest path routing (CSPR) protocol in which average conditional
intermeeting times are used as link costs rather than standard2 intermeeting times and the messages are routed
over conditional shortest paths (CSP). We compare CSPR protocol with the existing shortest path (SP) based
routing protocol through real trace- driven simulations. The results demonstrate that CSPR achieves higher
delivery rate and lower end-to-end delay compared to the shortest path based routing protocols. This shows how
well the conditional intermeeting time represents internodes’ link costs (in the context of routing) and helps
making effective forwarding decisions while routing a message.

                                               www.iosrjournals.org                                    35 | Page
An Experimental Result Of Conditional Shortest Path Routing In Delay Tolerant Networks
                               II.        Proposed Methodology
         To show the benefits of the proposed metric, we adopted it for the shortest path based routing
algorithms designed for DTN’s. We propose conditional shortest path routing (CSPR) protocol in which
average conditional intermeeting times are used as link costs rather than standard2 intermeeting times and the
messages are routed over conditional shortest paths (CSP). We compare CSPR protocol with the
existing shortest path (SP) based routing protocol through real trace driven simulations. The results demonstrate
that CSPR achieves higher delivery rate and lower end-to-end delay compared to the shortest path based routing
protocols. This shows how well the conditional intermeeting time represents inter-node link costs (in the context
of routing) and helps making effective forwarding decisions while routing a message.
         New metric called conditional intermeeting time that measures the intermeeting time between two
nodes relative to a meeting with a third node using only the local knowledge of the past contacts. Such measure
is particularly beneficial if the nodes move in a cyclic so-called Mobi-Space in which if two nodes contact
frequently at particular time in previous cycles.

                              III.          Conditional Intermeeting Time
          An analysis of real mobility traces has been done in different environments and with variable number
of attendants and led to significant results about the aggregate and pair wise mobility characteristics of real
objects. Recent analysis on real mobility traces have demonstrated that models assuming the exponential
distribution of intermeeting times between pairs of nodes do not match real data well. Instead up to 99% of
intermeeting times in many datasets is log-normal distribution. To take advantage of such knowledge, we
propose a new metric called conditional intermeeting time that measures the intermeeting time between two
nodes relative to a meeting with a third node using only the local knowledge of the past contacts.




               Fig. 1. A physical cyclic MobiSpace with a common motion cycle of 12 time units.

                            IV.           Conditional Shortest Path Routing
          Shortest path routing protocols for DTN’s are based on the designs of routing protocols for traditional
networks. Messages are forwarded through the shortest paths between source and destination pairs according to
the costs assigned to links between nodes. Furthermore, the dynamic nature of DTN’s is also considered in these
designs. Two common metrics used to define the link costs are minimum expected delay and minimum
estimated expected delay .They compute the expected waiting time plus the transmission delay between each
pair of nodes. However, while the former uses the future contact schedule, the latter uses only observed contact
history.
          Routing decisions can be made at three different points in an SP based routing: i) at source, ii) at each
hop, and iii) at each contact. In the first one (source routing), SP of the message is decided at the source node
and the message follows that path. In the second one (per-hop routing), when a message arrives at an
intermediate node, the node determines the next hop for the message towards the destination and the message
waits for that node. Finally, in the third one (per contact routing), the routing table is recomputed at each contact
with other nodes and the forwarding decision is made accordingly. In these algorithms, utilization of recent
information increases from the first to the last one so that better forwarding decisions are made; however, more
processing resources are used as the routing decision is computed more frequently.


NETWORK MODEL CONSTRUCTION
        We prepare the model a DTN as a graph G = (V , E) where the vertices (V ) are mobile nodes and the
edges (E) represent the connections between these nodes. However, different from previous DTN network
models, we assume that there may be multiple unidirectional (Eu) and bidirectional (Eb) edges between the
nodes.




                                              www.iosrjournals.org                                         36 | Page
An Experimental Result Of Conditional Shortest Path Routing In Delay Tolerant Networks
                             V.        Neighbour Node Connection
         These edges differ from each other in terms of their weights and the corresponding third node. This
third node indicates the previous meeting and is used as a reference point while defining the conditional
intermeeting time (weight of the edge). In, we illustrate a sample DTN graph with four nodes and nine edges. Of
these nine edges, three are bidirectional with weights of standard intermeeting times between nodes, and six are
unidirectional edges with weights of conditional intermeeting times.

INTERMEETING CALCULATION TIME (DELAY TOLERANT TIME SPECIFICATION)
          Each node first adds up times expired between repeating meetings of one neighbor and the meeting of
another neighbor. Then it divides this total by the number of times it has met the first neighbor prior to meeting
the second one. For example, if node A has two neighbors (B and C), to find the conditional intermeeting time of
τA(B|C),each time node A meets node C, it starts a different timer. When it meets node B, it sums up the values
of these timers and divides the results by the number of active timers before deleting them.

                   VI.          Conditional Shortest Path Routing Identification
         Each node forms the aforementioned network model and collects the standard and conditional
intermeeting times of other nodes between each other through epidemic link state protocol as in. However, once
the weights are known, it is not as easy to find CSP’s as it is to find SP’s. Consider where the CSP(A, E) follows
path 2 and CSP(A, D) follows (A, B, D).




                                   VII.          Experiment Results




                                       Fig 1: Select the number of nodes

                                            www.iosrjournals.org                                        37 | Page
An Experimental Result Of Conditional Shortest Path Routing In Delay Tolerant Networks




                        Fig 2: Select file to traversing




                Fig 3: Select source node and destination node




            Fig 4: Select the file to traverse by clicking on browse




                  Fig 5: Send the file by clicking on submit




                            www.iosrjournals.org                              38 | Page
An Experimental Result Of Conditional Shortest Path Routing In Delay Tolerant Networks




                                              Fig 6:File was successfully sent


                            VIII.             Conclusion & Future Enhancement
          We introduced a new metric called conditional intermeeting time inspired by the results of the recent
studies showing that nodes’ intermeeting times are not memory less and that motion patterns of mobile nodes
are frequently repetitive. Then, we looked at the effects of this metric on shortest path based routing in DTN’s.
For this purpose, we updated the shortest path based routing algorithms using conditional intermeeting times
and proposed to route the messages over conditional shortest paths. Finally, we ran simulations to evaluate the
proposed algorithm and demonstrated the superiority of CSPR protocol over the existing shortest path routing
algorithms. We will look at the performance of the proposed algorithm in different data sets to see the effect of
conditional intermeeting time in different environments. Moreover, we will consider extending our CSPR
algorithm by using more information (more than one known meetings) from the contact history while deciding
conditional intermeeting times. For this, we plan to use probabilistic context free grammars (PCFG) and utilize
the construction algorithm presented in. Such a model will be able to hold history information concisely, and
provide further generalizations for unseen data.

                                                                References
[1]   T. Spyropoulos, K. Psounis,C. S. Raghavendra, Efficient routing in intermittently connected mobile networks: The single-copy case,
      IEEE/ACM Transactions on Networking, vol. 16, no. 1, Feb. 2008.
[2]   T. Spyropoulos, K. Psounis,C. S. Raghavendra, Efficient routing in intermittently connected mobile networks: The multi-copy case,
      IEEE/ACM Transactions on Networking, 2008.
[3]   Y. Wang, S. Jain, M. Martonosi, and K. Fall, Erasure coding based routing for opportunistic networks, in Proceedings of ACM
      SIGCOMM workshop on Delay Tolerant Networking (WDTN), 2005.
[4]    T. Spyropoulos, K. Psounis,C. S. Raghavendra, Spray and Wait: An Efficient Routing Scheme for Intermittently Connected Mobile
      Networks, ACM SIGCOMM Workshop, 2005.
[5]   E. P. C. Jones, L. Li, and P. A. S. Ward, Practical routing in delay tolerant networks, in Proceedings of ACM SIGCOMM workshop
      on Delay Tolerant Networking (WDTN), 2005.
[6]   J. Burgess, B. Gallagher, D. Jensen, and B. N. Levine, MaxProp: Routing for Vehicle-Based Disruption- Tolerant Networks, In Proc.
      IEEE Infocom, April 2006.
[7]   Lindgren, A. Doria, and O. Schelen, Probabilistic routing in intermittently connected networks, SIGMOBILE Mobile Computing
      and Communication Review, vol. 7, no. 3, 2003 .




                                                   www.iosrjournals.org                                                     39 | Page

More Related Content

What's hot

IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANET
IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANETIMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANET
IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANETijcsa
 
A Review on Geographical Location Based Energy Efficient Direction Restricted...
A Review on Geographical Location Based Energy Efficient Direction Restricted...A Review on Geographical Location Based Energy Efficient Direction Restricted...
A Review on Geographical Location Based Energy Efficient Direction Restricted...IJRES Journal
 
Impact of static nodes and pause
Impact of static nodes and pauseImpact of static nodes and pause
Impact of static nodes and pauseijwmn
 
Impact of mobility models on supp tran optimized dtn spray and wait routing p...
Impact of mobility models on supp tran optimized dtn spray and wait routing p...Impact of mobility models on supp tran optimized dtn spray and wait routing p...
Impact of mobility models on supp tran optimized dtn spray and wait routing p...ijmnct
 
Paper id 42201621
Paper id 42201621Paper id 42201621
Paper id 42201621IJRAT
 
Routing mee
Routing meeRouting mee
Routing meesara_3
 
Improving the scalability by contact information compression in routing
Improving the scalability by contact information compression in routingImproving the scalability by contact information compression in routing
Improving the scalability by contact information compression in routingijitjournal
 
A cross layer optimized reliable multicast routing protocol in wireless mesh ...
A cross layer optimized reliable multicast routing protocol in wireless mesh ...A cross layer optimized reliable multicast routing protocol in wireless mesh ...
A cross layer optimized reliable multicast routing protocol in wireless mesh ...ijdpsjournal
 
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLING
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLINGA SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLING
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLINGijseajournal
 
On the routing overhead in infrastructureless multihop wireless networks
On the routing overhead in infrastructureless multihop wireless networksOn the routing overhead in infrastructureless multihop wireless networks
On the routing overhead in infrastructureless multihop wireless networksNarendra Singh Yadav
 
PERFORMANCE ANALYSIS OF BROADCASTING IN MOBILE AD HOC NETWORKS USING CLUSTER ...
PERFORMANCE ANALYSIS OF BROADCASTING IN MOBILE AD HOC NETWORKS USING CLUSTER ...PERFORMANCE ANALYSIS OF BROADCASTING IN MOBILE AD HOC NETWORKS USING CLUSTER ...
PERFORMANCE ANALYSIS OF BROADCASTING IN MOBILE AD HOC NETWORKS USING CLUSTER ...ijasuc
 
An Enhanced DSR Protocol for Improving QoS in MANET
An Enhanced DSR Protocol for Improving QoS in MANETAn Enhanced DSR Protocol for Improving QoS in MANET
An Enhanced DSR Protocol for Improving QoS in MANETKhushbooGupta145
 
Fault tolerant routing scheme based on
Fault tolerant routing scheme based onFault tolerant routing scheme based on
Fault tolerant routing scheme based onIJCNCJournal
 
Project
Project Project
Project J M
 
Manets: Increasing N-Messages Delivery Probability Using Two-Hop Relay with E...
Manets: Increasing N-Messages Delivery Probability Using Two-Hop Relay with E...Manets: Increasing N-Messages Delivery Probability Using Two-Hop Relay with E...
Manets: Increasing N-Messages Delivery Probability Using Two-Hop Relay with E...ijceronline
 
Secure multipath routing scheme using key
Secure multipath routing scheme using keySecure multipath routing scheme using key
Secure multipath routing scheme using keyijfcstjournal
 

What's hot (18)

IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANET
IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANETIMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANET
IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANET
 
O01754101109
O01754101109O01754101109
O01754101109
 
A Review on Geographical Location Based Energy Efficient Direction Restricted...
A Review on Geographical Location Based Energy Efficient Direction Restricted...A Review on Geographical Location Based Energy Efficient Direction Restricted...
A Review on Geographical Location Based Energy Efficient Direction Restricted...
 
Impact of static nodes and pause
Impact of static nodes and pauseImpact of static nodes and pause
Impact of static nodes and pause
 
Impact of mobility models on supp tran optimized dtn spray and wait routing p...
Impact of mobility models on supp tran optimized dtn spray and wait routing p...Impact of mobility models on supp tran optimized dtn spray and wait routing p...
Impact of mobility models on supp tran optimized dtn spray and wait routing p...
 
Paper id 42201621
Paper id 42201621Paper id 42201621
Paper id 42201621
 
Routing mee
Routing meeRouting mee
Routing mee
 
ICICCE0367
ICICCE0367ICICCE0367
ICICCE0367
 
Improving the scalability by contact information compression in routing
Improving the scalability by contact information compression in routingImproving the scalability by contact information compression in routing
Improving the scalability by contact information compression in routing
 
A cross layer optimized reliable multicast routing protocol in wireless mesh ...
A cross layer optimized reliable multicast routing protocol in wireless mesh ...A cross layer optimized reliable multicast routing protocol in wireless mesh ...
A cross layer optimized reliable multicast routing protocol in wireless mesh ...
 
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLING
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLINGA SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLING
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLING
 
On the routing overhead in infrastructureless multihop wireless networks
On the routing overhead in infrastructureless multihop wireless networksOn the routing overhead in infrastructureless multihop wireless networks
On the routing overhead in infrastructureless multihop wireless networks
 
PERFORMANCE ANALYSIS OF BROADCASTING IN MOBILE AD HOC NETWORKS USING CLUSTER ...
PERFORMANCE ANALYSIS OF BROADCASTING IN MOBILE AD HOC NETWORKS USING CLUSTER ...PERFORMANCE ANALYSIS OF BROADCASTING IN MOBILE AD HOC NETWORKS USING CLUSTER ...
PERFORMANCE ANALYSIS OF BROADCASTING IN MOBILE AD HOC NETWORKS USING CLUSTER ...
 
An Enhanced DSR Protocol for Improving QoS in MANET
An Enhanced DSR Protocol for Improving QoS in MANETAn Enhanced DSR Protocol for Improving QoS in MANET
An Enhanced DSR Protocol for Improving QoS in MANET
 
Fault tolerant routing scheme based on
Fault tolerant routing scheme based onFault tolerant routing scheme based on
Fault tolerant routing scheme based on
 
Project
Project Project
Project
 
Manets: Increasing N-Messages Delivery Probability Using Two-Hop Relay with E...
Manets: Increasing N-Messages Delivery Probability Using Two-Hop Relay with E...Manets: Increasing N-Messages Delivery Probability Using Two-Hop Relay with E...
Manets: Increasing N-Messages Delivery Probability Using Two-Hop Relay with E...
 
Secure multipath routing scheme using key
Secure multipath routing scheme using keySecure multipath routing scheme using key
Secure multipath routing scheme using key
 

Viewers also liked

หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทย
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทยหวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทย
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทยTong Nuttakron
 
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทย
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทยหวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทย
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทยTong Nuttakron
 
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทย
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทยหวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทย
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทยTong Nuttakron
 

Viewers also liked (8)

H0145964
H0145964H0145964
H0145964
 
G0344655
G0344655G0344655
G0344655
 
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทย
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทยหวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทย
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทย
 
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทย
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทยหวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทย
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทย
 
C0132131
C0132131C0132131
C0132131
 
ToxNet Overview
ToxNet OverviewToxNet Overview
ToxNet Overview
 
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทย
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทยหวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทย
หวังสมาร์ทไทยแลนด์ไต่อันดับไอทีไทย
 
H0314450
H0314450H0314450
H0314450
 

Similar to F0313539

An Experimental Result of Conditional Shortest Path Routing In Delay Toleran...
An Experimental Result of Conditional Shortest Path Routing In  Delay Toleran...An Experimental Result of Conditional Shortest Path Routing In  Delay Toleran...
An Experimental Result of Conditional Shortest Path Routing In Delay Toleran...IOSR Journals
 
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETsFuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETsCSCJournals
 
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...inventionjournals
 
A comparative study in wireless sensor networks
A comparative study in wireless sensor networksA comparative study in wireless sensor networks
A comparative study in wireless sensor networksijwmn
 
DATA FORWARDING IN OPPORTUNISTIC NETWORK USING MOBILE TRACES
DATA FORWARDING IN OPPORTUNISTIC NETWORK USING MOBILE TRACESDATA FORWARDING IN OPPORTUNISTIC NETWORK USING MOBILE TRACES
DATA FORWARDING IN OPPORTUNISTIC NETWORK USING MOBILE TRACEScscpconf
 
OPTIMAL PATH IDENTIFICATION USING ANT COLONY OPTIMISATION IN WIRELESS SENSOR ...
OPTIMAL PATH IDENTIFICATION USING ANT COLONY OPTIMISATION IN WIRELESS SENSOR ...OPTIMAL PATH IDENTIFICATION USING ANT COLONY OPTIMISATION IN WIRELESS SENSOR ...
OPTIMAL PATH IDENTIFICATION USING ANT COLONY OPTIMISATION IN WIRELESS SENSOR ...cscpconf
 
Optimal path identification using ant colony optimisation in wireless sensor ...
Optimal path identification using ant colony optimisation in wireless sensor ...Optimal path identification using ant colony optimisation in wireless sensor ...
Optimal path identification using ant colony optimisation in wireless sensor ...csandit
 
Paper id 252014153
Paper id 252014153Paper id 252014153
Paper id 252014153IJRAT
 
V.KARTHIKEYAN PUBLISHED ARTICLE A
V.KARTHIKEYAN PUBLISHED ARTICLE AV.KARTHIKEYAN PUBLISHED ARTICLE A
V.KARTHIKEYAN PUBLISHED ARTICLE AKARTHIKEYAN V
 
An Extensive Literature Review of Various Routing Protocols in Delay Tolerant...
An Extensive Literature Review of Various Routing Protocols in Delay Tolerant...An Extensive Literature Review of Various Routing Protocols in Delay Tolerant...
An Extensive Literature Review of Various Routing Protocols in Delay Tolerant...IRJET Journal
 
K dag based lifetime aware data collection in wireless sensor networks
K dag based lifetime aware data collection in wireless sensor networksK dag based lifetime aware data collection in wireless sensor networks
K dag based lifetime aware data collection in wireless sensor networksijwmn
 
Multiple optimal path identification using ant colony optimisation in wireles...
Multiple optimal path identification using ant colony optimisation in wireles...Multiple optimal path identification using ant colony optimisation in wireles...
Multiple optimal path identification using ant colony optimisation in wireles...ijwmn
 
Performance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
Performance Comparison and Analysis of Mobile Ad Hoc Routing ProtocolsPerformance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
Performance Comparison and Analysis of Mobile Ad Hoc Routing ProtocolsCSEIJJournal
 
Mobile ad hoc networks – dangling issues of optimal path strategy
Mobile ad hoc networks – dangling issues of optimal path strategyMobile ad hoc networks – dangling issues of optimal path strategy
Mobile ad hoc networks – dangling issues of optimal path strategyAlexander Decker
 

Similar to F0313539 (20)

An Experimental Result of Conditional Shortest Path Routing In Delay Toleran...
An Experimental Result of Conditional Shortest Path Routing In  Delay Toleran...An Experimental Result of Conditional Shortest Path Routing In  Delay Toleran...
An Experimental Result of Conditional Shortest Path Routing In Delay Toleran...
 
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETsFuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
 
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
 
A comparative study in wireless sensor networks
A comparative study in wireless sensor networksA comparative study in wireless sensor networks
A comparative study in wireless sensor networks
 
DATA FORWARDING IN OPPORTUNISTIC NETWORK USING MOBILE TRACES
DATA FORWARDING IN OPPORTUNISTIC NETWORK USING MOBILE TRACESDATA FORWARDING IN OPPORTUNISTIC NETWORK USING MOBILE TRACES
DATA FORWARDING IN OPPORTUNISTIC NETWORK USING MOBILE TRACES
 
OPTIMAL PATH IDENTIFICATION USING ANT COLONY OPTIMISATION IN WIRELESS SENSOR ...
OPTIMAL PATH IDENTIFICATION USING ANT COLONY OPTIMISATION IN WIRELESS SENSOR ...OPTIMAL PATH IDENTIFICATION USING ANT COLONY OPTIMISATION IN WIRELESS SENSOR ...
OPTIMAL PATH IDENTIFICATION USING ANT COLONY OPTIMISATION IN WIRELESS SENSOR ...
 
Optimal path identification using ant colony optimisation in wireless sensor ...
Optimal path identification using ant colony optimisation in wireless sensor ...Optimal path identification using ant colony optimisation in wireless sensor ...
Optimal path identification using ant colony optimisation in wireless sensor ...
 
Paper id 252014153
Paper id 252014153Paper id 252014153
Paper id 252014153
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Aa35152156
Aa35152156Aa35152156
Aa35152156
 
Aa35152156
Aa35152156Aa35152156
Aa35152156
 
V.KARTHIKEYAN PUBLISHED ARTICLE A
V.KARTHIKEYAN PUBLISHED ARTICLE AV.KARTHIKEYAN PUBLISHED ARTICLE A
V.KARTHIKEYAN PUBLISHED ARTICLE A
 
An Extensive Literature Review of Various Routing Protocols in Delay Tolerant...
An Extensive Literature Review of Various Routing Protocols in Delay Tolerant...An Extensive Literature Review of Various Routing Protocols in Delay Tolerant...
An Extensive Literature Review of Various Routing Protocols in Delay Tolerant...
 
K dag based lifetime aware data collection in wireless sensor networks
K dag based lifetime aware data collection in wireless sensor networksK dag based lifetime aware data collection in wireless sensor networks
K dag based lifetime aware data collection in wireless sensor networks
 
Multiple optimal path identification using ant colony optimisation in wireles...
Multiple optimal path identification using ant colony optimisation in wireles...Multiple optimal path identification using ant colony optimisation in wireles...
Multiple optimal path identification using ant colony optimisation in wireles...
 
ROUTING STRATEGIES IN DTN
ROUTING STRATEGIES IN DTNROUTING STRATEGIES IN DTN
ROUTING STRATEGIES IN DTN
 
Performance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
Performance Comparison and Analysis of Mobile Ad Hoc Routing ProtocolsPerformance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
Performance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
 
M010226367
M010226367M010226367
M010226367
 
Mobile ad hoc networks – dangling issues of optimal path strategy
Mobile ad hoc networks – dangling issues of optimal path strategyMobile ad hoc networks – dangling issues of optimal path strategy
Mobile ad hoc networks – dangling issues of optimal path strategy
 
32 marycherian 336-349
32 marycherian 336-34932 marycherian 336-349
32 marycherian 336-349
 

More from iosrjournals (20)

I0114549
I0114549I0114549
I0114549
 
H0124246
H0124246H0124246
H0124246
 
H0114044
H0114044H0114044
H0114044
 
G0145458
G0145458G0145458
G0145458
 
G0135059
G0135059G0135059
G0135059
 
G0123541
G0123541G0123541
G0123541
 
G0113839
G0113839G0113839
G0113839
 
F0144153
F0144153F0144153
F0144153
 
F0134249
F0134249F0134249
F0134249
 
F0122934
F0122934F0122934
F0122934
 
F0112937
F0112937F0112937
F0112937
 
E0143640
E0143640E0143640
E0143640
 
E0133641
E0133641E0133641
E0133641
 
E0112128
E0112128E0112128
E0112128
 
D0142635
D0142635D0142635
D0142635
 
D0133235
D0133235D0133235
D0133235
 
D0121720
D0121720D0121720
D0121720
 
D0111420
D0111420D0111420
D0111420
 
C0141625
C0141625C0141625
C0141625
 
C0121116
C0121116C0121116
C0121116
 

Recently uploaded

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 

Recently uploaded (20)

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 

F0313539

  • 1. IOSR Journal of Computer Engineering (IOSRJCE) ISSN: 2278-0661 Volume 3, Issue 1 (July-Aug. 2012), PP 35-39 www.iosrjournals.org An Experimental Result of Conditional Shortest Path Routing In Delay Tolerant Networks Y.S. Krupamai 1, S. Anil Kumar2, Dr. P. Harini3 1 M.Tech Student Department of CSE, SACET, Chirala, A.P, India 2 Associate Professor, Department of CSE, SACET, Chirala, A.P, India 3 Professor & Head, Department of CSE, SACET, Chirala, A.P, India Abstract: Delay tolerant networks are characterized by the sporadic connectivity between their nodes and therefore the lack of stable end-to-end paths from source to destination. Since the future node connections are mostly unknown in these networks, opportunistic forwarding is used to deliver messages. However, making effective forwarding decisions using only the network characteristics (i.e. average intermeeting time between nodes) extracted from contact history is a challenging problem. Based on the observations about human mobility traces and the findings of previous work, we introduce a new metric called conditional intermeeting time, which computes the average intermeeting time between two nodes relative to a meeting with a third node using only the local knowledge of the past contacts. We then look at the effects of the proposed metric on the shortest path based routing designed for delay tolerant networks. We propose Conditional Shortest Path Routing (CSPR) protocol that routes the messages over conditional shortest paths in which the cost of links between nodes is defined by conditional intermeeting times rather than the conventional intermeeting times. Through trace-driven simulations, we demonstrate that CSPR achieves higher delivery rate and lower end-to- end delay compared to the shortest path based routing protocols that use the conventional intermeeting time as the link metric. Keywords: Delay Tolerant Network, MobiSpace, Network Model, Routing protocols, Short test Path. I. Introduction Routing in delay tolerant networks (DTN) is a challenging problem because at any given time instance, the probability that there is an end-to-end path from a source to a destination is low. Since the routing algorithms for conventional networks assume that the links between nodes are stable most of the time and do not fail frequently, they do not generally work in DTN’s [1]. The basic idea of using erasure coding is simple and has been explored in many applications [7]. However, it is not clear if and when it will perform better than simpler alternatives based on pure replications in DTNs. DTNs are useful when the information being routed retains its value longer than the disrupted connectivity delays delivery. The routing problem in a DTN may a first appear as the standard problem of dynamic routing but with extended link failure times. This is not the case. For the standard dynamic routing problem, the topology is assumed to be connected and the objective of the routing algorithm is to and the best currently-available path move traced-to-end. In a DTN, however, an end-to- end path may be unavailable at all times; routing is performed over time to achieve eventual delivery by employing long-term storage at the intermediate nodes. In Existing Work adopted it for the shortest path based routing algorithms designed for DTN’s. We propose conditional shortest path routing (CSPR) protocol in which average conditional intermeeting times are used as link costs rather than standard2 intermeeting times and the messages are routed over conditional shortest paths (CSP). We compare CSPR protocol with the existing shortest path (SP) based routing protocol through real trace- driven simulations. The results demonstrate that CSPR achieves higher delivery rate and lower end- to-end delay compared to the shortest path based routing protocols. This shows how well the conditional intermeeting time represents inter node link costs (in the context of routing) and helps making effective forwarding decisions while routing a message. We redefine the intermeeting time concept between nodes and introduce a new link metric called conditional intermeeting time. It is the intermeeting time between two nodes given that one of the nodes has previously met a certain other node. We propose conditional shortest path routing (CSPR) protocol in which average conditional intermeeting times are used as link costs rather than standard2 intermeeting times and the messages are routed over conditional shortest paths (CSP). We compare CSPR protocol with the existing shortest path (SP) based routing protocol through real trace- driven simulations. The results demonstrate that CSPR achieves higher delivery rate and lower end-to-end delay compared to the shortest path based routing protocols. This shows how well the conditional intermeeting time represents internodes’ link costs (in the context of routing) and helps making effective forwarding decisions while routing a message. www.iosrjournals.org 35 | Page
  • 2. An Experimental Result Of Conditional Shortest Path Routing In Delay Tolerant Networks II. Proposed Methodology To show the benefits of the proposed metric, we adopted it for the shortest path based routing algorithms designed for DTN’s. We propose conditional shortest path routing (CSPR) protocol in which average conditional intermeeting times are used as link costs rather than standard2 intermeeting times and the messages are routed over conditional shortest paths (CSP). We compare CSPR protocol with the existing shortest path (SP) based routing protocol through real trace driven simulations. The results demonstrate that CSPR achieves higher delivery rate and lower end-to-end delay compared to the shortest path based routing protocols. This shows how well the conditional intermeeting time represents inter-node link costs (in the context of routing) and helps making effective forwarding decisions while routing a message. New metric called conditional intermeeting time that measures the intermeeting time between two nodes relative to a meeting with a third node using only the local knowledge of the past contacts. Such measure is particularly beneficial if the nodes move in a cyclic so-called Mobi-Space in which if two nodes contact frequently at particular time in previous cycles. III. Conditional Intermeeting Time An analysis of real mobility traces has been done in different environments and with variable number of attendants and led to significant results about the aggregate and pair wise mobility characteristics of real objects. Recent analysis on real mobility traces have demonstrated that models assuming the exponential distribution of intermeeting times between pairs of nodes do not match real data well. Instead up to 99% of intermeeting times in many datasets is log-normal distribution. To take advantage of such knowledge, we propose a new metric called conditional intermeeting time that measures the intermeeting time between two nodes relative to a meeting with a third node using only the local knowledge of the past contacts. Fig. 1. A physical cyclic MobiSpace with a common motion cycle of 12 time units. IV. Conditional Shortest Path Routing Shortest path routing protocols for DTN’s are based on the designs of routing protocols for traditional networks. Messages are forwarded through the shortest paths between source and destination pairs according to the costs assigned to links between nodes. Furthermore, the dynamic nature of DTN’s is also considered in these designs. Two common metrics used to define the link costs are minimum expected delay and minimum estimated expected delay .They compute the expected waiting time plus the transmission delay between each pair of nodes. However, while the former uses the future contact schedule, the latter uses only observed contact history. Routing decisions can be made at three different points in an SP based routing: i) at source, ii) at each hop, and iii) at each contact. In the first one (source routing), SP of the message is decided at the source node and the message follows that path. In the second one (per-hop routing), when a message arrives at an intermediate node, the node determines the next hop for the message towards the destination and the message waits for that node. Finally, in the third one (per contact routing), the routing table is recomputed at each contact with other nodes and the forwarding decision is made accordingly. In these algorithms, utilization of recent information increases from the first to the last one so that better forwarding decisions are made; however, more processing resources are used as the routing decision is computed more frequently. NETWORK MODEL CONSTRUCTION We prepare the model a DTN as a graph G = (V , E) where the vertices (V ) are mobile nodes and the edges (E) represent the connections between these nodes. However, different from previous DTN network models, we assume that there may be multiple unidirectional (Eu) and bidirectional (Eb) edges between the nodes. www.iosrjournals.org 36 | Page
  • 3. An Experimental Result Of Conditional Shortest Path Routing In Delay Tolerant Networks V. Neighbour Node Connection These edges differ from each other in terms of their weights and the corresponding third node. This third node indicates the previous meeting and is used as a reference point while defining the conditional intermeeting time (weight of the edge). In, we illustrate a sample DTN graph with four nodes and nine edges. Of these nine edges, three are bidirectional with weights of standard intermeeting times between nodes, and six are unidirectional edges with weights of conditional intermeeting times. INTERMEETING CALCULATION TIME (DELAY TOLERANT TIME SPECIFICATION) Each node first adds up times expired between repeating meetings of one neighbor and the meeting of another neighbor. Then it divides this total by the number of times it has met the first neighbor prior to meeting the second one. For example, if node A has two neighbors (B and C), to find the conditional intermeeting time of τA(B|C),each time node A meets node C, it starts a different timer. When it meets node B, it sums up the values of these timers and divides the results by the number of active timers before deleting them. VI. Conditional Shortest Path Routing Identification Each node forms the aforementioned network model and collects the standard and conditional intermeeting times of other nodes between each other through epidemic link state protocol as in. However, once the weights are known, it is not as easy to find CSP’s as it is to find SP’s. Consider where the CSP(A, E) follows path 2 and CSP(A, D) follows (A, B, D). VII. Experiment Results Fig 1: Select the number of nodes www.iosrjournals.org 37 | Page
  • 4. An Experimental Result Of Conditional Shortest Path Routing In Delay Tolerant Networks Fig 2: Select file to traversing Fig 3: Select source node and destination node Fig 4: Select the file to traverse by clicking on browse Fig 5: Send the file by clicking on submit www.iosrjournals.org 38 | Page
  • 5. An Experimental Result Of Conditional Shortest Path Routing In Delay Tolerant Networks Fig 6:File was successfully sent VIII. Conclusion & Future Enhancement We introduced a new metric called conditional intermeeting time inspired by the results of the recent studies showing that nodes’ intermeeting times are not memory less and that motion patterns of mobile nodes are frequently repetitive. Then, we looked at the effects of this metric on shortest path based routing in DTN’s. For this purpose, we updated the shortest path based routing algorithms using conditional intermeeting times and proposed to route the messages over conditional shortest paths. Finally, we ran simulations to evaluate the proposed algorithm and demonstrated the superiority of CSPR protocol over the existing shortest path routing algorithms. We will look at the performance of the proposed algorithm in different data sets to see the effect of conditional intermeeting time in different environments. Moreover, we will consider extending our CSPR algorithm by using more information (more than one known meetings) from the contact history while deciding conditional intermeeting times. For this, we plan to use probabilistic context free grammars (PCFG) and utilize the construction algorithm presented in. Such a model will be able to hold history information concisely, and provide further generalizations for unseen data. References [1] T. Spyropoulos, K. Psounis,C. S. Raghavendra, Efficient routing in intermittently connected mobile networks: The single-copy case, IEEE/ACM Transactions on Networking, vol. 16, no. 1, Feb. 2008. [2] T. Spyropoulos, K. Psounis,C. S. Raghavendra, Efficient routing in intermittently connected mobile networks: The multi-copy case, IEEE/ACM Transactions on Networking, 2008. [3] Y. Wang, S. Jain, M. Martonosi, and K. Fall, Erasure coding based routing for opportunistic networks, in Proceedings of ACM SIGCOMM workshop on Delay Tolerant Networking (WDTN), 2005. [4] T. Spyropoulos, K. Psounis,C. S. Raghavendra, Spray and Wait: An Efficient Routing Scheme for Intermittently Connected Mobile Networks, ACM SIGCOMM Workshop, 2005. [5] E. P. C. Jones, L. Li, and P. A. S. Ward, Practical routing in delay tolerant networks, in Proceedings of ACM SIGCOMM workshop on Delay Tolerant Networking (WDTN), 2005. [6] J. Burgess, B. Gallagher, D. Jensen, and B. N. Levine, MaxProp: Routing for Vehicle-Based Disruption- Tolerant Networks, In Proc. IEEE Infocom, April 2006. [7] Lindgren, A. Doria, and O. Schelen, Probabilistic routing in intermittently connected networks, SIGMOBILE Mobile Computing and Communication Review, vol. 7, no. 3, 2003 . www.iosrjournals.org 39 | Page