1 / 50

A Hot Topic in Computer Networks Today: Software- Defined Networking

A Hot Topic in Computer Networks Today: Software- Defined Networking. Prof. Jang-ping Sheu High-Speed Communication & Computing Laboratory National Tsing Hua University. Outline. Background and motivation What is SDN ? An open standard- OpenFlow The applications of SDN Challenges

neil
Télécharger la présentation

A Hot Topic in Computer Networks Today: Software- Defined Networking

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Hot Topic in Computer Networks Today: Software- Defined Networking Prof. Jang-ping Sheu High-Speed Communication & Computing Laboratory National TsingHua University

  2. Outline • Background and motivation • What is SDN ? • An open standard- OpenFlow • The applications of SDN • Challenges • Research resources

  3. Outline • Background and motivation • What is SDN ? • An open standard - OpenFlow • The applications of SDN • Challenges • Research resources

  4. Internet in Recent Decade • Data increasing continuously: Data Center, Cloud Computing, and Big Data • E-business, Video on demand, MOOCs (Massive Open Online Courses) • More protocols created with Heterogeneity networks developing • VANET (Vehicular Ad-hoc NETwork), WSN (Wireless Sensor Network), CRN (Cognitive Radio Network)

  5. Source: Intel 2012 March

  6. Traditional Networks - Features • Closed equipment • Software bundled with hardware • Vendor-specific interface • Only vendors can develop for its constrained environments • Over specified • Various and complex protocols: OSPF, BGP, DiffServ, NAT, MPLS, and so on. • No uniform standardization • Buggy software in the equipment • Routers are with million of lines of source code • Cascading failures, vulnerabilities is popular

  7. Traditional Networks - inconvenience • Operating a network is too complex and expensive • To add or move any device, network must be reconfigured, such as router, switch and firewall • Too expensive to change the topology of network • Not easy to control the communications • User cannot write the control code except equipment vendors • Long delays to introduce new features • Difficult to customize: • Even vendors and third parties are not able to provide customized cost effective solutions to address their customers’ problems

  8. Million of linesof source code Billions of gates, We Need Modify Existing Equipment Routing, management, mobility management, access control, VPNs, … Switch Feature Feature 6,000 RFCs(Request For Comments) Operating System Specialized Packet Forwarding Hardware Bloated, Power Hungry Vertically integrated, complex, closed, proprietary Not suitable for experimental ideas

  9. App App App App App App App App App App App Specialized Applications Windows (OS) Linux Mac OS Specialized Operating System or or Open Interface Open Interface Specialized Hardware Microprocessor Horizontal Open interfaces Rapid innovation Huge industry Vertically integrated Closed, proprietary Slow innovation Small industry

  10. App App App App App App App App App App App Specialized Features Control Plane Control Plane Control Plane or or Specialized Control Plane Open Interface Open Interface Specialized Hardware Merchant Switching Chips Horizontal Open interfaces Rapid innovation Vertically integrated Closed, proprietary Slow innovation

  11. Outline • Background and motivation • What is SDN ? • An open standard- OpenFlow • The applications of SDN • Challenges • Research resources

  12. Software-Defined Networking (SDN) • SDN is an approach to networking in which control is decoupled from hardware and given to a software application called a controller • Allows network engineers to support a switching fabric across multi-vendor hardware and application-specific integrated circuit • Allows a stronger intellectual foundation to networking • Allows us to define the right abstractions in different layers • Allowsus to transfer technology much faster, in both directions (academic and Industry) • Closing the gap with industry

  13. SDN from Traditional Network Device Ethernet Switch

  14. SDN from Traditional Network Device Controller (Software) Data Path (Hardware)

  15. Controller SDN from Traditional Network Device OpenFlow Protocol (SSL) Control Path OpenFlow Data Path (Hardware)

  16. Controller SDN from Traditional Network Device OpenFlow Protocol (SSL) Ethernet Switch

  17. More Detail in SDN Control Programs Network Operating System App App App Operating System Specialized Packet Forwarding Hardware App App App Operating System Specialized Packet Forwarding Hardware App App App Operating System Specialized Packet Forwarding Hardware App App App Operating System Specialized Packet Forwarding Hardware App App App Operating System Specialized Packet Forwarding Hardware

  18. More Detail in SDN Control Programs Network Operating System Simple Packet Forwarding Hardware Simple Packet Forwarding Hardware Simple Packet Forwarding Hardware Simple Packet Forwarding Hardware Simple Packet Forwarding Hardware

  19. User’s Rule PC User’sRule User’sRule Packets Delivering in SDN Controller User’s code OpenFlow Switch Decision? OpenFlow Protocol OpenFlow Switch OpenFlow Switch

  20. Potential Application Model in SDN • Data Centers • Public and private clouds • WANs • Google WAN • Eventually, public WANs • Enterprise networks • Greater control, fewer middle boxes • Home networks • Outsourced management • Cellular Networks • Separation of service from physical infrastructure • Research and Education Networks • National backbones • College campus networks

  21. Outline • Background and motivation • What is SDN ? • An open standard- OpenFlow • The applications of SDN • Challenges • Research resource

  22. OpenFlow - What is it ? An open standard for that enables researchers to run experimental protocols in the campus networks we use every day Network administrators can remotely control forwarding tables by it Currently being implemented by major vendors Enabled switches now commercially available

  23. OpenFlow Controller OpenFlow Switch PC OpenFlow Protocol SSL Secure Channel SW Flow Table HW

  24. OpenFlow- Controller • A controller adds and removes flow entries from the Flow Table on behalf of experiments • A static controller might be a generalization of VLANs. • More sophisticated controllers that dynamically add/remove flows as an experiment progresses • Researchers might control the complete network of OpenFlow Switches and be free to decide how all flows are processed

  25. OpenFlow- Switch Flow Table, with an action associated with each flow entry, to tell the switch how to process the flow Secure Channel that connects the switch to controller, allowing commands and packets to be sent between a controller and the switch OpenFlow Protocol, which provides an open and standard way for a controller to communicate with a switch

  26. OpenFlow- Flow Table Entry Rule Action Stats Packet + byte counters • Forward packet to port(s) • Encapsulate and forward to controller • Drop packet • Send to normal processing pipeline Switch Port MAC src MAC dst Eth type VLAN ID IP Src IP Dst IP Prot TCP sport TCP dport

  27. OpenFlow- Cache flow decisions in datapath “If header = x, send to port 4” “If header =y, overwrite header with z, send to ports 5,6” “If header = ?, send to me” Flow Table

  28. DeploymentModes • In-network: OpenFlow-enabled network infrastructure (upgraded or green-field) • Overlay: Legacy network infrastructure with smart edge devices • New boxes, such as gateways • Enhanced kernel bridge (e.g., OpenVSwitch in x86 hypervisors) • Examples: • In-network: Google uses OpenFlow-enabled controllers switches to interconnect their data centers • Overlay: AT&T, NTT, eBay, Fidelity Investments, and Rackspace use OpenStack Quantum and Nicira NVP controller to manage the virtual networks in their clouds • Hybrid: Genesis hosting uses NEC controller in intra-data-center scenario

  29. Outline • Background and motivation • What is SDN ? • An open standard - OpenFlow • The applications of SDN • Challenges • Research resource

  30. Benefits from SDN Network Virtualization Switch based Firewall Multipath Forwarding Congestion Control Identify bugs

  31. Network Virtualization in SDN The process of combining hardware and software network resources to be some virtual networks

  32. Virtualization in Traditional Network L2 virtualization: VLAN Networks can only support a finite number of VLANS

  33. SDN-based Network Virtualization Each tenant can run his virtual network with controller in SDN. OpenFlow network removes limitations, allowing administrators to create a flow-based virtual network abstraction. Computer virtualization Network Virtualization

  34. SDN-based Network Virtualization

  35. Switch based Firewall in SDN Flow Classifer H1 Controller This packet needs to block Cloud H2 Block this flow H3 OpenFlow switches can emulate Firewall by assigning rules to switches.

  36. Traditional Switch Path Forwarding In traditional switches, forwarding packets use spanning tree algorithm to solve looping problem

  37. Multipath Forwarding in SDN Controller Controller can install multipath roles in SDN switches Forwarding by rule and central controller’s decision.

  38. Congestion Control by SDN Controller Controller gets switches status to decide flow rate Controller can get SDN switches information to know if congestion happened.

  39. Identify Bugs by SDN • Identify bugs with systematically tracking down their root cause • When an operational network misbehaves, it is very hard to find the root cause • Allows users to define a Network Breakpoint • Capture and reconstruct the sequence of events leading to the breakpoint

  40. Outline • Background and motivation • What is SDN ? • An open standard - OpenFlow • The applications of SDN • Challenges • Research resource

  41. Countries in Trial of SDN 68 Trials in 13 Countries

  42. SDN in University of U.S.A Severing as GENI (Global Environment for Network Innovations) Networking Substrate

  43. Challenges Complex designing solutions Limited TCAM size Controller delay and overhead Multi-controller working together Migrating from legacy to SDN

  44. SDN - Data-Plane Challenges • State of Specification • Maturity Concerns • OF 1.0 single flow table, … OF 1.1 leverages multiple tables • Silicon Concerns • Spec is much ahead of silicon development… OF Spec is a moving target for merchant silicon • Merchant silicon is not optimized for OF… supports of current networking features is a higher priority • Specific issues • Scalability of Flow-Matches (limited by TCAM size) • Cost concerns

  45. SDN – Control-Plane Challenges • Control Plane scalability • Centralized vs. distributed controllers... • Single view of the state of the network, forwarding tables,… is this a distributed database problem? • Interoperability • SDN/NON-SDN • Inter-Controller • Between different controllers • Orchestrating SDNs managed by different controllers • …

  46. SDN- Application-Environments Challenges • Network Resource Abstraction & Conflict Resolution • Resource abstraction • Conflict resolution among different application actions • Development tools and New Application Paradigm • Computing system style application… • New class of Network Programming • Languages… New tools • New development skills… New talents... New education curriculum…

  47. Outline • Background and motivation • What is SDN ? • An open standard - OpenFlow • The applications of SDN • Challenges • Research resources

  48. Research Platform for SDN • Mininet • Network emulator • Designed for emulating SDN networks • Easy to use • High performance (100 nodes on a laptop) • Network OS for Research • NOX (C++/Python) http://noxrepo.org • Maestro (Rice University) • Helios (NEC) • Beacon (Java) coming soon, … • Network OS Commerce • ONIX [OSDI 2010, Google, Nicira, NEC] • Expect others

  49. OpenFlowTestbed • Candidate controllers: • Nicira’sNox: C++ and python  prototyping • NTT’s Ryu : python  more production level • Candidate switches: • Standalone switches • Pica8 (3290): OpenFlow v1.1, a spin-off of Quanta • HP (5400zl): either OpenFlowmode or legacy mode. • NEC(IP8800): either OpenFlowmode or legacy mode. • Pronto: legacy routing stack and OpenFlowenabled features can not be support in the same VLAN • Brocade (CES/CER/MLX/XMR/MLXe): fully support hybrid mode • PC-based switches (decreasing programmability) • OVS (OpenVSwitch): pure software based OpenFlowenabled data path • Netronome: network processor PCI card • NetFPGA (Stanford): research oriented cards

  50. 2011I International Conference on Computer Science an d Network Technology Thank you !

More Related