SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
IOSR Journal of Computer Engineering (IOSRJCE)
ISSN: 2278-0661 Volume 3, Issue 1 (July-Aug. 2012), PP 35-39
www.iosrjournals.org
www.iosrjournals.org 35 | Page
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.
An Experimental Result Of Conditional Shortest Path Routing In Delay Tolerant Networks
www.iosrjournals.org 36 | Page
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.
An Experimental Result Of Conditional Shortest Path Routing In Delay Tolerant Networks
www.iosrjournals.org 37 | Page
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
An Experimental Result Of Conditional Shortest Path Routing In Delay Tolerant Networks
www.iosrjournals.org 38 | Page
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
An Experimental Result Of Conditional Shortest Path Routing In Delay Tolerant Networks
www.iosrjournals.org 39 | Page
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.

Weitere ähnliche Inhalte

Was ist angesagt?

Authentication of Secure Data Transmission In Wireless Routing
Authentication of Secure Data Transmission In Wireless RoutingAuthentication of Secure Data Transmission In Wireless Routing
Authentication of Secure Data Transmission In Wireless RoutingIJERA Editor
 
Advanced delay reduction algorithm based on GPS with Load Balancing
Advanced delay reduction algorithm based on GPS with Load BalancingAdvanced delay reduction algorithm based on GPS with Load Balancing
Advanced delay reduction algorithm based on GPS with Load Balancingijdpsjournal
 
Paper id 42201621
Paper id 42201621Paper id 42201621
Paper id 42201621IJRAT
 
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
 
Route Reservation In Adhoc Wireless Networks
Route Reservation In Adhoc Wireless NetworksRoute Reservation In Adhoc Wireless Networks
Route Reservation In Adhoc Wireless NetworksIJRES Journal
 
Routing in « Delay Tolerant Networks » (DTN) Improved Routing With Prophet an...
Routing in « Delay Tolerant Networks » (DTN) Improved Routing With Prophet an...Routing in « Delay Tolerant Networks » (DTN) Improved Routing With Prophet an...
Routing in « Delay Tolerant Networks » (DTN) Improved Routing With Prophet an...CSCJournals
 
Routing in Opportunistic Networks
Routing in Opportunistic NetworksRouting in Opportunistic Networks
Routing in Opportunistic NetworksAuwal Amshi
 
Enforcing end to-end proportional fairness with bounded buffer overflow proba...
Enforcing end to-end proportional fairness with bounded buffer overflow proba...Enforcing end to-end proportional fairness with bounded buffer overflow proba...
Enforcing end to-end proportional fairness with bounded buffer overflow proba...ijwmn
 
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
 
FAULT-TOLERANT MULTIPATH ROUTING SCHEME FOR ENERGY EFFICIENT WIRELESS SENSOR ...
FAULT-TOLERANT MULTIPATH ROUTING SCHEME FOR ENERGY EFFICIENT WIRELESS SENSOR ...FAULT-TOLERANT MULTIPATH ROUTING SCHEME FOR ENERGY EFFICIENT WIRELESS SENSOR ...
FAULT-TOLERANT MULTIPATH ROUTING SCHEME FOR ENERGY EFFICIENT WIRELESS SENSOR ...ijwmn
 
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
 
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 PROPOSAL FOR IMPROVE THE LIFETIME OF WIRELESS SENSOR NETWORK
A PROPOSAL FOR IMPROVE THE LIFETIME OF WIRELESS SENSOR NETWORKA PROPOSAL FOR IMPROVE THE LIFETIME OF WIRELESS SENSOR NETWORK
A PROPOSAL FOR IMPROVE THE LIFETIME OF WIRELESS SENSOR NETWORKIJCNCJournal
 
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
 
Impact of static nodes and pause
Impact of static nodes and pauseImpact of static nodes and pause
Impact of static nodes and pauseijwmn
 
Z02417321735
Z02417321735Z02417321735
Z02417321735IJMER
 
Routing mee
Routing meeRouting mee
Routing meesara_3
 
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
 
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...acijjournal
 

Was ist angesagt? (19)

Authentication of Secure Data Transmission In Wireless Routing
Authentication of Secure Data Transmission In Wireless RoutingAuthentication of Secure Data Transmission In Wireless Routing
Authentication of Secure Data Transmission In Wireless Routing
 
Advanced delay reduction algorithm based on GPS with Load Balancing
Advanced delay reduction algorithm based on GPS with Load BalancingAdvanced delay reduction algorithm based on GPS with Load Balancing
Advanced delay reduction algorithm based on GPS with Load Balancing
 
Paper id 42201621
Paper id 42201621Paper id 42201621
Paper id 42201621
 
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
 
Route Reservation In Adhoc Wireless Networks
Route Reservation In Adhoc Wireless NetworksRoute Reservation In Adhoc Wireless Networks
Route Reservation In Adhoc Wireless Networks
 
Routing in « Delay Tolerant Networks » (DTN) Improved Routing With Prophet an...
Routing in « Delay Tolerant Networks » (DTN) Improved Routing With Prophet an...Routing in « Delay Tolerant Networks » (DTN) Improved Routing With Prophet an...
Routing in « Delay Tolerant Networks » (DTN) Improved Routing With Prophet an...
 
Routing in Opportunistic Networks
Routing in Opportunistic NetworksRouting in Opportunistic Networks
Routing in Opportunistic Networks
 
Enforcing end to-end proportional fairness with bounded buffer overflow proba...
Enforcing end to-end proportional fairness with bounded buffer overflow proba...Enforcing end to-end proportional fairness with bounded buffer overflow proba...
Enforcing end to-end proportional fairness with bounded buffer overflow proba...
 
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...
 
FAULT-TOLERANT MULTIPATH ROUTING SCHEME FOR ENERGY EFFICIENT WIRELESS SENSOR ...
FAULT-TOLERANT MULTIPATH ROUTING SCHEME FOR ENERGY EFFICIENT WIRELESS SENSOR ...FAULT-TOLERANT MULTIPATH ROUTING SCHEME FOR ENERGY EFFICIENT WIRELESS SENSOR ...
FAULT-TOLERANT MULTIPATH ROUTING SCHEME FOR ENERGY EFFICIENT WIRELESS SENSOR ...
 
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...
 
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 PROPOSAL FOR IMPROVE THE LIFETIME OF WIRELESS SENSOR NETWORK
A PROPOSAL FOR IMPROVE THE LIFETIME OF WIRELESS SENSOR NETWORKA PROPOSAL FOR IMPROVE THE LIFETIME OF WIRELESS SENSOR NETWORK
A PROPOSAL FOR IMPROVE THE LIFETIME OF WIRELESS SENSOR NETWORK
 
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
 
Impact of static nodes and pause
Impact of static nodes and pauseImpact of static nodes and pause
Impact of static nodes and pause
 
Z02417321735
Z02417321735Z02417321735
Z02417321735
 
Routing mee
Routing meeRouting mee
Routing mee
 
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
 
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...
 

Andere mochten auch

R120234【メソ研】003
R120234【メソ研】003R120234【メソ研】003
R120234【メソ研】003Sei Sumi
 
Perfect Holiday Gift for the Vinyl Lover
Perfect Holiday Gift for the Vinyl LoverPerfect Holiday Gift for the Vinyl Lover
Perfect Holiday Gift for the Vinyl LoverC.r. Louisville
 
Простые и составные числительные
Простые и составные числительныеПростые и составные числительные
Простые и составные числительныеNatalya Dyrda
 
英語ⅳ Jiro
英語ⅳ Jiro英語ⅳ Jiro
英語ⅳ Jiroc1411046
 
Modeling of generation and propagation of cardiac action potential using frac...
Modeling of generation and propagation of cardiac action potential using frac...Modeling of generation and propagation of cardiac action potential using frac...
Modeling of generation and propagation of cardiac action potential using frac...IOSR Journals
 
A PFC Fed Asynchronous Generator For Advanced Wind Power Generation Excited B...
A PFC Fed Asynchronous Generator For Advanced Wind Power Generation Excited B...A PFC Fed Asynchronous Generator For Advanced Wind Power Generation Excited B...
A PFC Fed Asynchronous Generator For Advanced Wind Power Generation Excited B...IOSR Journals
 
Simulation of Wimax 802.16E Physical Layermodel
Simulation of Wimax 802.16E Physical LayermodelSimulation of Wimax 802.16E Physical Layermodel
Simulation of Wimax 802.16E Physical LayermodelIOSR Journals
 
Luminescence of Cesium Thiocyanate (CsSCN) doped with Eu2+ (CsSCN:Eu2+)
Luminescence of Cesium Thiocyanate (CsSCN) doped with Eu2+ (CsSCN:Eu2+)Luminescence of Cesium Thiocyanate (CsSCN) doped with Eu2+ (CsSCN:Eu2+)
Luminescence of Cesium Thiocyanate (CsSCN) doped with Eu2+ (CsSCN:Eu2+)IOSR Journals
 
Lc ftu hcmc best finance award
Lc ftu hcmc  best finance awardLc ftu hcmc  best finance award
Lc ftu hcmc best finance awardManh Cuong Chau
 
Rp presentation
Rp presentationRp presentation
Rp presentationKhalid Ak
 
Modeling and Application of a Modified Attributional Psychometric Instrument...
Modeling and Application of a Modified Attributional  Psychometric Instrument...Modeling and Application of a Modified Attributional  Psychometric Instrument...
Modeling and Application of a Modified Attributional Psychometric Instrument...IOSR Journals
 
Effects of SIP in Interoperable LMR/Cellular Heterogeneous Mobile Wireless N...
Effects of SIP in Interoperable LMR/Cellular Heterogeneous  Mobile Wireless N...Effects of SIP in Interoperable LMR/Cellular Heterogeneous  Mobile Wireless N...
Effects of SIP in Interoperable LMR/Cellular Heterogeneous Mobile Wireless N...IOSR Journals
 
Towards Reliable Systems with User Action Tolerance and Recovery
Towards Reliable Systems with User Action Tolerance and RecoveryTowards Reliable Systems with User Action Tolerance and Recovery
Towards Reliable Systems with User Action Tolerance and RecoveryIOSR Journals
 
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...IOSR Journals
 
Enhancement of Data Hiding Capacity in Audio Steganography
Enhancement of Data Hiding Capacity in Audio SteganographyEnhancement of Data Hiding Capacity in Audio Steganography
Enhancement of Data Hiding Capacity in Audio SteganographyIOSR Journals
 

Andere mochten auch (20)

Abu
AbuAbu
Abu
 
R120234【メソ研】003
R120234【メソ研】003R120234【メソ研】003
R120234【メソ研】003
 
H1 n1.q&a
H1 n1.q&aH1 n1.q&a
H1 n1.q&a
 
J0427985
J0427985J0427985
J0427985
 
Perfect Holiday Gift for the Vinyl Lover
Perfect Holiday Gift for the Vinyl LoverPerfect Holiday Gift for the Vinyl Lover
Perfect Holiday Gift for the Vinyl Lover
 
Простые и составные числительные
Простые и составные числительныеПростые и составные числительные
Простые и составные числительные
 
英語ⅳ Jiro
英語ⅳ Jiro英語ⅳ Jiro
英語ⅳ Jiro
 
Modeling of generation and propagation of cardiac action potential using frac...
Modeling of generation and propagation of cardiac action potential using frac...Modeling of generation and propagation of cardiac action potential using frac...
Modeling of generation and propagation of cardiac action potential using frac...
 
A PFC Fed Asynchronous Generator For Advanced Wind Power Generation Excited B...
A PFC Fed Asynchronous Generator For Advanced Wind Power Generation Excited B...A PFC Fed Asynchronous Generator For Advanced Wind Power Generation Excited B...
A PFC Fed Asynchronous Generator For Advanced Wind Power Generation Excited B...
 
F0562023
F0562023F0562023
F0562023
 
Simulation of Wimax 802.16E Physical Layermodel
Simulation of Wimax 802.16E Physical LayermodelSimulation of Wimax 802.16E Physical Layermodel
Simulation of Wimax 802.16E Physical Layermodel
 
Luminescence of Cesium Thiocyanate (CsSCN) doped with Eu2+ (CsSCN:Eu2+)
Luminescence of Cesium Thiocyanate (CsSCN) doped with Eu2+ (CsSCN:Eu2+)Luminescence of Cesium Thiocyanate (CsSCN) doped with Eu2+ (CsSCN:Eu2+)
Luminescence of Cesium Thiocyanate (CsSCN) doped with Eu2+ (CsSCN:Eu2+)
 
Lc ftu hcmc best finance award
Lc ftu hcmc  best finance awardLc ftu hcmc  best finance award
Lc ftu hcmc best finance award
 
Rp presentation
Rp presentationRp presentation
Rp presentation
 
Modeling and Application of a Modified Attributional Psychometric Instrument...
Modeling and Application of a Modified Attributional  Psychometric Instrument...Modeling and Application of a Modified Attributional  Psychometric Instrument...
Modeling and Application of a Modified Attributional Psychometric Instrument...
 
Effects of SIP in Interoperable LMR/Cellular Heterogeneous Mobile Wireless N...
Effects of SIP in Interoperable LMR/Cellular Heterogeneous  Mobile Wireless N...Effects of SIP in Interoperable LMR/Cellular Heterogeneous  Mobile Wireless N...
Effects of SIP in Interoperable LMR/Cellular Heterogeneous Mobile Wireless N...
 
Towards Reliable Systems with User Action Tolerance and Recovery
Towards Reliable Systems with User Action Tolerance and RecoveryTowards Reliable Systems with User Action Tolerance and Recovery
Towards Reliable Systems with User Action Tolerance and Recovery
 
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...
 
Enhancement of Data Hiding Capacity in Audio Steganography
Enhancement of Data Hiding Capacity in Audio SteganographyEnhancement of Data Hiding Capacity in Audio Steganography
Enhancement of Data Hiding Capacity in Audio Steganography
 
Dewis cv
Dewis cvDewis cv
Dewis cv
 

Ähnlich wie Experimental Results of Conditional Shortest Path Routing in Delay Tolerant Networks

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
 
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
 
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
 
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
 
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
 
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
 
Paper id 252014153
Paper id 252014153Paper id 252014153
Paper id 252014153IJRAT
 
Distributed Three Hop Routing Protocol for Enhancing Routing Process in WSN
Distributed Three Hop Routing Protocol for Enhancing Routing Process in WSNDistributed Three Hop Routing Protocol for Enhancing Routing Process in WSN
Distributed Three Hop Routing Protocol for Enhancing Routing Process in WSNpaperpublications3
 
V.KARTHIKEYAN PUBLISHED ARTICLE A
V.KARTHIKEYAN PUBLISHED ARTICLE AV.KARTHIKEYAN PUBLISHED ARTICLE A
V.KARTHIKEYAN PUBLISHED ARTICLE AKARTHIKEYAN V
 
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
 
ENHANCEMENT OF OPTIMIZED LINKED STATE ROUTING PROTOCOL FOR ENERGY CONSERVATION
ENHANCEMENT OF OPTIMIZED LINKED STATE ROUTING PROTOCOL FOR ENERGY CONSERVATIONENHANCEMENT OF OPTIMIZED LINKED STATE ROUTING PROTOCOL FOR ENERGY CONSERVATION
ENHANCEMENT OF OPTIMIZED LINKED STATE ROUTING PROTOCOL FOR ENERGY CONSERVATIONcscpconf
 
Distributed Path Computation Using DIV Algorithm
Distributed Path Computation Using DIV AlgorithmDistributed Path Computation Using DIV Algorithm
Distributed Path Computation Using DIV AlgorithmIOSR Journals
 

Ähnlich wie Experimental Results of Conditional Shortest Path Routing in Delay Tolerant Networks (20)

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
 
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
 
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...
 
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 ...
 
O01754101109
O01754101109O01754101109
O01754101109
 
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
 
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...
 
Paper id 252014153
Paper id 252014153Paper id 252014153
Paper id 252014153
 
ROUTING STRATEGIES IN DTN
ROUTING STRATEGIES IN DTNROUTING STRATEGIES IN DTN
ROUTING STRATEGIES IN DTN
 
Distributed Three Hop Routing Protocol for Enhancing Routing Process in WSN
Distributed Three Hop Routing Protocol for Enhancing Routing Process in WSNDistributed Three Hop Routing Protocol for Enhancing Routing Process in WSN
Distributed Three Hop Routing Protocol for Enhancing Routing Process in WSN
 
V.KARTHIKEYAN PUBLISHED ARTICLE A
V.KARTHIKEYAN PUBLISHED ARTICLE AV.KARTHIKEYAN PUBLISHED ARTICLE A
V.KARTHIKEYAN PUBLISHED ARTICLE A
 
Aa35152156
Aa35152156Aa35152156
Aa35152156
 
Aa35152156
Aa35152156Aa35152156
Aa35152156
 
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
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
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...
 
ENHANCEMENT OF OPTIMIZED LINKED STATE ROUTING PROTOCOL FOR ENERGY CONSERVATION
ENHANCEMENT OF OPTIMIZED LINKED STATE ROUTING PROTOCOL FOR ENERGY CONSERVATIONENHANCEMENT OF OPTIMIZED LINKED STATE ROUTING PROTOCOL FOR ENERGY CONSERVATION
ENHANCEMENT OF OPTIMIZED LINKED STATE ROUTING PROTOCOL FOR ENERGY CONSERVATION
 
Distributed Path Computation Using DIV Algorithm
Distributed Path Computation Using DIV AlgorithmDistributed Path Computation Using DIV Algorithm
Distributed Path Computation Using DIV Algorithm
 
C0431320
C0431320C0431320
C0431320
 

Mehr von IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Kürzlich hochgeladen

So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 

Kürzlich hochgeladen (20)

So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 

Experimental Results of Conditional Shortest Path Routing in Delay Tolerant Networks

  • 1. IOSR Journal of Computer Engineering (IOSRJCE) ISSN: 2278-0661 Volume 3, Issue 1 (July-Aug. 2012), PP 35-39 www.iosrjournals.org www.iosrjournals.org 35 | Page 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.
  • 2. An Experimental Result Of Conditional Shortest Path Routing In Delay Tolerant Networks www.iosrjournals.org 36 | Page 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.
  • 3. An Experimental Result Of Conditional Shortest Path Routing In Delay Tolerant Networks www.iosrjournals.org 37 | Page 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
  • 4. An Experimental Result Of Conditional Shortest Path Routing In Delay Tolerant Networks www.iosrjournals.org 38 | Page 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
  • 5. An Experimental Result Of Conditional Shortest Path Routing In Delay Tolerant Networks www.iosrjournals.org 39 | Page 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.