<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="">
Tanusree,
<div class=""><br class="">
</div>
<div class="">Yes, the forwarding works more or less as you described, except that the nodes use their LSDB to construct their FIB which is used for finding the next hop.  LSDB contains the raw connectivity (topology) information.  Nodes run a shortest path
 algorithm on the network topology to compute the FIB.</div>
<div class=""><br class="">
</div>
<div class="">A correction on Alvy’s answer to your previous question: because the Sync name prefix uses a multicast forwarding strategy, there should be a pending Sync interest on every link in each direction, so whenever one node sends a Sync reply, it should
 be delivered to all the other nodes in the network following the PIT entries (unless a PIT entry doesn’t exist on a particular link for some reason).  <br class="">
<div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica;  font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; " class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica;  font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; " class="">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; " class="">
<div class=""><br class="Apple-interchange-newline">
Lan</div>
</div>
</span></div>
</div>
</div>
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Sep 6, 2016, at 3:29 PM, Tanusree Chatterjee <<a href="mailto:tnsr.chatterjee@gmail.com" class="">tnsr.chatterjee@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<p dir="ltr" class="">Thank you for the response. <br class="">
Whether the forwarding is exactly in the following way?<br class="">
If say node A finds from LSDB that a data is found at say node F then it detects the next hop to reach F from routing table and forwards the interest to that next hop say B. Now, if the data is not found in the CS of B then again B finds from LSDB where the
 data can be found and again detects the next hop from routing table to reach to the data.</p>
<p dir="ltr" class="">Thank you for your attention.</p>
<p dir="ltr" class="">Regards,<br class="">
Tanusree Chatterjee</p>
<div class="gmail_quote">On Sep 7, 2016 12:16 AM, "Muktadir R Chowdhury (mrchwdhr)" <<a href="mailto:mrchwdhr@memphis.edu" class="">mrchwdhr@memphis.edu</a>> wrote:<br type="attribution" class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr" class="">
<div style="font-size: 12pt; background-color: rgb(255, 255, 255); font-family: Calibri, Arial, Helvetica, sans-serif;" class="">
<p class="">Yes It will be propagated the same way. </p>
<p class="">After A's neighbors update their LSA's as per A's, they will update their sync digest and respond to their neighbors' sync interest with the updated digest. Now A's neighbor's neighbors know there is a change in the LSDB and they will express interest
 to fetch the update. This way the change will be propagated throughout the network.</p>
<p class=""><br class="">
</p>
<p class="">Alvy</p>
<br class="">
<br class="">
<div style="" class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">
<blockquote type="cite" class="">
<div class="">Begin forwarded message:</div>
<br class="">
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px" class="">
<span class=""><b class="">From: </b></span><span class="">Tanusree Chatterjee <<a href="mailto:tnsr.chatterjee@gmail.com" target="_blank" class="">tnsr.chatterjee@gmail.com</a>><br class="">
</span></div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px" class="">
<span class=""><b class="">Subject: </b></span><span class=""><b class="">Re: [Ndn-interest] Periodic sync interest</b><br class="">
</span></div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px" class="">
<span class=""><b class="">Date: </b></span><span class="">September 4, 2016 at 9:29:49 AM CDT<br class="">
</span></div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px" class="">
<span class=""><b class="">To: </b></span><span class="">"Lan Wang (lanwang)" <<a href="mailto:lanwang@memphis.edu" target="_blank" class="">lanwang@memphis.edu</a>><br class="">
</span></div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px" class="">
<span class=""><b class="">Cc: </b></span><span class=""><a href="mailto:ndn-interest@lists.cs.ucla.edu" target="_blank" class="">ndn-interest@lists.cs.ucla.edu</a><br class="">
</span></div>
<br class="">
<div class="">
<p dir="ltr" class="">Hello,<br class="">
Can you tell me whenever there is a change in LSA of a node A, it is updated in the neighbors of that node easily as there is periodic sync interest exchanged among the neighbors. Then how this change will be propagated to the neighbors of neighbors of A? In
 the same way i.e. the neighbors of A replies to the sync interest from its neighbors with the change?</p>
<p dir="ltr" class="">Thank you for your attention.</p>
<p dir="ltr" class="">Regards,<br class="">
Tanusree Chatterjee</p>
<div class="gmail_quote">On Aug 11, 2016 6:25 PM, "Lan Wang (lanwang)" <<a href="mailto:lanwang@memphis.edu" target="_blank" class="">lanwang@memphis.edu</a>> wrote:<br type="attribution" class="">
<blockquote class="gmail_quote" style="border-left:1px #ccc solid">
<div dir="auto" class="">
<div class=""><br class="">
</div>
<div class="">On Aug 10, 2016, at 1:18 PM, Tanusree Chatterjee <<a href="mailto:tnsr.chatterjee@gmail.com" target="_blank" class="">tnsr.chatterjee@gmail.com</a>> wrote:<br class="">
<br class="">
</div>
<blockquote type="cite" class="">
<div class="">
<p dir="ltr" class="">Hello,</p>
<p dir="ltr" class="">Can anyone please tell me whether each router sends the periodic sync interests to all other routers in the network or only its direct neighbors? Is it a hop by hop notification when there is any updates? Or the node where the update occurred,
 floods the update to all other nodes in a data packet?</p>
</div>
</blockquote>
<div class=""><br class="">
</div>
The sync interests are sent using a multicast strategy, but they should be aggregated when every node has the same sync digest (thus same interest).  So when the network is stable, only one sync interest is sent per link per direction.
<div class=""><br class="">
</div>
<div class="">Lan<br class="">
<blockquote type="cite" class="">
<div class=""><span class="">______________________________<wbr class="">_________________</span><br class="">
<span class="">Ndn-interest mailing list</span><br class="">
<span class=""><a href="mailto:Ndn-interest@lists.cs.ucla.edu" target="_blank" class="">Ndn-interest@lists.cs.ucla.edu</a></span><br class="">
<span class=""><a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest" target="_blank" class="">http://www.lists.cs.ucla.edu/m<wbr class="">ailman/listinfo/ndn-interest</a></span><br class="">
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
<br class="">
<div class=""><br class="webkit-block-placeholder">
</div>
</div>
<div style="color:#fff;min-height:0" class="">__._,_.___</div>
<div style="clear:both" class=""></div>
<div style="margin-top:10px" class="">
<hr style="min-height:2px;border-width:0;color:#e3e3e3;background-color:#e3e3e3" class="">
Posted by: "Lan Wang (lanwang)" <<a href="mailto:lanwang@memphis.edu" target="_blank" class="">lanwang@memphis.edu</a>>
<hr style="min-height:2px;border-width:0;color:#e3e3e3;background-color:#e3e3e3" class="">
</div>
<div style="clear:both" class=""></div>
<table cellspacing="4px" style="margin-top:10px;margin-bottom:10px;color:#2d50fd" class="">
<tbody class="">
<tr class="">
<td style="font-size:12px;font-family:arial;font-weight:bold;padding:7px 5px 5px" class="">
<a href="https://groups.yahoo.com/neo/groups/NetlabMemphis/conversations/messages/5222;_ylc=X3oDMTJxNXR1dm90BF9TAzk3MzU5NzE0BGdycElkAzIxMjY3MDI0BGdycHNwSWQDMTcwNTAwNDcyNgRtc2dJZAM1MjIyBHNlYwNmdHIEc2xrA3JwbHkEc3RpbWUDMTQ3MzE4NjQ5Ng--?act=reply&messageNum=5222" style="text-decoration:none;color:#2d50fd" target="_blank" class="">Reply
 via web post</a> </td>
<td class="">•</td>
<td style="font-size:12px;font-family:arial;padding:7px 5px 5px" class=""><a href="mailto:lanwang@memphis.edu?subject=Re%3A%20Fwd%3A%20%5BNdn-interest%5D%20Periodic%20sync%20interest" style="text-decoration:none;color:#2d50fd" target="_blank" class="">Reply
 to sender </a></td>
<td class="">•</td>
<td style="font-size:12px;font-family:arial;padding:7px 5px 5px" class=""><a href="mailto:NetlabMemphis@yahoogroups.com?subject=Re%3A%20Fwd%3A%20%5BNdn-interest%5D%20Periodic%20sync%20interest" style="text-decoration:none;color:#2d50fd" target="_blank" class="">Reply
 to group </a></td>
<td class="">•</td>
<td style="font-size:12px;font-family:arial;padding:7px 5px 5px" class=""><a href="https://groups.yahoo.com/neo/groups/NetlabMemphis/conversations/newtopic;_ylc=X3oDMTJmNnYwbWxvBF9TAzk3MzU5NzE0BGdycElkAzIxMjY3MDI0BGdycHNwSWQDMTcwNTAwNDcyNgRzZWMDZnRyBHNsawNudHBjBHN0aW1lAzE0NzMxODY0OTY-" style="text-decoration:none;color:#2d50fd" target="_blank" class="">Start
 a New Topic</a> </td>
<td class="">•</td>
<td style="font-size:12px;font-family:arial;padding:7px 5px 5px;color:#2d50fd" class="">
<a href="https://groups.yahoo.com/neo/groups/NetlabMemphis/conversations/topics/5222;_ylc=X3oDMTM1NTk5M3FwBF9TAzk3MzU5NzE0BGdycElkAzIxMjY3MDI0BGdycHNwSWQDMTcwNTAwNDcyNgRtc2dJZAM1MjIyBHNlYwNmdHIEc2xrA3Z0cGMEc3RpbWUDMTQ3MzE4NjQ5NgR0cGNJZAM1MjIy" style="text-decoration:none;color:#2d50fd" target="_blank" class="">Messages
 in this topic</a> (1) </td>
</tr>
</tbody>
</table>
<div class="">
<hr style="min-height:2px;border-width:0;color:#e3e3e3;background-color:#e3e3e3" class="">
<div class="">
<div style="margin-bottom:10px" class="">
<div style="background-color:white" class="">
<div style="display:inline" class=""><img name="m_2337466501357561167_tn_file" height="82" width="82" style="padding:0px 10px;vertical-align:top;margin-top:5px" src="https://s.yimg.com/ru/static/images/yg/img/megaphone/1464031581_phpFA8bON" class=""></div>
<div style="display:inline-block" class=""><a rel="nofollow" name="m_2337466501357561167_sub_url" href="https://yho.com/1wwmgg" style="color:#0000ff;display:block;margin-left:5px;text-decoration:none" target="_blank" class=""><span style="font-size:15px" class="">Have
 you tried the highest rated email app?</span></a>
<div style="max-width:530px;padding:2px 5px" class="">With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never
 delete an email again with 1000GB of free cloud storage.</div>
</div>
</div>
</div>
</div>
<hr style="min-height:2px;border-width:0;color:#e3e3e3;background-color:#e3e3e3" class="">
</div>
<div style="background-color:#f2f2f2;font-family:Verdana;font-size:10px;margin-bottom:10px;padding:10px" class="">
<span style="font-weight:bold;color:#333;text-transform:uppercase" class=""><a href="https://groups.yahoo.com/neo/groups/NetlabMemphis/info;_ylc=X3oDMTJmb3M2NjdqBF9TAzk3MzU5NzE0BGdycElkAzIxMjY3MDI0BGdycHNwSWQDMTcwNTAwNDcyNgRzZWMDdnRsBHNsawN2Z2hwBHN0aW1lAzE0NzMxODY0OTY-" style="text-decoration:none" target="_blank" class="">Visit
 Your Group</a></span>
<ul style="list-style-type:none;margin:0;padding:0;display:inline" class="">
</ul>
</div>
<div style="font-family:Arial;font-size:11px;margin-top:5px;padding:0 2px 0 0;clear:both" class="">
<a href="https://groups.yahoo.com/neo;_ylc=X3oDMTJlY2ZoajIxBF9TAzk3MzU5NzE0BGdycElkAzIxMjY3MDI0BGdycHNwSWQDMTcwNTAwNDcyNgRzZWMDZnRyBHNsawNnZnAEc3RpbWUDMTQ3MzE4NjQ5Ng--" style="float:left" target="_blank" class=""><img height="15" width="137" alt="Yahoo! Groups" style="border:0px" src="http://l.yimg.com/ru/static/images/yg/img/email/new_logo/logo-groups-137x15.png" class=""></a>
<div style="color:#747575;float:right" class="">• <a href="https://info.yahoo.com/privacy/us/yahoo/groups/details.html" style="text-decoration:none" target="_blank" class="">
Privacy</a> • <a href="mailto:NetlabMemphis-unsubscribe@yahoogroups.com?subject=Unsubscribe" style="text-decoration:none" target="_blank" class="">
Unsubscribe</a> • <a href="https://info.yahoo.com/legal/us/yahoo/utos/terms/" style="text-decoration:none" target="_blank" class="">
Terms of Use</a> </div>
</div>
<br class="">
</div>
<div style="width:160px;float:right;clear:none;margin:0 0 25px 0;background:#fff" class="">
<div class=""></div>
</div>
<div style="clear:both;color:#fff;font-size:1px" class="">.</div>
</div>
<img width="1" height="1" style="display:none!important" src="http://geo.yahoo.com/serv?s=97359714/grpId=21267024/grpspId=1705004726/msgId=5222/stime=1473186496" class="">
<br class="">
<img width="1" height="1" src="http://y.analytics.yahoo.com/fpc.pl?ywarid=515FB27823A7407E&a=10001310322279&js=no&resp=img&cf12=CP" class="">
<div style="color:#fff;min-height:0" class="">__,_._,___</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
_______________________________________________<br class="">
Ndn-interest mailing list<br class="">
<a href="mailto:Ndn-interest@lists.cs.ucla.edu" class="">Ndn-interest@lists.cs.ucla.edu</a><br class="">
http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest<br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>