Publications from conferences, workshops, and journals are listed below. Please also see the NDN Technical Reports and Technical Presentations.
2024
Yu, Tianyuan; Ma, Xinyu; Patil, Varun; Kocaogullar, Yekta; Zhang, Lixia
Exploring the Design of Collaborative Applications via the Lens of NDN Workspace Journal Article
In: arXiv preprint arXiv:2407.15234, 2024.
BibTeX | Tags: Applications
@article{yu2024exploring,
title = {Exploring the Design of Collaborative Applications via the Lens of NDN Workspace},
author = {Tianyuan Yu and Xinyu Ma and Varun Patil and Yekta Kocaogullar and Lixia Zhang},
year = {2024},
date = {2024-01-01},
urldate = {2024-01-01},
journal = {arXiv preprint arXiv:2407.15234},
keywords = {Applications},
pubstate = {published},
tppubtype = {article}
}
Yu, Tianyuan; Kong, Zhaoning; Ma, Xinyu; Wang, Lan; Zhang, Lixia
PythonRepo: Persistent In-Network Storage for Named Data Networking Proceedings Article
In: 2024 International Conference on Computing, Networking and Communications (ICNC), pp. 927-931, 2024.
Links | BibTeX | Tags: Applications, Storage
@inproceedings{10556243,
title = {PythonRepo: Persistent In-Network Storage for Named Data Networking},
author = {Tianyuan Yu and Zhaoning Kong and Xinyu Ma and Lan Wang and Lixia Zhang},
doi = {10.1109/ICNC59896.2024.10556243},
year = {2024},
date = {2024-01-01},
urldate = {2024-01-01},
booktitle = {2024 International Conference on Computing, Networking and Communications (ICNC)},
pages = {927-931},
keywords = {Applications, Storage},
pubstate = {published},
tppubtype = {inproceedings}
}
Presley, Justin; Wang, Xi; Ai, Xusheng; Yu, Tianyuan; Brandel, Tym; Podder, Proyash; Patil, Varun; Afanasyev, Alex; Feltus, F. Alex; Zhang, Lixia; Shannigrahi, Susmit
Hydra: A Scalable Decentralized P2P Storage Federation for Large Scientific Datasets Proceedings Article
In: 2024 International Conference on Computing, Networking and Communications (ICNC), pp. 810-816, 2024.
Links | BibTeX | Tags: Applications, Storage
@inproceedings{10556269,
title = {Hydra: A Scalable Decentralized P2P Storage Federation for Large Scientific Datasets},
author = {Justin Presley and Xi Wang and Xusheng Ai and Tianyuan Yu and Tym Brandel and Proyash Podder and Varun Patil and Alex Afanasyev and F. Alex Feltus and Lixia Zhang and Susmit Shannigrahi},
doi = {10.1109/ICNC59896.2024.10556269},
year = {2024},
date = {2024-01-01},
urldate = {2024-01-01},
booktitle = {2024 International Conference on Computing, Networking and Communications (ICNC)},
pages = {810-816},
keywords = {Applications, Storage},
pubstate = {published},
tppubtype = {inproceedings}
}
2023
Patil, Varun; Yu, Tianyuan; Ma, Xinyu; Zhang, Lixia
Decentralized Photo Sharing via Named Data Networking Proceedings Article
In: Proceedings of the 10th ACM Conference on Information-Centric Networking, pp. 118–120, Association for Computing Machinery, New York, NY, USA, 2023, ISBN: 9798400704031.
Abstract | Links | BibTeX | Tags: Applications, decentralization, distributed system, file sharing
@inproceedings{patil_decentralized_2023,
title = {Decentralized Photo Sharing via Named Data Networking},
author = {Varun Patil and Tianyuan Yu and Xinyu Ma and Lixia Zhang},
url = {https://dl.acm.org/doi/10.1145/3623565.3623755},
doi = {10.1145/3623565.3623755},
isbn = {9798400704031},
year = {2023},
date = {2023-10-01},
urldate = {2023-10-01},
booktitle = {Proceedings of the 10th ACM Conference on Information-Centric Networking},
pages = {118–120},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
series = {ACM ICN '23},
abstract = {The semantic naming and data-centric security paradigm of Named Data Networking opens up new possibilities for building decentralized applications. In this poster, we identify some factors that lead to centralization and non-interoperability of cloud services. We present the preliminary design of a photo sharing application as a simple example to articulate how NDN can overcome the lack of cloud-independent user identities, illustrating the process and considerations involved in designing decentralized applications that can provide the features offered by existing cloud services.},
keywords = {Applications, decentralization, distributed system, file sharing},
pubstate = {published},
tppubtype = {inproceedings}
}
Liang, Teng; Huang, Wei; Ma, Xinyu; Zhang, Weizhe; Zhang, Yu; Zhang, Beichuan
PCLive: Bringing Named Data Networking to Internet Livestreaming Proceedings Article
In: Proceedings of the 10th ACM Conference on Information-Centric Networking, pp. 36–45, Association for Computing Machinery, New York, NY, USA, 2023, ISBN: 9798400704031.
Abstract | Links | BibTeX | Tags: Applications, NDNizing applications, network measurement, protocol translation, realtime data distribution
@inproceedings{liang_pclive_2023,
title = {PCLive: Bringing Named Data Networking to Internet Livestreaming},
author = {Teng Liang and Wei Huang and Xinyu Ma and Weizhe Zhang and Yu Zhang and Beichuan Zhang},
url = {https://dl.acm.org/doi/10.1145/3623565.3623711},
doi = {10.1145/3623565.3623711},
isbn = {9798400704031},
year = {2023},
date = {2023-10-01},
urldate = {2023-10-01},
booktitle = {Proceedings of the 10th ACM Conference on Information-Centric Networking},
pages = {36–45},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
series = {ACM ICN '23},
abstract = {The lack of application support is probably the biggest obstacle to ICN/NDN deployment. One approach to tackle this problem is to NDNize existing applications by translating between application-level protocols and NDN, which can benefit from NDN's architectural advantages while minimizing development efforts needed. In this paper, we validate the effectiveness of this approach by applying it to Internet livestreaming, and develop PCLive, a livestreaming system with NDN embedded as its distribution network. PCLive makes minimal changes to an Internet livestreaming architecture, achieving the maximum compatibility with existing components including video players, OBS, and video transcoders. By solving a number of design issues such as HLS/NDN protocol translation, data translation, naming and security, PCLive is able to run over an NDN network and enjoy its architectural benefits. Since December 2021, PCLive has been running on an NDN testbed consisting of cloud servers from seven cities. It can serve almost four times as many clients as an existing livestreaming system can over IP under the same network conditions; at the same time, the average throughput of the bottleneck link in the NDN testbed is 34.8% lower than that in IP. We also evaluate congestion control and adaptive forwarding with PCLive.},
keywords = {Applications, NDNizing applications, network measurement, protocol translation, realtime data distribution},
pubstate = {published},
tppubtype = {inproceedings}
}
Patil, Varun; Otsu, Seiji; Zhang, Lixia
Timers in State Vector Sync Proceedings Article
In: Proceedings of the 10th ACM Conference on Information-Centric Networking, pp. 115–117, Association for Computing Machinery, New York, NY, USA, 2023, ISBN: 9798400704031.
Abstract | Links | BibTeX | Tags: Applications, distributed dataset synchronization, state vector sync, Sync
@inproceedings{patil_timers_2023,
title = {Timers in State Vector Sync},
author = {Varun Patil and Seiji Otsu and Lixia Zhang},
url = {https://dl.acm.org/doi/10.1145/3623565.3623754},
doi = {10.1145/3623565.3623754},
isbn = {9798400704031},
year = {2023},
date = {2023-10-01},
urldate = {2023-10-01},
booktitle = {Proceedings of the 10th ACM Conference on Information-Centric Networking},
pages = {115–117},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
series = {ACM ICN '23},
abstract = {State Vector Sync (SVS) is a Distributed Dataset Synchronization (Sync) protocol designed to support distributed applications running over NDN. The design of SVS has two unique features that set it apart from all the previous Sync protocol designs. First, SVS encodes the raw information of data namespace to be synchronized in its Sync Interest packets. Second, and related, it uses Sync Interests as notifications which do not solicit data replies. To reveal insights of how its unique design features enable SVS to outperform its counterparts, in this poster we describe the operation of two types of timers used in SVS and their effectiveness in minimizing protocol overhead while keeping synchronization delay low.},
keywords = {Applications, distributed dataset synchronization, state vector sync, Sync},
pubstate = {published},
tppubtype = {inproceedings}
}
2022
Patil, Varun; Desai, Hemil; Zhang, Lixia
Kua: A Distributed Object Store over Named Data Networking Proceedings Article
In: Proceedings of the 9th ACM Conference on Information-Centric Networking, pp. 56–66, Association for Computing Machinery, Osaka, Japan, 2022, ISBN: 9781450392570.
Abstract | Links | BibTeX | Tags: Applications, Data Management, distributed storage
@inproceedings{patil2022kua:,
title = {Kua: A Distributed Object Store over Named Data Networking},
author = {Varun Patil and Hemil Desai and Lixia Zhang},
url = {https://doi.org/10.1145/3517212.3558083},
doi = {10.1145/3517212.3558083},
isbn = {9781450392570},
year = {2022},
date = {2022-01-01},
urldate = {2022-01-01},
booktitle = {Proceedings of the 9th ACM Conference on Information-Centric Networking},
pages = {56–66},
publisher = {Association for Computing Machinery},
address = {Osaka, Japan},
series = {ICN '22},
abstract = {Applications such as machine learning training systems or log collection generate and consume large amounts of data. Object storage systems provide a simple abstraction to store and access such large datasets. These datasets are typically larger than the capacities of individual storage servers, and require fault tolerance through replication. In this paper, we present Kua, a distributed object storage system built over Named Data Networking (NDN). The data-centric nature of NDN helps Kua maintain a simple design while catering to requirements of storing large objects, providing fault tolerance, low latency and strong consistency guarantees, along with data-centric security. Our prototype Kua implementation provides easy-to-use primitives to let applications store and access data securely, and our initial evaluation suggests that Kua can leverage NDN's capabilities of multicast data delivery and in-network caching to achieve higher efficiency than existing object storage systems.},
keywords = {Applications, Data Management, distributed storage},
pubstate = {published},
tppubtype = {inproceedings}
}
Ma, Xinyu; Afanasyev, Alexander; Zhang, Lixia
A Type-Theoretic Model on NDN-TLV Encoding Proceedings Article
In: Proceedings of the 9th ACM Conference on Information-Centric Networking, pp. 91–102, Association for Computing Machinery, Osaka, Japan, 2022, ISBN: 9781450392570.
Abstract | Links | BibTeX | Tags: Applications, encoding
@inproceedings{ma2022a-type-theoretic,
title = {A Type-Theoretic Model on NDN-TLV Encoding},
author = {Xinyu Ma and Alexander Afanasyev and Lixia Zhang},
url = {https://doi.org/10.1145/3517212.3558093},
doi = {10.1145/3517212.3558093},
isbn = {9781450392570},
year = {2022},
date = {2022-01-01},
urldate = {2022-01-01},
booktitle = {Proceedings of the 9th ACM Conference on Information-Centric Networking},
pages = {91–102},
publisher = {Association for Computing Machinery},
address = {Osaka, Japan},
series = {ICN '22},
abstract = {In Named-Data Networking (NDN), all packets are encoded in the Type-Length-Value (TLV) format. TLV encoding and decoding are implemented in every NDN library, and used by all applications and forwarders. Therefore, formal analysis of TLV encoding can assist NDN software development in the simplification of the code base, analysis of the performance, and improvement of robustness.In this paper, we want to bring attention to the subtleties of TLV encoding. As an initial result, we develop a type-theoretical model of TLV encodable types, and give an algorithm to automatically derive encoding and decoding functions. We formally prove that the derived encoding and decoding functions are inverse to each other. To evaluate the practicality of automatically derived algorithms, we implement the proposed algorithms in C++ templates and evaluate them in three aspects: performance, memory usage, and code complexity. Our results show that our C++ library is competitive in these three aspects. Though our implementation is not fully automated, we show that it is possible to have a fully automated library in future that correctly produce the encoding and decoding functions. We also discussed the limitations of our model and problems worth attention. We hope our work can offer a starting point of further research on TLV, especially formal analysis and automated implementation.},
keywords = {Applications, encoding},
pubstate = {published},
tppubtype = {inproceedings}
}
Patil, Varun; Desai, Hemil; Zhang, Lixia
Kua: a distributed object store over named data networking Proceedings Article
In: Proceedings of the 9th ACM Conference on Information-Centric Networking, pp. 56–66, Association for Computing Machinery, New York, NY, USA, 2022, ISBN: 978-1-4503-9257-0.
Abstract | Links | BibTeX | Tags: Applications, distributed storage, object store
@inproceedings{patil_kua_2022,
title = {Kua: a distributed object store over named data networking},
author = {Varun Patil and Hemil Desai and Lixia Zhang},
url = {https://dl.acm.org/doi/10.1145/3517212.3558083},
doi = {10.1145/3517212.3558083},
isbn = {978-1-4503-9257-0},
year = {2022},
date = {2022-09-01},
urldate = {2022-09-01},
booktitle = {Proceedings of the 9th ACM Conference on Information-Centric Networking},
pages = {56–66},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
series = {ICN '22},
abstract = {Applications such as machine learning training systems or log collection generate and consume large amounts of data. Object storage systems provide a simple abstraction to store and access such large datasets. These datasets are typically larger than the capacities of individual storage servers, and require fault tolerance through replication. In this paper, we present Kua, a distributed object storage system built over Named Data Networking (NDN). The data-centric nature of NDN helps Kua maintain a simple design while catering to requirements of storing large objects, providing fault tolerance, low latency and strong consistency guarantees, along with data-centric security. Our prototype Kua implementation provides easy-to-use primitives to let applications store and access data securely, and our initial evaluation suggests that Kua can leverage NDN's capabilities of multicast data delivery and in-network caching to achieve higher efficiency than existing object storage systems.},
keywords = {Applications, distributed storage, object store},
pubstate = {published},
tppubtype = {inproceedings}
}
Presley, Justin; Wang, Xi; Brandel, Tym; Ai, Xusheng; Podder, Proyash; Yu, Tianyuan; Patil, Varun; Zhang, Lixia; Afanasyev, Alex; Feltus, F. Alex; Shannigrahi, Susmit
Hydra – A Federated Data Repository over NDN Miscellaneous
2022.
Abstract | Links | BibTeX | Tags: Applications, Data Management, distributed storage
@misc{presley_hydra_2022,
title = {Hydra – A Federated Data Repository over NDN},
author = {Justin Presley and Xi Wang and Tym Brandel and Xusheng Ai and Proyash Podder and Tianyuan Yu and Varun Patil and Lixia Zhang and Alex Afanasyev and F. Alex Feltus and Susmit Shannigrahi},
url = {https://arxiv.org/abs/2211.00919v1},
year = {2022},
date = {2022-11-01},
urldate = {2022-11-01},
journal = {arXiv.org},
abstract = {Today's big data science communities manage their data publication and replication at the application layer. These communities utilize myriad mechanisms to publish, discover, and retrieve datasets - the result is an ecosystem of either centralized, or otherwise a collection of ad-hoc data repositories. Publishing datasets to centralized repositories can be process-intensive, and those repositories do not accept all datasets. The ad-hoc repositories are difficult to find and utilize due to differences in data names, metadata standards, and access methods. To address the problem of scientific data publication and storage, we have designed Hydra, a secure, distributed, and decentralized data repository made of a loose federation of storage servers (nodes) provided by user communities. Hydra runs over Named Data Networking (NDN) and utilizes the State Vector Sync (SVS) protocol that lets individual nodes maintain a "global view" of the system. Hydra provides a scalable and resilient data retrieval service, with data distribution scalability achieved via NDN's built-in data anycast and in-network caching and resiliency against individual server failures through automated failure detection and maintaining a specific degree of replication. Hydra utilizes "Favor", a locally calculated numerical value to decide which nodes will replicate a file. Finally, Hydra utilizes data-centric security for data publication and node authentication. Hydra uses a Network Operation Center (NOC) to bootstrap trust in Hydra nodes and data publishers. The NOC distributes user and node certificates and performs the proof-of-possession challenges. This technical report serves as the reference for Hydra. It outlines the design decisions, the rationale behind them, the functional modules, and the protocol specifications.},
keywords = {Applications, Data Management, distributed storage},
pubstate = {published},
tppubtype = {misc}
}
Yu, Tianyuan; Zhang, Zhiyi; Newberry, Eric; Afanasyev, Alexander; Pau, Giovanni; Wang, Lan; Zhang, Lixia
Names to Rule Them All: Unifying Vehicular Networking via Named Secured Data Journal Article
In: 2022.
Links | BibTeX | Tags: Applications, naming, Vehicular Networking
@article{yu_names_nodate,
title = {Names to Rule Them All: Unifying Vehicular Networking via Named Secured Data},
author = {Tianyuan Yu and Zhiyi Zhang and Eric Newberry and Alexander Afanasyev and Giovanni Pau and Lan Wang and Lixia Zhang},
url = {https://named-data.net/wp-content/uploads/2022/09/ndn-tr-0072-2-mobile.pdf},
year = {2022},
date = {2022-09-01},
keywords = {Applications, naming, Vehicular Networking},
pubstate = {published},
tppubtype = {article}
}
Dulal, Saurab; Ali, Nasir; Thieme, Adam Robert; Yu, Tianyuan; Liu, Siqi; Regmi, Suravi; Zhang, Lixia; Wang, Lan
Building a secure mHealth data sharing infrastructure over NDN Proceedings Article
In: Proceedings of the 9th ACM Conference on Information-Centric Networking, pp. 114–124, Association for Computing Machinery, New York, NY, USA, 2022, ISBN: 978-1-4503-9257-0.
Abstract | Links | BibTeX | Tags: access control, Applications, mHealth, real-time data sharing
@inproceedings{dulal_building_2022,
title = {Building a secure mHealth data sharing infrastructure over NDN},
author = {Saurab Dulal and Nasir Ali and Adam Robert Thieme and Tianyuan Yu and Siqi Liu and Suravi Regmi and Lixia Zhang and Lan Wang},
url = {https://dl.acm.org/doi/10.1145/3517212.3558091},
doi = {10.1145/3517212.3558091},
isbn = {978-1-4503-9257-0},
year = {2022},
date = {2022-09-01},
urldate = {2022-09-01},
booktitle = {Proceedings of the 9th ACM Conference on Information-Centric Networking},
pages = {114–124},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
series = {ICN '22},
abstract = {Exploratory efforts in mobile health (mHealth) data collection and sharing have achieved promising results. However, fine-grained contextual access control and real-time data sharing are two of the remaining challenges in enabling temporally-precise mHealth intervention. We have developed an NDN-based system called mGuard to address these challenges. mGuard provides a pub-sub API to let users subscribe to real-time mHealth data streams, and uses name-based access control policies and key-policy attribute-based encryption to grant fine-grained data access to authorized users based on contextual information. We evaluate mGuard's performance using sample data from the MD2K project.},
keywords = {access control, Applications, mHealth, real-time data sharing},
pubstate = {published},
tppubtype = {inproceedings}
}
2021
Liu, Siqi; Patil, Varun; Yu, Tianyuan; Afanasyev, Alexander; Feltus, Frank Alex; Zhang, Lixia
Designing Hydra with Centralized versus Decentralized Control: A Comparative Study Proceedings Article
In: Proceedings of CoNext IWCI Workshop, 2021.
Links | BibTeX | Tags: Applications
@inproceedings{siqi-liu2021designing,
title = {Designing Hydra with Centralized versus Decentralized Control: A Comparative Study},
author = {Siqi Liu and Varun Patil and Tianyuan Yu and Alexander Afanasyev and Frank Alex Feltus and Lixia Zhang},
url = {https://named-data.net/wp-content/uploads/2022/03/siqi-liu2021designing.pdf},
year = {2021},
date = {2021-12-01},
urldate = {2021-12-01},
booktitle = {Proceedings of CoNext IWCI Workshop},
keywords = {Applications},
pubstate = {published},
tppubtype = {inproceedings}
}
Moll, Philipp; Patil, Varun; Pesavento, Davide; Zhang, Lixia
Resilient Brokerless Publish-Subscribe over NDN Proceedings Article
In: Proc. of IEEE Military Communications Conference (MILCOM), 2021.
Links | BibTeX | Tags: Applications, Sync
@inproceedings{philipp-moll2021resilient,
title = {Resilient Brokerless Publish-Subscribe over NDN},
author = {Philipp Moll and Varun Patil and Davide Pesavento and Lixia Zhang},
url = {https://named-data.net/wp-content/uploads/2022/03/Resilient_Brokerless_Publish-Subscribe_over_NDN.pdf},
year = {2021},
date = {2021-11-01},
urldate = {2021-11-01},
booktitle = {Proc. of IEEE Military Communications Conference (MILCOM)},
keywords = {Applications, Sync},
pubstate = {published},
tppubtype = {inproceedings}
}
Zhang, Zhiyi; Won, Su Yong; Zhang, Lixia
Investigating the Design Space for Name Confidentiality in Named Data Networking Proceedings Article
In: Proc. of IEEE Military Communications Conference (MILCOM), 2021.
Links | BibTeX | Tags: Applications, Security
@inproceedings{zhiyi-zhang2021investigating,
title = {Investigating the Design Space for Name Confidentiality in Named Data Networking},
author = {Zhiyi Zhang and Su Yong Won and Lixia Zhang},
url = {https://named-data.net/wp-content/uploads/2022/03/Investigating_the_Design_Space_for_Name_Confidentiality_in_Named_Data_Networking.pdf},
year = {2021},
date = {2021-11-01},
urldate = {2021-11-01},
booktitle = {Proc. of IEEE Military Communications Conference (MILCOM)},
keywords = {Applications, Security},
pubstate = {published},
tppubtype = {inproceedings}
}
Yu, Tianyuan; Moll, Philipp; Zhang, Zhiyi; Afanasyev, Alexander; Zhang, Lixia
Enabling Plug-n-Play in Named Data Networking Proceedings Article
In: Proc. of IEEE Military Communications Conference (MILCOM), 2021.
Links | BibTeX | Tags: Applications, Security
@inproceedings{tianyuan-yu2021enabling,
title = {Enabling Plug-n-Play in Named Data Networking},
author = {Tianyuan Yu and Philipp Moll and Zhiyi Zhang and Alexander Afanasyev and Lixia Zhang},
url = {https://named-data.net/wp-content/uploads/2022/03/Enabling_Plug-n-Play_in_Named_Data_Networking.pdf},
year = {2021},
date = {2021-11-01},
urldate = {2021-11-01},
booktitle = {Proc. of IEEE Military Communications Conference (MILCOM)},
keywords = {Applications, Security},
pubstate = {published},
tppubtype = {inproceedings}
}
Ma, Xinyu; Zhang, Lixia
Poster: GitSync: Distributed Git Platform on NDN Proceedings Article
In: Proc. of ACM Information Centric Networking (ICN), 2021.
Links | BibTeX | Tags: Applications, Poster
@inproceedings{xinyu-ma2021poster:,
title = {Poster: GitSync: Distributed Git Platform on NDN},
author = {Xinyu Ma and Lixia Zhang},
url = {https://named-data.net/wp-content/uploads/2022/03/3460417.3483372.pdf},
year = {2021},
date = {2021-09-01},
urldate = {2021-09-01},
booktitle = {Proc. of ACM Information Centric Networking (ICN)},
keywords = {Applications, Poster},
pubstate = {published},
tppubtype = {inproceedings}
}
Liu, Siqi; Moll, Philipp; Zhang, Lixia
Poster: Mnemosyne: An Immutable Distributed Logging Framework over Named Data Networking Proceedings Article
In: Proc. of ACM Information Centric Networking (ICN), 2021.
Links | BibTeX | Tags: Applications, Poster, Security
@inproceedings{siqi-liu2021poster:,
title = {Poster: Mnemosyne: An Immutable Distributed Logging Framework over Named Data Networking},
author = {Siqi Liu and Philipp Moll and Lixia Zhang},
url = {https://named-data.net/wp-content/uploads/2022/03/3460417.3483375.pdf},
year = {2021},
date = {2021-09-01},
urldate = {2021-09-01},
booktitle = {Proc. of ACM Information Centric Networking (ICN)},
keywords = {Applications, Poster, Security},
pubstate = {published},
tppubtype = {inproceedings}
}
Song, Sichen; Zhang, Lixia
Poster: Exploring Rate-based Congestion Control in NDN Proceedings Article
In: Proc. of ACM Information Centric Networking (ICN), 2021.
Links | BibTeX | Tags: Applications, Congestion Control, Forwarding, Poster
@inproceedings{sichen-song2021poster:,
title = {Poster: Exploring Rate-based Congestion Control in NDN},
author = {Sichen Song and Lixia Zhang},
url = {https://named-data.net/wp-content/uploads/2022/03/3460417.3483379.pdf},
year = {2021},
date = {2021-09-01},
urldate = {2021-09-01},
booktitle = {Proc. of ACM Information Centric Networking (ICN)},
keywords = {Applications, Congestion Control, Forwarding, Poster},
pubstate = {published},
tppubtype = {inproceedings}
}
Ogle, Cameron; Reddick, David; McKnight, Coleman; Biggs, Tyler; Pauly, Rini; Ficklin, Stephen P; Feltus, F Alex; Shannigrahi, Susmit
Named Data Networking for Genomics Data Management and Integrated Workflows Journal Article
In: Frontiers in big Data, pp. 1, 2021.
Links | BibTeX | Tags: Applications, Data Management, Genomics
@article{ogle2021named,
title = {Named Data Networking for Genomics Data Management and Integrated Workflows},
author = {Cameron Ogle and David Reddick and Coleman McKnight and Tyler Biggs and Rini Pauly and Stephen P Ficklin and F Alex Feltus and Susmit Shannigrahi},
url = {https://www.frontiersin.org/articles/10.3389/fdata.2021.582468/full},
year = {2021},
date = {2021-01-01},
urldate = {2021-01-01},
journal = {Frontiers in big Data},
pages = {1},
publisher = {Frontiers},
keywords = {Applications, Data Management, Genomics},
pubstate = {published},
tppubtype = {article}
}
Liang, Teng; Xia, Zhongda; Tang, Guoming; Zhang, Yu; Zhang, Beichuan
NDN in large LEO satellite constellations: a case of consumer mobility support Proceedings Article
In: Proceedings of the 8th ACM Conference on Information-Centric Networking, pp. 1–12, 2021.
Links | BibTeX | Tags: Applications, Satellite
@inproceedings{liang2021ndn,
title = {NDN in large LEO satellite constellations: a case of consumer mobility support},
author = {Teng Liang and Zhongda Xia and Guoming Tang and Yu Zhang and Beichuan Zhang},
url = {https://named-data.net/wp-content/uploads/2022/03/3460417.3482970.pdf},
year = {2021},
date = {2021-01-01},
urldate = {2021-01-01},
booktitle = {Proceedings of the 8th ACM Conference on Information-Centric Networking},
pages = {1--12},
keywords = {Applications, Satellite},
pubstate = {published},
tppubtype = {inproceedings}
}
2020
Moll, Philipp; Isak, Selina; Hellwagner, Herman; Burke, Jeff
A Quadtree-based synchronization protocol for inter-server game state synchronization Journal Article
In: 2020.
Links | BibTeX | Tags: Applications, Sync
@article{moll2020a,
title = {A Quadtree-based synchronization protocol for inter-server game state synchronization},
author = {Philipp Moll and Selina Isak and Herman Hellwagner and Jeff Burke},
url = {https://named-data.net/publications/2020-12-qsp_final_paper/},
year = {2020},
date = {2020-01-01},
booktitle = {In Computer Networks},
keywords = {Applications, Sync},
pubstate = {published},
tppubtype = {article}
}
Ghasemi, Chavoosh; Yousefi, Hamed; Zhang, Beichuan
Far Cry: Will CDNs Hear NDN’s Call? Proceedings Article
In: In Proc. of ACM Conference on Information Centric Networking, 2020.
Links | BibTeX | Tags: Applications
@inproceedings{ghasemi2020far,
title = {Far Cry: Will CDNs Hear NDN’s Call?},
author = {Chavoosh Ghasemi and Hamed Yousefi and Beichuan Zhang},
url = {https://named-data.net/publications/far-cry-will-cdns-hear-ndns-call/},
year = {2020},
date = {2020-09-01},
booktitle = {In Proc. of ACM Conference on Information Centric Networking},
keywords = {Applications},
pubstate = {published},
tppubtype = {inproceedings}
}
Ghasemi, Chavoosh; Yousefi, Hamed; Zhang, Beichuan
iCDN: An NDN-based CDN Proceedings Article
In: In Proc. of ACM Conference on Information Centric Networking, 2020.
Links | BibTeX | Tags: Applications
@inproceedings{ghasemi2020icdn,
title = {iCDN: An NDN-based CDN},
author = {Chavoosh Ghasemi and Hamed Yousefi and Beichuan Zhang},
url = {https://named-data.net/publications/icdn-an-ndn-based-cdn/},
year = {2020},
date = {2020-09-01},
booktitle = {In Proc. of ACM Conference on Information Centric Networking},
keywords = {Applications},
pubstate = {published},
tppubtype = {inproceedings}
}
Sabharwal, Nishant; Santillana, Carlos
NDNDrop - Device Agnostic File Sharing Using NDN Proceedings Article
In: In Proc. of ACM Conference on Information Centric Networking, 2020.
Links | BibTeX | Tags: Applications
@inproceedings{sabharwal2020ndndrop,
title = {NDNDrop - Device Agnostic File Sharing Using NDN},
author = {Nishant Sabharwal and Carlos Santillana},
url = {https://named-data.net/publications/ndndrop-device-agnostic-file-sharing-using-ndn-share-on/},
year = {2020},
date = {2020-09-01},
booktitle = {In Proc. of ACM Conference on Information Centric Networking},
keywords = {Applications},
pubstate = {published},
tppubtype = {inproceedings}
}
Afanasyev, Alexander; Ramani, Sanjeev Kaushik
NDNconf: Network Management Framework for Named Data Networking Proceedings Article
In: In Proc. of IEEE ICC ICN-SRA Workshop, 2020.
Links | BibTeX | Tags: Applications
@inproceedings{afanasye2020ndnconf,
title = {NDNconf: Network Management Framework for Named Data Networking},
author = {Alexander Afanasyev and Sanjeev Kaushik Ramani},
url = {https://named-data.net/publications/afanasyev2020ndnconf/},
year = {2020},
date = {2020-06-01},
booktitle = {In Proc. of IEEE ICC ICN-SRA Workshop},
keywords = {Applications},
pubstate = {published},
tppubtype = {inproceedings}
}
Mastorakis, Spyridon; UCLA, Tianxiang Li; Zhang, Lixia
DAPES: Named Data for Off-the-Grid File Sharing with Peer-to-Peer Interactions Proceedings Article
In: In Proc. of IEEE International Conference on Distributed Computing Systems (ICDCS), 2020.
Links | BibTeX | Tags: Applications
@inproceedings{mastorakis2020dapes,
title = {DAPES: Named Data for Off-the-Grid File Sharing with Peer-to-Peer Interactions},
author = {Spyridon Mastorakis and Tianxiang Li UCLA and Lixia Zhang},
url = {https://named-data.net/publications/mastorakis2020dapes/},
year = {2020},
date = {2020-03-01},
booktitle = {In Proc. of IEEE International Conference on Distributed Computing Systems (ICDCS)},
keywords = {Applications},
pubstate = {published},
tppubtype = {inproceedings}
}
Sohrabizadeh, Atefeh; Wang, Jie; Cong, Jason
End-to-End Optimization of Deep Learning Applications Proceedings Article
In: In Proceedings of the 2020 ACM/SIGDA International Symposium on Field-Programmable Gate Arrays (FPGA’20), 2020.
Links | BibTeX | Tags: Applications, Big Data
@inproceedings{sohrabizadeh2020end-to-end,
title = {End-to-End Optimization of Deep Learning Applications},
author = {Atefeh Sohrabizadeh and Jie Wang and Jason Cong},
url = {https://named-data.net/publications/sohrabizadeh2020end-to-end/},
year = {2020},
date = {2020-02-01},
booktitle = {In Proceedings of the 2020 ACM/SIGDA International Symposium on Field-Programmable Gate Arrays (FPGA’20)},
keywords = {Applications, Big Data},
pubstate = {published},
tppubtype = {inproceedings}
}
Ravikumar, Gelli; Ameme, Dan; Misra, Satyajayant; Brahma, Sukumar; Tourani, Reza
iCASM: An Information-Centric Network Architecture for Wide Area Measurement Systems Journal Article
In: 2020.
Links | BibTeX | Tags: Applications
@article{ravikumar2020icasm,
title = {iCASM: An Information-Centric Network Architecture for Wide Area Measurement Systems},
author = {Gelli Ravikumar and Dan Ameme and Satyajayant Misra and Sukumar Brahma and Reza Tourani},
url = {https://named-data.net/publications/ravikumar2020icasm/},
year = {2020},
date = {2020-01-01},
booktitle = {In IEEE Transactions on Smart Grid},
keywords = {Applications},
pubstate = {published},
tppubtype = {article}
}
Mastorakis, Spyridon; Mtibaa, Abderrahmen; Lee, Jonathan; Misra, Satyajayant
ICedge: When Edge Computing Meets Information-Centric Networking Journal Article
In: 2020.
Links | BibTeX | Tags: Applications, Edge
@article{mastorakis2020icedge,
title = {ICedge: When Edge Computing Meets Information-Centric Networking},
author = {Spyridon Mastorakis and Abderrahmen Mtibaa and Jonathan Lee and Satyajayant Misra},
url = {https://ieeexplore.ieee.org/abstract/document/8960319},
year = {2020},
date = {2020-01-01},
booktitle = {In IEEE Internet of Things Journal},
keywords = {Applications, Edge},
pubstate = {published},
tppubtype = {article}
}
2019
Zhang, Zhiyi; Lu, Edward; Guan, Yu; Guan, Yu; Li, Tianxiang; Ma, Xinyu; Kong, Zhaoning; Zhang, Lixia
Evolving Intelligent Devices for the Future via Named Data Networking Journal Article
In: 2019.
Links | BibTeX | Tags: Applications, NDN Introduction, Security
@article{zhang2019evolving,
title = {Evolving Intelligent Devices for the Future via Named Data Networking},
author = {Zhiyi Zhang and Edward Lu and Yu Guan and Yu Guan and Tianxiang Li and Xinyu Ma and Zhaoning Kong and Lixia Zhang},
url = {https://named-data.net/publications/attachment/3351482/},
year = {2019},
date = {2019-01-01},
booktitle = {XRDS: Crossroads and The ACM Magazine for Students – The Future of Devices},
keywords = {Applications, NDN Introduction, Security},
pubstate = {published},
tppubtype = {article}
}
Nichols, Kathleen
Lessons Learned Building a Secure Network Measurement Framework using Basic NDN Proceedings Article
In: Proceedings of ACM Conference on Information Centric Networking, 2019.
Links | BibTeX | Tags: API, Applications, pub-sub, Sync
@inproceedings{nichol2019lessons,
title = {Lessons Learned Building a Secure Network Measurement Framework using Basic NDN},
author = {Kathleen Nichols},
url = {https://named-data.net/publications/kathleen/},
year = {2019},
date = {2019-09-01},
booktitle = {Proceedings of ACM Conference on Information Centric Networking},
keywords = {API, Applications, pub-sub, Sync},
pubstate = {published},
tppubtype = {inproceedings}
}
Moll, Philipp; Theuermann, Sebastian; Rauscher, Natascha; Hellwagner, Hermann; Burke, Jeff
Inter-Server Game State Synchronization using Named Data Networking Proceedings Article
In: Proceedings of ACM Conference on Information Centric Networking, 2019.
Links | BibTeX | Tags: Applications, Sync
@inproceedings{moll2019inter-server,
title = {Inter-Server Game State Synchronization using Named Data Networking},
author = {Philipp Moll and Sebastian Theuermann and Natascha Rauscher and Hermann Hellwagner and Jeff Burke},
url = {https://named-data.net/publications/minecraft/},
year = {2019},
date = {2019-09-01},
booktitle = {Proceedings of ACM Conference on Information Centric Networking},
keywords = {Applications, Sync},
pubstate = {published},
tppubtype = {inproceedings}
}
Król, Michał; Mastorakis, Spyridon; Oran, David; Kutscher, Dirk
Compute First Networking: Distributed Computing meets ICN Proceedings Article
In: Proceedings of ACM Conference on Information Centric Networking, 2019.
Links | BibTeX | Tags: Applications, Edge
@inproceedings{krol2019compute,
title = {Compute First Networking: Distributed Computing meets ICN},
author = {Michał Król and Spyridon Mastorakis and David Oran and Dirk Kutscher},
url = {https://named-data.net/publications/compute/},
year = {2019},
date = {2019-09-01},
booktitle = {Proceedings of ACM Conference on Information Centric Networking},
keywords = {Applications, Edge},
pubstate = {published},
tppubtype = {inproceedings}
}
Gawande, Ashlesh; Clark, Jeremy; Coomes, Damian; Wang, Lan
Decentralized and Secure Multimedia Sharing Application over Named Data Networking Proceedings Article
In: Proceedings of ACM Conference on Information Centric Networking, 2019.
Links | BibTeX | Tags: Applications, Multimedia, Security
@inproceedings{gawande2019decentralized,
title = {Decentralized and Secure Multimedia Sharing Application over Named Data Networking},
author = {Ashlesh Gawande and Jeremy Clark and Damian Coomes and Lan Wang},
url = {https://named-data.net/publications/npchat/},
year = {2019},
date = {2019-09-01},
booktitle = {Proceedings of ACM Conference on Information Centric Networking},
keywords = {Applications, Multimedia, Security},
pubstate = {published},
tppubtype = {inproceedings}
}
Raman, Akshay; Chou, Kimberly; Mastorakis, Spyridon
A Simulation Framework for Peer-to-Peer File Sharing in Named Data Networking Proceedings Article
In: Proc. of workshop on ns-3, 2019.
Links | BibTeX | Tags: Applications, Simulation
@inproceedings{raman2019a,
title = {A Simulation Framework for Peer-to-Peer File Sharing in Named Data Networking},
author = {Akshay Raman and Kimberly Chou and Spyridon Mastorakis},
url = {https://named-data.net/publications/raman/},
year = {2019},
date = {2019-01-01},
booktitle = {Proc. of workshop on ns-3},
keywords = {Applications, Simulation},
pubstate = {published},
tppubtype = {inproceedings}
}
Li, Yanbiao; Zhang, Zhiyi; Wang, Xin; Lu, Edward; Zhang, Dafang; Zhang, Lixia
A Secure Sign-On Protocol for Smart Homes over Named Data Networking Journal Article
In: 2019.
Links | BibTeX | Tags: Applications, IoT, Security
@article{li2019a,
title = {A Secure Sign-On Protocol for Smart Homes over Named Data Networking},
author = {Yanbiao Li and Zhiyi Zhang and Xin Wang and Edward Lu and Dafang Zhang and Lixia Zhang},
url = {https://named-data.net/publications/ssp/},
year = {2019},
date = {2019-07-01},
booktitle = {IEEE Communications Magazine},
keywords = {Applications, IoT, Security},
pubstate = {published},
tppubtype = {article}
}
Moll, Philipp; Theuermann, Sebastian; Hellwagner, Hermann; Burke, Jeff
Distributing the Game State of Online Games: Towards an NDN Version of Minecraft Proceedings Article
In: 2019 IEEE International Conference on Communications Workshop, 2019.
Links | BibTeX | Tags: Applications, Sync
@inproceedings{moll2019distributing,
title = {Distributing the Game State of Online Games: Towards an NDN Version of Minecraft},
author = {Philipp Moll and Sebastian Theuermann and Hermann Hellwagner and Jeff Burke},
url = {https://named-data.net/publications/moll2019distributing/},
year = {2019},
date = {2019-01-01},
booktitle = {2019 IEEE International Conference on Communications Workshop},
keywords = {Applications, Sync},
pubstate = {published},
tppubtype = {inproceedings}
}
Zhang, Zhiyi; Vasavada, Vishrant; King, Randy; Zhang, Lixia
Proof of Authentication for Private Distributed Ledger Proceedings Article
In: Proceedings of the NDSS Workshop on Decentralized IoT Systems and Security (DISS), 2019.
Links | BibTeX | Tags: Applications, Security
@inproceedings{zhang2019proof,
title = {Proof of Authentication for Private Distributed Ledger},
author = {Zhiyi Zhang and Vishrant Vasavada and Randy King and Lixia Zhang},
url = {https://named-data.net/publications/zhang2019proof/},
year = {2019},
date = {2019-01-01},
booktitle = {Proceedings of the NDSS Workshop on Decentralized IoT Systems and Security (DISS)},
keywords = {Applications, Security},
pubstate = {published},
tppubtype = {inproceedings}
}
2018
Refaei, Tamer; Afanasyev, Alex
Enabling a Data-Centric Battlefield Through Information Access Gateways Proceedings Article
In: Military Communications for 21st Century (MILCOM 2018), 2018.
Links | BibTeX | Tags: Applications, Security, Sync
@inproceedings{refaei2018enabling,
title = {Enabling a Data-Centric Battlefield Through Information Access Gateways},
author = {Tamer Refaei and Alex Afanasyev},
url = {https://named-data.net/publications/data-centric-battlefield/},
year = {2018},
date = {2018-10-01},
booktitle = {Military Communications for 21st Century (MILCOM 2018)},
keywords = {Applications, Security, Sync},
pubstate = {published},
tppubtype = {inproceedings}
}
Burke, Jeff; Afanasyev, Alex; Refaei, Tamer; Zhang, Lixia
NDN Impact on Tactical Application Development Proceedings Article
In: Military Communications for 21st Century (MILCOM 2018), 2018.
Links | BibTeX | Tags: Applications
@inproceedings{burke2018ndn,
title = {NDN Impact on Tactical Application Development},
author = {Jeff Burke and Alex Afanasyev and Tamer Refaei and Lixia Zhang},
url = {https://named-data.net/publications/18milcom-ndn-apps/},
year = {2018},
date = {2018-10-01},
booktitle = {Military Communications for 21st Century (MILCOM 2018)},
keywords = {Applications},
pubstate = {published},
tppubtype = {inproceedings}
}
Lee, Craig A.; Zhang, Zhiyi; Tu, Yukai; Afanasyev, Alex; Zhang, Lixia
Supporting Virtual Organizations Using Attribute-Based Encryption in Named Data Networking Proceedings Article
In: Proc. of IEEE International Conference on Collaboration and Internet Computing, 2018.
Links | BibTeX | Tags: Applications, Security
@inproceedings{a2018supporting,
title = {Supporting Virtual Organizations Using Attribute-Based Encryption in Named Data Networking},
author = {Craig A. Lee and Zhiyi Zhang and Yukai Tu and Alex Afanasyev and Lixia Zhang},
url = {https://named-data.net/publications/1810ieeecic-vo/},
year = {2018},
date = {2018-10-01},
booktitle = {Proc. of IEEE International Conference on Collaboration and Internet Computing},
keywords = {Applications, Security},
pubstate = {published},
tppubtype = {inproceedings}
}
Liang, Teng; Pan, Ju; Zhang, Beichuan
NDNizing Existing Applications: Research Issues and Experiences Proceedings Article
In: ACM ICN 2018, 2018.
Links | BibTeX | Tags: Applications
@inproceedings{liang2018ndnizing,
title = {NDNizing Existing Applications: Research Issues and Experiences},
author = {Teng Liang and Ju Pan and Beichuan Zhang},
url = {https://named-data.net/publications/icn18-final54/},
year = {2018},
date = {2018-09-01},
booktitle = {ACM ICN 2018},
keywords = {Applications},
pubstate = {published},
tppubtype = {inproceedings}
}
Shannigrahi, Susmit; Fan, Chengyu; Papadopoulos, Christos
Bridging the ICN Deployment Gap with IPoC: An IP-over-ICN protocol for 5G Networks Proceedings Article
In: ACM SIGCOMM 2018 Workshop on Networking for Emerging Applications and Technologies(NEAT), 2018.
Links | BibTeX | Tags: Applications
@inproceedings{shannigrahi2018bridging,
title = {Bridging the ICN Deployment Gap with IPoC: An IP-over-ICN protocol for 5G Networks},
author = {Susmit Shannigrahi and Chengyu Fan and Christos Papadopoulos},
url = {https://named-data.net/publications/ipoc_sigcomm_neat/},
year = {2018},
date = {2018-08-01},
booktitle = {ACM SIGCOMM 2018 Workshop on Networking for Emerging Applications and Technologies(NEAT)},
keywords = {Applications},
pubstate = {published},
tppubtype = {inproceedings}
}
Soh, Lemuel; Burke, Jeff; Zhang, Lixia
Supporting Augmented Reality: Looking Beyond Performance Proceedings Article
In: in ACM VR/AR Network’18, 2018.
Links | BibTeX | Tags: Applications, Edge, Multimedia
@inproceedings{soh2018supporting,
title = {Supporting Augmented Reality: Looking Beyond Performance},
author = {Lemuel Soh and Jeff Burke and Lixia Zhang},
url = {https://named-data.net/publications/soh2018supporting-ar/},
year = {2018},
date = {2018-08-01},
booktitle = {in ACM VR/AR Network’18},
keywords = {Applications, Edge, Multimedia},
pubstate = {published},
tppubtype = {inproceedings}
}
Psaras, Ioannis; Ascigil, Onur; Rene, Sergi; Pavlou, George; Afanasyev, Alex; Zhang, Lixia
Mobile Data Repositories at the Edge Proceedings Article
In: in Proceedings of USENIX HotEdge, 2018.
Links | BibTeX | Tags: Applications, Edge, Storage
@inproceedings{psaras2018mobile,
title = {Mobile Data Repositories at the Edge},
author = {Ioannis Psaras and Onur Ascigil and Sergi Rene and George Pavlou and Alex Afanasyev and Lixia Zhang},
url = {https://named-data.net/publications/hotedge18-papers-psaras/},
year = {2018},
date = {2018-07-01},
booktitle = {in Proceedings of USENIX HotEdge},
keywords = {Applications, Edge, Storage},
pubstate = {published},
tppubtype = {inproceedings}
}
Shannigrahi, Susmit; Fan, Chengyu; Papadopoulos, Christos
Named Data Networking Strategies for Improving Large Scientific Data Transfers Proceedings Article
In: In Proceedings of the IEEE International Conference on Communications (ICN-SRA), 2018.
Links | BibTeX | Tags: Applications, Big Data, Forwarding
@inproceedings{shannigrahi2018named,
title = {Named Data Networking Strategies for Improving Large Scientific Data Transfers},
author = {Susmit Shannigrahi and Chengyu Fan and Christos Papadopoulos},
url = {https://named-data.net/publications/ndn_strategies_improving_large_scientific/},
year = {2018},
date = {2018-05-01},
booktitle = {In Proceedings of the IEEE International Conference on Communications (ICN-SRA)},
keywords = {Applications, Big Data, Forwarding},
pubstate = {published},
tppubtype = {inproceedings}
}
Liang, Teng; Zhang, Beichuan
Enabling Off-the-grid Communication for Existing Applications: A Case Study of Email Access Proceedings Article
In: In Proceedings of the IEEE International Conference on Communications (ICN-SRA), 2018.
Links | BibTeX | Tags: Applications
@inproceedings{liang2018enabling,
title = {Enabling Off-the-grid Communication for Existing Applications: A Case Study of Email Access},
author = {Teng Liang and Beichuan Zhang},
url = {https://named-data.net/publications/enabling_offthegrid_communication/},
year = {2018},
date = {2018-05-01},
booktitle = {In Proceedings of the IEEE International Conference on Communications (ICN-SRA)},
keywords = {Applications},
pubstate = {published},
tppubtype = {inproceedings}
}
2017
Shannigrahi, Susmit; Fan, Chengyu; Papadopoulos, Christos
Request Aggregation and Caching and Forwarding Strategies for Improving Large Climate Data Distribution with NDN: A Case Study, Proceedings Article
In: In Proceedings of the 4th ACM Conference on Information-Centric Networking (ACM ICN), 2017.
Links | BibTeX | Tags: Applications, Big Data, caching, Forwarding, Forwarding Strategy
@inproceedings{shannigrahi2017request,
title = {Request Aggregation and Caching and Forwarding Strategies for Improving Large Climate Data Distribution with NDN: A Case Study,},
author = {Susmit Shannigrahi and Chengyu Fan and Christos Papadopoulos},
url = {https://named-data.net/publications/icn17-3/},
year = {2017},
date = {2017-09-01},
booktitle = {In Proceedings of the 4th ACM Conference on Information-Centric Networking (ACM ICN)},
keywords = {Applications, Big Data, caching, Forwarding, Forwarding Strategy},
pubstate = {published},
tppubtype = {inproceedings}
}
Khoussi, Siham; Pesavento, Davide; Benmohamed, Lotfi; Battou, Abdella
NDN-Trace: A Path Tracing Utility for Named Data Networking, Proceedings Article
In: In Proceedings of the 4th ACM Conference on Information-Centric Networking (ACM ICN), 2017.
Links | BibTeX | Tags: Applications
@inproceedings{khoussi2017ndn-trace,
title = {NDN-Trace: A Path Tracing Utility for Named Data Networking,},
author = {Siham Khoussi and Davide Pesavento and Lotfi Benmohamed and Abdella Battou},
url = {https://named-data.net/publications/icn17-86/},
year = {2017},
date = {2017-09-01},
booktitle = {In Proceedings of the 4th ACM Conference on Information-Centric Networking (ACM ICN)},
keywords = {Applications},
pubstate = {published},
tppubtype = {inproceedings}
}