<p dir="ltr">Hello Klaus,</p>
<p dir="ltr">Thank you. It cleared my doubts to some extent. But, you said that there is no notion of connection in NDN and I did not understand what does it exactly mean. <br>
The nfd connection states that after installing NFD in a client machine, we can specify the IP address and port number of the remote NFD, so that NDN packets get encapsulated into UDP or TCP packets and sent to the remote NFD. e.g. nfdc create udp4://<a href="http://192.0.2.1:6363/">192.0.2.1:6363</a>  states the client machine wants to establish a connection with <a href="http://192.0.2.1:6363/">192.0.2.1:6363</a>. Also as Junaxio's explained in my last email answer that NDN-FCH service tells us the IP of the routers near by. However, here I am a bit confused why there is no notion of a connection. As my previous question was when a new ndn node wants to enter in an existing network and establish a connection with a node of the network, it does the above thing, isn't it? Please tell me if I understood anything wrong.</p>
<p dir="ltr">Thanks & Regards,<br>
Tanusree Chatterjee</p>
<div class="gmail_quote">On Nov 19, 2018 11:08 PM, "Klaus Schneider" <<a href="mailto:klaus@cs.arizona.edu">klaus@cs.arizona.edu</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey Tanusree,<br>
<br>
I think it's useful to distinguish between 3 logical entities:<br>
<br>
1. Router -- forwards packets towards a storage location<br>
2. Content Store -- a temporary storage location (can be cleared at any time)<br>
3. Content Repository -- a permanent storage location (in the same sense as today's web servers are "permanent")<br>
<br>
These can all be on the same machine or on a different machine. For example, a core NDN router will probably have a content store, but not a content repository.<br>
<br>
Now to answer your questions:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
So, if a router is down for some reason, what about the data it <br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
stores in its CS and the connections it hold?<br>
</blockquote></blockquote>
<br>
Well, the content store will be unreachable. There is usually no notion of a "connection" in NDN, so other routers should be able to fetch the data from somewhere else.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
If the router is <br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
temporarily down, it can resume to its normal operations sometime later<br>
</blockquote></blockquote>
<br>
Sure. Why not?<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
But if the router is permanently down and there are several data <br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
it produce and there are no more copies of all the data.<br>
</blockquote></blockquote>
<br>
That only matters if the last content repository is down. In this case the data might become unavailable, if all the content stores have cleared the data as well (which they are free to do).<br>
<br>
NDN does not have the goal to permanently replicate every content piece inside the network. The content provider is still responsible for keeping their content repository up and running, and likely wants to provide some redundancy here.<br>
<br>
NDN, however, can help with the scalability: it reduces the load on the content repository when its content objects become more popular.<br>
<br>
<br>
Best regards,<br>
Klaus<br>
<br>
<br>
<br>
On 11/19/18 2:32 AM, Tanusree Chatterjee wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello all,<br>
<br>
In NDN the routers are the busiest and most responsible entity in the network. So, if a router is down for some reason, what about the data it stores in its CS and the connections it hold? If the router is temporarily down, it can resume to its normal operations sometime later.  But if the router is permanently down and there are several data it produce and there are no more copies of all the data. Can there be any network administrator which can have the copies of the data of a router when it is down? If it is a high connectivity node, can network administrator can play a vital roll to take care the connections of the nodes?<br>
<br>
-- Thanks & Regards,<br>
Tanusree Chatterjee<br>
<br>
<br>
______________________________<wbr>_________________<br>
Ndn-interest mailing list<br>
<a href="mailto:Ndn-interest@lists.cs.ucla.edu" target="_blank">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/m<wbr>ailman/listinfo/ndn-interest</a><br>
<br>
</blockquote>
</blockquote></div>