Pith. sign in

REVIEW 3 major objections 6 minor 103 references

A Survey on Open-Source Edge Computing Simulators and Emulators: The Computing and Networking Convergence Perspective

T0 review · 3 major / 6 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read The paper maps more than 40 open-source edge simulators and emulators and compares them on five dimensions so researchers can pick the right tool for validating computing and networking convergence ideas.

desk verdict Useful but uneven survey of edge simulators; the 'comprehensive' claim needs an inclusion audit before the guide can be trusted. read the letter →

arxiv 2505.09995 v1 pith:ODPE7F3A submitted 2025-05-15 cs.NI cs.DL

classification cs.NIcs.DL
keywords edgecomputingsimulatoremulatoropen-sourcesoftwareandnetworkingconvergenceparadigmsperformancemetricsresourcemanagement
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper aims to establish a practical tool-selection guide for researchers working on the convergence of computing and networking. It surveys more than 40 open-source edge simulators and emulators, sorts them into packet-level simulators, application-level simulators, and emulators, and compares them along five dimensions: computing paradigms, resource simulation, performance metrics, resource management and utilization, and usability. A reader who trusts the survey gains a quick way to screen tools before reading code or documentation, which matters because edge-computing research often relies on self-written scripts and a mismatched tool can skew results or waste effort. The comparison also exposes weak spots in the ecosystem, such as sparse support for edge-environment conditions, custom metrics, and packet-level processing inside application-level simulators, and it uses those gaps to propose future directions for tool builders.

What carries the argument

The survey's load-bearing instrument is a five-dimension comparison grid — computing paradigms, resource simulation, performance metrics, resource management and utilization, and usability — applied to tools grouped into three implementation levels: packet-level simulation, application-level simulation, and emulation. The grid is what lets the paper hold tools as different as NS-3 and CloudSim side by side, by mapping each tool's core engine, its inheritance from a base engine such as CloudSim or OMNeT++, and the features it exposes in each dimension. The five tables produced by this grid are the mechanism that turns more than 40 separate tools into a comparable landscape, and they are also what makes the survey actionable for a reader choosing a tool.

What would settle it

Take one row of Tables I–V, for instance the claim that EdgeCloudSim models WLAN/WAN links and device mobility, and run a minimal edge-cloud scenario in that tool. If the advertised paradigm, metric, or scheduling policy is missing or unusable in practice, that row's guidance is false; enough such mismatches across the tables would refute the survey's usefulness as a selection guide.

Watch

Extended reading notes

Core claim

The authors claim that the open-source edge-computing ecosystem can be usefully organized by implementation level and by a common set of evaluation axes. They classify tools into packet-level simulators such as NS-3 and OMNeT++ and their extensions, application-level simulators such as CloudSim and its many descendants plus flow-level and serverless simulators, and emulators such as the Mininet family, CORE, Fogify, and StarryNet. For each tool they document which computing paradigms it supports, which hardware and communication resources it represents, which performance metrics it reports, how it allocates resources and schedules tasks, and how usable it is in terms of modular components, scripting, logging, and visualization. The payoff claim is that the five resulting tables let a researcher match a tool's strengths to the fidelity and scale their experiment needs, and they tell simulator builders where the ecosystem is still weak.

Load-bearing premise

The survey's usefulness rests on the accuracy of its five hand-compiled tables: if a table misstates what a tool actually supports, a researcher who follows the guide can pick the wrong tool.

Editorial extensions

If this is right

  • A researcher facing an edge-computing experiment can use the three-level classification to decide upfront whether they need packet-level fidelity, application-level scalability, or real-code emulation.
  • The five tables provide a quick shortlisting pass: check which tools support the needed computing paradigm, resource granularity, metric, and scheduling policy before reading any code.
  • The survey identifies concrete weak spots in the ecosystem — edge-environment factors such as weather, user-defined metric interfaces, and scenario-script and visualization support are rare — giving tool builders a targeted agenda.
  • Future edge simulators should move toward integrating multiple computing paradigms and toward bringing packet-level processing into application-level tools, since those are the gaps the comparison exposes.
  • The accompanying repository extends the comparison beyond the 40 surveyed tools to an actively curated list of more than 80 open-source projects, keeping the guide live as new tools appear.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • An implication the authors leave implicit is that their exclusion of specialized tools such as Emu5GNet, EmuEdge, and RaSim means the survey is best read as a general-purpose shortlist; a reader working on satellite, V2X, or constrained-device scenarios may still need a separate dedicated-tool pass.
  • Because the five tables record a snapshot of actively maintained repositories, the specific entries will decay quickly; the durable contribution is the five-dimension framework itself, which could stay useful as a living checklist that is re-run as repositories evolve.
  • The paper's observation that application-level simulators lack packet-level processing suggests an unexplored design: a hybrid that combines CloudSim-scale resource scheduling with NS-3-style packet event tracing could serve computing-while-transmitting scenarios better than either tool class alone.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 6 minor

Summary. The paper surveys open-source edge-computing simulators and emulators, with a companion GitHub repository, classifying more than 40 tools into packet-level simulators, application-level simulators, and emulators. It compares the tools across five dimensions (computing paradigms, resource simulation, performance metrics, resource management and utilization, and usability), presents the results in five tables, draws lessons about paradigm support and resource representation, and proposes five future research directions. The intended contribution is a practical tool-selection guide for researchers working on the convergence of computing and networking (CNC).

Significance. If the tool inventory is complete and the table entries are accurate, the survey would be a useful and timely reference for researchers selecting simulation and emulation platforms for CNC experiments. The companion GitHub repository, the explicit tracing of core-engine inheritance (e.g., CloudSim-derived tools), and the inclusion of community metrics such as stars and forks are concrete strengths that go beyond a purely narrative survey. The paper does not offer formal proofs or quantitative benchmarks, but the central value is as a structured, multidimensional comparison; its correctness hinges on the completeness and accuracy of the manually compiled Tables I–V.

major comments (3)
  1. [Section I.B and Tables I–V] The paper's central claim of comprehensiveness is not auditable as written. The selection criteria in Section I.B exclude tools without code updates in more than six years and tools that are specialized rather than general-purpose, but the terms 'specialized' and 'general-purpose' are never defined, and the manuscript does not provide a tool-by-tool reconciliation of the 80+ tools in the companion repository with the 42 tools in Tables I–V. At least one actively maintained, open-source, general-purpose edge-computing simulator, EdgeSimPy, appears to satisfy the stated criteria yet is absent from all five tables. If EdgeSimPy or comparable qualifying tools are omitted, the abstract's unqualified 'comprehensive' claim is false by the paper's own standard, and the selection guide would miss valid options. Please add an explicit inclusion/exclusion audit, define the 'general-purpose' criterion operationally, and either add qualifying tools or restrict the claimed scope.
  2. [Section I.B and Section II.A] The relationship between the literature-review process and the final tool list is unclear. Section I.B reports a Web of Science / Ei Compendex search yielding 192 results, refined to 41 unique papers, but the text never maps those 41 papers to the 42 tools in Tables I–V, nor does it explain how tools such as NS-3 and OMNeT++, which predate the five-year window, were selected. Without this mapping, the reader cannot distinguish tools that were deliberately excluded because they failed a criterion from tools that were simply not considered. This is load-bearing for the survey's completeness claim.
  3. [Section II.A and Table V] The three-way classification into packet-level simulators, application-level simulators, and emulators is central to the paper, but the operational rule for resolving overlap is not fully specified. The Remark in Section II.A states that classification is guided by the 'core purpose and most prominent use case,' yet Table V then assigns each tool a single 'Type' value (DES, Emu, or Hybrid) without showing how the rule was applied. For example, Simu5G is labeled Hybrid and PureEdgeSim is labeled DSE (almost certainly a typo for DES), but the criteria for 'Hybrid' are not defined in the text. The paper should make the classification rule precise enough that an independent reader could reproduce the column.
minor comments (6)
  1. [Section I.C] The organization paragraph contains an unresolved cross-reference: 'explores the core engines and supported computing paradigms (Section ??)' should be replaced with the actual section number.
  2. [Section VI (paragraph before Section VII)] The paragraph beginning 'We believe these adjustments, along with the detailed metrics in Section V, will provide a clearer and more accurate representation...' is leftover reviewer-response text and should be removed from the published version.
  3. [Section III.C and Tables I, II, IV, V] The simulator YAFS is consistently rendered as 'Y AFS' in the text and in all four tables; this should be corrected to YAFS, matching reference [38].
  4. [Section IV.A] The sentence 'For emulators, basic metrics can be directly obtained using well-developed tools such astopandiPerfonLinux' has missing spacing and should read 'such as top and iPerf on Linux.'
  5. [Section III.A and Section V.C] Several grammatical and typographical errors should be fixed, including 'faas-sim and SimGrid belongs to this category, as it simulates basic components' (subject-verb agreement and pronoun agreement), 'having a uniformed optimizing target' (should be 'a uniform optimizing target'), and the double comma in 'due to diverse user requirements,,'.
  6. [Table V] The 'Statistics' column is labeled inconsistently: the table footnote says 'citations/licenses/project information (Stars, Forks, Watchers, Contributors)', but the values in the column are GitHub stars, forks, watchers, and contributors, not citations. The column header and footnote should be aligned, and the retrieval date for these metrics should be stated.

Circularity Check

0 steps flagged · score 1.0 of 10

No material circularity: the survey's comparisons rest on external tool documentation and literature; self-citations appear as inputs but do not drive the conclusions.

full rationale

This is a survey and classification paper, not a derivation. The central claims are that more than 40 open-source edge computing simulators/emulators exist, that they can be grouped into packet-level simulators, application-level simulators, and emulators, and that their features can be compared along five dimensions. These claims are grounded in the cited primary tool papers, public repositories, and the authors' own inspection of code and documentation. There is no equation chain in which one result is derived from another, no fitted parameter that is later renamed as a prediction, and no uniqueness theorem invoked to force a choice. The self-references, notably the authors' GitHub repository [62] and their EasiEI simulator [92], function as survey inputs and as one source of tool discovery, not as the justification for the survey's classification or evaluation. Section I.B describes an independent literature search and explicit inclusion/exclusion criteria, so the selection is checkable against external sources. Whether the tool set is fully complete (e.g., possible omission of a qualifying tool such as EdgeSimPy) is an empirical scope/correctness concern, not circularity: the paper's own criteria could be applied to test that claim. The leftover editorial sentence in Section VI ('We believe these adjustments...') is a manuscript artifact with no argumentative role. Overall, no step reduces by construction or by self-citation to its own inputs.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

No free parameters or invented entities appear because the paper is a survey. The central claims rely on three domain assumptions about the comparison framework, selection criteria, and popularity metrics.

assumptions (3)
  • domain assumption The five comparison dimensions (computing paradigms, resource simulation, performance metrics, resource management, usability) are sufficient to characterize CNC simulators.
    The survey's entire comparative value depends on this framework; no justification is given beyond the authors' choice. Appears throughout Sections I through VI.
  • domain assumption The selection criteria (open-source, updated within six years, general-purpose) yield a representative set of tools for the CNC field.
    Section I.B states excluded tools not updated for over six years and specialized platforms (Emu5GNet, EmuEdge, RaSim); the impact of these exclusions on the 'comprehensive' claim is not assessed.
  • domain assumption GitHub popularity metrics (stars, forks, contributors) and citation counts are meaningful indicators of a tool's usability and impact.
    Table V reports these as 'Statistics' and implies they help researchers choose tools; no evidence is given for this proxy.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A Survey on Open-Source Edge Computing Simulators and Emulators: The Computing and Networking Convergence Perspective." pith.science (2026). https://pith.science/paper/ODPE7F3A

@misc{pith2026250509995,
  author       = {Pith},
  title        = {Pith review of: A Survey on Open-Source Edge Computing Simulators and Emulators: The Computing and Networking Convergence Perspective},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/ODPE7F3A}},
  note         = {Machine review of arXiv:2505.09995}
}
read the original abstract

Edge computing, with its low latency, dynamic scalability, and location awareness, along with the convergence of computing and communication paradigms, has been successfully applied in critical domains such as industrial IoT, smart healthcare, smart homes, and public safety. This paper provides a comprehensive survey of open-source edge computing simulators and emulators, presented in our GitHub repository (https://github.com/qijianpeng/awesome-edge-computing), emphasizing the convergence of computing and networking paradigms. By examining more than 40 tools, including CloudSim, NS-3, and others, we identify the strengths and limitations in simulating and emulating edge environments. This survey classifies these tools into three categories: packet-level, application-level, and emulators. Furthermore, we evaluate them across five dimensions, ranging from resource representation to resource utilization. The survey highlights the integration of different computing paradigms, packet processing capabilities, support for edge environments, user-defined metric interfaces, and scenario visualization. The findings aim to guide researchers in selecting appropriate tools for developing and validating advanced computing and networking technologies.

Figures

Figures reproduced from arXiv: 2505.09995 by the authors.

Figure 1
Figure 1. Categories Classified in This Survey Therefore, in the context of resource simulation, the ques￾tion remains: What level of detail or granularity is suitable for representing resources? What types of resources does the simulator support? These questions are not merely technical but also touch on the broader aspects of standardization, collaboration, and future-proofing in the rapidly evolving field of computing tech… view at source ↗
Figure 2
Figure 2. Categories and Inheritance of Simulators and Emulators [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

103 extracted references · 74 canonical work pages

  1. [1]

    Henderson, and Jae H

    Jeff Ahrenholz, Claudiu Danilov, Thomas R. Henderson, and Jae H. Kim. Core: A real-time network emulator. InMILCOM 2008 - 2008 IEEE Military Communications Conference, pages 1–7, 2008

  2. [2]

    IoTSim-Osmosis: A frame- work for modeling and simulating IoT applications over an edge-cloud continuum.Journal of Systems Architecture, 116:101956, 2021

    Khaled Alwasel, Devki Nandan Jha, Fawzy Habeeb, Umit Demirbaga, Omer Rana, Thar Baker, Scharam Dustdar, Massimo Villari, Philip James, Ellis Solaiman, and Rajiv Ranjan. IoTSim-Osmosis: A frame- work for modeling and simulating IoT applications over an edge-cloud continuum.Journal of Systems Architecture, 116:101956, 2021

  3. [3]

    de Assunc ¸ ˜ao, Aaron Harwood, and Shanika Karunasekera

    Gayashan Amarasinghe, Marcos D. de Assunc ¸ ˜ao, Aaron Harwood, and Shanika Karunasekera. ECSNeT++ : A simulator for distributed stream processing on edge and cloud environments.Future Generation Computer Systems, 111:401–418, 2020

  4. [4]

    Aslanpour, Sukhpal Singh Gill, and Adel N

    Mohammad S. Aslanpour, Sukhpal Singh Gill, and Adel N. Toosi. Performance evaluation metrics for cloud, fog and edge computing: A review, taxonomy, benchmarks and standards for future research. Internet of Things, 12:100273, 2020

  5. [5]

    Collaboration of heterogeneous edge computing paradigms: How to fill the gap between theory and practice.IEEE Wireless Communications, 31(1):110–117, 2024

    Qing Cai, Yiqing Zhou, Ling Liu, Yanli Qi, Zhengang Pan, and Haoyue Zhang. Collaboration of heterogeneous edge computing paradigms: How to fill the gap between theory and practice.IEEE Wireless Communications, 31(1):110–117, 2024

  6. [6]

    Calheiros, Rajiv Ranjan, Anton Beloglazov, C ´esar A

    Rodrigo N. Calheiros, Rajiv Ranjan, Anton Beloglazov, C ´esar A. F. De Rose, and Rajkumar Buyya. CloudSim: A toolkit for modeling and simulation of cloud computing environments and evaluation of resource provisioning algorithms.Software: Practice and Experience, 41(1):23–50, 2011

  7. [7]

    SimGrid: A generic framework for large-scale distributed experiments

    Henri Casanova, Arnaud Legrand, and Martin Quinson. SimGrid: A generic framework for large-scale distributed experiments. In Tenth International Conference on Computer Modeling and Simulation (uksim 2008), pages 126–131, 2008

  8. [8]

    REMR: A reliability evaluation method for dynamic edge computing network under time constraint.IEEE Internet of Things Journal, 10(5):4281–4291, 2023

    Liang Chen, Jianpeng Qi, Xiao Su, and Rui Wang. REMR: A reliability evaluation method for dynamic edge computing network under time constraint.IEEE Internet of Things Journal, 10(5):4281–4291, 2023

Show all 103 references
  1. [9]

    Meta computing.IEEE Network, 38(2):225–231, 2024

    Xiuzhen Cheng, Minghui Xu, Runyu Pan, Dongxiao Yu, Chenxu Wang, Xue Xiao, and Weifeng Lyu. Meta computing.IEEE Network, 38(2):225–231, 2024

  2. [10]

    Query age of information: Freshness in pull-based communication.IEEE Transactions on Communications, 70(3):1606–1622, 2022

    Federico Chiariotti, Josefine Holm, Anders E Kalør, Beatriz Soret, Søren K Jensen, Torben B Pedersen, and Petar Popovski. Query age of information: Freshness in pull-based communication.IEEE Transactions on Communications, 70(3):1606–1622, 2022

  3. [11]

    DFaaS: Decentralized function-as-a-service for federated edge computing

    Michele Ciavotta, Davide Motterlini, Marco Savi, and Alessandro Tundo. DFaaS: Decentralized function-as-a-service for federated edge computing. In2021 IEEE 10th International Conference on Cloud Networking (CloudNet), pages 1–4, 2021

  4. [12]

    Kubeedge, 2023

    CNCF. Kubeedge, 2023. https://www.cncf.io/projects/kubeedge. Ac- cessed: 2023-03-06

  5. [13]

    Convergence of networking and cloud/edge computing: Status, challenges, and opportunities.IEEE Network, 34(6):148–155, 2020

    Qiang Duan, Shangguang Wang, and Nirwan Ansari. Convergence of networking and cloud/edge computing: Status, challenges, and opportunities.IEEE Network, 34(6):148–155, 2020

  6. [14]

    COOJA/MSPSim: Interoperability testing for wireless sensor networks

    Joakim Eriksson, Fredrik ¨Osterlind, Niclas Finne, Nicolas Tsiftes, Adam Dunkels, Thiemo V oigt, Robert Sauter, and Pedro Jos ´e Marr ´on. COOJA/MSPSim: Interoperability testing for wireless sensor networks. InProceedings of the 2nd International Conference on Simulation Tools...

  7. [15]

    Open source MANO

    European Telecommunications Standards Institute. Open source MANO. https://www.etsi.org/technologies/open-source-mano, 2023. Accessed: 2023-12-25

  8. [16]

    Simulation tools for fog computing: A comparative analysis.Sensors, 23(7), 2023

    Muhammad Fahimullah, Guillaume Philippe, Shohreh Ahvar, and Maria Trocan. Simulation tools for fog computing: A comparative analysis.Sensors, 23(7), 2023

  9. [17]

    Eclipse IoT, 2023

    Eclipse Foundation. Eclipse IoT, 2023. https://iot.eclipse.org. Ac- cessed: 2024-06-19

  10. [18]

    Openstack starlingx, 2023

    Open Infrastructure Foundation. Openstack starlingx, 2023. https://www.starlingx.io. Accessed: 2024-06-19. JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2015 17

  11. [19]

    Lf edge, 2023

    The Linux Foundation. Lf edge, 2023. https://www.lfedge.org/. Accessed: 2024-06-19

  12. [20]

    Exploring event correlation for failure prediction in coalitions of clusters

    Song Fu and Cheng-Zhong Xu. Exploring event correlation for failure prediction in coalitions of clusters. InSC ’07: Proceedings of the 2007 ACM/IEEE Conference on Supercomputing, pages 1–12, 2007

  13. [21]

    ns-3 meets OpenAI Gym: The Playground for Machine Learning in Networking Research

    Piotr Gawłowicz and Anatolij Zubow. ns-3 meets OpenAI Gym: The Playground for Machine Learning in Networking Research. InACM International Conference on Modeling, Analysis and Simulation of Wireless and Mobile Systems (MSWiM), November 2019

  14. [22]

    Harshit Gupta, Amir Vahid Dastjerdi, Soumya K Ghosh, and Rajkumar Buyya. iFogSim: A toolkit for modeling and simulation of resource management techniques in the internet of things, edge and fog com- puting environments.Software: Practice and Experience, 47(9):1275– 1296, 2017

  15. [23]

    Simulators for fog computing and information processing.Proceedings of the National Academy of Sciences, India Section A: Physical Sciences, 2024

    Prince Gupta, Rajeev Sharma, and Sachi Gupta. Simulators for fog computing and information processing.Proceedings of the National Academy of Sciences, India Section A: Physical Sciences, 2024

  16. [24]

    Hewage, Shashikant Ilager, Maria A

    Tharindu B. Hewage, Shashikant Ilager, Maria A. Rodriguez, and Rajkumar Buyya. CloudSim Express: A novel framework for rapid low code simulation of cloud computing environments.Software: Practice and Experience, pages 1–18, 2023

  17. [25]

    Resource management in fog/edge computing: A survey on architectures, infrastructure, and algorithms.ACM Computing Surveys, 52(5), sep 2019

    Cheol-Ho Hong and Blesson Varghese. Resource management in fog/edge computing: A survey on architectures, infrastructure, and algorithms.ACM Computing Surveys, 52(5), sep 2019

  18. [26]

    ISO/IEC JTC 1/SC 7. ISO/IEC 25023:2016 - systems and software en- gineering — systems and software quality requirements and evaluation (SQuaRE) — measurement of system and software product quality, June 2016

  19. [27]

    Co-opting linux processes for high-performance network simulation

    Rob Jansen, Jim Newsome, and Ryan Wails. Co-opting linux processes for high-performance network simulation. In2022 USENIX Annual Technical Conference (USENIX ATC 22), pages 327–350, Carlsbad, CA, July 2022. USENIX Association

  20. [28]

    IoTSim-Edge: A simulation framework for modeling the behavior of internet of things and edge computing environments

    Devki Nandan Jha, Khaled Alwasel, Areeb Alshoshan, Xianghua Huang, Ranesh Kumar Naha, Sudheer Kumar Battula, Saurabh Garg, Deepak Puthal, Philip James, Albert Zomaya, Schahram Dustdar, and Rajiv Ranjan. IoTSim-Edge: A simulation framework for modeling the behavior of internet ...

  21. [29]

    Reliability-aware dynamic service chain scheduling in 5g networks based on reinforcement learning

    Junzhong Jia, Lei Yang, and Jiannong Cao. Reliability-aware dynamic service chain scheduling in 5g networks based on reinforcement learning. InIEEE INFOCOM 2021 - IEEE Conference on Computer Communications, pages 1–10, 2021

  22. [30]

    The ONE Simulator for DTN Protocol Evaluation

    Ari Ker ¨anen, J¨org Ott, and Teemu K¨arkk¨ainen. The ONE Simulator for DTN Protocol Evaluation. InSIMUTools ’09: Proceedings of the 2nd International Conference on Simulation Tools and Techniques, New York, NY , USA, 2009. ICST

  23. [31]

    Kianpisheh and T

    S. Kianpisheh and T. Taleb. A survey on in-network computing: Programmable data plane and technology specific applications.IEEE Communications Surveys & Tutorials, 25(1):701–761, 2023

  24. [32]

    Simulator for interactive and effective organization of things in edge cluster computing.Sensors, 21(8), 2021

    Woojae Kim and Inbum Jung. Simulator for interactive and effective organization of things in edge cluster computing.Sensors, 21(8), 2021

  25. [33]

    Compute first networking: Distributed computing meets icn

    Michał Kr ´ol, Spyridon Mastorakis, David Oran, and Dirk Kutscher. Compute first networking: Distributed computing meets icn. InPro- ceedings of the 6th ACM Conference on Information-Centric Network- ing, ICN ’19, page 67–77, New York, NY , USA, 2019. Association for Computing...

  26. [34]

    Compute first networking: Distributed computing meets ICN

    Michal Krol, Spyridon Mastorakis, David Oran, Dirk Kutscher, and Acm. Compute first networking: Distributed computing meets ICN. InACM Conference on Information-Centric Networking, pages 67–77, New York, 2019. ACM

  27. [35]

    Use cases for in-network computing

    Ike Kunze, Klaus Wehrle, Dirk Trossen, and Marie-Jos ´e Montpetit. Use cases for in-network computing. Report, IETF, 2021

  28. [36]

    StarryNet: Empow- ering researchers to evaluate futuristic integrated space and terrestrial networks

    Zeqi Lai, Hewu Li, Yangtao Deng, Qian Wu, Jun Liu, Yuanjie Li, Jihao Li, Lixin Liu, Weisen Liu, and Jianping Wu. StarryNet: Empow- ering researchers to evaluate futuristic integrated space and terrestrial networks. In20th USENIX Symposium on Networked Systems Design and Implem...

  29. [37]

    A network in a lap- top: rapid prototyping for software-defined networks

    Bob Lantz, Brandon Heller, and Nick McKeown. A network in a lap- top: rapid prototyping for software-defined networks. InProceedings of the 9th ACM SIGCOMM Workshop on Hot Topics in Networks, Hotnets-IX, New York, NY , USA, 2010. Association for Computing Machinery

  30. [38]

    Yafs: A simulator for IoT scenarios in fog computing.IEEE Access, 7:91745–91758, 2019

    Isaac Lera, Carlos Guerrero, and Carlos Juiz. Yafs: A simulator for IoT scenarios in fog computing.IEEE Access, 7:91745–91758, 2019

  31. [39]

    CloudSimPy: Data center job scheduling simulation framework

    Fengcun Li. CloudSimPy: Data center job scheduling simulation framework. https://github.com/FengcunLi/CloudSimPy, 2024. [Online; accessed 2024-01-08]

  32. [40]

    Rui Li, Qian Ma, Jie Gong, Zhi Zhou, and Xu Chen. Age of processing: Age-driven status sampling and processing offloading for edge-computing-enabled real-time IoT applications.IEEE Internet of Things Journal, 8(19):14471–14484, 2021

  33. [41]

    Chen, Xiaocheng Liu, Dandan Ning, and X

    Zhen Li, B. Chen, Xiaocheng Liu, Dandan Ning, and X. Qiu. Qos- aware simulation job scheduling algorithm in virtualized cloud environ- ment.Int. J. Model. Simul. Sci. Comput., 11:2050048:1–2050048:18, 2020

  34. [42]

    The gem5 simulator: Version 20.0+.CoRR, abs/2007.03152, 2020

    Jason Lowe-Power and Ayaz Akram et al Abdul Mutaal Ahmad and. The gem5 simulator: Version 20.0+.CoRR, abs/2007.03152, 2020

  35. [43]

    SimFaaS: A Performance Sim- ulator for Serverless Computing Platforms

    Nima Mahmoudi and Hamzeh Khazaei. SimFaaS: A Performance Sim- ulator for Serverless Computing Platforms. InInternational Conference on Cloud Computing and Services Science, CLOSER ’21, pages 1–11. Springer, 2021

  36. [44]

    Redowan Mahmud, Samodha Pallewatta, Mohammad Goudarzi, and Rajkumar Buyya. iFogSim2: An extended ifogsim simulator for mo- bility, clustering, and microservice management in edge and fog com- puting environments.Journal of Systems and Software, 190:111351, 2022

  37. [45]

    Mansouri, R

    N. Mansouri, R. Ghafari, and B. Mohammad Hasani Zade. Cloud computing simulators: A comprehensive review.Simulation Modelling Practice and Theory, 104:102144, 2020

  38. [46]

    Yuyi Mao, Changsheng You, Jun Zhang, Kaibin Huang, and Khaled B. Letaief. A survey on mobile edge computing: The communi- cation perspective.IEEE Communications Surveys & Tutorials, 19(4):2322–2358–2322–2358, 2017

  39. [47]

    STEP-ONE: Simulated testbed for edge-fog processes based on the opportunistic network environment simulator.Journal of Systems and Software, 166:110587, 2020

    Jakob Mass, Satish Narayana Srirama, and Chii Chang. STEP-ONE: Simulated testbed for edge-fog processes based on the opportunistic network environment simulator.Journal of Systems and Software, 166:110587, 2020

  40. [48]

    On the evolution of ndnSIM: an open-source simulator for ndn experimenta- tion.ACM Computer Communication Review, 2017

    Spyridon Mastorakis, Alexander Afanasyev, and Lixia Zhang. On the evolution of ndnSIM: an open-source simulator for ndn experimenta- tion.ACM Computer Communication Review, 2017

  41. [49]

    EmuFog: Extensible and scalable emulation of large-scale fog computing infrastructures

    Ruben Mayer, Leon Graser, Harshit Gupta, Enrique Saurez, and Umak- ishore Ramachandran. EmuFog: Extensible and scalable emulation of large-scale fog computing infrastructures. In2017 IEEE Fog World Congress (FWC), pages 1–6, 2017

  42. [50]

    PureEd- geSim: A simulation framework for performance evaluation of cloud, edge and mist computing environments.Computer Science and Information Systems, 18(1):43–66, 2021

    Charafeddine Mechalikh, Hajer Taktak, and Faouzi Moussa. PureEd- geSim: A simulation framework for performance evaluation of cloud, edge and mist computing environments.Computer Science and Information Systems, 18(1):43–66, 2021

  43. [51]

    Mini-NDN: A Mininet-based NDN emulator, 2022

    Mini-NDN. Mini-NDN: A Mininet-based NDN emulator, 2022. https://minindn.memphis.edu/index.html. Accessed: 2023-04-27

  44. [52]

    On the performance and scalability of simulators for improving security and safety of smart cities

    Ali Mohsin, Sana Aurangzeb, Muhammad Aleem, and Muham- mad Taimoor Khan. On the performance and scalability of simulators for improving security and safety of smart cities. In2022 IEEE 27th International Conference on Emerging Technologies and Factory Automation (ETFA), pages ...

  45. [53]

    PeerSim: A scalable P2P simulator

    Alberto Montresor and M ´ark Jelasity. PeerSim: A scalable P2P simulator. InProc. of the 9th Int. Conference on Peer-to-Peer (P2P’09), pages 99–100, Seattle, W A, September 2009

  46. [54]

    Fogify: A fog computing emulation framework

    Symeonides Moysis, Georgiou Zacharias, Trihinas Demetris, Pallis George, and Dikaiakos Marios D. Fogify: A fog computing emulation framework. InProceedings of the 5th ACM/IEEE Symposium on Edge Computing, SEC ’20, New York, NY , USA, 2020. Association for Computing Machinery

  47. [55]

    S. Y . Narayana, Jie Tong, A. Krishnakumar, Nur Yildirim, Emily J. Shriver, M. Ketkar, and ¨Umit Y . Ogras. Mql: Ml-assisted queuing latency analysis for data center networks.2023 IEEE International Symposium on Performance Analysis of Systems and Software (IS- PASS), pages 50...

  48. [56]

    Simu5G–an OMNeT++ library for end-to-end perfor- mance evaluation of 5G networks.IEEE Access, 8:181176–181191, 2020

    Giovanni Nardini, Dario Sabella, Giovanni Stea, Purvi Thakkar, and Antonio Virdis. Simu5G–an OMNeT++ library for end-to-end perfor- mance evaluation of 5G networks.IEEE Access, 8:181176–181191, 2020

  49. [57]

    Navaridas, J

    J. Navaridas, J. A. Pascual, Alejandro Erickson, I. A. Stewart, and M. Luj ´an. Inrflow: An interconnection networks research flow-level simulation framework.J. Parallel Distributed Comput., 130:140–152, 2019

  50. [58]

    https://www.nsnam.org/docs/models/html/

    ns-3 project.NS-3 Model Library, 2024. https://www.nsnam.org/docs/models/html/. Accessed: 2024-06-05

  51. [59]

    Accessed: 2024-06-05

    OMNeT++ project.Simulation Models and Tools for OMNeT++, 2024. Accessed: 2024-06-05

  52. [60]

    Accessed: 2024- 06-05

    PeerSim project.PeerSim Extras Repository, 2024. Accessed: 2024- 06-05. JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2015 18

  53. [61]

    MobFogSim: Simulation of mobility and migration for fog computing.Simulation Modelling Practice and Theory, 101:102062, 2020

    Carlo Puliafito, Diogo M Gonc ¸alves, M ´arcio M Lopes, Leonardo L Martins, Edmundo Madeira, Enzo Mingozzi, Omer Rana, and Luiz F Bittencourt. MobFogSim: Simulation of mobility and migration for fog computing.Simulation Modelling Practice and Theory, 101:102062, 2020

  54. [62]

    Awesome edge computing, 2023

    Jianpeng Qi. Awesome edge computing, 2023. https://github.com/qijianpeng/awesome-edge-computing. Accessed: 2023-06-19

  55. [63]

    Toward distributively build time- sensitive-service coverage in compute first networking.IEEE/ACM Transactions on Networking, 32(1):582–597, 2024

    Jianpeng Qi, Xiao Su, and Rui Wang. Toward distributively build time- sensitive-service coverage in compute first networking.IEEE/ACM Transactions on Networking, 32(1):582–597, 2024

  56. [64]

    R2: A distributed remote function execution mechanism with built-in metadata.IEEE/ACM Transactions on Networking, 31(2):710–723, 2023

    Jianpeng Qi and Rui Wang. R2: A distributed remote function execution mechanism with built-in metadata.IEEE/ACM Transactions on Networking, 31(2):710–723, 2023

  57. [65]

    faas-sim: A trace-driven simulation framework for server- less edge computing platforms.Software: Practice and Experience, 53(12):2327–2361, 2023

    Philipp Raith, Thomas Rausch, Alireza Furutanpey, and Schahram Dustdar. faas-sim: A trace-driven simulation framework for server- less edge computing platforms.Software: Practice and Experience, 53(12):2327–2361, 2023

  58. [66]

    Optimized container scheduling for data-intensive serverless edge computing

    Thomas Rausch, Alexander Rashed, and Schahram Dustdar. Optimized container scheduling for data-intensive serverless edge computing. Future Generation Computer Systems, 114:259–271, 2021

  59. [67]

    Raphael Riebl, Christina Obermaier, and Hendrik-J ¨orn G¨unther.Artery: Large Scale Simulation Environment for ITS Applications, pages 365–

  60. [68]

    The ns-3 network simulator

    George F Riley and Thomas R Henderson. The ns-3 network simulator. InModeling and tools for network simulation, pages 15–34. Springer, 2010

  61. [69]

    Bloomsbury Publishing, 2014

    Stewart Robinson.Simulation: The practice of model development and use. Bloomsbury Publishing, 2014

  62. [70]

    Of apples and oranges: Fair comparisons in heterogenous systems evaluation

    Hugo Sadok, Aurojit Panda, and Justine Sherry. Of apples and oranges: Fair comparisons in heterogenous systems evaluation. InProceedings of the 22nd ACM Workshop on Hot Topics in Networks, HotNets ’23, page 1–8, New York, NY , USA, 2023. Association for Computing Machinery

  63. [71]

    Virt- fogsim: A parallel toolbox for dynamic energy-delay performance testing and optimization of 5G mobile-fog-cloud virtualized platforms

    Michele Scarpiniti, Enzo Baccarelli, and Alireza Momenzadeh. Virt- fogsim: A parallel toolbox for dynamic energy-delay performance testing and optimization of 5G mobile-fog-cloud virtualized platforms. Applied Sciences, 9:1160, 03 2019

  64. [72]

    Edge computing: Vision and challenges.IEEE Internet of Things Journal, 3(5):637–646, 2016

    Weisong Shi, Jie Cao, Quan Zhang, Youhuizi Li, and Lanyu Xu. Edge computing: Vision and challenges.IEEE Internet of Things Journal, 3(5):637–646, 2016

  65. [73]

    Silva Filho, Raysa L

    Manoel C. Silva Filho, Raysa L. Oliveira, Claudio C. Monteiro, Pedro R. M. In´acio, and M´ario M. Freire. CloudSim Plus: A cloud computing simulation framework pursuing software engineering principles for improved modularity, extensibility and correctness. In2017 IFIP/IEEE Sym...

  66. [74]

    Silva Filho and Joel Jos ´e P

    Manoel C. Silva Filho and Joel Jos ´e P. C. Rodrigues. Human readable scenario specification for automated creation of simulations on CloudSim. In Robert C.-H. Hsu and Shangguang Wang, editors, Internet of Vehicles – Technologies and Services, pages 345–356, Cham, 2014. Spring...

  67. [75]

    Jungmin Son, TianZhang He, and Rajkumar Buyya. CloudSimSDN- NFV: Modeling and simulation of network function virtualization and service function chaining in edge computing environments.Software: Practice and Experience, 49(12):1748–1764, 2019

  68. [76]

    EdgeCloudSim: An environment for performance evaluation of edge computing sys- tems.Transactions on Emerging Telecommunications Technologies, 29(11):e3493, 2018

    Cagatay Sonmez, Atay Ozgovde, and Cem Ersoy. EdgeCloudSim: An environment for performance evaluation of edge computing sys- tems.Transactions on Emerging Telecommunications Technologies, 29(11):e3493, 2018

  69. [77]

    Filelis Papadopoulos, Konstantinos M

    Minas Spanopoulos-Karalexidis, Christos K. Filelis Papadopoulos, Konstantinos M. Giannoutakis, George A. Gravvanis, Dimitrios Tzo- varas, Malika Bendechache, Sergej Svorobej, Patricia Takako Endo, and Theo Lynn.Simulating Across the Cloud-to-Edge Continuum, pages 93–115. Sprin...

  70. [78]

    Jinwala, and Sanjay Garg

    Shivangi Surati, Devesh C. Jinwala, and Sanjay Garg. A survey of simulators for P2P overlay networks with a case study of the P2P tree overlay using an event-driven simulator.Engineering Science and Technology, an International Journal, 20(2):705–720, 2017

  71. [79]

    Giannoutakis, George A

    Sergej Svorobej, Patricia Takako Endo, Malika Bendechache, Christos Filelis-Papadopoulos, Konstantinos M. Giannoutakis, George A. Grav- vanis, Dimitrios Tzovaras, James Byrne, and Theo Lynn. Simulating fog and edge computing scenarios: An overview and research chal- lenges.Fut...

  72. [80]

    Sylla, L

    T. Sylla, L. Mendiboure, M. Berbineau, R. Singh, J. Soler, M. S. Berger, and Ieee. Emu5gnet: an open-source emulator for 5g software-defined networks, 2022

  73. [81]

    Padmanabhan, Ranjita Bhagwan, Nagarajan Natarajan, Saikat Guha, and Ross Cutler

    Aryan Taneja, Rahul Bothra, Debopam Bhattacherjee, Rohan Gandhi, Venkata N. Padmanabhan, Ranjita Bhagwan, Nagarajan Natarajan, Saikat Guha, and Ross Cutler. Don’t forget the user: It’s time to rethink network measurements. InProceedings of the 22nd ACM Workshop on Hot Topics i...

  74. [82]

    A survey on scheduling tech- niques in computing and network convergence.IEEE Communications Surveys & Tutorials, 26(1):160–195, 2024

    Shujiong Tang, Yue Yu, Hui Wang, Guiliang Wang, Wuhui Chen, Zenglin Xu, Song Guo, and Wen Gao. A survey on scheduling tech- niques in computing and network convergence.IEEE Communications Surveys & Tutorials, 26(1):160–195, 2024

  75. [83]

    Computing power network: The architecture of convergence of computing and networking towards 6g requirement

    Xiongyan Tang, Chang Cao, Youxiang Wang, Shuai Zhang, Ying Liu, Mingxuan Li, and Tao He. Computing power network: The architecture of convergence of computing and networking towards 6g requirement. China Communications, 18(2):175–185, 2021

  76. [84]

    Andras Varga. Omnet++. InModeling and tools for network simulation, pages 35–59. Springer, 2010

  77. [85]

    Simulating lte/lte-advanced networks with simulte

    Antonio Virdis, Giovanni Stea, and Giovanni Nardini. Simulating lte/lte-advanced networks with simulte. In Mohammad S. Obaidat, Tuncer ¨Oren, Janusz Kacprzyk, and Joaquim Filipe, editors,Simulation and Modeling Methodologies, Technologies and Applications, pages 83–105, Cham, ...

  78. [86]

    Simedgeintel: A open-source simulation platform for resource manage- ment in edge intelligence.Journal of Systems Architecture, 115:102016, 2021

    Chenyang Wang, Ruibin Li, Wenkai Li, Chao Qiu, and Xiaofei Wang. Simedgeintel: A open-source simulation platform for resource manage- ment in edge intelligence.Journal of Systems Architecture, 115:102016, 2021

  79. [87]

    A comparison of discrete event simulator and real-time emulator for mobile ad hoc network

    Jingzhi Wang, Penghui Hu, Yixin Zhang, and Jian Wang. A comparison of discrete event simulator and real-time emulator for mobile ad hoc network. In Xiaolin Jiang, editor,Machine Learning and Intelligent Communication, pages 63–74, Cham, 2023. Springer Nature Switzer- land

  80. [88]

    SatEdgeSim: A toolkit for modeling and simulation of performance evaluation in satellite edge computing environments

    Junyong Wei, Suzhi Cao, Siyan Pan, Jiarong Han, Lei Yan, and Lei Zhang. SatEdgeSim: A toolkit for modeling and simulation of performance evaluation in satellite edge computing environments. In 2020 12th International Conference on Communication Software and Networks (ICCSN), p...

  81. [89]

    A survey on integrated sensing, communication, and computation.arXiv preprint arXiv:2408.08074, 2024

    Dingzhu Wen, Yong Zhou, Xiaoyang Li, Yuanming Shi, Kaibin Huang, and Khaled B Letaief. A survey on integrated sensing, communication, and computation.arXiv preprint arXiv:2408.08074, 2024

  82. [90]

    MaxiNet: Distributed emulation of software-defined networks

    Philip Wette, Martin Dr ¨axler, Arne Schwabe, Felix Wallaschek, Mo- hammad Hassan Zahraee, and Holger Karl. MaxiNet: Distributed emulation of software-defined networks. In2014 IFIP Networking Conference, pages 1–9, 2014

  83. [91]

    LEAF: Simulating large energy- aware fog computing environments

    Philipp Wiesner and Lauritz Thamsen. LEAF: Simulating large energy- aware fog computing environments. In2021 IEEE 5th International Conference on Fog and Edge Computing (ICFEC), pages 29–36, 2021

  84. [92]

    EasiEI: A simulator to flexibly modeling complex edge computing environments, 2023

    Su Xiao, Qi Jianpeng, Wang Jiahao, and Wang Rui. EasiEI: A simulator to flexibly modeling complex edge computing environments, 2023

  85. [93]

    From cloud to edge: a first look at public edge platforms

    Mengwei Xu, Zhe Fu, Xiao Ma, Li Zhang, Yanan Li, Feng Qian, Shangguang Wang, Ke Li, Jingyu Yang, and Xuanzhe Liu. From cloud to edge: a first look at public edge platforms. InProceedings of the 21st ACM Internet Measurement Conference, IMC ’21, page 37–53, New York, NY , USA, ...

  86. [94]

    N. Yang, S. Chen, H. Zhang, and R. Berry. Beyond the edge: An advanced exploration of reinforcement learning for mobile edge computing, its applications, and future research trajectories.IEEE Communications Surveys & Tutorials, pages 1–1, 2024

  87. [95]

    Age of information: An introduction and survey.IEEE Journal on Selected Areas in Communications, 39(5):1183–1210, 2021

    Roy D Yates, Yin Sun, D Richard Brown, Sanjit K Kaul, Eytan Modiano, and Sennur Ulukus. Age of information: An introduction and survey.IEEE Journal on Selected Areas in Communications, 39(5):1183–1210, 2021

  88. [96]

    Y . K. Zeng, M. Y . Chao, R. Stoleru, and Ieee. Emuedge: A hybrid emulator for reproducible and realistic edge computing experiments, 2019

  89. [97]

    Chao, and R

    Yukun Zeng, M. Chao, and R. Stoleru. Emuedge: A hybrid emulator for reproducible and realistic edge computing experiments.2019 IEEE International Conference on Fog Computing (ICFC), pages 153–164, 2019

  90. [98]

    Smart identifier network: A collaborative architecture for the future internet.IEEE Network, 30(3):46–51, 2016

    Hongke Zhang, Wei Quan, Han-chieh Chao, and Chunming Qiao. Smart identifier network: A collaborative architecture for the future internet.IEEE Network, 30(3):46–51, 2016

  91. [99]

    Named data networking.SIGCOMM Comput

    Lixia Zhang, Alexander Afanasyev, Jeffrey Burke, Van Jacobson, kc claffy, Patrick Crowley, Christos Papadopoulos, Lan Wang, and Beichuan Zhang. Named data networking.SIGCOMM Comput. Commun. Rev., 44(3):66–73, 2014

  92. [100]

    Resource management in mobile edge computing: A comprehensive survey.ACM Computing Surveys, 55(13s), jul 2023

    Xiaojie Zhang and Saptarshi Debroy. Resource management in mobile edge computing: A comprehensive survey.ACM Computing Surveys, 55(13s), jul 2023. JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2015 19

  93. [101]

    Modeling and simulation of cloud computing: A review

    Wei Zhao, Yong Peng, Feng Xie, and Zhonghua Dai. Modeling and simulation of cloud computing: A review. In2012 IEEE Asia Pacific Cloud Computing Congress (APCloudCC), pages 20–24, 2012

  94. [102]

    Edge intelligence: Paving the last mile of artificial intelligence with edge computing.Proceedings of the IEEE, 107:1738–1762, 2019

    Zhi Zhou, Xu Chen, En Li, Liekang Zeng, Ke Luo, and Junshan Zhang. Edge intelligence: Paving the last mile of artificial intelligence with edge computing.Proceedings of the IEEE, 107:1738–1762, 2019. Added to JabRef: 2019-09-20

  95. [406]

    Springer International Publishing, Cham, 2019

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.