Software Defined Networks (SDN): Leveraging network state for rendezvous services

Size: px
Start display at page:

Download "Software Defined Networks (SDN): Leveraging network state for rendezvous services"

Transcription

1 Software Defined Networks (SDN): Leveraging network state for rendezvous services Vijay K. Gurbani, Michael Scharf, T.V. Lakshman and Volker Hilt Bell Laboratories, Alcatel-Lucent Enrico Marocco Telecom Italia, Abstract The Software Defined Network (SDN) paradigm closely links networks and applications. By having access to network topology information, applications can optimize decisions related to service rendezvous, service fulfillment, service placement and service removal. The network is in the best position to provide guidance to a broad class of applications, including peer-to-peer systems, Content Distribution Network (CDN), and datacenter applications. In all these use cases proximity matters as peers need to rendezvous with other peers and users need to rendezvous with the best cloud application or best CDN server. We maintain that a solution for such a rendezvous problem should be an intrinsic component of the emerging SDN paradigm. An existing solution for applications to obtain rich information from the network is the Application Layer Traffic Optimization (ALTO) protocol. ALTO provides applications an abstract view of the network and thus enables applications to leverage a network without exposing the network provider s internal details or policies. We argue that that ALTO provides a clean, mature, standards-based, available and powerful abstraction that can be used by SDNs today to impart network state to applications. I. INTRODUCTION Software Defined Networks (SDN) are defined by the separation of the control plane from the packet forwarding plane [6], [9]. The control plane is realized as a network operating system that observes and controls the entire network state from a central vantage point. To realize forwarding and network-state abstractions, it has been proposed that SDNs use logically centralized control (e.g., NOX [7], Onix [8], Ethane[3]). A network operating system incorporating control plane functions, interacts with various network devices and presents an abstract view of the network state. A forwarding plane abstraction is used by the network OS for configuring flow tables, forwarding rules, etc. Network-function oriented applications, such as VLAN provisioning and load-balancing, can use these abstractions to achieve the desired network behavior without knowledge of detailed physical configuration. An alternative view of Software Driven Networks is proposed by Nadeau and Pan [11]. Here, SDN is defined a solution that enables applications to converse and manipulate the control software of network devices. Nadeau and Pan posit that applications possess limited knowledge of the underlying network or resource utilization on hosts in the network. Furthermore, since applications do not control the network, they have no impact on crucial decisions that they would like to affect at the network level such as load balancing, instantiating new virtual machines as the traffic towards a particular application increases, or removing existing virtual machines when demand subsides. In essence, Nadeau and Pan argue for a well-defined protocol that allows applications to interface with the network to benefit from network virtualization, programmability and monitoring. This north-bound interface could be combined with a hardware abstraction such as OpenFlow, but it can also mapped to existing mechanisms to configure and manage network elements. Clearly, the network and the applications that run on it are extremely synergistic. The applications can inform the network of desired behaviour (service-specific packet treatment, load at the application server) to have the network take proactive measurements (install new flow entries, instantiate new replicas). In the converse direction, the network can inform the applications of certain characteristics that will allow the application to behave more intelligently (network topology, routing costs, policies). In a broad sense, SDNs allow for this synergy to occur. SDNs have been envisaged as providing abstractions that extract simplicity from the network and reduce the need to master complexity when building applications that interact closely with the network [14]. SDN abstractions provide relevant information that applications can use to improve their functionality and provide the means for applications to specify desired network behavior without the need to be aware of network configuration details. The challenge is in developing the right abstractions that are useful for a large class of applications. Contribution: We posit that there is a class of applications, which we term as the rendezvous class, that can benefit from network introspection. Such applications are characterized by the simple requirement that a requesting application has a choice to pick one (or more) resources, and that these resources are available in the form of many replicas on the network. The choice comes down to which replica should the requesting application pick? In this paper, we argue that an abstraction that aids the building of rendezvous services is a fundamental abstraction needed in SDNs. This is motivated by the fact that rendezvous is intrinsic to content distribution, routing traffic to cloud services, enhancing peerto-peer services and various other widely-used distributed applications. We further argue that the network abstractions made possible by the Application Layer Traffic Optimization

2 (ALTO) protocol are very much in the spirit of the network state abstractions envisaged for SDNs, i.e, ALTO hides unnecessary detail of the underlying networks without unnecessarily constraining applications. The ALTO protocol is a well-defined and mature solution that provides the required information for the rendezvous-class of services in a SDN. The rest of this paper is structured as follows: we provide further motivation of the rendezvous application class driven from real-life example services (Section II). We then look at the ALTO protocol in detail (Section III). Section IV shows wherealtofitsinthesdncontinuumandsectionvoutlines how the ALTO abstraction in SDNs can be used in the rendezvous problem for a wide variety of applications. We conclude in Section VI. II. THE Rendezvous CLASS OF APPLICATIONS We present three motivating examples driven from the need of a requesting application to choose a resource, given that the the requesting application has a multiplicity of resources to choose from. A. Peer-to-peer applications In peer-to-peer networks, content is disseminated by caching it at various points in the network. Some peer-to-peer networks, exemplified by BitTorrent, also allow peers to exchange pieces of the content in an incremental fashion until a peer has reformulated the entire content. In many cases, it is advantageous for a requesting peer to choose candidate peers that are topographically in close proximity to it. However, the requesting peer does not possess a global view of the network topology to authoritatively decide which candidate peer is close to it. Thus, in the absence of such information, the requesting peer randomly picks a candidate peer, which may result in lower quality of experience exhibited by a delay in downloading the entire content. B. Content distribution networks (CDN) CDNs deliver content from the servers that are closest to the end user in order to minimize latency and packet loss (thereby increasing the quality of experience). The rapid growth of streaming video on the Internet coupled with many devices capable of receiving this content directly (IP TV, tablets, laptops, mobile phones) have resulted in content being cached deeper into the network to be ever closer to the end user. There are many different ways a CDN can obtain topological information to allow it to rendezvous an end user with the closest cache: static configuration, public looking glass servers, passively listening to routing protocols and actively probing the underlying network are some heuristics in wide use. When CDN servers are deployed sparsely in a network, a simplified view of network topology suffices to allow the surrogate to serve end users optimally. However, as CDN servers are deployed increasingly deeper into the network, more detailed knowledge of the underlying network topology and costs associated with routing packets is required to best serve the end users [12]. C. Datacenters Rendezvous services are also common in cloud computing, which provides on-demand resource provisioning from multitenant virtual datacenters. In these datacenters, an overall control and management of network, processing, and storage resources is required. On can distinguish public clouds that are offered by a service provide over the Internet, private clouds that are operated by an enterprise, and virtual private clouds that are offered by a service provider with access over a L2 and/or L3 Virtual Private Network (VPN) as a combination of both [10]. Depending on that class there are different rendezvous challenges: A public cloud offer is similar to a CDN, as discussed in the previous paragraph. Users can get better service when they are served by the closest datacenter, which requires a load balancing scheme similar to a CDN. Furthermore, the users expect their services follow them as they move. Inside a given datacenter or private cloud, there is a combined rendezvous problem for processing, storage, and networking. A user wishing to use a particular application in a datacenter would like to not only be connected with the nearest server, but also require that the server be lightly loaded or else a new replica created to handle the user. Finally, a virtual private cloud has some similarity to the rendezvous challenge in peer-to-peer applications, since the VPN corresponds to an overlay topology. Having information about the underlay topology and proximity thus helps to optimize the traffic distribution and load balancing inside the overall cloud system. III. THE ALTO PROTOCOL The ALTO protocol is a distillation of contributions from several sources, prominent among them being P4P [15]. In July 2011, the IETF hosted the first ALTO interoperability event. There were seven implementations, a majority of which passed most of the interoperability test cases 1. Syntactically, the ALTO protocol is based on HTTP and uses a RESTful interface. The protocol encodes message bodies in JSON [4]. It is on track to become a Proposed Standard RFC, and is currently specified by Alimi et al. [2]. A. The core ALTO abstractions The ALTO protocol operates on two abstractions: a network map and an associated cost map. The network map results from a mapping between an endpoint identifier (typically an IP address, but MAC addresses and generic identifiers are also permitted) in a network to a coarse network location identifier called a partition ID or PID. The PID is an identifier that provides an indirect and network-agnostic means to specify a network aggregation(subnets, a set of subnets, or a metropolitan area network, etc.) There are various ways of grouping the endpoints and assigning PIDs to indicate proximity and improve scalability. These PIDs represent vertices in a graph, and the edges joining these vertices comprise the cost map. Thecost mapcan beviewedasanadjacencymatrixcontaining 1 Pleaseseehttp:// for detailed results from the interoperability event

3 IV. THE ALTO SDN ABSTRACTION We now show where ALTO fits in the SDN continuum. Fig. 1. Simplified ALTO architecture path costs among PIDs. Path costs are generic costs and can be internally computed by a network provider according to its specific needs. These two abstractions is all that is needed to allow richer rendezvous services that depend on network topology and associated costs to occur: an application simply computes the shortest path (or least costliest path) from itself to a resource replica, which consequently becomes the preferred replica for that application. The network provider can change the topology and resulting costs at will; all the application has to do is to recompute the shortest path to benefit from the network reorganization. Figure 1 shows a simplified ALTO architecture of a network containing three PIDs. The network map shows the aggregation of the hosts into PIDs and the cost map depicts a path-cost adjacency matrix. B. ALTO extensions In addition to the map and cost abstraction, the ALTO protocol supports retrieving properties of an endpoint(the PID it resides in, its connectivity type) and a filtering service that returns a subgraph of the complete network topology graph and a subset of the cost matrix. Finally, the ALTO protocol supports extensions to allow more complex rendezvous services to be realized as well. For example, some rendezvous services will depend on a path being lightly occupied or a host s service input queue being relatively empty. Historical statistics related to these metrics can therefore be maintained (and refreshed periodically) and disseminated to applications through the ALTO protocol. The multi-cost extension[13] outlines the primitives to disseminate historical statistics towards applications for richer rendezvous services. C. Operational ALTO The ALTO server is operated by the network service provider, who is the authoritative owner of the network as well as the administrative entity that is aware of the routing costs between points in the network and towards other network providers. The network provider can easily abstract this information in the form of the ALTO maps and distribute it to any content service provider who is interested in solving the rendezvous problem. A. SDN architecture Figure 2 depicts our view of an SDN architecture. Logically, SDN enables applications to query and customize the network via a north-bound API. The north-bound interface is provided by one or more SDN controllers that abstract the network state and orchestrate the network elements. The actual configuration and management of the state in the network elements is performed by south-bound interfaces. These interfaces can be provided by existing control and management mechanisms, or by new protocols such as OpenFlow. Given these different choices, interoperability can be realized by plug-ins that map the functions [11]. The SDN north-bound interface should provide both information and a certain level of control. As illustrated in Figure 2, this programmability requires a bi-directional interaction. Specifically, it is not sufficient for SDN applications to simply query network state and change it; the network must also be able to trigger actions of SDN application (as a reaction to failure events, for example). SDN applications, in turn, may also have to provide information such as constraints or security credentials (for example in case of inter-domain use). The key challenge for the north-bound interface is to achieve the right level of abstraction. If SDN applications have todealwithall specificdetailsofnetworkelements,thereisno benefit compared to existing network control and management mechanisms. B. SDN abstraction offered by ALTO Oneof thecore functionsofan SDN controlleris to abstract the network topology, networking constraints (such as routing costs), historical statistics related to bandwidth use, packet drops or queue length statistics, etc. SDN applications can then operate on this abstract view of the network state. As explained in Table I, ALTO is designed precisely to impart such abstraction of network information. Being RESTful, it is both simple to integrate in applications and flexible to extensions. ALTO can also be extended to support events and asynchronous notifications. Fig. 2. The ALTO SDN abstraction

4 TABLE I OVERVIEW OF SDN FUNCTIONS OFFERED BY ALTO SDN primitive Abstraction Get network topology Get network resources Get device capabilities Event notifications ALTO equivalent Aggregation into PIDs Generic cost types and ranking Map service, providing both network maps and cost maps Cost maps, optionally extended by multi-cost maps and historical statistics Endpoint property service Publish-subscribe service Legend: Currently not part of the core ALTO protocol This leads credence to our key argument in Section I that ALTO is very much in the spirit of the network state abstractions envisaged for SDNs. We argue that ALTO is naturally predisposed to providing network information for an SDN north-bound interface in a functionally clean manner. Furthermore, this ALTO SDN solution can be complemented by other protocols to provide additional network configuration and control functions for SDN as desired. V. ALTO SDN BENEFITS AND LIMITATIONS In order to underline the suitability of ALTO for SDN, we analyze in the following how different classes of rendevous application can use SDN mechanisms. Note that in all of the use cases discussed below, there are two natural entities: the content provider and the network provider. The former requires a simple abstraction of the network state in order to build services while the latter is charged with maintaining the complexity inherent in the network. The ALTO SDN abstraction allows both of these actors to fulfill their roles. A. Peer-to-peer applications The ALTO SDN abstraction allows a requesting peer to converge to a set consisting of the closest peers to contact while keeping the policies of the network service provider in mind (i.e., minimize transit links while maximizing peering ones).todoso,thebittorrentclientqueriesatrackertogather candidate IP addresses, or it will collect a set of candidate IP addresses through the distributed hash table. This is the normal mode of operation for a client. However, once the candidate set has been gathered, the BitTorrent client retrieves the topology and cost maps from the ALTO server. Armed with these maps, the client trivially performs least-cost routing to choose peers that are in close proximity. An alternate architecture that eliminates any source code changes in the client is to perform filtering at a tracker proxy. In such an architecture, the client uses the tracker proxy, which in turn, contacts the real tracker. The tracker proxy uses the ALTO SDN abstractions to prune the candidate list of peers deemed to be costly. From an SDN perspective, the difference between both modes is that in the former case a large number of peers would use the north-bound interface, whereas in the latter case the north-bound interface is only used by a smaller number of potentially well-defined tracker applications, resulting in less scaling and security issues. However, we note that the ALTO SDN abstractions are able to easily support both of these modes of operation of a peerto-peer system. Finally, it is not immediately obvious whether peer-to-peer applications can efficiently use additional more complex SDN functions. Peer-to-peer swarms are typically highly dynamic and can select from a large number of replicas. As a result, potential SDN functions such as customized routing do not offer a significant benefit when compared to what is already achieved at application level by peer selection strategies. In summary, for this class of applications it may be sufficient for SDNs to simply offer a view of the network state. B. Content distribution networks CDNs are an example of an important existing use case that closely links network and application functionalty as envisioned by SDN. The main use case for an ALTO SDN abstraction in CDN is to improve the selection of a CDN surrogate (cache server) or an origin server. As CDN servers get deployed deeper into the network, the CDN content provider requires better abstractions to effect a good rendezvous. Information about the network topology and routing policies helps to better serve different CDN deployment scenarios [12]. In the ALTO SDN abstraction, the CDN request router can use the SDN north-bound interface to obtain topology and proximity information to rendezvous the user with the best surrogate. CDNs may also want to impact the network behavior, for instance to prioritize the delivery of certain content types. This could be a control feature for a corresponding north-bound SDN interface. We note that there are other existing alternatives to accomplish this (e. g., DiffServ packet markings). C. Datacenters Networks inside datacenters and in general cloud computing are one of the most apparentuse cases for SDN. A cloud computing management software requires access to three different networking mechanisms (see e. g. [10]). First, connectivity has to be ensured inside the datacenter, towards customers, and potentially between datacenters if sites are distributed. A crucial problem here is to correctly configure the VPNs, e. g., VLANs, Ethernet Provider-Backbone Bridging(PBB), or other Layer 2 or Layer 3 VPN technologies. Second, additional networking functions such as load balancers or firewalls have to be set up appropriately. And third, network virtualization in multi-tenant environments may require Quality-of-Service (QoS) mechanisms such as traffic policing or bandwidth reservations. All three functions are an inherent candidate for SDN interfaces. Moreover, all three require some knowledge about the underlying network topology and its characteristics. The SDN ALTO abstraction is therefore a key component of a datacenter SDN solution and well suited to provide the information needed for the resource management and load balancing inside a datacenter and across data centers. As we note

5 in Section II, there are different datacenter usage scenarios; the ALTO SDN offers provides value to all of them. First, in a public cloud the global assignment of customers to data centers can benefit from an ALTO SDN interface. To a certain extent,this case is similar to rendezvousinga user with a CDN surrogate. Second, the network topology information inside a datacenter or private cloud can be provided and exchanged by the SDN ALTO abstraction. Having access to the full network topology and attendant costs can act as an enabler for an SDN application to optimize routing in a centralized way (thus complementing or replacing the existing distributed routing schemes). Finally, the SDN ALTO abstraction could be used in virtual private clouds for optimizing the use of datacenter interconnection links. Most notably, the network provider can enforce policies to the network map and cost information thereby encouraging the cloud operator to use network links that may not otherwise be preferred by the normal routing algorithms. This allows for better resource allocation and load balancing in the data center sites. We note that an SDN ALTO abstraction is not the only possible solution. For instance, inside one domain, Anycast [1] can be a viable alternative for determining which replica to serve a request from. Unlike Anycast, the abstraction principle of ALTO offers a highly flexible solution that is scalable beyond one domain. Furthermore, a datacenter SDN application may also have to configure and modify network state, for instance, to set up or tear down VPNs, to configure firewalls, encryption, load balancing, and address mapping, or to enforce QoS policies. A north-bound SDN interface encompassing all those functions isstill tobedefined,butit wouldwellcomplementtheservices already offered by the ALTO SDN abstraction. VI. CONCLUSIONS ThispapermakesacasethattheALTOprotocolisasuitable tool in the SDN framework. The fundamental motivation of SDN is to extract simplicity [14] from the network when building applications that interact closely with the network. We believe that ALTO provides a clean way to extract this simplicity in the form of two simple yet powerful maps the network map and the cost map and allow the applications to use them for varied purposes. In essence, ALTO provides a succinct getx() API, where X is an artifact related to network state(topology, resources, or device capabilities). This level of abstraction appears to be sufficient for a diverse set applications that are able to use this API to perform a wide range of services (Section V) without being hindered by the complexity of the underlying network. The ALTO abstraction does not aid in the reverse direction, where an application would like to influence the network for some action, but this is inherent in the design of ALTO. There are other gaps as well, for example the publish/subscribe paradigmin networkingapis [5] is not enabled by ALTO, nor does the core ALTO protocol provide information that may allow a SDN controller/orchestrator to create new resources or deactivate old ones. Finally, a SDN application may want to impart some state to the controller (queue lengths, CPU usage, etc.) but the core ALTO protocol does not support these, though there are extensions [13] that augment the core protocol and allow such information to flow to the controller. However, what ALTO does provide is a powerful abstraction at the network level that makes it trivial to enable a large class of rendezvous-type of services. The proposal described in this paper is a preliminary but informed look at approaching a part of the SDN abstraction using a novel and standards-based protocol. Our hope is that the use of such standardized protocols will aid in the evolution of the SDN. We hope to engage the broader community to solicit feedback on our approach as we continue our work. REFERENCES [1] J. Abley and K. Lindqvist. Operation of Anycast Services. RFC 4786 (Best Current Practice), Dec [2] R. Alimi, R. Penno, and Y. Yang. ALTO Protocol. IETF Internet-draft (work-in-progress), draft-ietf-alto-protocol-10, October [3] M. Casado, M. J. Freedman, J. Pettit, J. Luo, N. McKeown, and S. Shenker. Ethane: taking control of the enterprise. SIGCOMM Comput. Commun. Rev., 37:1 12, Aug [4] D. Crockford. The application/json Media Type for JavaScript Object Notation (JSON). RFC 4627 (Informational), July [5] M. Demmer, K. Fall, T. Koponen, and S. Shenker. Towards a modern communications API. In Proceedings of the Sixth ACM SIGCOMM Workshop on Hot Topics in Networks, Hotnets-VI. ACM, [6] K. Greene. 10 Emerging Technologies, TR10: Software Defined Networking, [7] N. Gude, T. Koponen, J. Pettit, B. Pfaff, M. Casado, N. McKeown, and S. Shenker. Nox: towards an operating system for networks. SIGCOMM Comput. Commun. Rev., 38: , July [8] T. Koponen, M. Casado, N. Gude, J. Stribling, L. Poutievski, M. Zhu, R. Ramanathan, Y. Iwata, H. Inoue, T. Hama, and S. Shenker. Onix: a distributed control platform for large-scale production networks. In Proceedings of the 9th USENIX conference on Operating systems design and implementation, OSDI 10, pages 1 6. USENIX Association, [9] B. Lantz, B. Heller, and N. McKeown. A network in a laptop: rapid prototyping for software-defined networks. In Proceedings of the Ninth ACM SIGCOMM Workshop on Hot Topics in Networks, Hotnets 10, pages 19:1 19:6, New York, NY, USA, ACM. [10] D. McDysan. Cloudbursting use case. IETF Internet-Draft (work-inprogress), draft-mcdysan-sdnp-cloudbursting-usecase-00, October [11] T. D. Nadeau and P. Pan. Software Driven Networks Problem Statement. IETF Internet-Draft (work-in-progress), draft-nadeau-sdnproblem-statement-01, October [12] B. Niven-Jenkins, G. Watson, N. Bitar, J. Medved, and S. Previdi. Use cases for ALTO within CDNs. IETF Internet-Draft (work-in-progress), draft-jenkins-alto-cdn-use-cases-02, December [13] S. Randriamasy and N. Schwan. Multi-cost ALTO. IETF Internet-Draft (work-in-progress), draft-randriamasy-alto-multi-cost-05, October [14] S. Shenker, M. Casado, T. Koponen, and N. McKeown. The future of networking, and the past of protocols. Keynote at Open Networking Summit, October [15] H. Xie, R. Y. Yang, A. Krishnamurthy, Y. G. Liu, and A. Silberschatz. P4P: Provider Portal for Applications. ACM SIGCOMM Computer Communications Review (CCR), 38(4): , Oct

Monitoring and Abstraction for Networked Clouds

Monitoring and Abstraction for Networked Clouds Monitoring and Abstraction for Networked Clouds Michael Scharf, Thomas Voith, W. Roome, Bob Gaglianello, Moritz Steiner, Volker Hilt, Vijay K. Gurbani Alcatel-Lucent Bell Labs E-mail: {first.last}@alcatel-lucent.com

More information

SDN Security Design Challenges

SDN Security Design Challenges Nicolae Paladi SDN Security Design Challenges SICS Swedish ICT! Lund University In Multi-Tenant Virtualized Networks Multi-tenancy Multiple tenants share a common physical infrastructure. Multi-tenancy

More information

Bell Labs. Network Awareness and Virtualization Meets Cloud. Volker Hilt Bell Labs/Alcatel-Lucent. Slide 1

Bell Labs. Network Awareness and Virtualization Meets Cloud. Volker Hilt Bell Labs/Alcatel-Lucent. Slide 1 Network Awareness and Virtualization Meets Cloud Bell Labs Volker Hilt Bell Labs/Alcatel-Lucent Slide 1 CUSTOMER STORIES Slide 2 CUSTOMER STORIES I want a network which is elastic, that scales with my

More information

OpenFlow and Onix. OpenFlow: Enabling Innovation in Campus Networks. The Problem. We also want. How to run experiments in campus networks?

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 boweixu@umich.edu [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

More information

SOFTWARE-DEFINED NETWORKING AND OPENFLOW

SOFTWARE-DEFINED NETWORKING AND OPENFLOW SOFTWARE-DEFINED NETWORKING AND OPENFLOW Freddie Örnebjär TREX Workshop 2012 2012 Brocade Communications Systems, Inc. 2012/09/14 Software-Defined Networking (SDN): Fundamental Control

More information

The Future of Networking, and the Past of Protocols

The Future of Networking, and the Past of Protocols 1 The Future of Networking, and the Past of Protocols Scott Shenker with Martín Casado, Teemu Koponen, Nick McKeown (and many others.) 2 Software-Defined Networking SDN clearly has advantages over status

More information

SDN. What's Software Defined Networking? Angelo Capossele

SDN. What's Software Defined Networking? Angelo Capossele SDN What's Software Defined Networking? Angelo Capossele Outline Introduction to SDN OpenFlow Network Functions Virtualization Some examples Opportunities Research problems Security Case study: LTE (Mini)Tutorial

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK SOFTWARE DEFINED NETWORKING A NEW ARCHETYPE PARNAL P. PAWADE 1, ANIKET A. KATHALKAR

More information

Testing Software Defined Network (SDN) For Data Center and Cloud VERYX TECHNOLOGIES

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...

More information

Web Application Hosting Cloud Architecture

Web Application Hosting Cloud Architecture Web Application Hosting Cloud Architecture Executive Overview This paper describes vendor neutral best practices for hosting web applications using cloud computing. The architectural elements described

More information

Project 3 and Software-Defined Networking (SDN)

Project 3 and Software-Defined Networking (SDN) Project 3 and Software-Defined Networking (SDN) EE122 Fall 2011 Scott Shenker http://inst.eecs.berkeley.edu/~ee122/ Materials with thanks to Jennifer Rexford, Ion Stoica, Vern Paxson and other colleagues

More information

A Study on Software Defined Networking

A Study on Software Defined Networking A Study on Software Defined Networking Yogita Shivaji Hande, M. Akkalakshmi Research Scholar, Dept. of Information Technology, Gitam University, Hyderabad, India Professor, Dept. of Information Technology,

More information

ALTO and Content Delivery Networks dra7- penno- alto- cdn

ALTO and Content Delivery Networks dra7- penno- alto- cdn ALTO and Content Delivery Networks dra7- penno- alto- cdn Stefano Previdi, sprevidi@cisco.com Richard Alimi, ralimi@google.com Jan Medved, jmedved@juniper.net Reinaldo Penno, rpenno@juniper.net Richard

More information

Network Positioning System

Network Positioning System Network Positioning System How service provider infrastructure can support rapid growth of video, cloud and application traffic Stefano Previdi sprevidi@cisco.com Distinguished Engineer Cisco Systems 1

More information

Extending the Internet of Things to IPv6 with Software Defined Networking

Extending the Internet of Things to IPv6 with Software Defined Networking Extending the Internet of Things to IPv6 with Software Defined Networking Abstract [WHITE PAPER] Pedro Martinez-Julia, Antonio F. Skarmeta {pedromj,skarmeta}@um.es The flexibility and general programmability

More information

Network Management through Graphs in Software Defined Networks

Network Management through Graphs in Software Defined Networks Network Management through Graphs in Software Defined Networks Gustavo Pantuza, Frederico Sampaio, Luiz F. M. Vieira, Dorgival Guedes, Marcos A. M. Vieira Departament of Computer Science Universidade Federal

More information

SIMPLE NETWORKING QUESTIONS?

SIMPLE NETWORKING QUESTIONS? DECODING SDN SIMPLE NETWORKING QUESTIONS? Can A talk to B? If so which what limitations? Is VLAN Y isolated from VLAN Z? Do I have loops on the topology? SO SDN is a recognition by the Networking industry

More information

Business Cases for Brocade Software-Defined Networking Use Cases

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,

More information

A collaborative model for routing in multi-domains OpenFlow networks

A collaborative model for routing in multi-domains OpenFlow networks A collaborative model for routing in multi-domains OpenFlow networks Xuan Thien Phan, Nam Thoai Faculty of Computer Science and Engineering Ho Chi Minh City University of Technology Ho Chi Minh city, Vietnam

More information

Software Defined Networking Architecture

Software Defined Networking Architecture Software Defined Networking Architecture Brighten Godfrey CS 538 October 8 2013 slides 2010-2013 by Brighten Godfrey The Problem Networks are complicated Just like any computer system Worse: it s distributed

More information

CloudWatcher: Network Security Monitoring Using OpenFlow in Dynamic Cloud Networks

CloudWatcher: Network Security Monitoring Using OpenFlow in Dynamic Cloud Networks CloudWatcher: Network Security Monitoring Using OpenFlow in Dynamic Cloud Networks (or: How to Provide Security Monitoring as a Service in Clouds?) Seungwon Shin SUCCESS Lab Texas A&M University Email:

More information

Software Defined Networking

Software Defined Networking Software Defined Networking Richard T. B. Ma School of Computing National University of Singapore Material from: Scott Shenker (UC Berkeley), Nick McKeown (Stanford), Jennifer Rexford (Princeton) CS 4226:

More information

Enabling Software Defined Networking using OpenFlow

Enabling Software Defined Networking using OpenFlow Enabling Software Defined Networking using OpenFlow 1 Karamjeet Kaur, 2 Sukhveer Kaur, 3 Vipin Gupta 1,2 SBS State Technical Campus Ferozepur, 3 U-Net Solutions Moga Abstract Software Defined Networking

More information

The Business Case for Software-Defined Networking

The Business Case for Software-Defined Networking WHITE PAPER The Business Case for Software-Defined Networking Brocade enables customers a means of reducing costs of service delivery through Software-Defined Networking (SDN) technologies. In addition,

More information

libnetvirt: the network virtualization library

libnetvirt: the network virtualization library libnetvirt: the network virtualization library Daniel Turull, Markus Hidell, Peter Sjödin KTH Royal Institute of Technology, School of ICT Stockholm, Sweden Email: {danieltt,mahidell,psj}@kth.se Abstract

More information

SDN PARTNER INTEGRATION: SANDVINE

SDN PARTNER INTEGRATION: SANDVINE SDN PARTNER INTEGRATION: SANDVINE SDN PARTNERSHIPS SSD STRATEGY & MARKETING SERVICE PROVIDER CHALLENGES TIME TO SERVICE PRODUCT EVOLUTION OVER THE TOP THREAT NETWORK TO CLOUD B/OSS AGILITY Lengthy service

More information

Telecom. White Paper. Inter-SDN Controller Communication: Using Border Gateway Protocol

Telecom. White Paper. Inter-SDN Controller Communication: Using Border Gateway Protocol Telecom White Paper Inter-SDN Controller Communication: Using Border Gateway Protocol About the Authors Deepankar Gupta Deepankar Gupta is an Associate Consultant and Lead Engineer working in the IP and

More information

A Network Control Plane for Massive Video Delivery

A Network Control Plane for Massive Video Delivery A Network Control Plane for Massive Video Delivery Giuseppe Cofano Politecnico di Bari, Dipartimento di Ingegneria Elettrica e dell Informazione, Via E. Orabona 4 70125 Bari, Italy - giuseppe.cofano@poliba.it

More information

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 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

More information

1 COPYRIGHT 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

1 COPYRIGHT 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED. Welcome to this overview about Software-Defined Networking, or SDN, and Network Virtualization. This training course will not only provide the technical background to SDN, but will also show the value

More information

A Coordinated. Enterprise Networks Software Defined. and Application Fluent Programmable Networks

A Coordinated. Enterprise Networks Software Defined. and Application Fluent Programmable Networks A Coordinated Virtual Infrastructure for SDN in Enterprise Networks Software Defined Networking (SDN), OpenFlow and Application Fluent Programmable Networks Strategic White Paper Increasing agility and

More information

SDN/Virtualization and Cloud Computing

SDN/Virtualization and Cloud Computing SDN/Virtualization and Cloud Computing Agenda Software Define Network (SDN) Virtualization Cloud Computing Software Defined Network (SDN) What is SDN? Traditional Network and Limitations Traditional Computer

More information

Improving Network Management with Software Defined Networking

Improving Network Management with Software Defined Networking Improving Network Management with Software Defined Networking Hyojoon Kim and Nick Feamster, Georgia Institute of Technology 2013 IEEE Communications Magazine Presented by 101062505 林 瑋 琮 Outline 1. Introduction

More information

Data Center Network Virtualisation Standards. Matthew Bocci, Director of Technology & Standards, IP Division IETF NVO3 Co-chair

Data Center Network Virtualisation Standards. Matthew Bocci, Director of Technology & Standards, IP Division IETF NVO3 Co-chair Data Center Network Virtualisation Standards Matthew Bocci, Director of Technology & Standards, IP Division IETF NVO3 Co-chair May 2013 AGENDA 1. Why standardise? 2. Problem Statement and Architecture

More information

Testing Network Virtualization For Data Center and Cloud VERYX TECHNOLOGIES

Testing Network Virtualization For Data Center and Cloud VERYX TECHNOLOGIES Testing Network Virtualization For Data Center and Cloud VERYX TECHNOLOGIES Table of Contents Introduction... 1 Network Virtualization Overview... 1 Network Virtualization Key Requirements to be validated...

More information

ENSEMBLE OSA Bringing the Benefits of the Cloud to the Metro Edge

ENSEMBLE OSA Bringing the Benefits of the Cloud to the Metro Edge TECHNOLOGY BRIEF ENSEMBLE OSA Bringing the Benefits of the Cloud to the Metro Edge Business and individual consumers are enjoying the benefits of cloud technology every day, sometimes without even knowing

More information

Leveraging SDN and NFV in the WAN

Leveraging SDN and NFV in the WAN Leveraging SDN and NFV in the WAN Introduction Software Defined Networking (SDN) and Network Functions Virtualization (NFV) are two of the key components of the overall movement towards software defined

More information

Software Defined Networking for Telecom Operators: Architecture and Applications

Software Defined Networking for Telecom Operators: Architecture and Applications 2013 8th International Conference on Communications and Networking in China (CHINACOM) Software Defined Networking for Telecom Operators: Architecture and Applications Jian-Quan Wang China Unicom Research

More information

EventBus Module for Distributed OpenFlow Controllers

EventBus Module for Distributed OpenFlow Controllers EventBus Module for Distributed OpenFlow Controllers Igor Alekseev Director of the Internet Center P.G. Demidov Yaroslavl State University Yaroslavl, Russia aiv@yars.free.net Mikhail Nikitinskiy System

More information

RIDE THE SDN AND CLOUD WAVE WITH CONTRAIL

RIDE THE SDN AND CLOUD WAVE WITH CONTRAIL RIDE THE SDN AND CLOUD WAVE WITH CONTRAIL Pascal Geenens CONSULTING ENGINEER, JUNIPER NETWORKS pgeenens@juniper.net BUSINESS AGILITY Need to create and deliver new revenue opportunities faster Services

More information

TECHNOLOGY WHITE PAPER. Correlating SDN overlays and the physical network with Nuage Networks Virtualized Services Assurance Platform

TECHNOLOGY WHITE PAPER. Correlating SDN overlays and the physical network with Nuage Networks Virtualized Services Assurance Platform TECHNOLOGY WHITE PAPER Correlating SDN overlays and the physical network with Nuage Networks Virtualized Services Assurance Platform Abstract Enterprises are expanding their private clouds and extending

More information

How To Provide Qos Based Routing In The Internet

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

More information

Network Virtualization in the Data Center

Network Virtualization in the Data Center EDIC RESEARCH PROPOSAL 1 Network Virtualization in the Data Center Sam Whitlock EB Group, I&C, EPFL Abstract Modern data centers are abstracted into different pools of resources: compute, storage, and

More information

SDN AND SECURITY: Why Take Over the Hosts When You Can Take Over the Network

SDN AND SECURITY: Why Take Over the Hosts When You Can Take Over the Network SDN AND SECURITY: Why Take Over the s When You Can Take Over the Network SESSION ID: TECH0R03 Robert M. Hinden Check Point Fellow Check Point Software What are the SDN Security Challenges? Vulnerability

More information

Network Virtualization and SDN/OpenFlow for Optical Networks - EU Project OFELIA. Achim Autenrieth, Jörg-Peter Elbers ADVA Optical Networking SE

Network Virtualization and SDN/OpenFlow for Optical Networks - EU Project OFELIA. Achim Autenrieth, Jörg-Peter Elbers ADVA Optical Networking SE Network Virtualization and SDN/OpenFlow for Optical Networks - EU Project OFELIA Achim Autenrieth, Jörg-Peter Elbers ADVA Optical Networking SE Networked Systems (NetSys) 2013 Stuttgart, 14.03.2013 Outline

More information

Facility Usage Scenarios

Facility Usage Scenarios Facility Usage Scenarios GDD-06-41 GENI: Global Environment for Network Innovations December 22, 2006 Status: Draft (Version 0.1) Note to the reader: this document is a work in progress and continues to

More information

The Cloud-Optimized. Leveraging a multi-layer SDN framework

The Cloud-Optimized. Leveraging a multi-layer SDN framework The Cloud-Optimized MAN and WAN Leveraging a multi-layer SDN framework to deliver scalable and agile cloud services Strategic white paper Over the next few years, service providers will adopt Software-Defined

More information

THE SDN TRANSFORMATION A Framework for Sustainable Success

THE SDN TRANSFORMATION A Framework for Sustainable Success WHITE PAPER THE SDN TRANSFORMATION A Framework for Sustainable Success The promise of Software Defined Networking (SDN) is gaining more and more attention as traffic growth increases the costs and complexity

More information

The Evolution of SDN and OpenFlow: A Standards Perspective

The Evolution of SDN and OpenFlow: A Standards Perspective The Evolution of SDN and OpenFlow: A Standards Perspective Jean Tourrilhes, Puneet Sharma, Sujata Banerjee HP- Labs - {FirstName.LastName}@hp.com Justin Pettit VMware jpettit@vmware.com 1. Introduction

More information

SDN and NFV in the WAN

SDN and NFV in the WAN WHITE PAPER Hybrid Networking SDN and NFV in the WAN HOW THESE POWERFUL TECHNOLOGIES ARE DRIVING ENTERPRISE INNOVATION rev. 110615 Table of Contents Introduction 3 Software Defined Networking 3 Network

More information

Using SDN-OpenFlow for High-level Services

Using SDN-OpenFlow for High-level Services Using SDN-OpenFlow for High-level Services Nabil Damouny Sr. Director, Strategic Marketing Netronome Vice Chair, Marketing Education, ONF ndamouny@netronome.com Open Server Summit, Networking Applications

More information

Intent NBI for Software Defined Networking

Intent NBI for Software Defined Networking Intent NBI for Software Defined Networking 1 SDN NBI Challenges According to the architecture definition in Open Networking Foundation (ONF), a Software Defined Network (SDN) includes three vertically

More information

Software-Defined Networking for the Data Center. Dr. Peer Hasselmeyer NEC Laboratories Europe

Software-Defined Networking for the Data Center. Dr. Peer Hasselmeyer NEC Laboratories Europe Software-Defined Networking for the Data Center Dr. Peer Hasselmeyer NEC Laboratories Europe NW Technology Can t Cope with Current Needs We still use old technology... but we just pimp it To make it suitable

More information

SOFTWARE-DEFINED NETWORKING AND OPENFLOW

SOFTWARE-DEFINED NETWORKING AND OPENFLOW SOFTWARE-DEFINED NETWORKING AND OPENFLOW Eric Choi < echoi@brocade.com> Senior Manager, Service Provider Business Unit, APJ 2012 Brocade Communications Systems, Inc. EPF 7 2012/09/17 Software-Defined Networking

More information

Transport SDN Toolkit: Framework and APIs. John McDonough OIF Vice President NEC BTE 2015

Transport SDN Toolkit: Framework and APIs. John McDonough OIF Vice President NEC BTE 2015 Transport SDN Toolkit: Framework and APIs John McDonough OIF Vice President NEC BTE 2015 Transport SDN Toolkit Providing carriers with essential tools in the Transport SDN toolkit How to apply SDN to a

More information

Mock RFI for Enterprise SDN Solutions

Mock RFI for Enterprise SDN Solutions Mock RFI for Enterprise SDN Solutions Written By Sponsored By Table of Contents Background and Intended Use... 3 Introduction... 3 Definitions and Terminology... 7 The Solution Architecture... 10 The SDN

More information

DEMYSTIFYING ROUTING SERVICES IN SOFTWAREDEFINED NETWORKING

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

More information

Deployment considerations draft-ietf-alto-deployments-08

Deployment considerations draft-ietf-alto-deployments-08 Deployment considerations draft-ietf-alto-deployments-08 Martin Stiemerling, Sebastian Kiesel, Stefano Previdi, Michael Scharf Presented by Vijay Gurbani IETF 88, Vancouver, Canada, Nov. 2013 Status of

More information

Qualifying SDN/OpenFlow Enabled Networks

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

More information

HPAM: Hybrid Protocol for Application Level Multicast. Yeo Chai Kiat

HPAM: Hybrid Protocol for Application Level Multicast. Yeo Chai Kiat HPAM: Hybrid Protocol for Application Level Multicast Yeo Chai Kiat Scope 1. Introduction 2. Hybrid Protocol for Application Level Multicast (HPAM) 3. Features of HPAM 4. Conclusion 1. Introduction Video

More information

SDN Architecture and Standards for Operational, at Scale Networks. 신명기 mkshin@etri.re.kr ETRI KRNET2012 26 June 2012

SDN Architecture and Standards for Operational, at Scale Networks. 신명기 mkshin@etri.re.kr ETRI KRNET2012 26 June 2012 SDN Architecture and Standards for Operational, at Scale Networks 신명기 mkshin@etri.re.kr ETRI KRNET2012 26 June 2012 1 Content Outline SDN Framework and Architecture Data Forwarding Plane Models Open Interfaces

More information

Scalability of Control Planes for Software Defined Networks:Modeling and Evaluation

Scalability of Control Planes for Software Defined Networks:Modeling and Evaluation of Control Planes for Software Defined Networks:Modeling and Evaluation Jie Hu, Chuang Lin, Xiangyang Li, Jiwei Huang Department of Computer Science and Technology, Tsinghua University Department of Computer

More information

Monitoring within an Autonomic Network: A. Framework

Monitoring within an Autonomic Network: A. Framework Monitoring within an Autonomic Network: A GANA based Network Monitoring i Framework Anastasios Zafeiropoulos, Athanassios Liakopoulos, Alan Davy, Ranganai Chaparadza tzafeir@grnet.gr Greek Research and

More information

Ethernet-based Software Defined Network (SDN)

Ethernet-based Software Defined Network (SDN) Ethernet-based Software Defined Network (SDN) Tzi-cker Chiueh Cloud Computing Research Center for Mobile Applications (CCMA), ITRI 雲 端 運 算 行 動 應 用 研 究 中 心 1 Cloud Data Center Architecture Physical Server

More information

Transform Your Business and Protect Your Cisco Nexus Investment While Adopting Cisco Application Centric Infrastructure

Transform Your Business and Protect Your Cisco Nexus Investment While Adopting Cisco Application Centric Infrastructure White Paper Transform Your Business and Protect Your Cisco Nexus Investment While Adopting Cisco Application Centric Infrastructure What You Will Learn The new Cisco Application Centric Infrastructure

More information

Technical white paper. Realizing the power of SDN with HP Virtual Application Networks

Technical white paper. Realizing the power of SDN with HP Virtual Application Networks Technical white paper Realizing the power of SDN with HP Virtual Application s Table of contents 3 Executive summary 3 Software-defined networks (SDN) 4 Building a software-defined network 5 HP s 5 HP

More information

CoIP (Cloud over IP): The Future of Hybrid Networking

CoIP (Cloud over IP): The Future of Hybrid Networking CoIP (Cloud over IP): The Future of Hybrid Networking An overlay virtual network that connects, protects and shields enterprise applications deployed across cloud ecosystems The Cloud is Now a Critical

More information

CSCI-1680 So ware-defined Networking

CSCI-1680 So ware-defined Networking CSCI-1680 So ware-defined Networking Rodrigo Fonseca Most content from lecture notes by Scott Shenker SDN For now: a new paradigm for network management SDN widely accepted as future of networking ~1000

More information

Applying SDN to Network Management Problems. Nick Feamster University of Maryland

Applying SDN to Network Management Problems. Nick Feamster University of Maryland Applying SDN to Network Management Problems Nick Feamster University of Maryland 1 Addressing the Challenges of Network Management Challenge Approach System Frequent Changes Event-Based Network Control

More information

Implementation of Address Learning/Packet Forwarding, Firewall and Load Balancing in Floodlight Controller for SDN Network Management

Implementation of Address Learning/Packet Forwarding, Firewall and Load Balancing in Floodlight Controller for SDN Network Management Research Paper Implementation of Address Learning/Packet Forwarding, Firewall and Load Balancing in Floodlight Controller for SDN Network Management Raphael Eweka MSc Student University of East London

More information

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 雲 端 運 算 行 動 應 用 研 究 中 心 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

More information

Security Challenges & Opportunities in Software Defined Networks (SDN)

Security Challenges & Opportunities in Software Defined Networks (SDN) Security Challenges & Opportunities in Software Defined Networks (SDN) June 30 th, 2015 SEC2 2015 Premier atelier sur la sécurité dans les Clouds Nizar KHEIR Cyber Security Researcher Orange Labs Products

More information

Evolution of OpenCache: an OpenSource Virtual Content Distribution Network (vcdn) Platform

Evolution of OpenCache: an OpenSource Virtual Content Distribution Network (vcdn) Platform Evolution of OpenCache: an OpenSource Virtual Content Distribution Network (vcdn) Platform Daniel King d.king@lancaster.ac.uk Matthew Broadbent m.broadbent@lancaster.ac.uk David Hutchison d.hutchison@lancaster.ac.uk

More information

Various Alternatives to achieve SDN. Dhruv Dhody, Sr. System Architect, Huawei Technologies

Various Alternatives to achieve SDN. Dhruv Dhody, Sr. System Architect, Huawei Technologies Various Alternatives to achieve SDN Dhruv Dhody, Sr. System Architect, Huawei Technologies Huawei India R&D Dhruv Dhody Who? A multinational networking and telecommunications equipment and services company

More information

Open Source Network: Software-Defined Networking (SDN) and OpenFlow

Open Source Network: Software-Defined Networking (SDN) and OpenFlow Open Source Network: Software-Defined Networking (SDN) and OpenFlow Insop Song, Ericsson LinuxCon North America, Aug. 2012, San Diego CA Objectives Overview of OpenFlow Overview of Software Defined Networking

More information

Ten Things to Look for in an SDN Controller

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

More information

Ryuo: Using High Level Northbound API for Control Messages in Software Defined Network

Ryuo: Using High Level Northbound API for Control Messages in Software Defined Network Ryuo: Using High Level Northbound API for Control Messages in Software Defined Network Shaoyu Zhang, Yao Shen, Matthias Herlich, Kien Nguyen, Yusheng Ji, Shigeki Yamada Department of Computer Science and

More information

Driving SDN Adoption in Service Provider Networks

Driving SDN Adoption in Service Provider Networks WHITEPAPER Software Defined Networking (SDN) Driving SDN Adoption in Service Provider Networks This whitepaper provides an overview of key requirements and enablers for driving SDN adoption in Service

More information

SDN Testbed Experiences: Challenges and Next Steps

SDN Testbed Experiences: Challenges and Next Steps SDN Testbed Experiences: Challenges and Next Steps SDN Concertation Workshop January 30 th, 2014 Daniel King d.king@lancaster.ac.uk Panagiotis Georgopoulos p.georgopoulos@lancaster.ac.uk Nicholas Race

More information

What is SDN? And Why Should I Care? Jim Metzler Vice President Ashton Metzler & Associates

What is SDN? And Why Should I Care? Jim Metzler Vice President Ashton Metzler & Associates What is SDN? And Why Should I Care? Jim Metzler Vice President Ashton Metzler & Associates 1 Goals of the Presentation 1. Define/describe SDN 2. Identify the drivers and inhibitors of SDN 3. Identify what

More information

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

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

More information

Cloud Networking Disruption with Software Defined Network Virtualization. Ali Khayam

Cloud Networking Disruption with Software Defined Network Virtualization. Ali Khayam Cloud Networking Disruption with Software Defined Network Virtualization Ali Khayam In the next one hour Let s discuss two disruptive new paradigms in the world of networking: Network Virtualization Software

More information

Network Functions Virtualization in Home Networks

Network Functions Virtualization in Home Networks Network Functions Virtualization in Home Networks Marion Dillon Timothy Winters Abstract The current model of home networking includes relatively low- cost, failure- prone devices, requiring frequent intervention

More information

Multiple Service Load-Balancing with OpenFlow

Multiple Service Load-Balancing with OpenFlow 2012 IEEE 13th International Conference on High Performance Switching and Routing Multiple Service Load-Balancing with OpenFlow Marc Koerner Technische Universitaet Berlin Department of Telecommunication

More information

The Many Faces of SDN: An Industry Perspective

The Many Faces of SDN: An Industry Perspective The Many Faces of SDN: An Industry Perspective Kenneth Duda CTO / SVP Software Arista Networks, Inc. Face 1: SDN is for Experimentation Today, there is almost no practical way to experiment with new network

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 349 ISSN 2229-5518

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 349 ISSN 2229-5518 International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 349 Load Balancing Heterogeneous Request in DHT-based P2P Systems Mrs. Yogita A. Dalvi Dr. R. Shankar Mr. Atesh

More information

ADVANCED SECURITY MECHANISMS TO PROTECT ASSETS AND NETWORKS: SOFTWARE-DEFINED SECURITY

ADVANCED SECURITY MECHANISMS TO PROTECT ASSETS AND NETWORKS: SOFTWARE-DEFINED SECURITY ADVANCED SECURITY MECHANISMS TO PROTECT ASSETS AND NETWORKS: SOFTWARE-DEFINED SECURITY One of the largest concerns of organisations is how to implement and introduce advanced security mechanisms to protect

More information

Current Trends of Topology Discovery in OpenFlow-based Software Defined Networks

Current Trends of Topology Discovery in OpenFlow-based Software Defined Networks 1 Current Trends of Topology Discovery in OpenFlow-based Software Defined Networks Leonardo Ochoa-Aday, Cristina Cervello -Pastor, Member, IEEE, and Adriana Ferna ndez-ferna ndez Abstract The explosion

More information

Software Defined Networking and the design of OpenFlow switches

Software Defined Networking and the design of OpenFlow switches Software Defined Networking and the design of OpenFlow switches Paolo Giaccone Notes for the class on Packet Switch Architectures Politecnico di Torino December 2015 Outline 1 Introduction to SDN 2 OpenFlow

More information

Software Defined Networks in SP Environments

Software Defined Networks in SP Environments Software Defined Networks in SP Environments Architecture, Elements and Use Cases Stefano Previdi (sprevidi@cisco.com) Distinguished Engineer Cisco Systems Darmstadt, October 25, 2012 2010 2012 Cisco and/or

More information

Network Services in the SDN Data Center

Network Services in the SDN Data Center Network Services in the SDN Center SDN as a Network Service Enablement Platform Whitepaper SHARE THIS WHITEPAPER Executive Summary While interest about OpenFlow and SDN has increased throughout the tech

More information

Outline. Why Neutron? What is Neutron? API Abstractions Plugin Architecture

Outline. Why Neutron? What is Neutron? API Abstractions Plugin Architecture OpenStack Neutron Outline Why Neutron? What is Neutron? API Abstractions Plugin Architecture Why Neutron? Networks for Enterprise Applications are Complex. Image from windowssecurity.com Why Neutron? Reason

More information

How Network Operators Do Prepare for the Rise of the Machines

How Network Operators Do Prepare for the Rise of the Machines Internet of Things and the Impact on Transport Networks How Network Operators Do Prepare for the Rise of the Machines Telecommunication networks today were never designed having Inter of Things use cases

More information

EVOLVING ENTERPRISE NETWORKS WITH SPB-M APPLICATION NOTE

EVOLVING ENTERPRISE NETWORKS WITH SPB-M APPLICATION NOTE EVOLVING ENTERPRISE NETWORKS WITH SPB-M APPLICATION NOTE EXECUTIVE SUMMARY Enterprise network managers are being forced to do more with less. Their networks are growing in size and complexity. They need

More information

VXLAN: Scaling Data Center Capacity. White Paper

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

More information

SDN Services at the Customer Edge

SDN Services at the Customer Edge WHITEPAPER SDN Services at the Customer Edge White Box SDN Foundation for Strategic Advantage SDN Services at the Customer Edge White Box SDN Foundation for Strategic Advantage Businesses and consumers

More information

SOFTWARE DEFINED NETWORKING

SOFTWARE DEFINED NETWORKING SOFTWARE DEFINED NETWORKING Bringing Networks to the Cloud Brendan Hayes DIRECTOR, SDN MARKETING AGENDA Market trends and Juniper s SDN strategy Network virtualization evolution Juniper s SDN technology

More information

The Edge Manifesto: Digital Business, Rich Media, Latency Sensitivity and the Use of Distributed Data Centers

The Edge Manifesto: Digital Business, Rich Media, Latency Sensitivity and the Use of Distributed Data Centers G00290109 The Edge Manifesto: Digital Business, Rich Media, Latency Sensitivity and the Use of Distributed Data Centers Published: 31 July 2015 Analyst(s): Bob Gill The edge manifesto calls for the placement

More information

WE consider an emerging class of challenging Internet

WE consider an emerging class of challenging Internet Using Software-Defined ing for Real-Time Internet Applications Tim Humernbrum, Frank Glinka, Sergei Gorlatch Abstract We consider an emerging class of challenging Internet applications called Real-Time

More information

Michael Jarschel, Thomas Zinner, Tobias Hoßfeld, Phuoc Tran Gia University of Würzburg, Institute of Computer Science, Würzburg, Germany.

Michael Jarschel, Thomas Zinner, Tobias Hoßfeld, Phuoc Tran Gia University of Würzburg, Institute of Computer Science, Würzburg, Germany. 2014 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising

More information