Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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"

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.