<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Please see my answer inline. I am not that familiar with the NDNS implementation, so I will try to answer the questions that I know in the best possible way:<div class=""><div class=""><div class=""><div class=""><div class=""><br class=""></div></div></div></div><div><blockquote type="cite" class=""><div class=""><div class=""><p class=""><font size="2" class="">
Thank you. You scenario works. Regarding to that, there are questions I need to ask you:<br class="">
1- What is the content of test.db?<br class=""></font></p></div></div></blockquote><div>It is the database of the current NDNS instance (storing the records).</div><div><br class=""></div><blockquote type="cite" class=""><div class=""><div class=""><p class=""><font size="2" class="">
2- What is the procedure to add a zone or identity? I guess there should be some key-chain related routine I'm not familiar with.<br class=""></font></p></div></div></blockquote><div>I think that this has to do with this file:</div><div><br class=""></div><div><a href="https://github.com/spirosmastorakis/ndns-scenario/blob/master/extensions/ndns-create-zone.hpp" class="">https://github.com/spirosmastorakis/ndns-scenario/blob/master/extensions/ndns-create-zone.hpp</a></div><blockquote type="cite" class=""><div class=""><div class=""><p class=""><font size="2" class="">
3- What is the difference between Name(Name to be resolved) and Hint(Name Hint) in digApp? They are both set to "/ndn”</font></p></div></div></blockquote>According to the SNAMP paper, a name of some data should be resolved directly to a LINK object that contains a number of globally routable name (forwarding hints). In the current implementation, I think that the name of some data is resolved to a globally routable name directly.<br class=""><blockquote type="cite" class=""><div class=""><div class=""><p class=""><font size="2" class="">
4- From consumer's perspective, firstly a digApp should query for a "hint" for a prefix, then attach query's answer as a Link object to Interest?<br class=""></font></p></div></div></blockquote><div>In theory, the application should retrieve the LINK object directly from NDNS. However, in this case you are right.</div><blockquote type="cite" class=""><div class=""><div class=""><p class=""><font size="2" class="">
5- What relation is in place between what has been done in your scenario, and Link related functions in ndnSIM?<br class=""></font></p></div></div></blockquote><div>Sorry, but I do not understand the question.</div><div><br class=""></div><div>NDNS was Alex’s thesis, so he can elaborate more on the implementation details. Hope that my answer helped though.</div><br class=""></div><div><div class=""><span class="" style="float: none; display: inline !important;">Spyridon (Spyros) Mastorakis</span><br class=""><span class="" style="float: none; display: inline !important;">Personal Website: </span><a href="http://cs.ucla.edu/~mastorakis/" class="">http://cs.ucla.edu/~mastorakis/</a><br class=""><span class="" style="float: none; display: inline !important;">Internet Research Laboratory</span><br class=""><span class="" style="float: none; display: inline !important;">Computer Science Department</span><br class=""><span class="" style="float: none; display: inline !important;">UCLA</span></div><div class=""><span class="" style="float: none; display: inline !important;"><br class=""></span></div></div><br class=""></div></body></html>