SlideShare a Scribd company logo
LeMeniz Infotech 
36, 100 feet Road, Natesan 
Nagar(Near Indira Gandhi Statue, Next 
to Fish-O-Fish), Pondicherry-605 005 
Call: 0413-4205444, +91 99625 88976, 
95663 55386. 
For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 
/9566355386 
Do Your Projects With Domain Experts 
COOPERATIVE CACHING FOR EFFICIENT DATA ACCESS IN 
DISRUPTION TOLERANT NETWORKS 
ABSTRACT 
Disruption tolerant networks (DTNs) are characterized by low node density, 
unpredictable node mobility, and lack of global network information. Most of 
current research efforts in DTNs focus on data forwarding, but only limited work 
has been done on providing efficient data access to mobile users. A novel approach 
is proposed to support cooperative caching in DTNs, which enables the sharing and 
coordination of cached data among multiple nodes and reduces data access delay. 
The basic idea is to intentionally cache data at a set of network central locations 
(NCLs), which can be easily accessed by other nodes in the network. To propose 
an efficient scheme that ensures appropriate NCL selection based on a probabilistic 
selection metric and coordinates multiple caching nodes to optimize the tradeoff 
between data accessibility and caching overhead. Extensive trace-driven 
simulations show that this approach significantly improves data access 
performance compared to existing schemes.
LeMeniz Infotech 
36, 100 feet Road, Natesan 
Nagar(Near Indira Gandhi Statue, Next 
to Fish-O-Fish), Pondicherry-605 005 
Call: 0413-4205444, +91 99625 88976, 
95663 55386. 
For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 
/9566355386 
Do Your Projects With Domain Experts 
OBJECTIVE OF STUDY 
Objective is to efficiently support cooperative caching in DTNs. For this, to 
propose a method to cache data at a set of network central locations (NCLs), each 
of which corresponds to a group of mobile nodes being easily accessed by other 
nodes in the network. To ensure that popular data are always cached nearer to the 
central nodes via dynamic cache replacement based on query history. To propose a 
data access scheme to probabilistically coordinate multiple caching nodes for 
responding to user queries. 
INTRODUCTION 
Disruption tolerant networks (DTNs) consist of mobile devices that contact each 
other opportunistically. Due to the low node density and unpredictable node 
mobility, only intermittent network connectivity exists in DTNs, and the 
subsequent difficulty of maintaining end-to end communication links makes it 
necessary to use “carry and- forward” methods for data transmission. Examples of 
such networks include groups of individuals moving in disaster recovery areas, 
military battlefields, or urban sensing applications. In such networks, node 
mobility is exploited to let mobile nodes carry data as relays and forward data 
opportunistically when contacting others. The key problem is, therefore, how to 
determine the appropriate relay selection strategy. 
Although forwarding schemes have been proposed in DTNs, there is limited 
research on providing efficient data access to mobile users, despite the importance
LeMeniz Infotech 
36, 100 feet Road, Natesan 
Nagar(Near Indira Gandhi Statue, Next 
to Fish-O-Fish), Pondicherry-605 005 
Call: 0413-4205444, +91 99625 88976, 
95663 55386. 
For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 
/9566355386 
Do Your Projects With Domain Experts 
of data accessibility in many mobile applications. For example, it is desirable that 
smart phone users can find interesting digital content from their nearby peers. In 
vehicular ad-hoc networks (VANETs), the availability of live traffic information 
will be beneficial for vehicles to avoid traffic delays. In these applications, data are 
only requested by mobile users whenever needed, and requesters do not know data 
locations in advance. The destination of data is, hence, unknown when data are 
generated. This communication paradigm differs from publish/subscribe systems in 
which data are forwarded by broker nodes to users according to their data 
subscriptions. Appropriate network design is needed to ensure that data can be 
promptly accessed by requesters in such cases. 
PROBLEM STATEMENT 
A common technique used to improve data access performance is caching, i.e., to 
cache data at appropriate network locations based on query history, so that queries 
in the future can be responded with less delay. Although cooperative caching has 
been studied for both web-based applications and wireless ad hoc networks to 
allow sharing and coordination among multiple caching nodes, it is difficult to be 
realized in DTNs due to the lack of persistent network connectivity. First, the 
opportunistic network connectivity complicates the estimation of data transmission 
delay, and furthermore makes it difficult to determine appropriate caching 
locations for reducing data access delay. This difficulty is also raised by the 
incomplete information at individual nodes about query history. Second, due to the 
uncertainty of data transmission, multiple data copies need to be cached at different
LeMeniz Infotech 
36, 100 feet Road, Natesan 
Nagar(Near Indira Gandhi Statue, Next 
to Fish-O-Fish), Pondicherry-605 005 
Call: 0413-4205444, +91 99625 88976, 
95663 55386. 
For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 
/9566355386 
Do Your Projects With Domain Experts 
locations to ensure data accessibility. The difficulty in coordinating multiple 
caching nodes makes it hard to optimize the tradeoff between data accessibility and 
caching overhead. 
PROBLEM SOLUTION 
A novel scheme to be proposed address the aforementioned challenges and to 
efficiently support cooperative caching in DTNs. Intentionally cache data at a set 
of network central locations (NCLs), each of which corresponds to a group of 
mobile nodes being easily accessed by other nodes in the network. Each NCL is 
represented by a central node, which has high popularity in the network and is 
prioritized for caching data. Due to the limited caching buffer of central nodes, 
multiple nodes near a central node may be involved for caching, and it ensures that 
popular data are always cached nearer to the central nodes via dynamic cache 
replacement based on query history. To develop an efficient approach to NCL 
selection in DTNs based on a probabilistic selection metric. The selected NCLs 
achieve high chances for prompt response to user queries with low overhead in 
network storage and transmission. To propose a data access scheme to 
probabilistically coordinate multiple caching nodes for responding to user queries.
LeMeniz Infotech 
36, 100 feet Road, Natesan 
Nagar(Near Indira Gandhi Statue, Next 
to Fish-O-Fish), Pondicherry-605 005 
Call: 0413-4205444, +91 99625 88976, 
95663 55386. 
For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 
/9566355386 
Do Your Projects With Domain Experts 
EXISTING SYSTEM 
 Data forwarding in DTNs originates from Epidemic routing, which floods 
the entire network. 
 Efficient relay selection metrics were proposed to approach the performance 
of Epidemic routing with lower forwarding cost, based on prediction of node 
contacts in the future. 
 The social network properties of node contact patterns, such as the centrality 
and community structures, have also been also exploited for relay selection 
in recent social-based data forwarding schemes. 
 Compare-and-Forward method is used, where a relay forwards data to 
another node whose metric value is higher than itself. 
 Delegation forwarding reduces forwarding cost by only forwarding data to 
nodes with the highest metric. 
 Data access in DTNs, provided in various ways, data can be disseminated to 
appropriate users based on their interest profiles. Publish/ subscribe systems 
were used for data dissemination, where social community structures are 
usually exploited to determine broker nodes. 
 Caching is another way to provide data access. Cooperative caching in 
wireless ad hoc networks was studied, in which each node caches pass-by
LeMeniz Infotech 
36, 100 feet Road, Natesan 
Nagar(Near Indira Gandhi Statue, Next 
to Fish-O-Fish), Pondicherry-605 005 
Call: 0413-4205444, +91 99625 88976, 
95663 55386. 
For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 
/9566355386 
Do Your Projects With Domain Experts 
data based on data popularity, so that queries in the future can be responded 
with less delay. 
Disadvantages 
 Always keeps a single data copy and Spray-and-Wait holds a fixed number 
of data copies, most schemes dynamically determine the number of data 
copies. 
 Under cooperative caching, Peer-to-peer data sharing and access among 
mobile users are generally neglected. 
PROPOSED SYSTEM 
 To propose a novel scheme to address the aforementioned challenges and to 
efficiently support cooperative caching in DTNs. 
 Intentionally cache data at a set of network central locations (NCLs), each of 
which corresponds to a group of mobile nodes being easily accessed by 
other nodes in the network. 
 Each NCL is represented by a central node, which has high popularity in the 
network and is prioritized for caching data. 
 Due to the limited caching buffer of central nodes, multiple nodes near a 
central node may be involved for caching, and it ensures that popular data
LeMeniz Infotech 
36, 100 feet Road, Natesan 
Nagar(Near Indira Gandhi Statue, Next 
to Fish-O-Fish), Pondicherry-605 005 
Call: 0413-4205444, +91 99625 88976, 
95663 55386. 
For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 
/9566355386 
Do Your Projects With Domain Experts 
are always cached nearer to the central nodes via dynamic cache 
replacement based on query history. 
 To develop an efficient approach to NCL selection in DTNs based on a 
probabilistic selection metric. The selected NCLs achieve high chances for 
prompt response to user queries with low overhead in network storage and 
transmission. 
 To propose a data access scheme to probabilistically coordinate multiple 
caching nodes for responding to user queries. 
 To propose a utility-based cache replacement scheme to dynamically adjust 
cache locations based on query history 
Advantages 
 Optimize the tradeoff between data accessibility and caching overhead, to 
minimize the average number of cached data copies in the network. 
 Achieves good tradeoff between the data accessibility and access delay. 
LITERATURE SUMMARY 
Research on data forwarding in DTNs originates from Epidemic routing, which 
floods the entire network. Some later studies focus on proposing efficient relay 
selection metrics to approach the performance of Epidemic routing with lower 
forwarding cost, based on prediction of node contacts in the future. Some schemes
LeMeniz Infotech 
36, 100 feet Road, Natesan 
Nagar(Near Indira Gandhi Statue, Next 
to Fish-O-Fish), Pondicherry-605 005 
Call: 0413-4205444, +91 99625 88976, 
95663 55386. 
For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 
/9566355386 
Do Your Projects With Domain Experts 
do such prediction based on their mobility patterns, which are characterized by 
Kalman filter or semi-Markov chains. 
In some other schemes, node contact pattern is exploited as abstraction of node 
mobility pattern for better prediction accuracy, based on the experimental and 
theoretical analysis of the node contact characteristics. The social network 
properties of node contact patterns, such as the centrality and community 
structures, have also been also exploited for relay selection in recent social-based 
data forwarding schemes. The aforementioned metrics for relay selection can be 
applied to various forwarding strategies, which differ in the number of data copies 
created in the network. While the most conservative strategy always keeps a single 
data copy and Spray-and-Wait holds a fixed number of data copies, most schemes 
dynamically determine the number of data copies. 
In Compare-and-Forward, a relay forwards data to another node whose metric 
value is higher than itself. Delegation forwarding reduces forwarding cost by only 
forwarding data to nodes with the highest metric. Data access in DTNs, on the 
other hand, can be provided in various ways. Data can be disseminated to 
appropriate users based on their interest profiles. 
Publish/ subscribe systems were used for data dissemination, where social 
community structures are usually exploited to determine broker nodes. In other 
schemes without brokers, data items are grouped into predefined channels, and are 
disseminated based on users’ subscriptions to these channels. Caching is another
LeMeniz Infotech 
36, 100 feet Road, Natesan 
Nagar(Near Indira Gandhi Statue, Next 
to Fish-O-Fish), Pondicherry-605 005 
Call: 0413-4205444, +91 99625 88976, 
95663 55386. 
For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 
/9566355386 
Do Your Projects With Domain Experts 
way to provide data access. Cooperative caching in wireless ad hoc networks was 
studied, in which each node caches pass-by data based on data popularity, so that 
queries in the future can be responded with less delay. Caching locations are 
selected incidentally among all the network nodes. 
Some research efforts have been made for caching in DTNs, but they only improve 
data accessibility from infrastructure network such as WiFi access points (APs) or 
Internet. Peer-to-peer data sharing and access among mobile users are generally 
neglected. Distributed determination of caching policies for minimizing data 
access delay has been studied in DTNs, assuming simplified network conditions. 
It is assumed that all the nodes contact each other with the same rate. Users are 
artificially partitioned into several classes such that users in the same class are 
identical. Data are intentionally cached at appropriate network locations with 
generic data and query models, but these caching locations are determined based 
on global network knowledge.
LeMeniz Infotech 
36, 100 feet Road, Natesan 
Nagar(Near Indira Gandhi Statue, Next 
to Fish-O-Fish), Pondicherry-605 005 
Call: 0413-4205444, +91 99625 88976, 
95663 55386. 
For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 
/9566355386 
Do Your Projects With Domain Experts 
HARDWARE REQUIREMENTS 
Processor : Any Processor above 500 MHz. 
Ram : 128Mb. 
Hard Disk : 10 Gb. 
Compact Disk : 650 Mb. 
Input device : Standard Keyboard and Mouse. 
Output device : VGA and High Resolution Monitor. 
SOFTWARE SPECIFICATION 
Operating System : Windows Family. 
Pages developed using : Java Swing 
Techniques : JDK 1.5 or higher 
Database : MySQL 5.0
LeMeniz Infotech 
36, 100 feet Road, Natesan 
Nagar(Near Indira Gandhi Statue, Next 
to Fish-O-Fish), Pondicherry-605 005 
Call: 0413-4205444, +91 99625 88976, 
95663 55386. 
Query Reply 
For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 
/9566355386 
Do Your Projects With Domain Experts 
SYSTEM ARCHITECTURE 
Node A Query 
Nearest 
NCL 
Server 
Allocate 
NCL 
Query Reply 
Cache 
memory 
Node Query 
NCL – Network Central Location

More Related Content

DOC
Cooperative caching for efficient data access in disruption tolerant networks
PDF
P24120125
DOCX
Incentive based data sharing in delay tolerant mobile networks
PDF
A novel cache resolution technique for cooperative caching in wireless mobile...
PDF
Iaetsd decentralized coordinated cooperative cache
PDF
A TIME INDEX BASED APPROACH FOR CACHE SHARING IN MOBILE ADHOC NETWORKS
PDF
BIG DATA NETWORKING: REQUIREMENTS, ARCHITECTURE AND ISSUES
PDF
Caching on Named Data Network: a Survey and Future Research
Cooperative caching for efficient data access in disruption tolerant networks
P24120125
Incentive based data sharing in delay tolerant mobile networks
A novel cache resolution technique for cooperative caching in wireless mobile...
Iaetsd decentralized coordinated cooperative cache
A TIME INDEX BASED APPROACH FOR CACHE SHARING IN MOBILE ADHOC NETWORKS
BIG DATA NETWORKING: REQUIREMENTS, ARCHITECTURE AND ISSUES
Caching on Named Data Network: a Survey and Future Research

What's hot (18)

PDF
BIG DATA NETWORKING: REQUIREMENTS, ARCHITECTURE AND ISSUES
PDF
A hybrid cloud approach for secure authorized
PDF
CONTENT BASED DATA TRANSFER MECHANISM FOR EFFICIENT BULK DATA TRANSFER IN GRI...
PDF
Java Abs Peer To Peer Design & Implementation Of A Tuple Space
PDF
Dq36708711
PDF
Distributeddatabasesforchallengednet
PDF
Addressing the Challenges of Tactical Information Management in Net-Centric S...
PDF
A scalabl e and cost effective framework for privacy preservation over big d...
PDF
DWDM-RAM: a data intensive Grid service architecture enabled by dynamic optic...
PDF
IRJET- A Survey on File Storage and Retrieval using Blockchain Technology
PDF
HYBRID OPTICAL AND ELECTRICAL NETWORK FLOWS SCHEDULING IN CLOUD DATA CENTRES
PDF
Agent-Driven Distributed Data Mining
PDF
iaetsd Controlling data deuplication in cloud storage
PDF
DISTRIBUTED AND BIG DATA STORAGE MANAGEMENT IN GRID COMPUTING
PDF
Design and implementation of a personal super Computer
PDF
Optimizing On Demand Weight -Based Clustering Using Trust Model for Mobile Ad...
PDF
ANALYSIS STUDY ON CACHING AND REPLICA PLACEMENT ALGORITHM FOR CONTENT DISTRIB...
PDF
IRJET- Blockchain based Data Sharing Framework
BIG DATA NETWORKING: REQUIREMENTS, ARCHITECTURE AND ISSUES
A hybrid cloud approach for secure authorized
CONTENT BASED DATA TRANSFER MECHANISM FOR EFFICIENT BULK DATA TRANSFER IN GRI...
Java Abs Peer To Peer Design & Implementation Of A Tuple Space
Dq36708711
Distributeddatabasesforchallengednet
Addressing the Challenges of Tactical Information Management in Net-Centric S...
A scalabl e and cost effective framework for privacy preservation over big d...
DWDM-RAM: a data intensive Grid service architecture enabled by dynamic optic...
IRJET- A Survey on File Storage and Retrieval using Blockchain Technology
HYBRID OPTICAL AND ELECTRICAL NETWORK FLOWS SCHEDULING IN CLOUD DATA CENTRES
Agent-Driven Distributed Data Mining
iaetsd Controlling data deuplication in cloud storage
DISTRIBUTED AND BIG DATA STORAGE MANAGEMENT IN GRID COMPUTING
Design and implementation of a personal super Computer
Optimizing On Demand Weight -Based Clustering Using Trust Model for Mobile Ad...
ANALYSIS STUDY ON CACHING AND REPLICA PLACEMENT ALGORITHM FOR CONTENT DISTRIB...
IRJET- Blockchain based Data Sharing Framework
Ad

Viewers also liked (19)

PPTX
Windows vs linux parte 2 dalia y nalo
PDF
A fast acquisition all-digital delay-locked loop using a starting-bit predict...
DOCX
Tecnología
ODP
Costume
PDF
Wave 1 - Web 2.0 The Global Impact | UM | Social Media Tracker
PPTX
PDF
Ten Modern Plagues - for Seder Discussion
PPSX
Lion opportunities plan BY AL AMIN
PDF
Bikok T. Pierre
PDF
Retouched pictures
PDF
10.6 MW Solar hybrid
PDF
Query aware determinization of uncertain objects .
PPTX
My ppt game carlos suarez
PPTX
Sports, culture, and the media
PPTX
UN on Climate Change
PDF
TEAM building
PPTX
Solar Panels
PDF
From Economic Brand Value to Holonomic Brand Value
PDF
the problem with Unions
Windows vs linux parte 2 dalia y nalo
A fast acquisition all-digital delay-locked loop using a starting-bit predict...
Tecnología
Costume
Wave 1 - Web 2.0 The Global Impact | UM | Social Media Tracker
Ten Modern Plagues - for Seder Discussion
Lion opportunities plan BY AL AMIN
Bikok T. Pierre
Retouched pictures
10.6 MW Solar hybrid
Query aware determinization of uncertain objects .
My ppt game carlos suarez
Sports, culture, and the media
UN on Climate Change
TEAM building
Solar Panels
From Economic Brand Value to Holonomic Brand Value
the problem with Unions
Ad

Similar to Cooperative caching for efficient data access in disruption tolerant networks (20)

DOCX
cooperative caching for efficient data access in disruption tolerant networks
DOCX
JPJ1448 Cooperative Caching for Efficient Data Access in Disruption Toleran...
DOCX
Cooperative caching for efficient data access in
DOC
Benefit based data caching in ad hoc networks (synopsis)
PDF
Peer to peer cache resolution mechanism for mobile ad hoc networks
PDF
A NOVEL CACHE RESOLUTION TECHNIQUE FOR COOPERATIVE CACHING IN WIRELESS MOBILE...
PDF
International Journal of Engineering Research and Development (IJERD)
PDF
Cache "Less for More" in Information-centric Networks (CL4M)
PDF
IMPLIMENTATION ON DISTRIBUTED COOPERATIVE CACHING IN SOCIAL WIRELESS NETWORK ...
ODP
Age-based Cooperative Caching in Information-Centric Networks
PDF
International Journal of Computational Engineering Research(IJCER)
PPTX
Second review
PDF
A Cooperative Cache Management Scheme for IEEE802.15.4 based Wireless Sensor ...
PDF
P2P Cache Resolution System for MANET
DOCX
Dcim distributed cache invalidation method for maintaining cache consistency ...
PDF
Performance evaluation of route optimization management of producer mobility...
PDF
PDF
Access strategies ppt_ind
DOCX
Ieee acm transactions 2018 on networking topics with abstract for final year ...
DOCX
Ieee transactions on networking 2018 Title with Abstract
cooperative caching for efficient data access in disruption tolerant networks
JPJ1448 Cooperative Caching for Efficient Data Access in Disruption Toleran...
Cooperative caching for efficient data access in
Benefit based data caching in ad hoc networks (synopsis)
Peer to peer cache resolution mechanism for mobile ad hoc networks
A NOVEL CACHE RESOLUTION TECHNIQUE FOR COOPERATIVE CACHING IN WIRELESS MOBILE...
International Journal of Engineering Research and Development (IJERD)
Cache "Less for More" in Information-centric Networks (CL4M)
IMPLIMENTATION ON DISTRIBUTED COOPERATIVE CACHING IN SOCIAL WIRELESS NETWORK ...
Age-based Cooperative Caching in Information-Centric Networks
International Journal of Computational Engineering Research(IJCER)
Second review
A Cooperative Cache Management Scheme for IEEE802.15.4 based Wireless Sensor ...
P2P Cache Resolution System for MANET
Dcim distributed cache invalidation method for maintaining cache consistency ...
Performance evaluation of route optimization management of producer mobility...
Access strategies ppt_ind
Ieee acm transactions 2018 on networking topics with abstract for final year ...
Ieee transactions on networking 2018 Title with Abstract

More from LeMeniz Infotech (20)

PDF
A fast fault tolerant architecture for sauvola local image thresholding algor...
PDF
A dynamically reconfigurable multi asip architecture for multistandard and mu...
PDF
Interleaved digital power factor correction based on the sliding mode approach
PDF
Bumpless control for reduced thd in power factor correction circuits
PDF
A bidirectional single stage three phase rectifier with high-frequency isolat...
PDF
A bidirectional three level llc resonant converter with pwam control
PDF
Efficient single phase transformerless inverter for grid tied pvg system with...
PDF
Highly reliable transformerless photovoltaic inverters with leakage current a...
PDF
Grid current-feedback active damping for lcl resonance in grid-connected volt...
PDF
Delay dependent stability of single-loop controlled grid-connected inverters ...
PDF
Connection of converters to a low and medium power dc network using an induct...
PDF
Stamp enabling privacy preserving location proofs for mobile users
PDF
Sbvlc secure barcode based visible light communication for smartphones
PDF
Read2 me a cloud based reading aid for the visually impaired
PDF
Privacy preserving location sharing services for social networks
PDF
Pass byo bring your own picture for securing graphical passwords
PDF
Eplq efficient privacy preserving location-based query over outsourced encryp...
PDF
Analyzing ad library updates in android apps
PDF
An exploration of geographic authentication scheme
PDF
Dotnet IEEE Projects 2016-2017 | Dotnet IEEE Projects Titles 2016-2017
A fast fault tolerant architecture for sauvola local image thresholding algor...
A dynamically reconfigurable multi asip architecture for multistandard and mu...
Interleaved digital power factor correction based on the sliding mode approach
Bumpless control for reduced thd in power factor correction circuits
A bidirectional single stage three phase rectifier with high-frequency isolat...
A bidirectional three level llc resonant converter with pwam control
Efficient single phase transformerless inverter for grid tied pvg system with...
Highly reliable transformerless photovoltaic inverters with leakage current a...
Grid current-feedback active damping for lcl resonance in grid-connected volt...
Delay dependent stability of single-loop controlled grid-connected inverters ...
Connection of converters to a low and medium power dc network using an induct...
Stamp enabling privacy preserving location proofs for mobile users
Sbvlc secure barcode based visible light communication for smartphones
Read2 me a cloud based reading aid for the visually impaired
Privacy preserving location sharing services for social networks
Pass byo bring your own picture for securing graphical passwords
Eplq efficient privacy preserving location-based query over outsourced encryp...
Analyzing ad library updates in android apps
An exploration of geographic authentication scheme
Dotnet IEEE Projects 2016-2017 | Dotnet IEEE Projects Titles 2016-2017

Recently uploaded (20)

PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
sap open course for s4hana steps from ECC to s4
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
cuic standard and advanced reporting.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
MYSQL Presentation for SQL database connectivity
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Dropbox Q2 2025 Financial Results & Investor Presentation
Building Integrated photovoltaic BIPV_UPV.pdf
Mobile App Security Testing_ A Comprehensive Guide.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
sap open course for s4hana steps from ECC to s4
The Rise and Fall of 3GPP – Time for a Sabbatical?
The AUB Centre for AI in Media Proposal.docx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Diabetes mellitus diagnosis method based random forest with bat algorithm
Unlocking AI with Model Context Protocol (MCP)
Advanced methodologies resolving dimensionality complications for autism neur...
Understanding_Digital_Forensics_Presentation.pptx
Digital-Transformation-Roadmap-for-Companies.pptx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
cuic standard and advanced reporting.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Chapter 3 Spatial Domain Image Processing.pdf
MYSQL Presentation for SQL database connectivity

Cooperative caching for efficient data access in disruption tolerant networks

  • 1. LeMeniz Infotech 36, 100 feet Road, Natesan Nagar(Near Indira Gandhi Statue, Next to Fish-O-Fish), Pondicherry-605 005 Call: 0413-4205444, +91 99625 88976, 95663 55386. For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 /9566355386 Do Your Projects With Domain Experts COOPERATIVE CACHING FOR EFFICIENT DATA ACCESS IN DISRUPTION TOLERANT NETWORKS ABSTRACT Disruption tolerant networks (DTNs) are characterized by low node density, unpredictable node mobility, and lack of global network information. Most of current research efforts in DTNs focus on data forwarding, but only limited work has been done on providing efficient data access to mobile users. A novel approach is proposed to support cooperative caching in DTNs, which enables the sharing and coordination of cached data among multiple nodes and reduces data access delay. The basic idea is to intentionally cache data at a set of network central locations (NCLs), which can be easily accessed by other nodes in the network. To propose an efficient scheme that ensures appropriate NCL selection based on a probabilistic selection metric and coordinates multiple caching nodes to optimize the tradeoff between data accessibility and caching overhead. Extensive trace-driven simulations show that this approach significantly improves data access performance compared to existing schemes.
  • 2. LeMeniz Infotech 36, 100 feet Road, Natesan Nagar(Near Indira Gandhi Statue, Next to Fish-O-Fish), Pondicherry-605 005 Call: 0413-4205444, +91 99625 88976, 95663 55386. For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 /9566355386 Do Your Projects With Domain Experts OBJECTIVE OF STUDY Objective is to efficiently support cooperative caching in DTNs. For this, to propose a method to cache data at a set of network central locations (NCLs), each of which corresponds to a group of mobile nodes being easily accessed by other nodes in the network. To ensure that popular data are always cached nearer to the central nodes via dynamic cache replacement based on query history. To propose a data access scheme to probabilistically coordinate multiple caching nodes for responding to user queries. INTRODUCTION Disruption tolerant networks (DTNs) consist of mobile devices that contact each other opportunistically. Due to the low node density and unpredictable node mobility, only intermittent network connectivity exists in DTNs, and the subsequent difficulty of maintaining end-to end communication links makes it necessary to use “carry and- forward” methods for data transmission. Examples of such networks include groups of individuals moving in disaster recovery areas, military battlefields, or urban sensing applications. In such networks, node mobility is exploited to let mobile nodes carry data as relays and forward data opportunistically when contacting others. The key problem is, therefore, how to determine the appropriate relay selection strategy. Although forwarding schemes have been proposed in DTNs, there is limited research on providing efficient data access to mobile users, despite the importance
  • 3. LeMeniz Infotech 36, 100 feet Road, Natesan Nagar(Near Indira Gandhi Statue, Next to Fish-O-Fish), Pondicherry-605 005 Call: 0413-4205444, +91 99625 88976, 95663 55386. For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 /9566355386 Do Your Projects With Domain Experts of data accessibility in many mobile applications. For example, it is desirable that smart phone users can find interesting digital content from their nearby peers. In vehicular ad-hoc networks (VANETs), the availability of live traffic information will be beneficial for vehicles to avoid traffic delays. In these applications, data are only requested by mobile users whenever needed, and requesters do not know data locations in advance. The destination of data is, hence, unknown when data are generated. This communication paradigm differs from publish/subscribe systems in which data are forwarded by broker nodes to users according to their data subscriptions. Appropriate network design is needed to ensure that data can be promptly accessed by requesters in such cases. PROBLEM STATEMENT A common technique used to improve data access performance is caching, i.e., to cache data at appropriate network locations based on query history, so that queries in the future can be responded with less delay. Although cooperative caching has been studied for both web-based applications and wireless ad hoc networks to allow sharing and coordination among multiple caching nodes, it is difficult to be realized in DTNs due to the lack of persistent network connectivity. First, the opportunistic network connectivity complicates the estimation of data transmission delay, and furthermore makes it difficult to determine appropriate caching locations for reducing data access delay. This difficulty is also raised by the incomplete information at individual nodes about query history. Second, due to the uncertainty of data transmission, multiple data copies need to be cached at different
  • 4. LeMeniz Infotech 36, 100 feet Road, Natesan Nagar(Near Indira Gandhi Statue, Next to Fish-O-Fish), Pondicherry-605 005 Call: 0413-4205444, +91 99625 88976, 95663 55386. For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 /9566355386 Do Your Projects With Domain Experts locations to ensure data accessibility. The difficulty in coordinating multiple caching nodes makes it hard to optimize the tradeoff between data accessibility and caching overhead. PROBLEM SOLUTION A novel scheme to be proposed address the aforementioned challenges and to efficiently support cooperative caching in DTNs. Intentionally cache data at a set of network central locations (NCLs), each of which corresponds to a group of mobile nodes being easily accessed by other nodes in the network. Each NCL is represented by a central node, which has high popularity in the network and is prioritized for caching data. Due to the limited caching buffer of central nodes, multiple nodes near a central node may be involved for caching, and it ensures that popular data are always cached nearer to the central nodes via dynamic cache replacement based on query history. To develop an efficient approach to NCL selection in DTNs based on a probabilistic selection metric. The selected NCLs achieve high chances for prompt response to user queries with low overhead in network storage and transmission. To propose a data access scheme to probabilistically coordinate multiple caching nodes for responding to user queries.
  • 5. LeMeniz Infotech 36, 100 feet Road, Natesan Nagar(Near Indira Gandhi Statue, Next to Fish-O-Fish), Pondicherry-605 005 Call: 0413-4205444, +91 99625 88976, 95663 55386. For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 /9566355386 Do Your Projects With Domain Experts EXISTING SYSTEM  Data forwarding in DTNs originates from Epidemic routing, which floods the entire network.  Efficient relay selection metrics were proposed to approach the performance of Epidemic routing with lower forwarding cost, based on prediction of node contacts in the future.  The social network properties of node contact patterns, such as the centrality and community structures, have also been also exploited for relay selection in recent social-based data forwarding schemes.  Compare-and-Forward method is used, where a relay forwards data to another node whose metric value is higher than itself.  Delegation forwarding reduces forwarding cost by only forwarding data to nodes with the highest metric.  Data access in DTNs, provided in various ways, data can be disseminated to appropriate users based on their interest profiles. Publish/ subscribe systems were used for data dissemination, where social community structures are usually exploited to determine broker nodes.  Caching is another way to provide data access. Cooperative caching in wireless ad hoc networks was studied, in which each node caches pass-by
  • 6. LeMeniz Infotech 36, 100 feet Road, Natesan Nagar(Near Indira Gandhi Statue, Next to Fish-O-Fish), Pondicherry-605 005 Call: 0413-4205444, +91 99625 88976, 95663 55386. For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 /9566355386 Do Your Projects With Domain Experts data based on data popularity, so that queries in the future can be responded with less delay. Disadvantages  Always keeps a single data copy and Spray-and-Wait holds a fixed number of data copies, most schemes dynamically determine the number of data copies.  Under cooperative caching, Peer-to-peer data sharing and access among mobile users are generally neglected. PROPOSED SYSTEM  To propose a novel scheme to address the aforementioned challenges and to efficiently support cooperative caching in DTNs.  Intentionally cache data at a set of network central locations (NCLs), each of which corresponds to a group of mobile nodes being easily accessed by other nodes in the network.  Each NCL is represented by a central node, which has high popularity in the network and is prioritized for caching data.  Due to the limited caching buffer of central nodes, multiple nodes near a central node may be involved for caching, and it ensures that popular data
  • 7. LeMeniz Infotech 36, 100 feet Road, Natesan Nagar(Near Indira Gandhi Statue, Next to Fish-O-Fish), Pondicherry-605 005 Call: 0413-4205444, +91 99625 88976, 95663 55386. For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 /9566355386 Do Your Projects With Domain Experts are always cached nearer to the central nodes via dynamic cache replacement based on query history.  To develop an efficient approach to NCL selection in DTNs based on a probabilistic selection metric. The selected NCLs achieve high chances for prompt response to user queries with low overhead in network storage and transmission.  To propose a data access scheme to probabilistically coordinate multiple caching nodes for responding to user queries.  To propose a utility-based cache replacement scheme to dynamically adjust cache locations based on query history Advantages  Optimize the tradeoff between data accessibility and caching overhead, to minimize the average number of cached data copies in the network.  Achieves good tradeoff between the data accessibility and access delay. LITERATURE SUMMARY Research on data forwarding in DTNs originates from Epidemic routing, which floods the entire network. Some later studies focus on proposing efficient relay selection metrics to approach the performance of Epidemic routing with lower forwarding cost, based on prediction of node contacts in the future. Some schemes
  • 8. LeMeniz Infotech 36, 100 feet Road, Natesan Nagar(Near Indira Gandhi Statue, Next to Fish-O-Fish), Pondicherry-605 005 Call: 0413-4205444, +91 99625 88976, 95663 55386. For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 /9566355386 Do Your Projects With Domain Experts do such prediction based on their mobility patterns, which are characterized by Kalman filter or semi-Markov chains. In some other schemes, node contact pattern is exploited as abstraction of node mobility pattern for better prediction accuracy, based on the experimental and theoretical analysis of the node contact characteristics. The social network properties of node contact patterns, such as the centrality and community structures, have also been also exploited for relay selection in recent social-based data forwarding schemes. The aforementioned metrics for relay selection can be applied to various forwarding strategies, which differ in the number of data copies created in the network. While the most conservative strategy always keeps a single data copy and Spray-and-Wait holds a fixed number of data copies, most schemes dynamically determine the number of data copies. In Compare-and-Forward, a relay forwards data to another node whose metric value is higher than itself. Delegation forwarding reduces forwarding cost by only forwarding data to nodes with the highest metric. Data access in DTNs, on the other hand, can be provided in various ways. Data can be disseminated to appropriate users based on their interest profiles. Publish/ subscribe systems were used for data dissemination, where social community structures are usually exploited to determine broker nodes. In other schemes without brokers, data items are grouped into predefined channels, and are disseminated based on users’ subscriptions to these channels. Caching is another
  • 9. LeMeniz Infotech 36, 100 feet Road, Natesan Nagar(Near Indira Gandhi Statue, Next to Fish-O-Fish), Pondicherry-605 005 Call: 0413-4205444, +91 99625 88976, 95663 55386. For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 /9566355386 Do Your Projects With Domain Experts way to provide data access. Cooperative caching in wireless ad hoc networks was studied, in which each node caches pass-by data based on data popularity, so that queries in the future can be responded with less delay. Caching locations are selected incidentally among all the network nodes. Some research efforts have been made for caching in DTNs, but they only improve data accessibility from infrastructure network such as WiFi access points (APs) or Internet. Peer-to-peer data sharing and access among mobile users are generally neglected. Distributed determination of caching policies for minimizing data access delay has been studied in DTNs, assuming simplified network conditions. It is assumed that all the nodes contact each other with the same rate. Users are artificially partitioned into several classes such that users in the same class are identical. Data are intentionally cached at appropriate network locations with generic data and query models, but these caching locations are determined based on global network knowledge.
  • 10. LeMeniz Infotech 36, 100 feet Road, Natesan Nagar(Near Indira Gandhi Statue, Next to Fish-O-Fish), Pondicherry-605 005 Call: 0413-4205444, +91 99625 88976, 95663 55386. For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 /9566355386 Do Your Projects With Domain Experts HARDWARE REQUIREMENTS Processor : Any Processor above 500 MHz. Ram : 128Mb. Hard Disk : 10 Gb. Compact Disk : 650 Mb. Input device : Standard Keyboard and Mouse. Output device : VGA and High Resolution Monitor. SOFTWARE SPECIFICATION Operating System : Windows Family. Pages developed using : Java Swing Techniques : JDK 1.5 or higher Database : MySQL 5.0
  • 11. LeMeniz Infotech 36, 100 feet Road, Natesan Nagar(Near Indira Gandhi Statue, Next to Fish-O-Fish), Pondicherry-605 005 Call: 0413-4205444, +91 99625 88976, 95663 55386. Query Reply For More Projects Titles Visits : www.lemenizinfotech.com | Call Us : 9962588976 /9566355386 Do Your Projects With Domain Experts SYSTEM ARCHITECTURE Node A Query Nearest NCL Server Allocate NCL Query Reply Cache memory Node Query NCL – Network Central Location