-
Notifications
You must be signed in to change notification settings - Fork 0
References
dhellstern edited this page Dec 6, 2021
·
4 revisions
| Citation | |
|---|---|
| 1 | Analysis on the Effect of Prefix Hijacking Attack and Internet Hierarchy. (n.d.). Retrieved September 11, 2021, from https://www-computer-org.cobalt.champlain.edu/csdl/proceedings-article/cit/2012/4858a375/12OmNBIWXCy |
| This helps highlight one of the major security issues on the internet, and even on DN42 | |
| 2 | Du, X. (2004). Toward efficient distributed network monitoring. 87–94. https://doi.org/10.1109/PCCC.2004.1394950 |
| This will be interesting for understanding how to monitor and administer DN42 at scale | |
| 3 | Dutt, D. (2017). BGP in the Data Center (1st edition) [Electronic resource]. O’Reilly Media, Inc. https://learning.oreilly.com/library/view/-/9781491983416/?ar |
| This will help me understand smaller deployments of BGP and how it works in a less internet-style network | |
| 4 | Goldberg, S. (2014). Why Is It Taking So Long to Secure Internet Routing? Communications of the ACM, 57(10), 56–63. https://doi.org/10.1145/2659899 |
| This helps describe some of the adoption issues for BGP RPKI | |
| 5 | He, G., Su, W., Gao, S., & Yue, J. (2020). Securing Route Origin Authorization with Blockchain for Inter-Domain Routing. 2020 IFIP Networking Conference (Networking), Networking Conference (Networking), 2020 IFIP, 504–508. |
| While not something I'll implement, this highlights a major shortcoming in protecting BGP | |
| 6 | Mackey, S., Mihov, I., Nosenko, A., Vega, F., & Cheng, Y. (2020). A Performance Comparison of WireGuard and OpenVPN. Proceedings of the Tenth ACM Conference on Data and Application Security and Privacy, 162–164. https://doi.org/10.1145/3374664.3379532 |
| This will be useful for choosing VPN technologies to use | |
| 7 | van Beijnum, I. (2002a). BGP (1st edition) [Electronic resource]. O’Reilly Media, Inc. https://learning.oreilly.com/library/view/-/9780596002541/?ar |
| This resource will be useful as a reference and a way to learn BGP | |
| 8 | Shrishak, K., & Shulman, H. (2021). Privacy Preserving and Resilient RPKI. ArXiv:2102.02456 [Cs]. http://arxiv.org/abs/2102.02456 |
| This resource explains a major issue with RPKI, how it can be misused for censorship, and how to solve the issues | |
| 9 | Anjum, B. (2019). An interview with Jason Ernst: Incentives of a decentralized networking infrastructure. Ubiquity, 2019(April), 2:1-2:6. https://doi.org/10.1145/3326535 |
| This is a discussion on the advantages of distributed networking, in the setting of mobile mesh networks | |
| 10 | Lin, P., Bi, J., & Hu, H. (2014). Internetworking with SDN using existing BGP. Proceedings of The Ninth International Conference on Future Internet Technologies - CFI ’14, 1–2. https://doi.org/10.1145/2619287.2619308 |
| This is a practical explanation of how legacy networks compare to SDN when doing internetworking using BGP | |
| 11 | Home. (n.d.). https://dn42.eu/history/Home |
| This contains the history of modifications to the homepage of the DN42 wiki, used as context for how old the project is | |
| 12 | Home—Hackerspaces. (n.d.). Retrieved December 5, 2021, from https://dn42.eu/Home#why-dn42_connect-hackerspaces |
| This documents DN42's use not just as a learning tool, but also within hackerspace communities | |
| 13 | kernel/git/torvalds/linux.git—Linux kernel source tree. (n.d.). Retrieved December 5, 2021, from https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=bd2463ac7d7ec51d432f23bf0e893fb371a908cd |
| This commit marks the point at which Wireguard was merged into the mainline Linux kernel | |
| 14 | Larabel, M. (2018, June 30). US Senator Recommends Open-Source WireGuard To NIST For Government VPN. Phoronix. https://www.phoronix.com/scan.php?page=news_item&px=WireGuard-Senator-Recommends |
| This news article is used to emphasize my choice in protocols in the Background and History essay | |
| 15 | RFC 823. (1982, September). https://datatracker.ietf.org/doc/html/rfc823 |
| This and the below RFCs are used as references for the Background and History essay | |
| 16 | RFC 904. (1984, April). https://datatracker.ietf.org/doc/html/rfc904 |
| 17 | RFC 1058. (1988, June). https://datatracker.ietf.org/doc/html/rfc1058 |
| 18 | RFC 1075. (1988, November). https://datatracker.ietf.org/doc/html/rfc1075 |
| 19 | RFC 1105. (1989, June). https://datatracker.ietf.org/doc/html/rfc1105 |
| 20 | RFC 1163. (1990, June). https://datatracker.ietf.org/doc/html/rfc1163 |
| 21 | RFC 1267. (1991, October). https://datatracker.ietf.org/doc/html/rfc1267 |
| 22 | RFC 1701. (1994, October). https://datatracker.ietf.org/doc/html/rfc1701 |
| 23 | RFC 1826. (1995, August). https://datatracker.ietf.org/doc/html/rfc1826 |
| 24 | RFC 1827. (1995, August). https://datatracker.ietf.org/doc/html/rfc1827 |
| 25 | RFC 1853. (1995, October). https://datatracker.ietf.org/doc/html/rfc1853 |
| 26 | RFC 2637. (1999, July). https://datatracker.ietf.org/doc/html/rfc2637 |
| 27 | RFC 4271. (2006, January). https://datatracker.ietf.org/doc/html/rfc4271 |
| 28 | The History of Border Gateway Protocol—Datapath.io. (2020, October 29). https://web.archive.org/web/20201029233343/https://datapath.io/resources/blog/the-history-of-border-gateway-protocol/ |
| This documents a detailed history of BGP, used in the Background and History to show how routing protocols have developed |