<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
The NDN testbed currently uses udp tunnels between the hub nodes, but it is not restricted to using udp tunnels.  Other types tunnels can be used if there is a strong case for them.  Right now the tunnels are automatically set up by NLSR when it starts up,
 but we are moving this part out of NLSR.  Operators should then put the tunnel setup in NFD startup scripts and they can choose whichever type of tunnel that fits the purpose.<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 Oct 21, 2016, at 7:50 AM, Muhammad Hosain Abdollahi Sabet <<a href="mailto:mhasabet@gmail.com" class="">mhasabet@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">
<div class="gmail_default" style="font-family:tahoma,sans-serif">Hi Matteo,<br class="">
</div>
<div class="gmail_default" style="font-family:tahoma,sans-serif"><br class="">
As far as I know all of underlying connections are established on udp tunnels. You are registering a prefix on a faceUri, which is on a udp tunnel. But nfd cares about prefixes(names) and faces, and what the underlying of the face is, is out of scope of nfd.<br class="">
<br class="">
</div>
<div class="gmail_default" style="font-family:tahoma,sans-serif">Thanks,<br class="">
</div>
<div class="gmail_default" style="font-family:tahoma,sans-serif">Sabet<br class="">
</div>
<div class="gmail_extra"><br class="">
<div class="gmail_quote">On Fri, Oct 21, 2016 at 3:59 PM, Matteo Bertolino <span dir="ltr" class="">
<<a href="mailto:Matteo.Bertolino@eurecom.fr" target="_blank" class="">Matteo.Bertolino@eurecom.fr</a>></span> wrote:<br class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear Christos,<br class="">
thank you for your answer. Yes I expressed bad myself, however the point of my question was your sentece:<span class=""><br class="">
<br class="">
"In many cases the face will use an IP tunnel to get to the next hop."<br class="">
<br class="">
</span>I would like to deepen this point actually. Precisely, how? Is it a TCP tunnel, an UDP tunnel, do you know where I can check how this tunnel is created?<br class="">
<br class="">
Thank you very much.<br class="">
Yours,<br class="">
Matteo
<div class="HOEnZb">
<div class="h5"><br class="">
<br class="">
<br class="">
Quoting Christos Papadopoulos <<a href="mailto:christos@colostate.edu" target="_blank" class="">christos@colostate.edu</a>>:<br class="">
<br class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Matteo,<br class="">
<br class="">
Are you connected to the NDN testbed through a node local to you? If<br class="">
yes, you would send an interest to your local NDN node, and that node<br class="">
will in turn route your interest to the closest node that advertises<br class="">
the content you are looking for.<br class="">
<br class="">
Remember that with NDN you no longer communicate with other nodes<br class="">
(unless they are named explicitly), you request content. Your Interest<br class="">
will be directed to the closest provider of the content, which may be<br class="">
your local node, if the content was cached there.<br class="">
<br class="">
Now assuming that you requested content that is currently only<br class="">
available through a publisher in the US, then your local node will<br class="">
select a face to forward the Interest based on what NLSR (the NDN<br class="">
routing protocol) specifies. In many cases the face will use an IP<br class="">
tunnel to get to the next hop. Eventually your Interest will reach the<br class="">
US publisher through a series of hops determined by the routing<br class="">
protocol.<br class="">
<br class="">
Not sure if this helps you, but I wanted to point out that in NDN the<br class="">
term "I want to communicate with a node in the US" is not meaningful.<br class="">
<br class="">
Christos.<br class="">
<br class="">
<br class="">
<br class="">
On 10/21/2016 05:21 AM, Matteo Bertolino wrote:<br class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Good morning community,<br class="">
I am wondering whether a little literature about the Testbed  architecture is available.<br class="">
<br class="">
I search something that probably is not included in the category  "Testbed" on the official site.<br class="">
<br class="">
I mean, suppose that I am in Italy and I would like to communicate  with a node in US. I send an Interest, then I suppose that the  request is encapsulated in an IP request in order to arrive to  destination.<br class="">
Is it correct? Can I know more about the practical steps?<br class="">
<br class="">
Bests, Matteo<br class="">
<br class="">
------------------------------<wbr class="">------------------------------<wbr class="">------------------- This message was sent using EURECOM Webmail: 
<a href="http://webmail.eurecom.fr/" rel="noreferrer" target="_blank" class="">http://webmail.eurecom.fr</a><br class="">
<br class="">
______________________________<wbr class="">_________________<br class="">
Ndn-interest mailing list<br class="">
<a href="mailto:Ndn-interest@lists.cs.ucla.edu" target="_blank" class="">Ndn-interest@lists.cs.ucla.edu</a><br class="">
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest" rel="noreferrer" target="_blank" class="">http://www.lists.cs.ucla.edu/m<wbr class="">ailman/listinfo/ndn-interest</a><br class="">
</blockquote>
<br class="">
______________________________<wbr class="">_________________<br class="">
Ndn-interest mailing list<br class="">
<a href="mailto:Ndn-interest@lists.cs.ucla.edu" target="_blank" class="">Ndn-interest@lists.cs.ucla.edu</a><br class="">
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest" rel="noreferrer" target="_blank" class="">http://www.lists.cs.ucla.edu/m<wbr class="">ailman/listinfo/ndn-interest</a><br class="">
</blockquote>
<br class="">
<br class="">
<br class="">
------------------------------<wbr class="">------------------------------<wbr class="">-------------------<br class="">
This message was sent using EURECOM Webmail: <a href="http://webmail.eurecom.fr/" rel="noreferrer" target="_blank" class="">
http://webmail.eurecom.fr</a><br class="">
<br class="">
<br class="">
______________________________<wbr class="">_________________<br class="">
Ndn-interest mailing list<br class="">
<a href="mailto:Ndn-interest@lists.cs.ucla.edu" target="_blank" class="">Ndn-interest@lists.cs.ucla.edu</a><br class="">
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest" rel="noreferrer" target="_blank" class="">http://www.lists.cs.ucla.edu/m<wbr class="">ailman/listinfo/ndn-interest</a><br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</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="">
</body>
</html>