<div dir="ltr"><div dir="ltr">Hi Arif<div><br></div><div>Yes, it is possible to broadcast Interests without expecting reply Data.</div><div><br></div><div>As mentioned in NDN Protocol Design Principles <a href="https://named-data.net/project/ndn-design-principles/">https://named-data.net/project/ndn-design-principles/</a> :</div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div dir="ltr"><div>Hop-by-Hop Flow Balance: Over each link, one interest packet should bring back no more than one data packet.<br></div></div></blockquote><div dir="ltr"><div>This means, sending one Interest and receiving zero Data does not violate the NDN protocol.<br></div><div><br></div><div>However, using one-way Interests is not recommended. It has several drawbacks:</div><div><ul><li>You don't get NDN's caching benefit because Interests cannot be cached.</li><li>You don't get NDN's security benefit because Interests are generally not signed. Although signed Interests exist, they are for specialized cases such as prefix registration commands.</li><li>There's no feedback on whether your one-way Interests are received by the recipients.</li></ul></div><div><br></div><div>If you found you need one-way Interests, you are better off using UDP multicast.<br></div><div><br></div><div>Yours, Junxiao</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 15, 2020 at 11:24 AM Arif Hussain Magsi <<a href="mailto:ahmagsi@sau.edu.pk">ahmagsi@sau.edu.pk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr"><p style="text-align:center"><font color="red"><strong>External Email</strong><br></font></p>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Dear all,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Can you please guide me regarding following issue?</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
In NDN, if a node wants to share some information by broadcasting an interest packet among the neighboring nodes. The neighboring nodes can only store the information in their PIT without sending back any data packet. is it possible in NDN.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Rather than using Pub/sub approach, I want to utilize interest message itself.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div id="gmail-m_702502352085826684Signature">
<div>
<div id="gmail-m_702502352085826684divtagdefaultwrapper" dir="ltr" style="font-size:12pt;color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif">
<p style="margin-top:0px;margin-bottom:0px"></p>
<div style="font-family:sans-serif;font-size:14.6667px;margin:0px;padding:0px">
<span style="font-size:11pt">With Best Regards,</span><br>
</div>
<div style="font-family:sans-serif;font-size:14.6667px;margin:0px;padding:0px">
<font face="sans-serif" size="2" color="black"><span style="font-size:11pt"><br>
Arif Hussain Magsi<br>
</span></font></div>
<div style="font-family:sans-serif;font-size:14.6667px;margin:0px;padding:0px"><br></div></div></div></div></div></div>
</blockquote></div></div>