[ndnSIM] [EXT] Modifying trust schema/trust model in ndnSIM

Junxiao Shi shijunxiao at email.arizona.edu
Mon Aug 17 19:37:56 PDT 2020


Hi Meban

It's possible, but trust schema is not the strong suit of ndn-cxx, the NDN
library used by ndnSIM.
Specifically, ndn-cxx only has trust schema validator (it's called
ValidatorConfig), but lacks trust schema signer.

ndnSIM is most suitable for simulating a network of many nodes, with models
that represent network links with proper timing and loss probability.
If you don't need these models, it's faster to prototype with Python or
TypeScript.

Yours, Junxiao

On Mon, Aug 17, 2020, 21:53 meban via ndnSIM <ndnsim at lists.cs.ucla.edu>
wrote:

> *External Email*
> Dear All,
>
> Thank you for your prompt reply.
>
> I am interested in the trust schema/trust model aspect of the ndn security.
>
> Does the ndnSIM allows modification of the trust schema/trust model with
> the intention to either:
> (1) extend it or
> (2) integrate it with other existing schema/model or even perhaps
> (3) replace it with a customized schema/model ?
> If yes, I would be grateful if you could please direct me to resources and
> examples relating to the abovesaid topics.
>
> Thank you in advance.
>
> Regards,
> Meban
>
> ------------------------------
> *From: *"Junxiao Shi" <shijunxiao at email.arizona.edu>
> *To: *"meban" <meban at nehu.ac.in>
> *Cc: *"ndnsim" <ndnsim at lists.cs.ucla.edu>
> *Sent: *Friday, August 14, 2020 4:12:42 PM
> *Subject: *Re: [EXT][ndnSIM] Security in ndnSIM
>
> Hi Meban
>
> Security is a really large area. From library point of view, it involves:
> * Crypto.
> * Signing and verification - trust schema, trust model.
> * Encryption, access control.
>
> From network engineering point of view, all kinds attacks fall into
> security as well:
> * Cache poisoning.
> * Interest flooding.
> These are not considered "security" in most NDN libraries.
>
> What specific thing are you looking at?
>
> Please REPLY-ALL to the mailing list and do not reply to individual
> developers.
>
> Yours, Junxiao
>
> On Fri, Aug 14, 2020, 03:49 meban via ndnSIM <ndnsim at lists.cs.ucla.edu>
> wrote:
>
>> *External Email*
>> Dear All,
>>
>> I am doing research on the security aspect of NDN. However, I am facing
>> problems and will be grateful if anyone can clarify the following points.
>>
>> 1. Is it possible to extend the security aspect of ndnSIM?
>>
>> 2. Is it possible to disable the security aspect of ndnSIM and replace it
>> with my own?
>>
>> If yes to either of the given questions, I would be grateful if you can
>> provide me with links to such tutorials and examples for my reference.
>>
>> Thanks in advance.
>>
>> Regards,
>> Meban
>>
>>
> _______________________________________________
> ndnSIM mailing list
> ndnSIM at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20200817/edcdbc1b/attachment.html>


More information about the ndnSIM mailing list