DIVIDE AND CONQUER: Partitioning OSPF networks with SDN
|
|
|
- Cleopatra Thompson
- 10 years ago
- Views:
Transcription
1 DIVIDE AND CONQUER: Partitioning OSPF networks with SDN Marcel Caria, Tamal Das, and Admela Jukan Technische Universität Carolo-Wilhelmina zu Braunschweig {m.caria, t.das, Marco Hoffmann NOKIA arxiv:11.566v1 [cs.ni] 1 Oct 1 Astract Software Defined Networking (SDN is an emerging network control paradigm focused on logical centralization and programmaility. At the same time, distriuted routing protocols, most notaly OSPF and IS-IS, are still prevalent in IP networks, as they provide shortest path routing, fast topological convergence after network failures, and, perhaps most importantly, the confidence ased on decades of reliale operation. Therefore, a hyrid SDN/OSPF operation remains a desirale proposition. In this paper, we propose a new method of hyrid SDN/OSPF operation. Our method is different from other hyrid approaches, as it uses SDN nodes to partition an OSPF domain into su-domains therey achieving the traffic engineering capailities comparale to full SDN operation. We place SDN-enaled routers as sudomain order nodes, while the operation of the OSPF protocol continues unaffected. In this way, the SDN controller can tune routing protocol updates for traffic engineering purposes efore they are flooded into su-domains. While local routing inside su-domains remains stale at all times, inter-su-domain routes can e optimized y determining the routes in each traversed su-domain. As the majority of traffic in non-trivial topologies has to traverse multiple sudomains, our simulation results confirm that a few SDN nodes allow traffic engineering up to a degree that renders full SDN deployment unnecessary. I. INTRODUCTION Distriuted IP routing protocols, like OSPF or IS-IS, have worked consistently and predictaly in the current Internet and have proven their reliale operation over time. Software Defined Networking (SDN, on the other hand, is a new networking paradigm ased on a logically centralized and programmale control plane, that has gained a lot of attention recently. In fact, most network equipment vendors have announced the intention to uild devices that support the OpenFlow protocol, the de facto SDN messaging standard, or have already released OpenFlow-capale products [1]. Migrating to a fully SDN-enaled operation is however not without issues and new costly investments. In fact, ISPs are still reluctant regarding the change of the control plane paradigm in their networks from distriuted to centralized, as distriuted routing protocols operate consistently and predictaly over years, efficiently control real life conditions, and relialy re- Fig. 1: Partitioning OSPF with SDN: LSA flooding is limited y SDN nodes, and each SDN participates in the OSPF protocol of their corresponding su-domains. cover from network failures. A migration to SDN, on the other hand, requires new hardware, new tools, and new expertise for network administrators, while SDN still fights with some hard-to-kill scalaility preconceptions []. It is therefore no surprise that a lot of work has recognized the importance of the so-called SDN/OSPF hyrid networking paradigm [3] [6] and many OpenFlow devices support a hyrid mode. In the current approaches, the SDN nodes uild their regular forwarding tales from OSPF, while the SDN controller can insert higher priority rules (also with more sophisticated matching parameters. In this paper, we propose a new method for SDN/OSPF hyrid networking. Our method is fundamentally different from any previous work as we partition the initial OSPF domain with SDN nodes into su-domains, such that routing protocol updates for inter-su-domain paths can e overridden at SDN order nodes y the SDN controller, e.g., for traffic engineering purposes. This requires that neighoring su-domains are connected only via SDN nodes and do not have any direct links otherwise. The advantage of our idea over other hyrid approaches is that our partitioning method can e implemented into an operational OSPF network y operating the SDN nodes
2 initially (i.e., during the migration in plain OSPF mode. It follows that the SDN nodes in our scheme elong to all su-domains to which they are connected. Figure 1 illustrates the idea. When all su-domain order nodes are replaced with SDN-enaled devices and an optimized routing has een determined, the SDN nodes start the update process in the individual su-domains y flooding routing updates that are individually tuned per su-domain. Our method capitalizes on the advantages of distriuted routing protocols y letting the routing inside each su-domain e ased on OSPF solely so that it remains unchanged and stale at all times. At the same time, inter-su-domain routes can e optimized y determining the routes in each traversed su-domain. As the majority of traffic in non-trivial topologies has to traverse multiple sudomains, our simulation results confirm that a few SDN nodes allow traffic engineering up to a degree that renders the full SDN deployment unnecessary. The rest of the paper is organized as follows: Section II discusses the related work and Section III presents the network architecture. The mathematical model of the traffic engineering logic is presented in Section IV. Section V presents the performance study and Section VI the conclusions. II. RELATED WORK Our method appears similar to the partitioning of an OSPF domain into so-called OSPF areas [7], however the use is different, as OSPF areas are used to simplify the administration of large topologies and to reduce the amount of protocol traffic. Our intention is also different, as we partition the OSPF domain to allow SDN-ased traffic engineering y controlling the routes of inter-su-domain traffic. The SDN/OSPF hyrid networking paradigm has een previously analyzed and explained to a great deal in [3] [6]. For the capaility of the SDN controller to insert higher priority rules into the forwarding tales, this has also een coined as policy ased routing on steroids [8]. The topology-ased hyrid SDN model y Vissicchio et al. in [9] differs from the other approaches in this respect, and is interesting to us, as it partitions the network into zones, wherey each node elongs to one zone only. However, the zone approach is different from our concept of su-domains, as a zone is defined as a set of interconnected nodes controlled y the same paradigm (i.e., SDN or OSPF. In contrary, a su-domain in our approach is a sugraph of OSPF routers, while the SDN nodes participate in the OSPF. There are other architectural solutions for traffic engineering (TE, most prominently MPLS. However, we argue that unlike our method, MPLS requires a full deployment in the entire topology and it adds another architectural layer to the network (including its overhead in the data plane. Only a full migration to SDN would actually provide equal performance in terms of TE. Both solutions however, i.e., MPLS and SDN, assume the previously mentioned change to the centralized control plane paradigm. In contrast to these solutions, our method relies mainly on OSPF, while optimized routes are injected into the regular protocol operation y individually tuned routing protocol updates. Our results also show that our method requires relatively few SDN nodes to achieve the same traffic engineering capaility to the one with the full MPLS or SDN deployment. Finally, an intuitively similar approach would e to partition the initial OSPF domain and connect the su-domains with BGP, while BGP can then e used for load alancing, like shown in [1]. The degree of freedom here regarding routing optimizations are in fact similar to what our method can offer. However, our method does not require the partitioning of the initial routing domain into multiple autonomous systems and provides a clean separation from the BGP setup that operative WANs have already in place. III. NETWORK MANAGEMENT ARCHITECTURE We propose an SDN/OSPF hyrid network management susystem, with a TE scheme applicale to a single OSPF routing domain. A routing update is referred to as Link State Advertisement (LSA and an OSPF router participating in the protocol distriutes all its topological information y flooding LSAs throughout the entire network. Figure depicts the assumed Layer 3 network management architecture. As it can e seen, the actual network includes oth OSPF and SDN routers. The SDN nodes are connected to the SDN controller and the proposed network management susystem, referred to as Hyrid Network Manager (HNM, uses the controller s northound API. As our partitioning-ased method requires some sort of all-knowing centralized control intelligence, we consider the implementation as a sort of network application on top of the SDN controller. Because the OSPF protocol advertisements are essential here, the used SDN controller must e configurale to simply forward (without any processing all LSAs received y the SDN nodes to the HNM, as well as to simply forward the LSAs generated y the HNM to the SDN nodes. 1 Hyrid Network Manager: To gather all the data relevant to Traffic Engineering (i.e., topology, SDN node placement, traffic, and routing, we assume that the HNM implements a Network Information Access Interface that has comprehensive access to various functions and data in the OpenFlow controller, and preprocesses and does the re-formating of this data for the TE Engine, as well as it extracts the routing information from the received LSAs. The Traffic Engineering Engine (depicted as TE Engine lock in Figure is our main module inside the HNM, which
3 A authentic LSA T tuned LSA OSPF Netflow SNMP OpenFlow A T Hyrid Network Manager Netw. Inform. Access Interf. Topology Traffic OSPF Routing SDN Routing A Other Apps Data Network Applications Northound APIs (Rest Controller Platform Protocol Plugins TE Engine Partitioning Logic Load Balancer LSA Generator Instr. T HNM Data other protocols Fig. : The network architecture proposed Instructions OpenFlow Controller is used to determine the optimum routing ased on the provided data. This module is aware of the OSPF topology partitioning, optimizes the inter-su-domain routing for load alancing, and computes the according (tuned OSPF link metrics that will e flooded as LSAs into the individual su-domains. The TE Engine then passes on the computed routes to the SDN controller s Controller Platform (shown inside the OpenFlow controller and forwards the LSAs to the corresponding SDN routers. SDN Integration into an OSPF network: Let us assume a single domain and single area OSPF network. Assuming that a few OSPF routers have een replaced y the SDN-enaled devices, the first step for integration into an OSPF networks is to configure the SDN nodes to operate autonomously in the OSPF mode. When the proposed control and management architecture is fully deployed (i.e., the HNM is operating on top of the SDN controller, the su-domain order nodes can e switched over to SDN mode. From this time on, the SDN nodes send the authentic LSAs (depicted as the lack packets marked with an A received from their OSPF neighors to the HNM, where they are processed. During the following initialization phase, the HNM is not altering any routing and replies with LSAs according to regular OSPF operation. This phase is used y the HNM to gather all required topology and routing information from the SDN controller and the LSAs received from the OSPF routers. This also involves the logical partitioning of the single OSPF domain into su-domains depending on the SDN node placement. When the initialization phase is completed (i.e., when the HNM has all data availale, the HNM switches over to the load alancing (or, TE phase, in which it computes the optimum routes that are then translated into link metrics for the tuned LSAs (depicted as the red packets marked with a T. The HNM computes LSAs for load alancing individually depending on the su-domain and the advertising order node. It then forwards these LSAs via the OpenFlow channel to the corresponding SDN nodes, which distriute them in the corresponding sudomain via flooding. 3 SDN Node Placement: To enale the separation of the OSPF domain into distinct su-domains, a few SDN-enaled routers must e placed in strategic positions in the network, such that their removal partitions the topology into disconnected components. Oviously, the way the network is clustered into sudomains is determined solely y the operator s choice of nodes that will e exchanged with SDN nodes, i.e., the su-domains are determined only once in the eginning and can e changed only y adding new or changing the position of existing SDN nodes. In graph theory parlance, this means that the SDNenaled routers must constitute one or multiple vertex separators. An example of how to partition a topology is shown in Figure 1, where it can e seen that the removal of any two SDN nodes separates the topology into two disconnected sugraphs. Evidently, the SDNenaled nodes have to e placed at the weak points of the topology from a network reliaility perspective. However, it is one of the strengths of our hyrid scheme that in case of a failing su-domain order node, OSPF takes care of finding alternative paths via other order nodes. We control the routing of intersu-domain flows only y determining which order node is preferred over the others (y the advertised link metrics, and in case that preferred node fails, the next least cost route via a different order node is automatically used. It should e noted that the partitioning we use in this paper is rather simplistic: For a given numer of SDN-enaled routers, we chose those nodes to e replaced that result in the partitioning with the maximum numer of inter-su-domain flows in the network. Better partitioning strategies are in fact likely to yield etter results (outside the scope here. LSA Tuning: The partitioning of the OSPF area allows to advertise routing updates customized per su-domain, which in turn enales to control the routing of traffic flows etween the su-domains. It should e noted that the OSPF routing of su-domaininternal traffic is not affected at all. Figure 3 depicts how LSA altering can e used to change the routing: The first su-figure shows the original OSPF network and how the two SDN-enaled nodes x and y are used to partition the domain into two distinct sudomains (containing the nodes {a,, x, y} in the here considered su-domain, in which we oserve the routing changes, and nodes {c, d, x, y} in the other sudomain respectively. The second su-figure shows how paths can e controlled, when only the su-domain-
4 1 Original OSPF Network Altered Link Metrics 3 Altered Topology considered su-domain y d 1 OSPF node IP link a x c x y d considered su-domain 97 SDN node a x c added (logical IP link 5 y d considered su-domain a x c 5 original link metric tuned link metric Fig. 3: Altering the advertised routing information external link metrics are altered (e.g., y changing them to the red numers efore LSAs are flooded into the considered su-domain. The third su-figure shows the more powerful control method, where even the advertised topology is altered (i.e., new logical links can e advertised or existing links can e hidden. The corresponding routing paths for inter-su-domain flows are shown in Tale I, grouped in locks according to the used LSA modification. It can e seen in Tale I that y altering the link metrics in the LSAs efore eing flooded to nodes a and according to the way depicted in second sufigure of Figure 3, flows a d and c change their routes so that the link etween a and is relieved and the load on the link etween c and d increases instead. This poses just a slight modification, which might come in handy when link a is overloaded while link c d provides enough spare capacity. The third su-figure of Figure 3 shows the possile routing changes, when even topology information is altered in the flooded LSAs: y advertising the non-existing links y c and x d, oth with low link metrics, all traffic for c exits the upper su-domain via node y and all traffic for d exits via x (like shown in the third lock in Tale I, which wouldn t e possile only y altering link metrics of existing links. IV. LOAD BALANCER MODEL FOR TE We now present the Integer Linear Programming (ILP model used for the load alancer in our TE engine. All parameters and variales used are listed in Tale II. We assume that all OSPF paths inside sudomains (including their accumulated link metrics are constant and known. It should e noted that the novelty of the routing scheme in our model requires newly defined constraints on routing which makes the model rather unique and challenging: While OSPF paths must e alternated with SDN links, SDN links LSAs Traffic Flow Routing Path Original a c a d c d a x c a y d a x c y d a c a x c Altered a d a x c d Link Metrics c y d c d y d a c a y d c Altered a d a x c d Topology c y d c d a x c d TABLE I: Routing of inter-su-domain flows in Figure 3 depending on the advertised routing information alone can e concatenated aritrarily, like shown in the flowchart of Figure. The routing constraints: A valid routing path according to our method is a comination of OSPF paths and SDN links, see the flowchart of Figure. Note that our notion of the terms OSPF path and SDN link differs from the intuitive usage. We define an SDN link as a directional link etween two nodes, whereas the source of the link has to e an SDN node and the destination of the link can e any (SDN or OSPF neighoring node. An OSPF path, on the other hand, is defined as the unique least cost path (wherey the mechanisms like Equal Cost Multi Path are not considered etween a (non-sdn OSPF node and any other (SDN or OSPF node within the same su-domain, which also does not traverse any SDN link (like defined previously. To illustrate this definition: the directional link from an SDN node to any of its neighors can e used as an SDN link, while the same can not e part of any OSPF path. Figure shows an example network with the routing scheme proposed. The source node S has exactly one least cost path to each SDN order node (X and Y in Su-Domain 1. Thus, the route from S to D starts either with OSPF path P 1 or P, depending on the cost metric for the routing to D advertised y X and Y. The next element in the route to D is an SDN link. As an SDN node s flow tale can e aritrarily configured, e.g., for packets matching source addresses of traffic from S and destination addresses of traffic to D, we see that P 1 can e continued with SDN links L1, L or L3. In fact, P 1 can e continued even with SDN links L1 and L successively, wherey we d like to note the self loop of the SDN link ox in the flowchart: Because forwarding in SDN nodes is aritrarily configurale and not constraint y OSPF, SDN links can e concatenated aritrarily. Arriving at any of the two first OSPF nodes (node a or node in Su-Domain, we have no choice for the next element
5 Source Flowchart OSPF Path SDN Link Destination S P1 P X L1 Y Routing Scheme L a P3 P Su-Domain 1 Su-Domain Z D c P5 Su-Domain 3 SDN Node OSPF Node L P3 SDN Link OSPF Path OSPF Su-Domain Fig. : Constraints on routing Parameter N L L sdn SD P F F Y λ f src(x, n dst(x, n tr(p, l C l u l lsa(k, p el(k, α Variale R x(f LSA k (d U l Cost l set of all nodes Meaning set of all links / all SDN links set of all OSPF su-domains set of all OSPF paths (like defined set of all traffic flows / all traffic flows crossing su-domain orders set of linear cost functions traffic demand of flow f inary: 1 if node n is the source of entity x (which can e a link, a path, or a flow, and otherwise inary: 1 if node n is the destination of entity x, and otherwise inary: 1 if OSPF path p traverses link l, and otherwise capacity of link l utilization of link l caused y all intra-su-domain flows traversing l inary: 1 if the advertisement of link metrics according to LSA set k allows usage of path p, and otherwise inary: 1 if the LSA set k elongs to su-domain α, and otherwise Meaning inary: 1 if OSPF path or SDN link x is used for flow f, and otherwise inary: 1 if LSA set k is advertised for destination d, and otherwise utilization of link l utilization cost of link l TABLE II: Summary of Notation to add to our route to the destination, ecause each of the two nodes has only a single OSPF path to order node Z. Finally, Z can then e configured to forward the packets directly via link L6 to D, or in case of congestion on that link, forward the packets via L5 to OSPF node c, from where the packets have to take the OSPF path to the destination. To assure in our ILP model that there is a valid routing path for each flow, we first require that exactly one forwarding entity (i.e., an OSPF path or an SDN link, which connects to the source node of the said flow, is used. In other words, routing has to start at the source of the flow: f F, n N with src(f, n = 1 : src(p, n R p (f + src(l, n R l (f = 1 p P l L sdn We require the same for the end of the routing path, i.e., routing has to end at the destination of the flow: f F, n N with dst(f, n = 1 : dst(p, n R p (f + dst(l, n R l (f = 1 p P l L sdn Common routing models require only a single routing continuity constraint, ut like shown in the flowchart of Figure, our model allows two different entities for routing (shown as the intermediate states OSPF path and SDN link. Thus our model requires two different routing continuity constraints for intermediate nodes n. First, we demand that the usage of an OSPF path for the routing of a certain flow always requires the susequent usage of an SDN link (or the node at the end of that OSPF path is already the destination of the said flow: f F, p P, n N with dst(p, n = 1 : R p (f dst(f, n = l L sdn R l (f src(l, n Likewise, we demand that the usage of an SDN link for the routing of a certain flow always requires the susequent usage of another SDN link or alternatively an OSPF path, unless the node at the end of the initial SDN link is already the destination of the said flow: f F, l L sdn, n N with dst(l, n = 1 : R l (f dst(f, n = R m (f src(m, n + R p (f src(p, n m L sdn p P The routing continuity constraints so far may appear to provide a valid routing, however, they do not prevent routing loops like shown in Figure 5. (Please note that it is not distinguished etween the two entities OSPF path and SDN link in Figure 5, as the descried prolem is of general nature when routing continuity is modeled in ILPs. While the only valid path from
6 S 1 3 Fig. 5: Routing loop S to D is oviously S 1 3 D, the inconsistent routing shown as red dotted arrows is conform to all routing continuity constraints so far: Routing starts at the source (S, at every intermediate node where routing leads to, there is a susequent node unless we reach the destination ( 1, and, and the destination is reached ( D. The solution is to demand that for each flow, any intermediate node can e traversed at most once, which we model with the following constraint: f F, n N with src(f, n = dst(f, n = : ( R l (f src(l, n + dst(l, n + l L sdn ( R p (f src(p, n + dst(p, n p P This assures that the intermediate node n, if used for flow f, has not more than two routing entities of f in sum that enter and exit the node. Additionally, we need to demand that the source and destination nodes never appear as intermediate nodes along the routing path to avoid loops containing source or destination: f F, s, d N with src(f, s = dst(f, d = 1 : ( R l (f dst(l, s + src(l, d + l L sdn ( R p (f dst(p, s + src(p, d = p P Finally, we need to constrain that routing through SDN order nodes has to e consistent with the advertised link metrics. This means that for a given su-domain α and for a given su-domain-external destination node d, we require the usage of a set of link metrics (to e advertised y the SDN nodes in su-domain α which is consistent with all used OSPF paths from any su-domain-internal source node to that destination d: p P, f F, d N with dst(f, d = 1 : R p (f k LSA k (d lsa(k, p With this constraint we assure that OSPF path p is used to route flow f only if the usage is consistent with the advertised set of LSAs for the destination of D f. Finally, as we demand that only a single set of LSAs per su-domain is advertised per su-domainexternal destination, we also constrain that d N, α SD : LSA k (d el(k, α = 1 k The lsa and el parameters used in the last two constraints are entirely pre-computed, and determining all valid cominations of OSPF paths for which there has to exist a distinct set of link metrics is computationally complex. In our first ILP model, we had the link metrics advertised y SDN nodes for every single destination as variales, which is straightforward. This, however, turned out to e computationally too expensive even for small network sizes. For space reasons, we can not explain the algorithm that generates the used lsa parameter, ut assume here that it is computed efficiently and is availale in the model. Load alancing as ojective function: The purpose of the used Traffic Engineering scheme is to load alance the network, that is to increase the headroom of the links so that a sudden surge in traffic and large flows are unlikely to congest the network. Therefore, we first define the utilization of a link y l L : U l = u l + f F λ f C l ( R l (f + p P R p (f tr(p, l which adds the utilization of each flow (i.e., f s demand divided y l s capacity that is routed y our load alancer via l to the utilization caused y all intersu-domain (i.e., plain OSPF flows. We now need to define a load alancing ojective and there exist various approaches in the literature: The minimization of the maximum link utilization is one of the common models. However, it was discussed in [11] that this approach has issues with unavoidale ottlenecks: In case of a heavy loaded link that can not e relieved during the optimization, the ojective to minimize the maximum link utilization doesn t load alance less loaded links at all. This can e avoided with a cost (i.e., penalty function that increases exponentially with the link utilization. Every link can then e associated with a cost according to its utilization and the ojective of the optimization would e to minimize the total cost in the entire network. As ILP models require linear constraints, an exponentially increasing cost function must e emulated with a piecewise linear function (i.e., with a concatenation of straight lines, like proposed in [11]. The set Y of functions {y, y 1,...} that we used in this paper is shown in Figure 6, and the intention ehind it is as follows. Our ISP prefers to route flows over links with utilization elow 6%, and therefore, links with utilization 6% generate zero cost. The closer the link utilization gets to %, the more sensitive the link gets to traffic
7 Utilization Cost valid region ojective function % 1% % 3% % 5% 6% 7% 8% 9% % Link Utilization Fig. 6: Emulation of an exponential cost increase with a piecewise linear function i a TABLE III: Parameters of the used linear cost functions ursts that could cause congestion. The straight lines of Y are fixed such that each of them constitutes the lower ound of the valid cost region for a 5% section on the x-axis, and the gradient doules stepwise. The link utilization is evidently ounded y % and % and we constrain the utilization cost for each link to e greater equal than all cost functions. The resulting valid solution space is depicted in Figure 6. The set Y of linear cost functions was therefore defined as zero cost zone y i (U l = a U l with values a and given in Tale III. We accordingly constrain the link utilization cost with: l L, y i Y : Cost l y i (U l Finally, the ojective function is simply: Minimize Cost l l L V. PERFORMANCE EVALUATION For our performance analysis, we used the Atlanta and Polska topologies from the SNDli lirary [1]. Figure 7 shows our resulting graphs, which are the histograms of link utilization, defined as the frequency of the occurrence of a particular link utilization value. Three SDN nodes have een placed according to the heuristic that was explained in Section III, i.e., we chose the nodes providing the maximum numer of inter-su-domain flows. This resulted in a partitioning (also depicted in Figure 7 of the Atlanta network into y 8 y 7 y 6 y 5 y y 3 y y 1 y four su-domains, whereas three SDN nodes in the Polska network partition the topology into two sudomains. The experiments in oth topologies were conducted as follows: For each individual experiment (the results shown are averaged over hundred trials we initially used the unpartitioned network and assigned uniform link metrics and determined the OSPF least cost paths, which resulted in minimum hop count routing. We then assigned uniformly distriuted demands in the range of 1 Git/s to 7 Git/s to the traffic flows and determined the link loads resulting from the traffic demand and the routing. After that we assigned link capacities greater equal the link loads and assumed that links are availale in the following granularity: 1 Git/s, Git/s, Git/s, and Git/s. The resulting utilization of links clearly covers a wide range and was used for the OSPF plot in oth histograms in Figure 7, which serves as a kind of worst case distriution, as no load alancing is performed. To generate the results for our hyrid SDN/OSPF load alancing scheme, we partitioned the network into su-domains and deleted all OSPF paths from the parameter set P that are not consistent with our definition in Section IV, i.e., the paths across su-domain orders. That scenario was used in each experiment run as input parameters along with the mathematical model explained in Section IV, which then was optimzed on an Intel Core i7-393k CPU (6 x 3. GHz using the GUROBI solver. A single experiment run took on average less than three minutes. The results of the load alancing scheme is shown as the Hyrid plot in oth histograms of Figure 7. The utilization cost function is superimposed in oth histograms (the Cost plot to highlight how smoothly the load distriution of our scheme mirrors the cost function in the range aove 8% link utilization. The improvement through load alancing (i.e., the re-routing of flows from highly utilized links is marked as shaded area and demonstrates the performance of the proposed TE mechanism. As we can see, the link utilizations of 85% and aove occur rarely, while a couple of such heavily loaded links are common in the plain (non-load-alanced OSPF case. We can also see the occurrence of links utilized aove 95% in the OSPF scheme, whereas our proposed load alancing scheme can prevent congestion in the majority of cases. To show the upper ound on traffic engineering (i.e., the est case link utilization distriution, we also computed the optimal routing without any OSPF constraints in each experiment run and added this as the Full TE plot in oth histograms. This graph shows the distriution when full TE capailities are deployed in the network, as if MPLS or OpenFlow was availale at every node. It can e seen that the advantage is marginal, which indicates that even a small numer of
8 Frequency 3,5 3,5 1,5 1,5 OSPF Hyrid Full TE Cost Atlanta % 1% % 3% % 5% 6% 7% 8% 9% % zero cost zone Link Utilization Improvement Cost Frequency 3,5 3,5 1,5 1,5 OSPF Hyrid Full TE Cost Polska % 1% % 3% % 5% 6% 7% 8% 9% % zero cost zone Link Utilization Improvement Cost Fig. 7: Results SDN-enaled routers can enale almost full TE capaility. The savings in accumulated link utilization cost (according to the cost function defined in Section IV in relation to un-alanced traffic in the plain OSPF case is shown in Tale IV. Here we can oserve some topological differences. The results of our scheme are much closer to the optimum in the Atlanta network than in the Polska network. This reflects the fact that Atlanta network was partitioned into four (instead of only two su-domains, which results in a lot more traffic flows that have to cross su-domain orders, and accordingly more options to traffic engineer the highly utilized links. topology can e partitioned into. The proposed hyrid management framework can e easily integrated into the ongoing architectural frameworks, such as IETF ABNO and OpenDaylight. The idea is promising and future work will extend the analysis to a wider range of topologies. We are also interested in more suitale and effective partitioning algorithms, especially in larger topologies. Acknowledgment. This work has een supported y the German Federal Ministry of Education and Research (BMBF under code 1BP13A; EUREKA- Project SASER. Topology Hyrid SDN/OSPF Full TE Atlanta 6.3% 67.9% Polska 63.9% 7.9% TABLE IV: Saved link utilization cost compared to the unalanced OSPF case VI. CONCLUSIONS In this paper, we proposed a new architecture for a hyrid SDN/OSPF operation, in which a few SDN nodes are used to partition the OSPF domain into multiple su-domains. We have explained the requirements and assumptions regarding the corresponding network architecture, which suggested that our proposed method can e implemented with ease into common OSPF networks. We showed how OSPF Link State Advertisements can e tuned to optimize the routing. Finally, we illustrated the idea with analysis and numerical results and showed that very few SDN routers are required to achieve results close to the optimum. The low numer of required SDN routers also allows that a relatively high numer of nodes can remain in the configure-once-never-touch-again operation, which is a known and desired feature from OSPF. The results also suggest that the performance depends on the numer of su-domains in which the original REFERENCES [1] Open Networking Foundation, memers list, [] S.H. Yeganeh, A. Tootoonchian, Y. Ganjali, On Scalaility of Software-Defined Networking, IEEE Communications Magazine, vol.51, no., pp.136,11, Feruary 13 [3] M. Campanella, L. Prete, P.L. Ventre, M. Gerola, E. Salvadori, M. Santuari, S. Salsano, G. Siracusano, Bridging Open- Flow/SDN with IP/MPLS, poster presentation at TERENA Networking Conference, May 1, Dulin, Ireland [] M. Caria, A. Jukan, M. Hoffmann, A Performance Study of Network Migration to SDN-enaled Traffic Engineering, Gloecom 13, Atlanta, USA, Decemer 13 [5] D. Levin, M. Canini, S. Schmid, A. Feldmann, Incremental SDN Deployment in Enterprise Networks, ACM SIGCOMM 13, Hong Kong, China, August 13 [6] S. Agarwal, M. Kodialam, T.V. Lakshman, Traffic engineering in software defined networks, IEEE INFOCOM 13, Turin, Italy, April 13 [7] J. Moy, OSPF Version, IETF, RFC 38, April 1998, [8] Brent Salisury s Blog: OpenFlow: Proactive vs Reactive Flows, [9] S. Vissicchio, L. Vanever, O. Bonaventure, Opportunities and Research Challenges of Hyrid Software Defined Networks, ACM SIGCOMM CCR (, pp.7-75, April 1 [1] B. Quoitin, C. Pelsser, L: Swinnen, O. Bonaventure, S. Uhlig, Interdomain traffic engineering with BGP, IEEE Communications Magazine, v.1, i.5, pp.1-18, May 3 [11] B. Fortz, M. Thorup, Internet traffic engineering y optimizing OSPF weights, IEEE INFOCOM [1] SNDli lirary,
A Techno-economic Analysis of Network Migration to Software-Defined Networking
A Techno-economic Analysis of Network Migration to Software-Defined Networking Tamal Das, Marcel Caria and Admela Jukan Technische Universität Carolo-Wilhelmina zu Braunschweig Email: {das, caria, jukan}
Two Approaches to Internet Traffic Engineering for End-to-End Quality of Service Provisioning
Two Approaches to Internet Engineering for End-to-End Quality of Service Provisioning Kin-Hon Ho, Michael Howarth, Ning Wang, George Pavlou and Stylianos Georgoulas Centre for Communication Systems Research,
QoS Provisioning in Mobile Internet Environment
QoS Provisioning in Moile Internet Environment Salem Lepaja ([email protected]), Reinhard Fleck, Nguyen Nam Hoang Vienna University of Technology, Institute of Communication Networks, Favoritenstrasse
Simulation of Heuristic Usage for Load Balancing In Routing Efficiency
Simulation of Heuristic Usage for Load Balancing In Routing Efficiency Nor Musliza Mustafa Fakulti Sains dan Teknologi Maklumat, Kolej Universiti Islam Antarabangsa Selangor [email protected] Abstract.
TE in action. Some problems that TE tries to solve. Concept of Traffic Engineering (TE)
1/28 2/28 TE in action S-38.3192 Verkkopalvelujen tuotanto S-38.3192 Network Service Provisioning Networking laboratory 3/28 4/28 Concept of Traffic Engineering (TE) Traffic Engineering (TE) (Traffic Management)
Quality of Service Routing Network and Performance Evaluation*
Quality of Service Routing Network and Performance Evaluation* Shen Lin, Cui Yong, Xu Ming-wei, and Xu Ke Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084 {shenlin, cy, xmw,
software networking Jithesh TJ, Santhosh Karipur QuEST Global
software defined networking Software Defined Networking is an emerging trend in the networking and communication industry and it promises to deliver enormous benefits, from reduced costs to more efficient
Multiple Layer Traffic Engineering in NTT Network Service
Multi-layer traffic engineering in photonic-gmpls-router networks Naoaki Yamanaka, Masaru Katayama, Kohei Shiomoto, Eiji Oki and Nobuaki Matsuura * NTT Network Innovation Laboratories * NTT Network Service
Security in Software Defined Networking. Professor : Admela Jukan Supervisor : Marcel Caria Student : Siqian Zhao
Security in Software Defined Networking Professor : Admela Jukan Supervisor : Marcel Caria Student : Siqian Zhao Overview Software Defined Networking (SDN) Legacy Networking VS. SDN advantages of SDN the
Path Selection Analysis in MPLS Network Based on QoS
Cumhuriyet Üniversitesi Fen Fakültesi Fen Bilimleri Dergisi (CFD), Cilt:36, No: 6 Özel Sayı (2015) ISSN: 1300-1949 Cumhuriyet University Faculty of Science Science Journal (CSJ), Vol. 36, No: 6 Special
Traffic Engineering With Traditional IP Routing Protocols
Traffic Engineering With Traditional IP Routing Protocols Bernard Fortz Jennifer Rexford Mikkel Thorup Institut d Administration et de Gestion Internet and Networking Systems Universite Catholique de Louvain
Using Virtual SIP Links to Enable QoS for Signalling
Using Virtual SIP Links to Enale QoS for Signalling Alexander A. Kist and Richard J. Harris RMIT University Melourne BOX 2476V, Victoria 31, Australia Telephone: (+) 61 (3) 9925-5218, Fax: (+) 61 (3) 9925-3748
How To Make A Network Plan Based On Bg, Qos, And Autonomous System (As)
Policy Based QoS support using BGP Routing Priyadarsi Nanda and Andrew James Simmonds Department of Computer Systems Faculty of Information Technology University of Technology, Sydney Broadway, NSW Australia
Scaling 10Gb/s Clustering at Wire-Speed
Scaling 10Gb/s Clustering at Wire-Speed InfiniBand offers cost-effective wire-speed scaling with deterministic performance Mellanox Technologies Inc. 2900 Stender Way, Santa Clara, CA 95054 Tel: 408-970-3400
IP Traffic Engineering over OMP technique
IP Traffic Engineering over OMP technique 1 Károly Farkas, 1 Zoltán Balogh, 2 Henrik Villför 1 High Speed Networks Laboratory Department of Telecommunications and Telematics Technical University of Budapest,
An Introduction to Software-Defined Networking (SDN) Zhang Fu
An Introduction to Software-Defined Networking (SDN) Zhang Fu Roadmap Reviewing traditional networking Examples for motivating SDN Enabling networking as developing softwares SDN architecture SDN components
PRASAD ATHUKURI Sreekavitha engineering info technology,kammam
Multiprotocol Label Switching Layer 3 Virtual Private Networks with Open ShortestPath First protocol PRASAD ATHUKURI Sreekavitha engineering info technology,kammam Abstract This paper aims at implementing
Path Selection Methods for Localized Quality of Service Routing
Path Selection Methods for Localized Quality of Service Routing Xin Yuan and Arif Saifee Department of Computer Science, Florida State University, Tallahassee, FL Abstract Localized Quality of Service
Analysis of traffic engineering parameters while using multi-protocol label switching (MPLS) and traditional IP networks
Analysis of traffic engineering parameters while using multi-protocol label switching (MPLS) and traditional IP networks Faiz Ahmed Electronic Engineering Institute of Communication Technologies, PTCL
Network traffic engineering
Toolbox, hybrid IP/MPLS optimisation method and fairness Research Unit in Networking EECS Department University of Liège 13 September 005 Outline 1 3 4 5 Outline MPLS principles 1 MPLS principles 3 4 5
Flexible SDN Transport Networks With Optical Circuit Switching
Flexible SDN Transport Networks With Optical Circuit Switching Multi-Layer, Multi-Vendor, Multi-Domain SDN Transport Optimization SDN AT LIGHT SPEED TM 2015 CALIENT Technologies 1 INTRODUCTION The economic
Network-Wide Class of Service (CoS) Management with Route Analytics. Integrated Traffic and Routing Visibility for Effective CoS Delivery
Network-Wide Class of Service (CoS) Management with Route Analytics Integrated Traffic and Routing Visibility for Effective CoS Delivery E x e c u t i v e S u m m a r y Enterprise IT and service providers
Ten Things to Look for in an SDN Controller
Ten Things to Look for in an SDN Controller Executive Summary Over the last six months there has been significant growth in the interest that IT organizations have shown in Software-Defined Networking
An Emulation Study on PCE with Survivability: Protocol Extensions and Implementation
1 An Emulation Study on PCE with Survivability: Protocol Extensions and Implementation Xiaomin Chen, Yuesheng Zhong, Admela Jukan Technische Universität Carolo-Wilhelmina zu Braunschweig Email: [email protected],[email protected],
Router and Routing Basics
Router and Routing Basics Malin Bornhager Halmstad University Session Number 2002, Svenska-CNAP Halmstad University 1 Routing Protocols and Concepts CCNA2 Routing and packet forwarding Static routing Dynamic
SDN IN WAN NETWORK PROGRAMMABILITY THROUGH CENTRALIZED PATH COMPUTATION. 1 st September 2014
SDN IN WAN NETWORK PROGRAMMABILITY THROUGH CENTRALIZED PATH COMPUTATION st September 04 Aaron Tong Senior Manager High IQ Networking Centre of Excellence JUNIPER S AUTOMATION HORIZON SDN IS A JOURNEY NOT
Outline. EE 122: Interdomain Routing Protocol (BGP) BGP Routing. Internet is more complicated... Ion Stoica TAs: Junda Liu, DK Moon, David Zats
Outline EE 22: Interdomain Routing Protocol (BGP) Ion Stoica TAs: Junda Liu, DK Moon, David Zats http://inst.eecs.berkeley.edu/~ee22/fa9 (Materials with thanks to Vern Paxson, Jennifer Rexford, and colleagues
A New Forwarding Policy for Load Balancing in Communication Networks
A New Forwarding Policy for Load Balancing in Communication Networks Martin Heusse Yvon Kermarrec ENST de Bretagne BP 83, 985 Brest Cedex, France [email protected] Abstract We present in this
A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks
A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks T.Chandrasekhar 1, J.S.Chakravarthi 2, K.Sravya 3 Professor, Dept. of Electronics and Communication Engg., GIET Engg.
Chapter 4. VoIP Metric based Traffic Engineering to Support the Service Quality over the Internet (Inter-domain IP network)
Chapter 4 VoIP Metric based Traffic Engineering to Support the Service Quality over the Internet (Inter-domain IP network) 4.1 Introduction Traffic Engineering can be defined as a task of mapping traffic
An Active Packet can be classified as
Mobile Agents for Active Network Management By Rumeel Kazi and Patricia Morreale Stevens Institute of Technology Contact: rkazi,[email protected] Abstract-Traditionally, network management systems
Traffic Engineering Management Concepts
3 CHAPTER This chapter includes an overview of Cisco Prime Fulfillment and of some of the concepts used in this guide. This chapter includes the following sections: Prime Fulfillment TEM Overview, page
A Network Recovery Scheme for Node or Link Failures using Multiple Routing Configurations
A Network Recovery Scheme for Node or Link Failures using Multiple Routing Configurations Suresh Babu Panatula Department of Computer Science and Engineering Sri Sai Aditya Institute of Science and Technology,
Outline. Institute of Computer and Communication Network Engineering. Institute of Computer and Communication Network Engineering
Institute of Computer and Communication Network Engineering Institute of Computer and Communication Network Engineering Communication Networks Software Defined Networking (SDN) Prof. Dr. Admela Jukan Dr.
Building MPLS VPNs with QoS Routing Capability i
Building MPLS VPNs with QoS Routing Capability i Peng Zhang, Raimo Kantola Laboratory of Telecommunication Technology, Helsinki University of Technology Otakaari 5A, Espoo, FIN-02015, Finland Tel: +358
Software Defined Networking (SDN) - Open Flow
Software Defined Networking (SDN) - Open Flow Introduction Current Internet: egalitarian routing/delivery based on destination address, best effort. Future Internet: criteria based traffic management,
Disjoint Path Algorithm for Load Balancing in MPLS network
International Journal of Innovation and Scientific Research ISSN 2351-8014 Vol. 13 No. 1 Jan. 2015, pp. 193-199 2015 Innovative Space of Scientific Research Journals http://www.ijisr.issr-journals.org/
Quality of Service Routing in MPLS Networks Using Delay and Bandwidth Constraints
Quality of Service Routing in MPLS Networks Using Delay and Bandwidth Constraints Mohammad HossienYaghmae Computer Department, Faculty of Engineering, Ferdowsi University of Mashad, Mashhad, Iran [email protected]
How To Provide Qos Based Routing In The Internet
CHAPTER 2 QoS ROUTING AND ITS ROLE IN QOS PARADIGM 22 QoS ROUTING AND ITS ROLE IN QOS PARADIGM 2.1 INTRODUCTION As the main emphasis of the present research work is on achieving QoS in routing, hence this
2004 Networks UK Publishers. Reprinted with permission.
Riikka Susitaival and Samuli Aalto. Adaptive load balancing with OSPF. In Proceedings of the Second International Working Conference on Performance Modelling and Evaluation of Heterogeneous Networks (HET
A Link Load Balancing Solution for Multi-Homed Networks
A Link Load Balancing Solution for Multi-Homed Networks Overview An increasing number of enterprises are using the Internet for delivering mission-critical content and applications. By maintaining only
Evaluation And Implementation Of The Open Shortest Path First (OSPF) Routing Protocol
Evaluation And Implementation Of The Open Shortest Path First (OSPF) Routing Protocol G.C NWALOZIE 1, V.N OKOROGU 2, A.C OKAFOR 3, A.O UMEH 4 1, 2, 3,4 Electronic and Computer Engineering Department, Nnamdi
Traffic Engineering in SDN/OSPF Hybrid Network
2014 IEEE 22nd International Conference on Network Protocols Traffic Engineering in SDN/OSPF Hybrid Network Yingya Guo, Zhiliang Wang, Xia Yin, Xingang Shi,and Jianping Wu Department of Computer Science
DEMYSTIFYING ROUTING SERVICES IN SOFTWAREDEFINED NETWORKING
DEMYSTIFYING ROUTING SERVICES IN STWAREDEFINED NETWORKING GAUTAM KHETRAPAL Engineering Project Manager, Aricent SAURABH KUMAR SHARMA Principal Systems Engineer, Technology, Aricent DEMYSTIFYING ROUTING
On the effect of forwarding table size on SDN network utilization
IBM Haifa Research Lab On the effect of forwarding table size on SDN network utilization Rami Cohen IBM Haifa Research Lab Liane Lewin Eytan Yahoo Research, Haifa Seffi Naor CS Technion, Israel Danny Raz
VXLAN: Scaling Data Center Capacity. White Paper
VXLAN: Scaling Data Center Capacity White Paper Virtual Extensible LAN (VXLAN) Overview This document provides an overview of how VXLAN works. It also provides criteria to help determine when and where
MPLS is the enabling technology for the New Broadband (IP) Public Network
From the MPLS Forum Multi-Protocol Switching (MPLS) An Overview Mario BALI Turin Polytechnic [email protected] www.polito.it/~baldi MPLS is the enabling technology for the New Broadband (IP) Public
APPENDIX 1 USER LEVEL IMPLEMENTATION OF PPATPAN IN LINUX SYSTEM
152 APPENDIX 1 USER LEVEL IMPLEMENTATION OF PPATPAN IN LINUX SYSTEM A1.1 INTRODUCTION PPATPAN is implemented in a test bed with five Linux system arranged in a multihop topology. The system is implemented
Distributed Explicit Partial Rerouting (DEPR) Scheme for Load Balancing in MPLS Networks
Distributed Eplicit Partial Rerouting (DEPR) Scheme for Load Balancing in MPLS Networks Sherif Ibrahim Mohamed [email protected] Khaled M. F. Elsayed, senior member IEEE [email protected] Department
SDN MIGRATION STRATEGIES The Case for Transitioning to an SDN-enabled Network
WHITE PAPER SDN MIGRATION STRATEGIES The Case for Transitioning to an SDN-enabled Network Software Defined Networking (SDN) enables open, programmable, and application-aware networks that bring many benefits
Testing Software Defined Network (SDN) For Data Center and Cloud VERYX TECHNOLOGIES
Testing Software Defined Network (SDN) For Data Center and Cloud VERYX TECHNOLOGIES Table of Contents Introduction... 1 SDN - An Overview... 2 SDN: Solution Layers and its Key Requirements to be validated...
Network Level Multihoming and BGP Challenges
Network Level Multihoming and BGP Challenges Li Jia Helsinki University of Technology [email protected] Abstract Multihoming has been traditionally employed by enterprises and ISPs to improve network connectivity.
Enhanced Multiple Routing Configurations For Fast IP Network Recovery From Multiple Failures
Enhanced Multiple Routing Configurations For Fast IP Network Recovery From Multiple Failures T. Anji Kumar [email protected] Dept. of IT/ UCEV JNTUK Vizianagaram, 535003, India Dr MHM Krishna Prasad Dept.
Business Cases for Brocade Software-Defined Networking Use Cases
Business Cases for Brocade Software-Defined Networking Use Cases Executive Summary Service providers (SP) revenue growth rates have failed to keep pace with their increased traffic growth and related expenses,
A New Fault Tolerant Routing Algorithm For GMPLS/MPLS Networks
A New Fault Tolerant Routing Algorithm For GMPLS/MPLS Networks Mohammad HossienYaghmae Computer Department, Faculty of Engineering, Ferdowsi University of Mashhad, Mashhad, Iran [email protected]
Opnet Based simulation for route redistribution in EIGRP, BGP and OSPF network protocols
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 1, Ver. IV (Jan. 2014), PP 47-52 Opnet Based simulation for route redistribution
Qualifying SDN/OpenFlow Enabled Networks
Qualifying SDN/OpenFlow Enabled Networks Dean Lee Senior Director, Product Management Ixia Santa Clara, CA USA April-May 2014 1 Agenda SDN/NFV a new paradigm shift and challenges Benchmarking SDN enabled
CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs
CHAPTER 6 VOICE COMMUNICATION OVER HYBRID MANETs Multimedia real-time session services such as voice and videoconferencing with Quality of Service support is challenging task on Mobile Ad hoc Network (MANETs).
Monitoring Service Delivery in an MPLS Environment
Monitoring Service Delivery in an MPLS Environment A growing number of enterprises depend on (or are considering) MPLS-based routing to guarantee high-bandwidth capacity for the real-time applications
OpenFlow and Onix. OpenFlow: Enabling Innovation in Campus Networks. The Problem. We also want. How to run experiments in campus networks?
OpenFlow and Onix Bowei Xu [email protected] [1] McKeown et al., "OpenFlow: Enabling Innovation in Campus Networks," ACM SIGCOMM CCR, 38(2):69-74, Apr. 2008. [2] Koponen et al., "Onix: a Distributed Control
Ethernet-based Software Defined Network (SDN) Cloud Computing Research Center for Mobile Applications (CCMA), ITRI 雲 端 運 算 行 動 應 用 研 究 中 心
Ethernet-based Software Defined Network (SDN) Cloud Computing Research Center for Mobile Applications (CCMA), ITRI 雲 端 運 算 行 動 應 用 研 究 中 心 1 SDN Introduction Decoupling of control plane from data plane
How To Load Balance On A Bgg On A Network With A Network (Networking) On A Pc Or Ipa On A Computer Or Ipad On A 2G Network On A Microsoft Ipa (Netnet) On An Ip
Globally Distributed Content (Using BGP to Take Over the World) Horms (Simon Horman) [email protected] November 2001 http://supersparrow.org/ 1 Introduction Electronic content is becoming increasingly
Real-Time Traffic Engineering Management With Route Analytics
Real-Time Traffic Engineering Management With Route Analytics Executive Summary Increasing numbers of service providers and mobile operators are using RSVP-TE based traffic engineering to provide bandwidth
An Architecture for the Self-management of Lambda-Connections in Hybrid Networks
An Architecture for the Self-management of Lambda-Connections in Hybrid Networks Tiago Fioreze, Remco van de Meent, and Aiko Pras University of Twente, Enschede, the Netherlands {t.fioreze, r.vandemeent,
Multihoming and Multi-path Routing. CS 7260 Nick Feamster January 29. 2007
Multihoming and Multi-path Routing CS 7260 Nick Feamster January 29. 2007 Today s Topic IP-Based Multihoming What is it? What problem is it solving? (Why multihome?) How is it implemented today (in IP)?
DESIGN AND VERIFICATION OF LSR OF THE MPLS NETWORK USING VHDL
IJVD: 3(1), 2012, pp. 15-20 DESIGN AND VERIFICATION OF LSR OF THE MPLS NETWORK USING VHDL Suvarna A. Jadhav 1 and U.L. Bombale 2 1,2 Department of Technology Shivaji university, Kolhapur, 1 E-mail: [email protected]
TRILL for Data Center Networks
24.05.13 TRILL for Data Center Networks www.huawei.com enterprise.huawei.com Davis Wu Deputy Director of Switzerland Enterprise Group E-mail: [email protected] Tel: 0041-798658759 Agenda 1 TRILL Overview
CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING
CHAPTER 6 CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING 6.1 INTRODUCTION The technical challenges in WMNs are load balancing, optimal routing, fairness, network auto-configuration and mobility
DESIGN AND ANALYSIS OF TECHNIQUES FOR MAPPING VIRTUAL NETWORKS TO SOFTWARE- DEFINED NETWORK SUBSTRATES
DESIGN AND ANALYSIS OF TECHNIQUES FOR MAPPING VIRTUAL NETWORKS TO SOFTWARE- DEFINED NETWORK SUBSTRATES Tran Song Dat Phuc - Uyanga Department of Computer Science and Engineering SeoulTech 2014 Table of
SOFTWARE DEFINED NETWORKS REALITY CHECK. DENOG5, Darmstadt, 14/11/2013 Carsten Michel
SOFTWARE DEFINED NETWORKS REALITY CHECK DENOG5, Darmstadt, 14/11/2013 Carsten Michel Software Defined Networks (SDN)! Why Software Defined Networking? There s a hype in the industry!! Dispelling some myths
Concepts and Mechanisms for Consistent Route Transitions in Software-defined Networks
Institute of Parallel and Distributed Systems Department Distributed Systems University of Stuttgart Universitätsstraße 38 D-70569 Stuttgart Studienarbeit Nr. 2408 Concepts and Mechanisms for Consistent
Addressing OSPF Load in IP/MPLS Networks
Addressing OSPF Load in IP/MPLS Networks Abstract There is an increasing trend towards deploying IP/MPLS networks that provide value added services such as virtual private networks, guaranteed bandwidth
Effective disaster recovery using Software defined networking
Effective disaster recovery using Software defined networking Thyagaraju, Mrs. Jyothi. K.S, Girish.L PG Student, Associate professor, Assistant Professor Dept of CSE, Cit, Gubbi, Tumkur Abstract In this
Cost Efficient Overflow Routing for Outbound ISP Traffic
Cost Efficient Overflow Routing for Outbound ISP Traffic Alexander A. Kist and Richard J. Harris RMIT University, BOX 476V, Victoria 00, Australia Email: [email protected], [email protected] Abstract
Border Gateway Protocol BGP4 (2)
Border Gateway Protocol BGP4 (2) Professor Richard Harris School of Engineering and Advanced Technology (SEAT) Presentation Outline Border Gateway Protocol - Continued Computer Networks - 1/2 Learning
A Passive Method for Estimating End-to-End TCP Packet Loss
A Passive Method for Estimating End-to-End TCP Packet Loss Peter Benko and Andras Veres Traffic Analysis and Network Performance Laboratory, Ericsson Research, Budapest, Hungary {Peter.Benko, Andras.Veres}@eth.ericsson.se
Autonomous Fast Rerouting for Software Defined Network
Autonomous ast Rerouting for Software Defined Network 2012.10.29 NTT Network Service System Laboratories, NTT Corporation Shohei Kamamura, Akeo Masuda, Koji Sasayama Page 1 Outline 1. Background and Motivation
B. Quoitin, S. Uhlig, C. Pelsser, L. Swinnen and O. Bonaventure
Interdomain traffic engineering with BGP B. Quoitin, S. Uhlig, C. Pelsser, L. Swinnen and O. Bonaventure Abstract Traffic engineering is performed by means of a set of techniques that can be used to better
Routing with OSPF. Introduction
Routing with OSPF Introduction The capabilities of an internet are largely determined by its routing protocol. An internet's scalability, its ability to quickly route around failures, and the consumption
Towards a Next- Generation Inter-domain Routing Protocol. L. Subramanian, M. Caesar, C.T. Ee, M. Handley, Z. Mao, S. Shenker, and I.
Towards a Next- Generation Inter-domain Routing Protocol L. Subramanian, M. Caesar, C.T. Ee, M. Handley, Z. Mao, S. Shenker, and I. Stoica Routing 1999 Internet Map Coloured by ISP Source: Bill Cheswick,
Software Defined Networking A quantum leap for Devops?
Software Defined Networking A quantum leap for Devops? TNG Technology Consulting GmbH, http://www.tngtech.com/ Networking is bottleneck in today s devops Agile software development and devops is increasing
OVERLAYING VIRTUALIZED LAYER 2 NETWORKS OVER LAYER 3 NETWORKS
OVERLAYING VIRTUALIZED LAYER 2 NETWORKS OVER LAYER 3 NETWORKS Matt Eclavea ([email protected]) Senior Solutions Architect, Brocade Communications Inc. Jim Allen ([email protected]) Senior Architect, Limelight
TOPOLOGIES NETWORK SECURITY SERVICES
TOPOLOGIES NETWORK SECURITY SERVICES 1 R.DEEPA 1 Assitant Professor, Dept.of.Computer science, Raja s college of Tamil Studies & Sanskrit,Thiruvaiyaru ABSTRACT--In the paper propose about topology security
Week 4 / Paper 1. Open issues in Interdomain Routing: a survey
Week 4 / Paper 1 Open issues in Interdomain Routing: a survey Marcelo Yannuzzi, Xavier Masip-Bruin, Olivier Bonaventure IEEE Network, Nov.-Dec. 2005, vol. 19, no. 6, pp. 49 56 Main point There are many
How To Make A Vpc More Secure With A Cloud Network Overlay (Network) On A Vlan) On An Openstack Vlan On A Server On A Network On A 2D (Vlan) (Vpn) On Your Vlan
Centec s SDN Switch Built from the Ground Up to Deliver an Optimal Virtual Private Cloud Table of Contents Virtualization Fueling New Possibilities Virtual Private Cloud Offerings... 2 Current Approaches
Load Balancing by MPLS in Differentiated Services Networks
Load Balancing by MPLS in Differentiated Services Networks Riikka Susitaival, Jorma Virtamo, and Samuli Aalto Networking Laboratory, Helsinki University of Technology P.O.Box 3000, FIN-02015 HUT, Finland
A REPORT ON ANALYSIS OF OSPF ROUTING PROTOCOL NORTH CAROLINA STATE UNIVERSITY
A REPORT ON ANALYSIS OF OSPF ROUTING PROTOCOL Using OPNET 14.5 Modeler NORTH CAROLINA STATE UNIVERSITY SUBMITTED BY: SHOBHANK SHARMA [email protected] Page 1 ANALYSIS OF OSPF ROUTING PROTOCOL A. Introduction
Network Security: Network Flooding. Seungwon Shin GSIS, KAIST
Network Security: Network Flooding Seungwon Shin GSIS, KAIST Detecting Network Flooding Attacks SYN-cookies Proxy based CAPCHA Ingress/Egress filtering Some examples SYN-cookies Background In a TCP 3-way
New QOS Routing Algorithm for MPLS Networks Using Delay and Bandwidth Constraints
New QOS Routing Algorithm for MPLS Networks Using Delay and Bandwidth Constraints Santosh Kulkarni 1, Reema Sharma 2,Ishani Mishra 3 1 Department of ECE, KSSEM Bangalore,MIEEE, MIETE & ISTE 2 Department
Mobility Management Framework in Software Defined Networks
, pp. 1-10 http://dx.doi.org/10.14257/ijseia.2014.8.8,01 Mobility Management Framework in Software Defined Networks Kyoung-Hee Lee Department of Computer Engineering, Pai Chai University, Korea [email protected]
Software Defined Networking & Openflow
Software Defined Networking & Openflow Autonomic Computer Systems, HS 2015 Christopher Scherb, 01.10.2015 Overview What is Software Defined Networks? Brief summary on routing and forwarding Introduction
