SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072
An Extensive Literature Review of Various Routing Protocols in Delay
Tolerant Networks
Saravjit Chahal1, Maninder Singh2
1M.Tech. Scholar, Department of Computer Science, Punjabi University, Patiala, Punjab, India
2Assistant Professor, Department of Computer Science, Punjabi University, Patiala, Punjab, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract –Delay tolerant network(DTN)isoneofthelatest
developments in the field challenged networks. DTNs are the
networks that have very high delays and connectivity is
available only intermittently. These arewireless networksand
nodes are mobile in these networks. End to end connectivity is
a big issue in these networks and this type of connectivity is
either not available at all or available for short periods only.
These networks followthemechanismknownbythe nameSCF.
SCF stands for store-carry and forward mechanism. It means
that a node will receive message from any node and stores the
message in its buffer memory and then carries this message.
The node then passes the message to a particular node based
on routing protocol used. There are different routing
mechanisms used in these networks. Some of most commonly
used protocols are first contact, direct delivery, epidemic,
spray and wait etc. Different routing protocols have their
advantages and disadvantages. In this paper we discuss
various routing schemes along with their pros and cons.
Various routings are compared along with their specialty and
shortcomings. DTNs are simulated using a simulator
developed with the support of Nokia Research Center and
known by the name ONE (Opportunistic Network
Environment).
Key Words: Delay Tolerant Networks, CONHIS, ONE
Simulator, Contact, Mobile nodes, intermittent connectivity,
1. INTRODUCTION
Delay tolerant networks or DTNs in short is a class of
networks that that have very high delays and connectivity is
available only intermittently. These are wireless networks
and nodes are mobiles in these networks. End to end
connectivity is a big issue in these networks and this type of
connectivity is either not available at all or available for
short periods only. These networks follow the mechanism
known by the name SCF. SCF stands for store-carry and
forward mechanism. It means that a node will receive
message from any node and stores the message in its buffer
memory and then carriesthismessage.Thenodethenpasses
the message to a particular node based on routing protocol
used. In this type of network message delivery is made
possible with the help of intermediate nodes. Intermediate
nodes carry the message to the destination. In challenged
networks, DTN is an alternate to Internet. Different space
agencies are trying to develop internet like connectivity in
the space based on DTN.
1.1 Architecture of DTN
It contains a new protocol which sits above transport
layer. This additional protocol is known by the name bundle
protocol. There is same bundle protocol for the entire
network while other protocols vary as per communication
scenario followed [1].
Fig -1: DTN Architecture [1]
1.2 Routing Protocols
Delay tolerant networks have different routing protocols
that are used for delivering messages. Some of most
commonly used routing protocols are first contact, direct
delivery, epidemic, spray and wait, prophet etc.
In first contact the message is delivered by the source to any
node that comes in the range of source node.
In direct delivery the message is delivered by the source to
only the destination node. No intermediate node is given the
message.
Epidemic routing follows the mechanism of flooding. Source
node floods all the nodes it encounters. The chances of
delivery of messages are almost guaranteed in this protocol.
Spray and wait follows controlled flooding. This routing is
combination of spray phase and wait phase.
Prophet routing used history of encounters of nodes and a
metric known as delivery predictability is used [2].
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1309
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072
1.3 Movement Models
DTNs have mobile nodes and hence these have number of
movement models for the transfer of messages between
nodes. Some of movement models are Random Way Point
model, Shortest Path Map Based movement model and Map
Based movement model.
In Random Way Point model, a node chooses its destination
randomly and then that node moves to its destination
randomly without having any restrictions.
Nodes follow predetermined path in Map Based Movement
Model. A predefined map determines thepathto befollowed
by the nodes.
Maps are also used in Shortest Path Map Based model. The
destination is chosen randomly in this model. Destination
can also be chosen from Points ofInterest.Afterchoosing the
path, shortest path is used for reaching destination [3].
1.4 Issues in DTN
DTN is not a traditional network. Some of the key issues
associated with DTN are encounter schedules, network
capacity, congestion control, reliability issues, energy
consumption and storage capacity. These issues need to be
addressed while dealing with DTNs. These issues are taken
care of while designing the network.
2. RELATED WORK
Nelson et al. [4] proposed encounter based routing. The
authors used only local observations regarding node’s
environment. The proposed protocol used encounter based
metrics to optimize message passing to maximize delivery
ratio while minimizing overhead.
Nguyen and Giordano[5]haveproposedsocialcontext-based
routing that takes into consideration special and temporal
dimensions of nodes’ activities to predict the pattern in
mobile nodes that is base on back propagation neural
network model. Through simulation it found that if node
density is increased, the message delay improves
considerably.
Pan et al. [6] have proposed a routing protocol in which
direction of transmission and number of copies can be
controlled dynamically based on information of distribution
rate of nodes in the network. The results show that the
proposed scheme is feasible in complex DTNs. The
parameters compared are delivery ratio, overhead and
average delay.
Li et al. [7] proposed social energy based routing (SEBAR)
protocol. It considers social energy of encountering nodes.
The authors have exploited social characteristicsoftheDTNs
in order to make better decisions in message forwarding.
They have compared proposed routing with several existing
routings. Simulation confirmed the effectivenessofproposed
mechanism.
Cheng et al. [8] have presented social characteristics based
routing protocol. Human mobility pattern is very important
for the performance of protocols in networks. However
current routings do not consider the social character. The
authors have proposed SONR (Social opportunistic network
routing). The proposed protocol is compared with epidemic
and Spray-and-wait protocols. Results show that SONR
improves performance of different metrics like delivery
latency, delivery ratio and overhead.
Penurkar and Deshpande[9]proposed contacthistorybased
routing algorithm for VDTN. Existing routings do not take
into account the past history of node encounters. The
proposed scheme exploited the history of the nodes to find
the most suitable candidate relay to take decision to forward
the message to its destination. The source node and the
mobile nodes maintain history about the encounters in the
past with different relay nodes of the network. In proposed
algorithm all the nodes may createand store the history. The
message may be forwarded to a nodehaving highest number
of encounters with different relay nodes. The proposed
algorithm is divided into two phases. In first phase, history is
created forthe relay nodecounts or forupdatingit.Historyis
initialized to Null in the beginning.Whendifferentnodespass
by the relay nodes, the history is updated accordingly. In
second phase, message transmission takes place. In this
phase when source node encounters any mobile node, the
history is checked and the message is forwarded to the node
having highest relay count. The results of simulation showed
that as the density of node is increased, the contacts madeby
the nodes with the relay nodes increase and hence relay
count increases.Relaycount is proportional todeliveryratio.
So the delivery ratio increased using proposed algorithm.
CONHIS performed better in case of delivery latency when
compared to other existing algorithms. It was found that
proposed algorithm performed better than first contact and
prophet routing in case of overhead ratio. CONHIS also
performs well when compared to spray-and-wait for
performance metrics average delivery latency and delivery
ratio, but overhead ratio increased in proposed algorithm.
The authors have proposed to consider the contact duration
parameter for further improving the performance metrics
Zhu et al. [10] discussed about mobile social networks that
are a kind of DTNs. The nodes in this type of network are
mobile with social characteristics. In these networks social
metrics like socialcentrality,mobilitypattern,communityetc
are considered in forwarding message. The authors have
investigated social metrics. They have also presented some
other social metricslike social features, social properties etc.
The authors have discussed issues for data routing including
limitations of metrics, collection of information, social
security and future applications of mobile social networks.
Le et al. [11] proposed a novel strategy for buffer
management in DTN that is based on power law distributed
contacts. The authors have focused on reducing message
delay in delivering messages to the desired destination.They
have considered two issues. The first issue is the order of
message replication that should be followed in case
bandwidth is limited. The second key issue is the selection of
message to be dropped when buffer space is full.Theauthors
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1310
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072
have developed a utility function to calculate average delay
per packet. Scheduling of messages to be dropped is done
based on the proposed utilityfunction.Theproposedscheme
has reduced message delay and the delivery ratio has
increased.
Kurniawan et al. [12] have discussed a routing protocol
named Dlife. This protocol uses two utility functions for
deciding forwarding strategy. These functions are Time-
Evolving Contact Duration i.e TEDC and TEDC importance.
The authors have studied the performance of Dliferouting in
the context of the buffer size and the message size. The
authors observed that increase in buffer size decreases the
overhead ratio. It happenedbecauseincreaseinbufferallows
more messages to be stored in intermediate nodes. The
increase in message size caused the increase in overhead
ratio. This is due to the fact that if message size is large then
the number of messages to be forwarded will be lesser. The
authors also observed that increase in the message size
decreases the delivery probability.
Kang and Chung [13] have proposed routing protocol that is
energy-efficient. Authors have taken in consideration the
remaining battery life and delivery predictability of prophet
routing. The performance of proposed mechanism is
analyzed andcompared with prophet routing using different
performance metrics. The results show that the proposed
protocol has give better results in terms of delivery
predictability and the overhead ratio than the prophet
routing. The performance of delivery latency could not be
better in proposed mechanism.
Bhattacharjee et al. [14] have proposed a new protocol to
ensure delivery of emergency messages that are crucial for
disaster relief programs. They have discussed about the use
of smart phone as a device to be used in DTNs. There are
number of messages in the networks, but some of them may
have only emotional sentiments. Thesetypesofmessagesare
not important in disaster management keeping in view that
the resources are constrained. The delivery of emergency
related messages is important in such scenario. The authors
have proposed an approach that consists of two steps. First
step is to segregate crucial messages through filtering based
on naturallanguage processing. Second step is forwardingof
filtered messages using Priority enhanced prophet routing.
The proposed mechanism successfully achieved message
prioritization and also ensured delivery of crucial messages.
The proposed routing was evaluated using ONE simulator.
From results it is clear that proposed mechanism performs
better than existing protocols takinginaccountdeliveryratio
and overhead ratio.
Burleigh et al. [15] have discussed about unified routing
framework for DTNs. There is a dichotomy between the
solutions that are developed for deterministic networks
designed for space flight etc and the protocols used for
terrestrial networks. The authors have presented extension
of CGR i.e. Contact Graph Routing. They try to remove the
dichotomy through the proposal of unified approach for all
DTN environments.
Das et al. [16] have iterated that present schemes use only
location related information to forward data to next node.
The existing schemes do not consider energy-constraints of
nodes participating in message transfer.Theyhaveproposed
a scheme that will use residual energy of the nodes along
with location to choose the next node for message
forwarding. Authors have compared performance of
proposed and existing schemes. Results show that they have
achieved increase in delivery ratio and longer network life
through the use of proposed mechanism.
Chen and Lou [17] have presented a new routing protocol
called as GAR. The nodes in DTN having common interest
form groups and move together. This feature may help in
designing resource constraint networks. The authors have
proposed to maximize message delivery probabilitybyusing
group feature. In proposed scheme, design of message
transfer priorities is done in a way to maximize delivery
probability. The performance of Gar is compared with other
seven protocols. GAR achieves second shortest latency and
delivery ratio has also improved in proposed routing.
Vendramin et al. [18) proposed Cultural Greedy Ant protocol
to increase deliveryratioinDTNs.CGrAntisbasedoncultural
algorithms, ant colony optimization and operational metrics
characterizingsocialconnectivitybetweenusers.Theauthors
used greedy transition rule that is based on information
collected locally and globally from DTN environment. The
results show that proposed routing performs better in terms
of delivery ratio and the message replication is lowest when
compared to epidemic and prophet routing.
Sharma et al. [19] presented paper on the process of
configuring ONE simulator using eclipse. The simulator can
be used to createnew routing schemes. It can be also used to
create new movement models. The code can be developed
using Eclipse which is a Java based tool that is used for
programming purpose. The authors have provided detailed
procedure to configure the ONE with eclipse. Eclipse has
number of inbuilt functions. It also helps in running multiple
projects in ONE simulator. The authors have explained in
detail the steps starting from installing JDK to creating new
project and frombuildingpathtoaddingexternallibraryfiles.
3. CONCLUSIONS
In this paper we have observed that Delay Tolerant Network
is a challengingand new field. It is still in developmentphase.
There are different routing protocols developed in DTNs.
These routing protocols have their advantages and
disadvantages. There are certain issues in these types of
networks. We have discussed different algorithms or
approaches proposed by different authors.
The authors have used the encounter value between nodes’
contacts, replication copy methods,historyofencountersetc.
parameters to select the most appropriate node for
forwarding the message.
It has not been studied about the duration of contacts
between nodes during their encounter with each other in
these research papers. The nodes are in the range of each
other for different durations and the duration measurement
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1311
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072
may be an important parameter for selecting the most
appropriate node for message forwarding. The contact
duration may be an important parameter to reduce
replication in order to increase delivery ratio and hence
reduce the overhead ratio in DTNs.
REFERENCES
[1] S. Jain. K. Fall, R. Patra, “Routing in a Delay Tolerant
Network”, In the Proceedings of ACM SIGCOMM, 2004,
pp. 145-158.
[2] A. Rani , A. Sharma, D. Singh, S. Indora “Movement
Models based Performance Comparison of Routing
Protocols in DTN”, In the Proceedings of Second
International Conference on Emerging Research in
Computing, Information, Communication and
Applications(ERCICA-14), 2014.
[3] D. Singh, S. Indora, A. Rani, A. Sharma ”Routing Policies
& Strategies in Delay Tolerant Network” International
Journal of Engineering Research and Applications
(IJERA) ISSN: 2248-9622 National Conference on
Advances in Engineering and Technology, 2014.
[4] S. Nelson, M. Bakht, R. Kravets, “Encounter–Based
Routing in DTNs”, INFOCOM 2009. 28th IEEE
International Conferenceon ComputerCommunications,
Brazil, 2009, pp. 19-25
[5] H. Nguyen, S. Giordano, “Context informationprediction
for social-based routing”, Journal of Ad Hoc Networks
10, 2012, pp: 1557–1569.
[6] D. R. Pan, W. Cao, X. Liu, J. J. Sun, X. J. Shi, "A
performance-guarantee routing algorithm in complex
distributed opportunistic networks’, The Journal of
China Universities of Posts and Telecommunications,
2012, pp. 87–93.
[7] F. Li, H. Jiang, Y. Wang, X. Li, M. Wang, T. Abdeldjalil,
“SEBAR: Social Energy BAsed Routing Scheme for
Mobile Social Opportunistic Networks “, IEEE, 2013, pp.
1-8.
[8] G. Cheng, M. Song, Y. Zhang, Y. Xing, X. Bao, “Routing
protocol based on social characteristics for
opportunistic networks”, The Journal of China
Universities of Posts and Telecommunications, 2014,
pp.67-73.
[9] M. Penurkar, U. Deshpande, “CONHIS: Contact History-
based Routing Algorithm for a Vehicular Delay Tolerant
Network”, Annual IEEE India Conference, 2014, pp: 1-6.
[10] K. Zhu, W. Li, X. Fu, L. Zhang, “Data routing strategies in
opportunistic mobile social networks: Taxonomy and
open challenges”, Computer Networks, 2015, pp.1-15.
[11] T. Le, H. Kalantarian, M. Gerla, “A Buffer Management
Strategy Based on Power-Law Distributed Contacts in
Delay Tolerant Networks”, IEEE, 2016, pp: 1-8.
[12] Z. H. Kurniawan, L. V. Yovita, T. A. Wibowo,
“Performance Analysis of Dlife Routing in a Delay
Tolerant Networks”, International Conference on
Control, Electronics, Renewable Energy and
Communications IEEE, 2016, pp: 41-46.
[13] M. W. Kang, Y. W. Chung, “An Energy-Efficient
Opportunistic Routing Protocol in Delay Tolerant
Networks”, ICTC, 2016, pp:655-659.
[14] S. Bhattacharjee, S. Basu, S. Roy, S. D. Bit, “Best-effort
Delivery of Emergency Messages in Postdisaster
Scenario with Content-based Filtering and Priority-
enhanced PRoPHET over DTN”, 8th International
Conference on Communication Systems and Networks
IEEE, 2016, pp: 1-7.
[15] S. Burleigh, C. Caini, J. J. Messina, M. Rodolfi “Toward a
Unified Routing Framework for Delay-Tolerant
Networking”,IEEEInternational ConferenceonWireless
for Space and Extreme Environments, IEEE, 2016, pp:
82- 86.
[16] N. Das, A. Roy, S. DasBit, “LionBEAR: A Location Based
Energy Aware Routing Scheme in DTNs” IEEE,2016,pp:
75-80.
[17] H. Chen, W. Lou, “GAR: Group awarecooperativerouting
protocol for resource-constraint opportunistic
networks”, Elsevier, 2016, pp. 1-10.
[18] A. Vendramin, A. Munaretto, M. Delgado, A. Viana, M.
Fonseca, "A Social-Aware Routing Protocol For
Opportunistic Networks”, Expert Systems with
Applications, 2016, pp. 1-32.
[19] A. Sharma, P. Gupta, J. Grover, ”Configuration of ONE
Simulator using Eclipse”,IOSRJournal ofElectronicsand
Communication Engineering, 2016, pp. 110-118.
BIOGRAPHIES
Mr. SaravjitChahal pursued Master
of Computer Applications from
Department of Computer Science,
Maharshi Dayanand University,
Rohtak. He is pursuing Master of
Technology in Computer Science
and Engineering from Punjabi
University, Patiala.
Dr. Maninder Singh is working as
Assistant Professor in Department
of Computer Science, Punjabi
University, Patiala. His main
research work is focused on
Computer Networks, Computer
Architecture and Mobile
Communication.
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1312

More Related Content

What's hot

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
 
Intro to DTN and routing classification
Intro to DTN and routing classificationIntro to DTN and routing classification
Intro to DTN and routing classificationShivi Shukla
 
AN EFFICIENT ROUTING PROTOCOL FOR DELAY TOLERANT NETWORKS (DTNs)
AN EFFICIENT ROUTING PROTOCOL FOR DELAY TOLERANT NETWORKS (DTNs)AN EFFICIENT ROUTING PROTOCOL FOR DELAY TOLERANT NETWORKS (DTNs)
AN EFFICIENT ROUTING PROTOCOL FOR DELAY TOLERANT NETWORKS (DTNs)cscpconf
 
Multicasting in Delay Tolerant Networks: Implementation and Performance Analysis
Multicasting in Delay Tolerant Networks: Implementation and Performance AnalysisMulticasting in Delay Tolerant Networks: Implementation and Performance Analysis
Multicasting in Delay Tolerant Networks: Implementation and Performance AnalysisNagendra Posani
 
Iaetsd a secured based information sharing scheme via
Iaetsd a secured based information sharing scheme viaIaetsd a secured based information sharing scheme via
Iaetsd a secured based information sharing scheme viaIaetsd Iaetsd
 
PROPOSED A HETEROGENEOUS CLUSTERING ALGORITHM TO IMPROVE QOS IN WSN
PROPOSED A HETEROGENEOUS CLUSTERING ALGORITHM TO IMPROVE QOS IN WSNPROPOSED A HETEROGENEOUS CLUSTERING ALGORITHM TO IMPROVE QOS IN WSN
PROPOSED A HETEROGENEOUS CLUSTERING ALGORITHM TO IMPROVE QOS IN WSNIJCNCJournal
 
DPRoPHET in Delay Tolerant Network
DPRoPHET in Delay Tolerant NetworkDPRoPHET in Delay Tolerant Network
DPRoPHET in Delay Tolerant NetworkPhearin Sok
 
Project
Project Project
Project J M
 
Congestion control in packet switched wide area networks using a feedback model
Congestion control in packet switched wide area networks using a feedback modelCongestion control in packet switched wide area networks using a feedback model
Congestion control in packet switched wide area networks using a feedback modelijcses
 
Maximizing Efficiency Of multiple–Path Source Routing in Presence of Jammer
Maximizing Efficiency Of multiple–Path Source Routing in Presence of JammerMaximizing Efficiency Of multiple–Path Source Routing in Presence of Jammer
Maximizing Efficiency Of multiple–Path Source Routing in Presence of JammerIOSR Journals
 
IEEE NS2 PROJECT@ DREAMWEB TECHNO SOLUTION
IEEE NS2 PROJECT@ DREAMWEB TECHNO SOLUTIONIEEE NS2 PROJECT@ DREAMWEB TECHNO SOLUTION
IEEE NS2 PROJECT@ DREAMWEB TECHNO SOLUTIONranjith kumar
 
A novel defence scheme against selfish Node attack in manet
A novel defence scheme against selfish Node attack in manetA novel defence scheme against selfish Node attack in manet
A novel defence scheme against selfish Node attack in manetijcsa
 
A Multiparametric Reliable AODV Protocol using Alternate Routing in MANET’s u...
A Multiparametric Reliable AODV Protocol using Alternate Routing in MANET’s u...A Multiparametric Reliable AODV Protocol using Alternate Routing in MANET’s u...
A Multiparametric Reliable AODV Protocol using Alternate Routing in MANET’s u...Editor IJCATR
 
Throughput Maximization using Spatial Reusability in Multi Hop Wireless Network
Throughput Maximization using Spatial Reusability in Multi Hop Wireless NetworkThroughput Maximization using Spatial Reusability in Multi Hop Wireless Network
Throughput Maximization using Spatial Reusability in Multi Hop Wireless Networkijtsrd
 

What's hot (19)

ROUTING STRATEGIES IN DTN
ROUTING STRATEGIES IN DTNROUTING STRATEGIES IN DTN
ROUTING STRATEGIES IN DTN
 
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...
 
Jcomss 8358 final
Jcomss 8358 finalJcomss 8358 final
Jcomss 8358 final
 
C0351725
C0351725C0351725
C0351725
 
Intro to DTN and routing classification
Intro to DTN and routing classificationIntro to DTN and routing classification
Intro to DTN and routing classification
 
AN EFFICIENT ROUTING PROTOCOL FOR DELAY TOLERANT NETWORKS (DTNs)
AN EFFICIENT ROUTING PROTOCOL FOR DELAY TOLERANT NETWORKS (DTNs)AN EFFICIENT ROUTING PROTOCOL FOR DELAY TOLERANT NETWORKS (DTNs)
AN EFFICIENT ROUTING PROTOCOL FOR DELAY TOLERANT NETWORKS (DTNs)
 
Multicasting in Delay Tolerant Networks: Implementation and Performance Analysis
Multicasting in Delay Tolerant Networks: Implementation and Performance AnalysisMulticasting in Delay Tolerant Networks: Implementation and Performance Analysis
Multicasting in Delay Tolerant Networks: Implementation and Performance Analysis
 
Iaetsd a secured based information sharing scheme via
Iaetsd a secured based information sharing scheme viaIaetsd a secured based information sharing scheme via
Iaetsd a secured based information sharing scheme via
 
Robustness Analysis of Buffer Based Routing Algorithms in Wireless Mesh Network
Robustness Analysis of Buffer Based Routing Algorithms in Wireless Mesh NetworkRobustness Analysis of Buffer Based Routing Algorithms in Wireless Mesh Network
Robustness Analysis of Buffer Based Routing Algorithms in Wireless Mesh Network
 
PROPOSED A HETEROGENEOUS CLUSTERING ALGORITHM TO IMPROVE QOS IN WSN
PROPOSED A HETEROGENEOUS CLUSTERING ALGORITHM TO IMPROVE QOS IN WSNPROPOSED A HETEROGENEOUS CLUSTERING ALGORITHM TO IMPROVE QOS IN WSN
PROPOSED A HETEROGENEOUS CLUSTERING ALGORITHM TO IMPROVE QOS IN WSN
 
DPRoPHET in Delay Tolerant Network
DPRoPHET in Delay Tolerant NetworkDPRoPHET in Delay Tolerant Network
DPRoPHET in Delay Tolerant Network
 
Project
Project Project
Project
 
Congestion control in packet switched wide area networks using a feedback model
Congestion control in packet switched wide area networks using a feedback modelCongestion control in packet switched wide area networks using a feedback model
Congestion control in packet switched wide area networks using a feedback model
 
Maximizing Efficiency Of multiple–Path Source Routing in Presence of Jammer
Maximizing Efficiency Of multiple–Path Source Routing in Presence of JammerMaximizing Efficiency Of multiple–Path Source Routing in Presence of Jammer
Maximizing Efficiency Of multiple–Path Source Routing in Presence of Jammer
 
IEEE NS2 PROJECT@ DREAMWEB TECHNO SOLUTION
IEEE NS2 PROJECT@ DREAMWEB TECHNO SOLUTIONIEEE NS2 PROJECT@ DREAMWEB TECHNO SOLUTION
IEEE NS2 PROJECT@ DREAMWEB TECHNO SOLUTION
 
A novel defence scheme against selfish Node attack in manet
A novel defence scheme against selfish Node attack in manetA novel defence scheme against selfish Node attack in manet
A novel defence scheme against selfish Node attack in manet
 
Fa25939942
Fa25939942Fa25939942
Fa25939942
 
A Multiparametric Reliable AODV Protocol using Alternate Routing in MANET’s u...
A Multiparametric Reliable AODV Protocol using Alternate Routing in MANET’s u...A Multiparametric Reliable AODV Protocol using Alternate Routing in MANET’s u...
A Multiparametric Reliable AODV Protocol using Alternate Routing in MANET’s u...
 
Throughput Maximization using Spatial Reusability in Multi Hop Wireless Network
Throughput Maximization using Spatial Reusability in Multi Hop Wireless NetworkThroughput Maximization using Spatial Reusability in Multi Hop Wireless Network
Throughput Maximization using Spatial Reusability in Multi Hop Wireless Network
 

Similar to An extensive literature review of routing protocols in delay tolerant networks

COMMUNITY DETECTION USING INTER CONTACT TIME AND SOCIAL CHARACTERISTICS BASED...
COMMUNITY DETECTION USING INTER CONTACT TIME AND SOCIAL CHARACTERISTICS BASED...COMMUNITY DETECTION USING INTER CONTACT TIME AND SOCIAL CHARACTERISTICS BASED...
COMMUNITY DETECTION USING INTER CONTACT TIME AND SOCIAL CHARACTERISTICS BASED...ijasuc
 
Community Detection Using Inter Contact Time and Social Characteristics Based...
Community Detection Using Inter Contact Time and Social Characteristics Based...Community Detection Using Inter Contact Time and Social Characteristics Based...
Community Detection Using Inter Contact Time and Social Characteristics Based...jake henry
 
Paper id 28201444
Paper id 28201444Paper id 28201444
Paper id 28201444IJRAT
 
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
 
Routing in Delay Tolerant Networks
Routing in Delay Tolerant NetworksRouting in Delay Tolerant Networks
Routing in Delay Tolerant NetworksAnubhav Mahajan
 
Characterization of directed diffusion protocol in wireless sensor network
Characterization of directed diffusion protocol in wireless sensor networkCharacterization of directed diffusion protocol in wireless sensor network
Characterization of directed diffusion protocol in wireless sensor networkijwmn
 
Analysis of Neighbor Knowledge Based Bcast Protocol Performance For Multihop ...
Analysis of Neighbor Knowledge Based Bcast Protocol Performance For Multihop ...Analysis of Neighbor Knowledge Based Bcast Protocol Performance For Multihop ...
Analysis of Neighbor Knowledge Based Bcast Protocol Performance For Multihop ...pijans
 
Analysis of Neighbor Knowledge Based Bcast Protocol Performance For Multihop ...
Analysis of Neighbor Knowledge Based Bcast Protocol Performance For Multihop ...Analysis of Neighbor Knowledge Based Bcast Protocol Performance For Multihop ...
Analysis of Neighbor Knowledge Based Bcast Protocol Performance For Multihop ...pijans
 
PERFORMANCES OF AD HOC NETWORKS UNDER DETERMINISTIC AND PROBABILISTIC CHANNEL...
PERFORMANCES OF AD HOC NETWORKS UNDER DETERMINISTIC AND PROBABILISTIC CHANNEL...PERFORMANCES OF AD HOC NETWORKS UNDER DETERMINISTIC AND PROBABILISTIC CHANNEL...
PERFORMANCES OF AD HOC NETWORKS UNDER DETERMINISTIC AND PROBABILISTIC CHANNEL...IJCNCJournal
 
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...ijasuc
 
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...ijasuc
 
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...ijasuc
 
Review on design of advanced opportunistics routing in manet
Review on design of advanced opportunistics routing in manetReview on design of advanced opportunistics routing in manet
Review on design of advanced opportunistics routing in manetyatin1988
 
Delay Tolerant Network (DTN)
Delay Tolerant Network (DTN)Delay Tolerant Network (DTN)
Delay Tolerant Network (DTN)Haya Saani
 
Comparison of Various Unicast-Multicast Routing Protocols for Mobile Ad-Hoc N...
Comparison of Various Unicast-Multicast Routing Protocols for Mobile Ad-Hoc N...Comparison of Various Unicast-Multicast Routing Protocols for Mobile Ad-Hoc N...
Comparison of Various Unicast-Multicast Routing Protocols for Mobile Ad-Hoc N...Editor IJMTER
 
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...eSAT Journals
 
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...eSAT Publishing House
 

Similar to An extensive literature review of routing protocols in delay tolerant networks (20)

D0441722
D0441722D0441722
D0441722
 
COMMUNITY DETECTION USING INTER CONTACT TIME AND SOCIAL CHARACTERISTICS BASED...
COMMUNITY DETECTION USING INTER CONTACT TIME AND SOCIAL CHARACTERISTICS BASED...COMMUNITY DETECTION USING INTER CONTACT TIME AND SOCIAL CHARACTERISTICS BASED...
COMMUNITY DETECTION USING INTER CONTACT TIME AND SOCIAL CHARACTERISTICS BASED...
 
Community Detection Using Inter Contact Time and Social Characteristics Based...
Community Detection Using Inter Contact Time and Social Characteristics Based...Community Detection Using Inter Contact Time and Social Characteristics Based...
Community Detection Using Inter Contact Time and Social Characteristics Based...
 
Opportunistic Routing in Delay Tolerant Network with Different Routing Algorithm
Opportunistic Routing in Delay Tolerant Network with Different Routing AlgorithmOpportunistic Routing in Delay Tolerant Network with Different Routing Algorithm
Opportunistic Routing in Delay Tolerant Network with Different Routing Algorithm
 
Paper id 28201444
Paper id 28201444Paper id 28201444
Paper id 28201444
 
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
 
Routing in Delay Tolerant Networks
Routing in Delay Tolerant NetworksRouting in Delay Tolerant Networks
Routing in Delay Tolerant Networks
 
Characterization of directed diffusion protocol in wireless sensor network
Characterization of directed diffusion protocol in wireless sensor networkCharacterization of directed diffusion protocol in wireless sensor network
Characterization of directed diffusion protocol in wireless sensor network
 
Analysis of Neighbor Knowledge Based Bcast Protocol Performance For Multihop ...
Analysis of Neighbor Knowledge Based Bcast Protocol Performance For Multihop ...Analysis of Neighbor Knowledge Based Bcast Protocol Performance For Multihop ...
Analysis of Neighbor Knowledge Based Bcast Protocol Performance For Multihop ...
 
Analysis of Neighbor Knowledge Based Bcast Protocol Performance For Multihop ...
Analysis of Neighbor Knowledge Based Bcast Protocol Performance For Multihop ...Analysis of Neighbor Knowledge Based Bcast Protocol Performance For Multihop ...
Analysis of Neighbor Knowledge Based Bcast Protocol Performance For Multihop ...
 
PERFORMANCES OF AD HOC NETWORKS UNDER DETERMINISTIC AND PROBABILISTIC CHANNEL...
PERFORMANCES OF AD HOC NETWORKS UNDER DETERMINISTIC AND PROBABILISTIC CHANNEL...PERFORMANCES OF AD HOC NETWORKS UNDER DETERMINISTIC AND PROBABILISTIC CHANNEL...
PERFORMANCES OF AD HOC NETWORKS UNDER DETERMINISTIC AND PROBABILISTIC CHANNEL...
 
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...
 
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...
 
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...
A FASTER ROUTING SCHEME FOR STATIONARY WIRELESS SENSOR NETWORKS - A HYBRID AP...
 
Review on design of advanced opportunistics routing in manet
Review on design of advanced opportunistics routing in manetReview on design of advanced opportunistics routing in manet
Review on design of advanced opportunistics routing in manet
 
dtn-180110112549.pdf
dtn-180110112549.pdfdtn-180110112549.pdf
dtn-180110112549.pdf
 
Delay Tolerant Network (DTN)
Delay Tolerant Network (DTN)Delay Tolerant Network (DTN)
Delay Tolerant Network (DTN)
 
Comparison of Various Unicast-Multicast Routing Protocols for Mobile Ad-Hoc N...
Comparison of Various Unicast-Multicast Routing Protocols for Mobile Ad-Hoc N...Comparison of Various Unicast-Multicast Routing Protocols for Mobile Ad-Hoc N...
Comparison of Various Unicast-Multicast Routing Protocols for Mobile Ad-Hoc N...
 
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
 
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxPurva Nikam
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 

Recently uploaded (20)

Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 

An extensive literature review of routing protocols in delay tolerant networks

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072 An Extensive Literature Review of Various Routing Protocols in Delay Tolerant Networks Saravjit Chahal1, Maninder Singh2 1M.Tech. Scholar, Department of Computer Science, Punjabi University, Patiala, Punjab, India 2Assistant Professor, Department of Computer Science, Punjabi University, Patiala, Punjab, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract –Delay tolerant network(DTN)isoneofthelatest developments in the field challenged networks. DTNs are the networks that have very high delays and connectivity is available only intermittently. These arewireless networksand nodes are mobile in these networks. End to end connectivity is a big issue in these networks and this type of connectivity is either not available at all or available for short periods only. These networks followthemechanismknownbythe nameSCF. SCF stands for store-carry and forward mechanism. It means that a node will receive message from any node and stores the message in its buffer memory and then carries this message. The node then passes the message to a particular node based on routing protocol used. There are different routing mechanisms used in these networks. Some of most commonly used protocols are first contact, direct delivery, epidemic, spray and wait etc. Different routing protocols have their advantages and disadvantages. In this paper we discuss various routing schemes along with their pros and cons. Various routings are compared along with their specialty and shortcomings. DTNs are simulated using a simulator developed with the support of Nokia Research Center and known by the name ONE (Opportunistic Network Environment). Key Words: Delay Tolerant Networks, CONHIS, ONE Simulator, Contact, Mobile nodes, intermittent connectivity, 1. INTRODUCTION Delay tolerant networks or DTNs in short is a class of networks that that have very high delays and connectivity is available only intermittently. These are wireless networks and nodes are mobiles in these networks. End to end connectivity is a big issue in these networks and this type of connectivity is either not available at all or available for short periods only. These networks follow the mechanism known by the name SCF. SCF stands for store-carry and forward mechanism. It means that a node will receive message from any node and stores the message in its buffer memory and then carriesthismessage.Thenodethenpasses the message to a particular node based on routing protocol used. In this type of network message delivery is made possible with the help of intermediate nodes. Intermediate nodes carry the message to the destination. In challenged networks, DTN is an alternate to Internet. Different space agencies are trying to develop internet like connectivity in the space based on DTN. 1.1 Architecture of DTN It contains a new protocol which sits above transport layer. This additional protocol is known by the name bundle protocol. There is same bundle protocol for the entire network while other protocols vary as per communication scenario followed [1]. Fig -1: DTN Architecture [1] 1.2 Routing Protocols Delay tolerant networks have different routing protocols that are used for delivering messages. Some of most commonly used routing protocols are first contact, direct delivery, epidemic, spray and wait, prophet etc. In first contact the message is delivered by the source to any node that comes in the range of source node. In direct delivery the message is delivered by the source to only the destination node. No intermediate node is given the message. Epidemic routing follows the mechanism of flooding. Source node floods all the nodes it encounters. The chances of delivery of messages are almost guaranteed in this protocol. Spray and wait follows controlled flooding. This routing is combination of spray phase and wait phase. Prophet routing used history of encounters of nodes and a metric known as delivery predictability is used [2]. © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1309
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072 1.3 Movement Models DTNs have mobile nodes and hence these have number of movement models for the transfer of messages between nodes. Some of movement models are Random Way Point model, Shortest Path Map Based movement model and Map Based movement model. In Random Way Point model, a node chooses its destination randomly and then that node moves to its destination randomly without having any restrictions. Nodes follow predetermined path in Map Based Movement Model. A predefined map determines thepathto befollowed by the nodes. Maps are also used in Shortest Path Map Based model. The destination is chosen randomly in this model. Destination can also be chosen from Points ofInterest.Afterchoosing the path, shortest path is used for reaching destination [3]. 1.4 Issues in DTN DTN is not a traditional network. Some of the key issues associated with DTN are encounter schedules, network capacity, congestion control, reliability issues, energy consumption and storage capacity. These issues need to be addressed while dealing with DTNs. These issues are taken care of while designing the network. 2. RELATED WORK Nelson et al. [4] proposed encounter based routing. The authors used only local observations regarding node’s environment. The proposed protocol used encounter based metrics to optimize message passing to maximize delivery ratio while minimizing overhead. Nguyen and Giordano[5]haveproposedsocialcontext-based routing that takes into consideration special and temporal dimensions of nodes’ activities to predict the pattern in mobile nodes that is base on back propagation neural network model. Through simulation it found that if node density is increased, the message delay improves considerably. Pan et al. [6] have proposed a routing protocol in which direction of transmission and number of copies can be controlled dynamically based on information of distribution rate of nodes in the network. The results show that the proposed scheme is feasible in complex DTNs. The parameters compared are delivery ratio, overhead and average delay. Li et al. [7] proposed social energy based routing (SEBAR) protocol. It considers social energy of encountering nodes. The authors have exploited social characteristicsoftheDTNs in order to make better decisions in message forwarding. They have compared proposed routing with several existing routings. Simulation confirmed the effectivenessofproposed mechanism. Cheng et al. [8] have presented social characteristics based routing protocol. Human mobility pattern is very important for the performance of protocols in networks. However current routings do not consider the social character. The authors have proposed SONR (Social opportunistic network routing). The proposed protocol is compared with epidemic and Spray-and-wait protocols. Results show that SONR improves performance of different metrics like delivery latency, delivery ratio and overhead. Penurkar and Deshpande[9]proposed contacthistorybased routing algorithm for VDTN. Existing routings do not take into account the past history of node encounters. The proposed scheme exploited the history of the nodes to find the most suitable candidate relay to take decision to forward the message to its destination. The source node and the mobile nodes maintain history about the encounters in the past with different relay nodes of the network. In proposed algorithm all the nodes may createand store the history. The message may be forwarded to a nodehaving highest number of encounters with different relay nodes. The proposed algorithm is divided into two phases. In first phase, history is created forthe relay nodecounts or forupdatingit.Historyis initialized to Null in the beginning.Whendifferentnodespass by the relay nodes, the history is updated accordingly. In second phase, message transmission takes place. In this phase when source node encounters any mobile node, the history is checked and the message is forwarded to the node having highest relay count. The results of simulation showed that as the density of node is increased, the contacts madeby the nodes with the relay nodes increase and hence relay count increases.Relaycount is proportional todeliveryratio. So the delivery ratio increased using proposed algorithm. CONHIS performed better in case of delivery latency when compared to other existing algorithms. It was found that proposed algorithm performed better than first contact and prophet routing in case of overhead ratio. CONHIS also performs well when compared to spray-and-wait for performance metrics average delivery latency and delivery ratio, but overhead ratio increased in proposed algorithm. The authors have proposed to consider the contact duration parameter for further improving the performance metrics Zhu et al. [10] discussed about mobile social networks that are a kind of DTNs. The nodes in this type of network are mobile with social characteristics. In these networks social metrics like socialcentrality,mobilitypattern,communityetc are considered in forwarding message. The authors have investigated social metrics. They have also presented some other social metricslike social features, social properties etc. The authors have discussed issues for data routing including limitations of metrics, collection of information, social security and future applications of mobile social networks. Le et al. [11] proposed a novel strategy for buffer management in DTN that is based on power law distributed contacts. The authors have focused on reducing message delay in delivering messages to the desired destination.They have considered two issues. The first issue is the order of message replication that should be followed in case bandwidth is limited. The second key issue is the selection of message to be dropped when buffer space is full.Theauthors © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1310
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072 have developed a utility function to calculate average delay per packet. Scheduling of messages to be dropped is done based on the proposed utilityfunction.Theproposedscheme has reduced message delay and the delivery ratio has increased. Kurniawan et al. [12] have discussed a routing protocol named Dlife. This protocol uses two utility functions for deciding forwarding strategy. These functions are Time- Evolving Contact Duration i.e TEDC and TEDC importance. The authors have studied the performance of Dliferouting in the context of the buffer size and the message size. The authors observed that increase in buffer size decreases the overhead ratio. It happenedbecauseincreaseinbufferallows more messages to be stored in intermediate nodes. The increase in message size caused the increase in overhead ratio. This is due to the fact that if message size is large then the number of messages to be forwarded will be lesser. The authors also observed that increase in the message size decreases the delivery probability. Kang and Chung [13] have proposed routing protocol that is energy-efficient. Authors have taken in consideration the remaining battery life and delivery predictability of prophet routing. The performance of proposed mechanism is analyzed andcompared with prophet routing using different performance metrics. The results show that the proposed protocol has give better results in terms of delivery predictability and the overhead ratio than the prophet routing. The performance of delivery latency could not be better in proposed mechanism. Bhattacharjee et al. [14] have proposed a new protocol to ensure delivery of emergency messages that are crucial for disaster relief programs. They have discussed about the use of smart phone as a device to be used in DTNs. There are number of messages in the networks, but some of them may have only emotional sentiments. Thesetypesofmessagesare not important in disaster management keeping in view that the resources are constrained. The delivery of emergency related messages is important in such scenario. The authors have proposed an approach that consists of two steps. First step is to segregate crucial messages through filtering based on naturallanguage processing. Second step is forwardingof filtered messages using Priority enhanced prophet routing. The proposed mechanism successfully achieved message prioritization and also ensured delivery of crucial messages. The proposed routing was evaluated using ONE simulator. From results it is clear that proposed mechanism performs better than existing protocols takinginaccountdeliveryratio and overhead ratio. Burleigh et al. [15] have discussed about unified routing framework for DTNs. There is a dichotomy between the solutions that are developed for deterministic networks designed for space flight etc and the protocols used for terrestrial networks. The authors have presented extension of CGR i.e. Contact Graph Routing. They try to remove the dichotomy through the proposal of unified approach for all DTN environments. Das et al. [16] have iterated that present schemes use only location related information to forward data to next node. The existing schemes do not consider energy-constraints of nodes participating in message transfer.Theyhaveproposed a scheme that will use residual energy of the nodes along with location to choose the next node for message forwarding. Authors have compared performance of proposed and existing schemes. Results show that they have achieved increase in delivery ratio and longer network life through the use of proposed mechanism. Chen and Lou [17] have presented a new routing protocol called as GAR. The nodes in DTN having common interest form groups and move together. This feature may help in designing resource constraint networks. The authors have proposed to maximize message delivery probabilitybyusing group feature. In proposed scheme, design of message transfer priorities is done in a way to maximize delivery probability. The performance of Gar is compared with other seven protocols. GAR achieves second shortest latency and delivery ratio has also improved in proposed routing. Vendramin et al. [18) proposed Cultural Greedy Ant protocol to increase deliveryratioinDTNs.CGrAntisbasedoncultural algorithms, ant colony optimization and operational metrics characterizingsocialconnectivitybetweenusers.Theauthors used greedy transition rule that is based on information collected locally and globally from DTN environment. The results show that proposed routing performs better in terms of delivery ratio and the message replication is lowest when compared to epidemic and prophet routing. Sharma et al. [19] presented paper on the process of configuring ONE simulator using eclipse. The simulator can be used to createnew routing schemes. It can be also used to create new movement models. The code can be developed using Eclipse which is a Java based tool that is used for programming purpose. The authors have provided detailed procedure to configure the ONE with eclipse. Eclipse has number of inbuilt functions. It also helps in running multiple projects in ONE simulator. The authors have explained in detail the steps starting from installing JDK to creating new project and frombuildingpathtoaddingexternallibraryfiles. 3. CONCLUSIONS In this paper we have observed that Delay Tolerant Network is a challengingand new field. It is still in developmentphase. There are different routing protocols developed in DTNs. These routing protocols have their advantages and disadvantages. There are certain issues in these types of networks. We have discussed different algorithms or approaches proposed by different authors. The authors have used the encounter value between nodes’ contacts, replication copy methods,historyofencountersetc. parameters to select the most appropriate node for forwarding the message. It has not been studied about the duration of contacts between nodes during their encounter with each other in these research papers. The nodes are in the range of each other for different durations and the duration measurement © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1311
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072 may be an important parameter for selecting the most appropriate node for message forwarding. The contact duration may be an important parameter to reduce replication in order to increase delivery ratio and hence reduce the overhead ratio in DTNs. REFERENCES [1] S. Jain. K. Fall, R. Patra, “Routing in a Delay Tolerant Network”, In the Proceedings of ACM SIGCOMM, 2004, pp. 145-158. [2] A. Rani , A. Sharma, D. Singh, S. Indora “Movement Models based Performance Comparison of Routing Protocols in DTN”, In the Proceedings of Second International Conference on Emerging Research in Computing, Information, Communication and Applications(ERCICA-14), 2014. [3] D. Singh, S. Indora, A. Rani, A. Sharma ”Routing Policies & Strategies in Delay Tolerant Network” International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 National Conference on Advances in Engineering and Technology, 2014. [4] S. Nelson, M. Bakht, R. Kravets, “Encounter–Based Routing in DTNs”, INFOCOM 2009. 28th IEEE International Conferenceon ComputerCommunications, Brazil, 2009, pp. 19-25 [5] H. Nguyen, S. Giordano, “Context informationprediction for social-based routing”, Journal of Ad Hoc Networks 10, 2012, pp: 1557–1569. [6] D. R. Pan, W. Cao, X. Liu, J. J. Sun, X. J. Shi, "A performance-guarantee routing algorithm in complex distributed opportunistic networks’, The Journal of China Universities of Posts and Telecommunications, 2012, pp. 87–93. [7] F. Li, H. Jiang, Y. Wang, X. Li, M. Wang, T. Abdeldjalil, “SEBAR: Social Energy BAsed Routing Scheme for Mobile Social Opportunistic Networks “, IEEE, 2013, pp. 1-8. [8] G. Cheng, M. Song, Y. Zhang, Y. Xing, X. Bao, “Routing protocol based on social characteristics for opportunistic networks”, The Journal of China Universities of Posts and Telecommunications, 2014, pp.67-73. [9] M. Penurkar, U. Deshpande, “CONHIS: Contact History- based Routing Algorithm for a Vehicular Delay Tolerant Network”, Annual IEEE India Conference, 2014, pp: 1-6. [10] K. Zhu, W. Li, X. Fu, L. Zhang, “Data routing strategies in opportunistic mobile social networks: Taxonomy and open challenges”, Computer Networks, 2015, pp.1-15. [11] T. Le, H. Kalantarian, M. Gerla, “A Buffer Management Strategy Based on Power-Law Distributed Contacts in Delay Tolerant Networks”, IEEE, 2016, pp: 1-8. [12] Z. H. Kurniawan, L. V. Yovita, T. A. Wibowo, “Performance Analysis of Dlife Routing in a Delay Tolerant Networks”, International Conference on Control, Electronics, Renewable Energy and Communications IEEE, 2016, pp: 41-46. [13] M. W. Kang, Y. W. Chung, “An Energy-Efficient Opportunistic Routing Protocol in Delay Tolerant Networks”, ICTC, 2016, pp:655-659. [14] S. Bhattacharjee, S. Basu, S. Roy, S. D. Bit, “Best-effort Delivery of Emergency Messages in Postdisaster Scenario with Content-based Filtering and Priority- enhanced PRoPHET over DTN”, 8th International Conference on Communication Systems and Networks IEEE, 2016, pp: 1-7. [15] S. Burleigh, C. Caini, J. J. Messina, M. Rodolfi “Toward a Unified Routing Framework for Delay-Tolerant Networking”,IEEEInternational ConferenceonWireless for Space and Extreme Environments, IEEE, 2016, pp: 82- 86. [16] N. Das, A. Roy, S. DasBit, “LionBEAR: A Location Based Energy Aware Routing Scheme in DTNs” IEEE,2016,pp: 75-80. [17] H. Chen, W. Lou, “GAR: Group awarecooperativerouting protocol for resource-constraint opportunistic networks”, Elsevier, 2016, pp. 1-10. [18] A. Vendramin, A. Munaretto, M. Delgado, A. Viana, M. Fonseca, "A Social-Aware Routing Protocol For Opportunistic Networks”, Expert Systems with Applications, 2016, pp. 1-32. [19] A. Sharma, P. Gupta, J. Grover, ”Configuration of ONE Simulator using Eclipse”,IOSRJournal ofElectronicsand Communication Engineering, 2016, pp. 110-118. BIOGRAPHIES Mr. SaravjitChahal pursued Master of Computer Applications from Department of Computer Science, Maharshi Dayanand University, Rohtak. He is pursuing Master of Technology in Computer Science and Engineering from Punjabi University, Patiala. Dr. Maninder Singh is working as Assistant Professor in Department of Computer Science, Punjabi University, Patiala. His main research work is focused on Computer Networks, Computer Architecture and Mobile Communication. © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1312