<div dir="ltr">Thanks everyone.<div><br></div><div>Lixia,</div><div>you were right, I was looking for the third point.</div><div><br></div><div>Wentao,</div><div>Thanks for the clarification about NDNFS</div><div><br></div><div>So If I run ChronoSync, it will provide me with eventual consistency but there are timers associated with them which might make things bit difficult and complex. Do you think that is timers(as in ChornoSync) is the right way to go forward or was it more like Proof Of Concept to showcase that synchronization is possible? Personally I don't like timers which are associated with network (in this case propagation delay), I had really bad experience when I did beacon synchronization which was almost like the one mentioned in ChronoSync in my earlier project and every time we end up changing the timers.</div><div><br></div><div>Regards</div><div>Aniesh</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 25, 2015 at 9:22 AM, Wentao Shang <span dir="ltr"><<a href="mailto:wentaoshang@gmail.com" target="_blank">wentaoshang@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
> On Aug 24, 2015, at 6:12 AM, aniesh chawla <<a href="mailto:chawla.aniesh@gmail.com">chawla.aniesh@gmail.com</a>> wrote:<br>
><br>
</span><span class="">> Hello Everyone,<br>
><br>
> I have a very basic doubt which I could not resolve while reading documentation of NDN. I would like to also take this as research topic if my doubt is valid.<br>
><br>
> The question is:<br>
> How is the consistency of data maintained in the network? Since, NDN is "pull" based networking and lets say there is change in file version at one of the node and not in other nodes. I can see the this can be achieved through NDNFS, but still the other nodes will not have change in version of the file. So, how will the new node who is requesting for that file will get to know which version to ask for?<br>
<br>
</span>Hi Aniesh,<br>
<br>
As Lixia said in her reply, NDN is a layer-3 protocol. While it moves some of the application layer functionalities into the network layer, it cannot solve every problem the application faces.<br>
<br>
NDNFS is a piece of software that demonstrates the idea of integrating application data unit (i.e., file blocks) with network data unit (i.e., NDN data packets). It was originally designed to be a local file system without any remote replication. Therefore the data consistency issue was conveniently ignored.<br>
<br>
If you need synchronization across multiple copies of the data, you may run your application on top of ChronoSync, which gives you some form of eventual consistency.<br>
<br>
Best,<br>
Wentao<br>
<span class="im HOEnZb"><br>
> If we use NDNS to resolve every such query and we use time stamp as version then also it should be propagated throughout the network? I also see that Chrono-sync does something like this but it has waiting timer for propagation delays. So either NDNS is talking to every node in the whole network or some other way.<br>
><br>
> Is my understanding correct or am I missing something here?<br>
><br>
> Thanks a lot<br>
><br>
> Regards<br>
> Aniesh<br>
</span><div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> Ndn-interest mailing list<br>
> <a href="mailto:Ndn-interest@lists.cs.ucla.edu">Ndn-interest@lists.cs.ucla.edu</a><br>
> <a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest" rel="noreferrer" target="_blank">http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest</a><br>
<br>
</div></div></blockquote></div><br></div>