Skip to content
Snippets Groups Projects
01-introduction.md 2.17 KiB
Newer Older
  • Learn to ignore specific revisions
  • Manuel Kieweg's avatar
    Manuel Kieweg committed
    # Introduction
    Lorem ipsum at nusquam appellantur his, labitur bonorum pri no [@dueck:trio]. His no decore nemore graecis. In eos meis nominavi, liber soluta vim cu. Sea commune suavitate interpretaris eu, vix eu libris efficiantur.
    
    ## Motivation
    
    ## Overarching Project Goals
    
    * Keep It Simple, Stupid (KISS)
    
    * Reuse existing technologies bits wherever possible if those are stable, i.e., documented, maintained etc,  on a long time scale
    
    Manuel Kieweg's avatar
    Manuel Kieweg committed
    * Integrate state-of-the-art technologies and methodologies
    * Automate almost everything right from the beginning
    
    * Document, Document, Document
    
    Manuel Kieweg's avatar
    Manuel Kieweg committed
    * be an excellent citizen: test, test, test
    
    * no hacks! 
    
    Manuel Kieweg's avatar
    Manuel Kieweg committed
    
    Some unsorted thoughts the be ordered yet:
    
    * Storage of information in some external database, make use of database features, e.g., for state replication
    * eye towards web-technologies/features, such as externalisation of state
    * one API to "talk"  administratively to the network controller
    * core of controller should be kept simple/lean, i.e., just the basic primitives
    * core should be extended by modules to add functionality beyond basics
    * modules should be loaded (or unloaded) during runtime of the controller core
    
    Manuel Kieweg's avatar
    Manuel Kieweg committed
    
    
    ## Use Cases to be considered
    
    The development of a general purpose SDN controller is not the primary goal at this early stage of the project.
    Instead there are two use cases to be considered in the implemenation works that are currently ongoing:
    * Primary: optical domain SDN-controller for the CoCSN project
    * Secondary: SDN-controller for our local labs to manage an Ethernet-based lab environment
    
    
    ## Structure of this Memo
    
    This memo starts with this introduction that sets the stage for the theoretical underpinings of the SDN-controller
    and the acutal implementation (and the various choice for this). Chapter 2 discusses the related work and chapter 3
    outlines the theoretical foundations related to the control of networks and their relation to SDN. Chapter 4 uses
    the output of Chapter 3 to define the conceptual design of the goSDN controller and some discussions about the pro
    and cons of conceptual design. Chapter 5 describes the actual design of the current goSDN implementation and is 
    meant to be a compendium for the source code.