Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lampwins/thesis
Research work for my M.S. in CS thesis, a.k.a. "really bad but functional code"
https://github.com/lampwins/thesis
Last synced: 27 days ago
JSON representation
Research work for my M.S. in CS thesis, a.k.a. "really bad but functional code"
- Host: GitHub
- URL: https://github.com/lampwins/thesis
- Owner: lampwins
- Created: 2018-04-10T02:09:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T05:58:57.000Z (over 6 years ago)
- Last Synced: 2024-12-05T18:47:25.810Z (about 1 month ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Thesis
### Improving Network Protocol Uptime During Upgrades Through Component Containerization
Research work for my M.S. in CS thesis, a.k.a. "really bad but functional code"The idea is to come up with an architecture for a dissagregated NOS which is built on top of containerized services. The theory is this approach allows us to upgrade individual components of the system without taking the entire NOS down. The paper explores this idea from the context of protocol downtime. Specifically, our measured variable is the downtime of a simple BGP implementation during a rolling four host upgrade of the BGP service.