Skip to content

Instantly share code, notes, and snippets.

@sushant-hiray
Last active August 29, 2015 14:00
Show Gist options
  • Save sushant-hiray/d29dd156fd4a22ef20e9 to your computer and use it in GitHub Desktop.
Save sushant-hiray/d29dd156fd4a22ef20e9 to your computer and use it in GitHub Desktop.

Revisions

  1. sushant-hiray revised this gist Apr 30, 2014. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions OpenFlow.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    White Paper on Open Flow
    ========================
    > As researchers, how can we run experiments in our campus networks?
  2. sushant-hiray renamed this gist Apr 30, 2014. 1 changed file with 0 additions and 8 deletions.
    8 changes: 0 additions & 8 deletions Summary.md → RoadToSDN.md
    Original file line number Diff line number Diff line change
    @@ -8,11 +8,3 @@ Current Scenario: Network administrators typically configure individual network
    * SDN consolidates the control plane, so that a single software control program controls multiple data-plane elements. SDN consolidates the control plane, so that a single software control program controls multiple data-plane elements.

    The second point uses certain well defined API's: OpenFlow is an example of such API's.





    White Paper on Open Flow
    ========================
    > As researchers, how can we run experiments in our campus networks?
  3. sushant-hiray revised this gist Apr 30, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Summary.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ The Road to SDN

    Current Scenario: Network administrators typically configure individual network devices using configuration interfaces that vary between vendors—and even between different products from the same vendor. Although some network-management tools offer a central vantage point for configuring the network, these systems still operate at the level of individual protocols, mechanisms, and configuration interfaces. This mode of operation has slowed innovation, increased complexity, and inflated both the capital and the operational costs of running a network.

    ##SDN Approaches
    ###SDN Approaches
    * SDN separates the control plane (which decides how to handle the traffic) from the data plane (which forwards traffic according to decisions that the control plane makes).
    * SDN consolidates the control plane, so that a single software control program controls multiple data-plane elements. SDN consolidates the control plane, so that a single software control program controls multiple data-plane elements.

  4. sushant-hiray created this gist Apr 30, 2014.
    18 changes: 18 additions & 0 deletions Summary.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    The Road to SDN
    ===============

    Current Scenario: Network administrators typically configure individual network devices using configuration interfaces that vary between vendors—and even between different products from the same vendor. Although some network-management tools offer a central vantage point for configuring the network, these systems still operate at the level of individual protocols, mechanisms, and configuration interfaces. This mode of operation has slowed innovation, increased complexity, and inflated both the capital and the operational costs of running a network.

    ##SDN Approaches
    * SDN separates the control plane (which decides how to handle the traffic) from the data plane (which forwards traffic according to decisions that the control plane makes).
    * SDN consolidates the control plane, so that a single software control program controls multiple data-plane elements. SDN consolidates the control plane, so that a single software control program controls multiple data-plane elements.

    The second point uses certain well defined API's: OpenFlow is an example of such API's.





    White Paper on Open Flow
    ========================
    > As researchers, how can we run experiments in our campus networks?