-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpaper.bib
58 lines (53 loc) · 2.54 KB
/
paper.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
@misc{ryu,
title = {Ryu},
year = {2022},
month = jun,
journal = {Ryu SDN Framework},
howpublished = {https://ryu-sdn.org/},
langid = {english},
note = {Accessed on 06.01.2022}
}
@inproceedings{mininet,
title = {A Network in a Laptop: {{Rapid}} Prototyping for Software-Defined Networks},
booktitle = {Proceedings of the 9th {{ACM SIGCOMM}} Workshop on Hot Topics in Networks},
author = {Lantz, Bob and Heller, Brandon and McKeown, Nick},
year = {2010},
series = {Hotnets-{{IX}}},
publisher = {{Association for Computing Machinery}},
address = {{New York, NY, USA}},
doi = {10.1145/1868447.1868466},
abstract = {Mininet is a system for rapidly prototyping large networks on the constrained resources of a single laptop. The lightweight approach of using OS-level virtualization features, including processes and network namespaces, allows it to scale to hundreds of nodes. Experiences with our initial implementation suggest that the ability to run, poke, and debug in real time represents a qualitative change in workflow. We share supporting case studies culled from over 100 users, at 18 institutions, who have developed Software-Defined Networks (SDN). Ultimately, we think the greatest value of Mininet will be supporting collaborative network research, by enabling self-contained SDN prototypes which anyone with a PC can download, run, evaluate, explore, tweak, and build upon.},
articleno = {19},
isbn = {978-1-4503-0409-2},
keywords = {emulation,open-flow,rapid prototyping,software defined networking,virtualization}
}
@techreport{jia_opsdn_2022,
title = {{{OPSDN}}: An Enhanced {{SDN}} Simulation Framework for {{OPNET Modeler}}},
author = {Jia, Zequn and Sun, Yantao and Liu, Qiang},
year = {2022},
url = {https://github.com/ZacharyJia/opsdn/blob/master/opsdn-technical-report.pdf}
}
@misc{ns3,
title = {ns-3: a discrete-event network simulator for {I}nternet systems},
year = {2022},
month = jun,
journal = {NS3 Network Simulator},
howpublished = {https://www.nsnam.org/},
langid = {english},
note = {Accessed on 02.22.2023}
}
@inproceedings{omnetpp,
title={The OMNET++ Discrete Event Simulation System},
author={Andr{\'a}s Varga},
year={2001},
booktitle = {Proceedings of the European Simulation Multiconference (ESM2001)},
address = {Czech Republic},
articleno = {9},
}
@inproceedings{zavrak2017feature,
title={A feature-based comparison of SDN emulation and simulation tools},
author={Zavrak, S and Iskefiyeli, M},
booktitle={Proc. Int. Conf. Eng. Technol.(ICENTE)},
pages={214--217},
year={2017}
}