SlideShare ist ein Scribd-Unternehmen logo
1 von 29
SOFTWARE-DEFINED
NETWORKING(SDN)
A New Approach to Networking
Anju Ann Joseph
Semester: VII Batch: C
B-Tech Seminar Sept 2013
2
Seminar Overview
Introduction
Why we need new approach?
Why not traditional networks?
SDN Architecture
OpenFlow Approach
Virtual Network Overlay Approach
Challenges & Future Expectation
Conclusion
3
Introduction
Software Defined Networking (SDN) is an evolutionary
approach to network design and functionality based on
the ability to programmatically modify the behavior of
network devices.
SDN uses user-customizable and configurable software
that’s independent of hardware to expand data flow
control.
It will make networks more flexible, dynamic, and cost-
efficient, while greatly simplifying operational
complexity.
4
The Need for a New Network Architecture
Changing Traffic Pattern
The Rise of Cloud Services
Consumerization of IT
“Big data” means more bandwidth
Percentageofnetworktraffic
 Control plane:
Routing algorithms
5
 Management plane:
Configure basic activities
 Data Forwarding plane:
Packet streaming
Traditional Computer Networks
Data flow is controlled by switches and routers and contains
the following basic elements:
Traditional Networks worked well…
6
Hardware based networks have historically shown that
they were stable and reliable.
Operational capacities were quickly regained after a
power loss, without significant external interventions.
Operated consistently in varying environments.
7
1
2
Limitations of Current Networking
Technologies
Complexity that leads to Static Nature
Inconsistent Policies
Inability to Scale
Vendor Dependence
3
4
Introducing Software-Defined Networking
8
Software Defined Networking (SDN) is an emerging network
architecture where network control plane is decoupled from
forwarding plane and is directly programmable.
Lead by Open Networking Foundation(ONF)
SDN-enabled control plane allows the underlying
infrastructure to be abstracted
Network appears to the applications as a
single, logical switch entity
SDN Architecture
OpenFlow Switches
9
SDN Control Software
Business Appl Business Appl Business Appl
Northbound API
Southbound API(eg. OpenFlow)
INFRASTRUCTURE
LAYER
CONTROL
LAYER
APPLICATION
LAYER
10
API
Specifies how software components should interact each
other.
API’s makes it possible to implement basic network functions
like path computation, loop avoidance, routing, security and
many other tasks.
Southbound API
Northbound API
Allows controller to define the behaviour
of switches at the bottom of the
architecture
Provides a network abstraction interface to
the applications and management systems
at the top of the architecture
SDN Controller
11
The controller is the core of an SDN network.
By running the control plane as software, the controller
facilitates automated network management and makes it
easier to integrate and administer applications.
SDN controllers uses protocols such as OpenFlow to
configure network devices
It manages flow control to enable intelligent networking.
12
OpenFlow is a protocol that is used to define the
communication interface between the control and forwarding
layers.
It provides direct access to and manipulation of the forwarding
plane of network devices.
Uses the concept of flows to identify network traffic.
Approach
13
OpenFlow-enabled Switch
Controller
Secure
Channel
Group
Table
Flow
Table
Flow
Table
OpenFlow protocol
OpenFlow switch
Components:
Flow table & Group table
Perform packet lookups and forwarding
OpenFlow channel
Interface that connects a switch to a
controller
Two types
OpenFlow-hybrid
OpenFlow-only
Pipeline
Pipeline process: Maintains sending of packets between flow
tables by matching flow entries.
14
OpenFlow Ports
Logically connects each OpenFlow switch
Types of ports: standard logical reserved
OpenFlow Packet header
Version Type Length of Msg Transaction id
0 7 15 31 63
Flow Table
15
Inside OpenFlow
Packet arrives at switch
Header fields compared
to flow table entries
Forwarded to
specified port
DroppedOREncapsulates packets and
sends to controller
Controller decides
Drops Make new entry in
flow table
OR
Match FoundMatch Not Found
16
Message Types
Controller-to-switch messages
• Modify-state
• Read-state
• Packet-out/in
• Barrier
• Role-Request
Asynchronous messages
• Packet-in
• Flow-removed
• Port-status
Symmetric messages
• Hello message
• Echo request/reply
Benefits of OpenFlow Approach
17
Centralized Control
Reduced Complexity through Automation
Higher rate of Innovation
Increased Network Reliability and Security
Use Case: Network Slicing among
large Data Centers
18
Large Data centers have to accommodate many access requests,
each seeking a unique policy and security requirements.
SDN helps to overcome this by creating logical isolated networks
and allow them to be partitioned using slicing technique.
Involves abstraction of control plane management, out of each
network device into a centralized controller via OpenFlow protocol,
helps isolated networks to grow within themselves and also
communicate with other networks.
19
Few vendors who have produced OpenFlow
enabled network switches
Few OpenFlow based SDN Controllers
Programmed in
C++/Python on Linux
framework
Java based controller
Focuses on achieving
better performance
using multithreading
MX series IBM Rack Switch
20
Virtual Network Overlays(VNO)
Approach
It creates a virtual network infrastructure for the underlying
physical network.
Using VNO concept, the physical network is partitioned into
multiple logical networks that can be individually
programmed and managed.
21
VNOs are based on a ‘map-and-encap’ approach:
1. Mapping performed to find the destination address of the
packet
2. Overlay device encapsulates the packet within an overlay
header
3. Encapsulated packet is forwarded to destination where it is
de-encapsulated
Scheme followed by VNO- Tunneling Scheme
Ex:
VXLAN(Virtual Extensible LAN)
22
VXLAN(Virtual Extensible LAN)
It is a tunneling scheme to overlay Layer2 networks on Layer3.
Virtual LANs (VLAN) have similar functioning, but its specifications only
allow for up to 4,096 network IDs to be assigned at any given time.
Extends the VLAN address space by adding a 24-bit segment ID (VNI)and
increasing the number of available IDs to 16 million.
VNI can differentiate individual logical networks so millions of isolated
Layer 2 networks can co-exist on a common Layer 3 infrastructure.
With VLANs, only virtual machines (VMs) within the same logical network
can communicate with each other. VXLAN can potentially allow network
engineers to migrate VMs across long distances.
Use Case: Multi-tenancy in Cloud
Computing Environment
23
In a cloud environment, abstraction of the
management layer becomes important to
enable more interaction of applications with
the networking elements.
The virtual network overlay abstracts the
underlying physical network, which allows
the overlay to move to other physical
networks.
Virtual Network Overlay
stack for Cloud
OpenStack
OpenStack Plug-in
Rest API
Virtual Network Switch
Hypervisor
Tenant 1 Tenant 2 Tenant 3
VXLAN
Challenge
24
To support co-existence with existing devices the existing
technologies must have additional enhancement.
For ex, the existing standard path computation elements
in routers are not sufficient, they need to be enhanced.
Future Expectation
To find a unique SDN approach.
Some Frequently Raised Questions..
25
Why is SDN taking so long to adopt?
• Enterprises confused about how SDN will specifically
save them on network costs
• No compelling use-cases
Is SDN and network virtualization same?
• similar goals
• overlapping sets of technologies
Conclusion
26
SDN promises to transform today’s static networks into
flexible ,scalable, programmable platforms with the
intelligence to allocate resources dynamically.
With its many advantages and astonishing industry
momentum, SDN is on the way to become- the new
approach for networking.
References
27
[1]:Kapil Bakshi,“Considerations for Software Defined
Networking(SDN):Approaches and Use Cases,” IEEE Aerospace
Conference, March 2013.
[2]:“Software-Defined Networking: The New Norm for Networks,”
Open Networking Foundation(ONF) White Paper, April 2012.
[3]:“Software Defined Networking: A new paradigm for
virtual, dynamic, flexible networking,” IBM Systems and Technology
Thought Leadership White Paper, October 2012.
[4]: Hyojoon Kim and Nick Feamster, “Improving network
management using SDN,” IEEE Communications
Magazine, February 2013, pp.114-119.
28
Got any
Questions?
29

Weitere ähnliche Inhalte

Was ist angesagt?

Software Defined Networks
Software Defined NetworksSoftware Defined Networks
Software Defined NetworksShreeya Shah
 
Software Defined networking (SDN)
Software Defined networking (SDN)Software Defined networking (SDN)
Software Defined networking (SDN)Milson Munakami
 
Software Defined Networking (SDN) Technology Brief
Software Defined Networking (SDN) Technology BriefSoftware Defined Networking (SDN) Technology Brief
Software Defined Networking (SDN) Technology BriefZivaro Inc
 
Software defined networking(sdn) vahid sadri
Software defined networking(sdn) vahid sadriSoftware defined networking(sdn) vahid sadri
Software defined networking(sdn) vahid sadriVahid Sadri
 
Sdn presentation
Sdn presentation Sdn presentation
Sdn presentation Frikha Nour
 
Introduction to Network Function Virtualization (NFV)
Introduction to Network Function Virtualization (NFV)Introduction to Network Function Virtualization (NFV)
Introduction to Network Function Virtualization (NFV)rjain51
 
Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)rjain51
 
Introduction to SDN and NFV
Introduction to SDN and NFVIntroduction to SDN and NFV
Introduction to SDN and NFVCoreStack
 
Software Defined Network (SDN)
Software Defined Network (SDN)Software Defined Network (SDN)
Software Defined Network (SDN)Ahmed Ayman
 
Wireless Sensor Network
Wireless Sensor NetworkWireless Sensor Network
Wireless Sensor NetworkGanesh Khadsan
 
Network Mnagement for WSN
Network Mnagement for WSNNetwork Mnagement for WSN
Network Mnagement for WSN@zenafaris91
 
Energy consumption of wsn
Energy consumption of wsnEnergy consumption of wsn
Energy consumption of wsnDeepaDasarathan
 
Introduction to OpenFlow
Introduction to OpenFlowIntroduction to OpenFlow
Introduction to OpenFlowJoel W. King
 
Low Power Wireless Technologies and Standards for the Internet of Things
Low Power Wireless Technologies and Standards for the Internet of ThingsLow Power Wireless Technologies and Standards for the Internet of Things
Low Power Wireless Technologies and Standards for the Internet of ThingsDuncan Purves
 
SDN & NFV Introduction - Open Source Data Center Networking
SDN & NFV Introduction - Open Source Data Center NetworkingSDN & NFV Introduction - Open Source Data Center Networking
SDN & NFV Introduction - Open Source Data Center NetworkingThomas Graf
 

Was ist angesagt? (20)

Software Defined Networks
Software Defined NetworksSoftware Defined Networks
Software Defined Networks
 
Software Defined networking (SDN)
Software Defined networking (SDN)Software Defined networking (SDN)
Software Defined networking (SDN)
 
Software Defined Networking (SDN) Technology Brief
Software Defined Networking (SDN) Technology BriefSoftware Defined Networking (SDN) Technology Brief
Software Defined Networking (SDN) Technology Brief
 
Software defined networking(sdn) vahid sadri
Software defined networking(sdn) vahid sadriSoftware defined networking(sdn) vahid sadri
Software defined networking(sdn) vahid sadri
 
Sdn presentation
Sdn presentation Sdn presentation
Sdn presentation
 
Introduction to Network Function Virtualization (NFV)
Introduction to Network Function Virtualization (NFV)Introduction to Network Function Virtualization (NFV)
Introduction to Network Function Virtualization (NFV)
 
Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)
 
Wi-Fi Technology
Wi-Fi TechnologyWi-Fi Technology
Wi-Fi Technology
 
Introduction to SDN and NFV
Introduction to SDN and NFVIntroduction to SDN and NFV
Introduction to SDN and NFV
 
SD-WAN
SD-WANSD-WAN
SD-WAN
 
Software Defined Network (SDN)
Software Defined Network (SDN)Software Defined Network (SDN)
Software Defined Network (SDN)
 
Wireless Sensor Network
Wireless Sensor NetworkWireless Sensor Network
Wireless Sensor Network
 
IoT Connectivity
IoT Connectivity IoT Connectivity
IoT Connectivity
 
Iot
IotIot
Iot
 
Network Mnagement for WSN
Network Mnagement for WSNNetwork Mnagement for WSN
Network Mnagement for WSN
 
OpenFlow
OpenFlowOpenFlow
OpenFlow
 
Energy consumption of wsn
Energy consumption of wsnEnergy consumption of wsn
Energy consumption of wsn
 
Introduction to OpenFlow
Introduction to OpenFlowIntroduction to OpenFlow
Introduction to OpenFlow
 
Low Power Wireless Technologies and Standards for the Internet of Things
Low Power Wireless Technologies and Standards for the Internet of ThingsLow Power Wireless Technologies and Standards for the Internet of Things
Low Power Wireless Technologies and Standards for the Internet of Things
 
SDN & NFV Introduction - Open Source Data Center Networking
SDN & NFV Introduction - Open Source Data Center NetworkingSDN & NFV Introduction - Open Source Data Center Networking
SDN & NFV Introduction - Open Source Data Center Networking
 

Andere mochten auch

Software-Defined Networking (SDN): Unleashing the Power of the Network
Software-Defined Networking (SDN): Unleashing the Power of the NetworkSoftware-Defined Networking (SDN): Unleashing the Power of the Network
Software-Defined Networking (SDN): Unleashing the Power of the NetworkRobert Keahey
 
Software-Defined Networking SDN - A Brief Introduction
Software-Defined Networking SDN - A Brief IntroductionSoftware-Defined Networking SDN - A Brief Introduction
Software-Defined Networking SDN - A Brief IntroductionJason TC HOU (侯宗成)
 
SDN Basics – What You Need to Know about Software-Defined Networking
SDN Basics – What You Need to Know about Software-Defined NetworkingSDN Basics – What You Need to Know about Software-Defined Networking
SDN Basics – What You Need to Know about Software-Defined NetworkingSDxCentral
 
DEVNET-1114 Automated Management Using SDN/NFV
DEVNET-1114	Automated Management Using SDN/NFVDEVNET-1114	Automated Management Using SDN/NFV
DEVNET-1114 Automated Management Using SDN/NFVCisco DevNet
 
DEVNET-1154 Open Source Presentation on Open Standards
DEVNET-1154	Open Source Presentation on Open StandardsDEVNET-1154	Open Source Presentation on Open Standards
DEVNET-1154 Open Source Presentation on Open StandardsCisco DevNet
 
SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...
SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...
SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...Sagar Rai
 
DevNet Express - Spark & Tropo API - Lisbon May 2016
DevNet Express - Spark & Tropo API - Lisbon May 2016DevNet Express - Spark & Tropo API - Lisbon May 2016
DevNet Express - Spark & Tropo API - Lisbon May 2016Cisco DevNet
 
Smart Citizen Kit in Barcelona, Amsterdam & Manchester
Smart Citizen Kit in Barcelona, Amsterdam & ManchesterSmart Citizen Kit in Barcelona, Amsterdam & Manchester
Smart Citizen Kit in Barcelona, Amsterdam & ManchesterFrank Kresin
 
OpenStack and OpenDaylight, The Evolving Relationship in Cloud Networking: a ...
OpenStack and OpenDaylight, The Evolving Relationship in Cloud Networking: a ...OpenStack and OpenDaylight, The Evolving Relationship in Cloud Networking: a ...
OpenStack and OpenDaylight, The Evolving Relationship in Cloud Networking: a ...Cisco DevNet
 
SDN_and_NFV_technologies_in_IoT_Networks
SDN_and_NFV_technologies_in_IoT_NetworksSDN_and_NFV_technologies_in_IoT_Networks
SDN_and_NFV_technologies_in_IoT_NetworksSrinivasa Addepalli
 
New NeXt for Advanced Developers
New NeXt for Advanced DevelopersNew NeXt for Advanced Developers
New NeXt for Advanced DevelopersCisco DevNet
 
API Management for Software Defined Network (SDN)
API Management for Software Defined Network (SDN)API Management for Software Defined Network (SDN)
API Management for Software Defined Network (SDN)Apigee | Google Cloud
 
DEVNET-1166 Open SDN Controller APIs
DEVNET-1166	Open SDN Controller APIsDEVNET-1166	Open SDN Controller APIs
DEVNET-1166 Open SDN Controller APIsCisco DevNet
 
SDN and NFV integrated OpenStack Cloud - Birds eye view on Security
SDN and NFV integrated OpenStack Cloud - Birds eye view on SecuritySDN and NFV integrated OpenStack Cloud - Birds eye view on Security
SDN and NFV integrated OpenStack Cloud - Birds eye view on SecurityTrinath Somanchi
 
Introduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFVIntroduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFVKingston Smiler
 
Current and Future Directions of Internet of Things
Current and Future Directions of Internet of ThingsCurrent and Future Directions of Internet of Things
Current and Future Directions of Internet of ThingsDr. Mazlan Abbas
 

Andere mochten auch (19)

Software-Defined Networking (SDN): Unleashing the Power of the Network
Software-Defined Networking (SDN): Unleashing the Power of the NetworkSoftware-Defined Networking (SDN): Unleashing the Power of the Network
Software-Defined Networking (SDN): Unleashing the Power of the Network
 
Software-Defined Networking SDN - A Brief Introduction
Software-Defined Networking SDN - A Brief IntroductionSoftware-Defined Networking SDN - A Brief Introduction
Software-Defined Networking SDN - A Brief Introduction
 
SDN Basics – What You Need to Know about Software-Defined Networking
SDN Basics – What You Need to Know about Software-Defined NetworkingSDN Basics – What You Need to Know about Software-Defined Networking
SDN Basics – What You Need to Know about Software-Defined Networking
 
ioT_SDN
ioT_SDN ioT_SDN
ioT_SDN
 
DEVNET-1114 Automated Management Using SDN/NFV
DEVNET-1114	Automated Management Using SDN/NFVDEVNET-1114	Automated Management Using SDN/NFV
DEVNET-1114 Automated Management Using SDN/NFV
 
DEVNET-1154 Open Source Presentation on Open Standards
DEVNET-1154	Open Source Presentation on Open StandardsDEVNET-1154	Open Source Presentation on Open Standards
DEVNET-1154 Open Source Presentation on Open Standards
 
SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...
SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...
SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...
 
DevNet Express - Spark & Tropo API - Lisbon May 2016
DevNet Express - Spark & Tropo API - Lisbon May 2016DevNet Express - Spark & Tropo API - Lisbon May 2016
DevNet Express - Spark & Tropo API - Lisbon May 2016
 
Smart Citizen Kit in Barcelona, Amsterdam & Manchester
Smart Citizen Kit in Barcelona, Amsterdam & ManchesterSmart Citizen Kit in Barcelona, Amsterdam & Manchester
Smart Citizen Kit in Barcelona, Amsterdam & Manchester
 
OpenStack and OpenDaylight, The Evolving Relationship in Cloud Networking: a ...
OpenStack and OpenDaylight, The Evolving Relationship in Cloud Networking: a ...OpenStack and OpenDaylight, The Evolving Relationship in Cloud Networking: a ...
OpenStack and OpenDaylight, The Evolving Relationship in Cloud Networking: a ...
 
SDN_and_NFV_technologies_in_IoT_Networks
SDN_and_NFV_technologies_in_IoT_NetworksSDN_and_NFV_technologies_in_IoT_Networks
SDN_and_NFV_technologies_in_IoT_Networks
 
New NeXt for Advanced Developers
New NeXt for Advanced DevelopersNew NeXt for Advanced Developers
New NeXt for Advanced Developers
 
API Management for Software Defined Network (SDN)
API Management for Software Defined Network (SDN)API Management for Software Defined Network (SDN)
API Management for Software Defined Network (SDN)
 
DEVNET-1166 Open SDN Controller APIs
DEVNET-1166	Open SDN Controller APIsDEVNET-1166	Open SDN Controller APIs
DEVNET-1166 Open SDN Controller APIs
 
SDN Abstractions
SDN AbstractionsSDN Abstractions
SDN Abstractions
 
SDN and NFV integrated OpenStack Cloud - Birds eye view on Security
SDN and NFV integrated OpenStack Cloud - Birds eye view on SecuritySDN and NFV integrated OpenStack Cloud - Birds eye view on Security
SDN and NFV integrated OpenStack Cloud - Birds eye view on Security
 
Introduction to SDN and NFV
Introduction to SDN and NFVIntroduction to SDN and NFV
Introduction to SDN and NFV
 
Introduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFVIntroduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFV
 
Current and Future Directions of Internet of Things
Current and Future Directions of Internet of ThingsCurrent and Future Directions of Internet of Things
Current and Future Directions of Internet of Things
 

Ähnlich wie Software-Defined Networking(SDN):A New Approach to Networking

Software_Defined_Networking.pptx
Software_Defined_Networking.pptxSoftware_Defined_Networking.pptx
Software_Defined_Networking.pptxAsfawGedamu
 
443029825 cloud-computing-week8-9-pptx
443029825 cloud-computing-week8-9-pptx443029825 cloud-computing-week8-9-pptx
443029825 cloud-computing-week8-9-pptxAbdulqader Al-kaboudei
 
Cloud computing and Software defined networking
Cloud computing and Software defined networkingCloud computing and Software defined networking
Cloud computing and Software defined networkingsaigandham1
 
Software Defined Networking (SDN): A Revolution in Computer Network
Software Defined Networking (SDN): A Revolution in Computer NetworkSoftware Defined Networking (SDN): A Revolution in Computer Network
Software Defined Networking (SDN): A Revolution in Computer NetworkIOSR Journals
 
SDN: A New Approach to Networking Technology
SDN: A New Approach to Networking TechnologySDN: A New Approach to Networking Technology
SDN: A New Approach to Networking TechnologyIRJET Journal
 
Performance Evaluation for Software Defined Networking (SDN) Based on Adaptiv...
Performance Evaluation for Software Defined Networking (SDN) Based on Adaptiv...Performance Evaluation for Software Defined Networking (SDN) Based on Adaptiv...
Performance Evaluation for Software Defined Networking (SDN) Based on Adaptiv...University of Technology - Iraq
 
Towards an Open Data Center with an Interoperable Network (ODIN) Volume 3: So...
Towards an Open Data Center with an Interoperable Network (ODIN) Volume 3: So...Towards an Open Data Center with an Interoperable Network (ODIN) Volume 3: So...
Towards an Open Data Center with an Interoperable Network (ODIN) Volume 3: So...IBM India Smarter Computing
 
SDN Multi-Controller Domain.pptx
SDN Multi-Controller Domain.pptxSDN Multi-Controller Domain.pptx
SDN Multi-Controller Domain.pptxSandeep Maurya
 
Software defined optical communication
Software defined optical communicationSoftware defined optical communication
Software defined optical communicationRonak Vyas
 
Software Defined Networking
Software Defined NetworkingSoftware Defined Networking
Software Defined NetworkingAnshuman Singh
 
Introduction to Software Defined Networking (SDN) presentation by Warren Finc...
Introduction to Software Defined Networking (SDN) presentation by Warren Finc...Introduction to Software Defined Networking (SDN) presentation by Warren Finc...
Introduction to Software Defined Networking (SDN) presentation by Warren Finc...APNIC
 
Why sdn
Why sdnWhy sdn
Why sdnlz1dsb
 
Software Defined Networking (SDN)
Software Defined Networking (SDN)Software Defined Networking (SDN)
Software Defined Networking (SDN)Aalok Shah
 
Software Defined Networking: A Concept and Related Issues
Software Defined Networking: A Concept and Related IssuesSoftware Defined Networking: A Concept and Related Issues
Software Defined Networking: A Concept and Related IssuesEswar Publications
 
SDN Control Plane scalability research proposal
SDN Control Plane scalability research proposalSDN Control Plane scalability research proposal
SDN Control Plane scalability research proposalYatindra shashi
 
journal of mathematics research
journal of mathematics researchjournal of mathematics research
journal of mathematics researchrikaseorika
 
journalism research paper
journalism research paperjournalism research paper
journalism research paperrikaseorika
 
journal in research
journal in researchjournal in research
journal in researchrikaseorika
 

Ähnlich wie Software-Defined Networking(SDN):A New Approach to Networking (20)

Software_Defined_Networking.pptx
Software_Defined_Networking.pptxSoftware_Defined_Networking.pptx
Software_Defined_Networking.pptx
 
443029825 cloud-computing-week8-9-pptx
443029825 cloud-computing-week8-9-pptx443029825 cloud-computing-week8-9-pptx
443029825 cloud-computing-week8-9-pptx
 
Cloud computing and Software defined networking
Cloud computing and Software defined networkingCloud computing and Software defined networking
Cloud computing and Software defined networking
 
Software Defined Networking (SDN): A Revolution in Computer Network
Software Defined Networking (SDN): A Revolution in Computer NetworkSoftware Defined Networking (SDN): A Revolution in Computer Network
Software Defined Networking (SDN): A Revolution in Computer Network
 
SDN: A New Approach to Networking Technology
SDN: A New Approach to Networking TechnologySDN: A New Approach to Networking Technology
SDN: A New Approach to Networking Technology
 
Performance Evaluation for Software Defined Networking (SDN) Based on Adaptiv...
Performance Evaluation for Software Defined Networking (SDN) Based on Adaptiv...Performance Evaluation for Software Defined Networking (SDN) Based on Adaptiv...
Performance Evaluation for Software Defined Networking (SDN) Based on Adaptiv...
 
Towards an Open Data Center with an Interoperable Network (ODIN) Volume 3: So...
Towards an Open Data Center with an Interoperable Network (ODIN) Volume 3: So...Towards an Open Data Center with an Interoperable Network (ODIN) Volume 3: So...
Towards an Open Data Center with an Interoperable Network (ODIN) Volume 3: So...
 
TERM PAPER
TERM PAPERTERM PAPER
TERM PAPER
 
SDN Multi-Controller Domain.pptx
SDN Multi-Controller Domain.pptxSDN Multi-Controller Domain.pptx
SDN Multi-Controller Domain.pptx
 
Software defined optical communication
Software defined optical communicationSoftware defined optical communication
Software defined optical communication
 
Software Defined Networking
Software Defined NetworkingSoftware Defined Networking
Software Defined Networking
 
Introduction to Software Defined Networking (SDN) presentation by Warren Finc...
Introduction to Software Defined Networking (SDN) presentation by Warren Finc...Introduction to Software Defined Networking (SDN) presentation by Warren Finc...
Introduction to Software Defined Networking (SDN) presentation by Warren Finc...
 
Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)
 
Why sdn
Why sdnWhy sdn
Why sdn
 
Software Defined Networking (SDN)
Software Defined Networking (SDN)Software Defined Networking (SDN)
Software Defined Networking (SDN)
 
Software Defined Networking: A Concept and Related Issues
Software Defined Networking: A Concept and Related IssuesSoftware Defined Networking: A Concept and Related Issues
Software Defined Networking: A Concept and Related Issues
 
SDN Control Plane scalability research proposal
SDN Control Plane scalability research proposalSDN Control Plane scalability research proposal
SDN Control Plane scalability research proposal
 
journal of mathematics research
journal of mathematics researchjournal of mathematics research
journal of mathematics research
 
journalism research paper
journalism research paperjournalism research paper
journalism research paper
 
journal in research
journal in researchjournal in research
journal in research
 

Kürzlich hochgeladen

Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbuapidays
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 

Kürzlich hochgeladen (20)

Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

Software-Defined Networking(SDN):A New Approach to Networking

  • 1. SOFTWARE-DEFINED NETWORKING(SDN) A New Approach to Networking Anju Ann Joseph Semester: VII Batch: C B-Tech Seminar Sept 2013
  • 2. 2 Seminar Overview Introduction Why we need new approach? Why not traditional networks? SDN Architecture OpenFlow Approach Virtual Network Overlay Approach Challenges & Future Expectation Conclusion
  • 3. 3 Introduction Software Defined Networking (SDN) is an evolutionary approach to network design and functionality based on the ability to programmatically modify the behavior of network devices. SDN uses user-customizable and configurable software that’s independent of hardware to expand data flow control. It will make networks more flexible, dynamic, and cost- efficient, while greatly simplifying operational complexity.
  • 4. 4 The Need for a New Network Architecture Changing Traffic Pattern The Rise of Cloud Services Consumerization of IT “Big data” means more bandwidth Percentageofnetworktraffic
  • 5.  Control plane: Routing algorithms 5  Management plane: Configure basic activities  Data Forwarding plane: Packet streaming Traditional Computer Networks Data flow is controlled by switches and routers and contains the following basic elements:
  • 6. Traditional Networks worked well… 6 Hardware based networks have historically shown that they were stable and reliable. Operational capacities were quickly regained after a power loss, without significant external interventions. Operated consistently in varying environments.
  • 7. 7 1 2 Limitations of Current Networking Technologies Complexity that leads to Static Nature Inconsistent Policies Inability to Scale Vendor Dependence 3 4
  • 8. Introducing Software-Defined Networking 8 Software Defined Networking (SDN) is an emerging network architecture where network control plane is decoupled from forwarding plane and is directly programmable. Lead by Open Networking Foundation(ONF) SDN-enabled control plane allows the underlying infrastructure to be abstracted Network appears to the applications as a single, logical switch entity
  • 9. SDN Architecture OpenFlow Switches 9 SDN Control Software Business Appl Business Appl Business Appl Northbound API Southbound API(eg. OpenFlow) INFRASTRUCTURE LAYER CONTROL LAYER APPLICATION LAYER
  • 10. 10 API Specifies how software components should interact each other. API’s makes it possible to implement basic network functions like path computation, loop avoidance, routing, security and many other tasks. Southbound API Northbound API Allows controller to define the behaviour of switches at the bottom of the architecture Provides a network abstraction interface to the applications and management systems at the top of the architecture
  • 11. SDN Controller 11 The controller is the core of an SDN network. By running the control plane as software, the controller facilitates automated network management and makes it easier to integrate and administer applications. SDN controllers uses protocols such as OpenFlow to configure network devices It manages flow control to enable intelligent networking.
  • 12. 12 OpenFlow is a protocol that is used to define the communication interface between the control and forwarding layers. It provides direct access to and manipulation of the forwarding plane of network devices. Uses the concept of flows to identify network traffic. Approach
  • 13. 13 OpenFlow-enabled Switch Controller Secure Channel Group Table Flow Table Flow Table OpenFlow protocol OpenFlow switch Components: Flow table & Group table Perform packet lookups and forwarding OpenFlow channel Interface that connects a switch to a controller Two types OpenFlow-hybrid OpenFlow-only Pipeline Pipeline process: Maintains sending of packets between flow tables by matching flow entries.
  • 14. 14 OpenFlow Ports Logically connects each OpenFlow switch Types of ports: standard logical reserved OpenFlow Packet header Version Type Length of Msg Transaction id 0 7 15 31 63 Flow Table
  • 15. 15 Inside OpenFlow Packet arrives at switch Header fields compared to flow table entries Forwarded to specified port DroppedOREncapsulates packets and sends to controller Controller decides Drops Make new entry in flow table OR Match FoundMatch Not Found
  • 16. 16 Message Types Controller-to-switch messages • Modify-state • Read-state • Packet-out/in • Barrier • Role-Request Asynchronous messages • Packet-in • Flow-removed • Port-status Symmetric messages • Hello message • Echo request/reply
  • 17. Benefits of OpenFlow Approach 17 Centralized Control Reduced Complexity through Automation Higher rate of Innovation Increased Network Reliability and Security
  • 18. Use Case: Network Slicing among large Data Centers 18 Large Data centers have to accommodate many access requests, each seeking a unique policy and security requirements. SDN helps to overcome this by creating logical isolated networks and allow them to be partitioned using slicing technique. Involves abstraction of control plane management, out of each network device into a centralized controller via OpenFlow protocol, helps isolated networks to grow within themselves and also communicate with other networks.
  • 19. 19 Few vendors who have produced OpenFlow enabled network switches Few OpenFlow based SDN Controllers Programmed in C++/Python on Linux framework Java based controller Focuses on achieving better performance using multithreading MX series IBM Rack Switch
  • 20. 20 Virtual Network Overlays(VNO) Approach It creates a virtual network infrastructure for the underlying physical network. Using VNO concept, the physical network is partitioned into multiple logical networks that can be individually programmed and managed.
  • 21. 21 VNOs are based on a ‘map-and-encap’ approach: 1. Mapping performed to find the destination address of the packet 2. Overlay device encapsulates the packet within an overlay header 3. Encapsulated packet is forwarded to destination where it is de-encapsulated Scheme followed by VNO- Tunneling Scheme Ex: VXLAN(Virtual Extensible LAN)
  • 22. 22 VXLAN(Virtual Extensible LAN) It is a tunneling scheme to overlay Layer2 networks on Layer3. Virtual LANs (VLAN) have similar functioning, but its specifications only allow for up to 4,096 network IDs to be assigned at any given time. Extends the VLAN address space by adding a 24-bit segment ID (VNI)and increasing the number of available IDs to 16 million. VNI can differentiate individual logical networks so millions of isolated Layer 2 networks can co-exist on a common Layer 3 infrastructure. With VLANs, only virtual machines (VMs) within the same logical network can communicate with each other. VXLAN can potentially allow network engineers to migrate VMs across long distances.
  • 23. Use Case: Multi-tenancy in Cloud Computing Environment 23 In a cloud environment, abstraction of the management layer becomes important to enable more interaction of applications with the networking elements. The virtual network overlay abstracts the underlying physical network, which allows the overlay to move to other physical networks. Virtual Network Overlay stack for Cloud OpenStack OpenStack Plug-in Rest API Virtual Network Switch Hypervisor Tenant 1 Tenant 2 Tenant 3 VXLAN
  • 24. Challenge 24 To support co-existence with existing devices the existing technologies must have additional enhancement. For ex, the existing standard path computation elements in routers are not sufficient, they need to be enhanced. Future Expectation To find a unique SDN approach.
  • 25. Some Frequently Raised Questions.. 25 Why is SDN taking so long to adopt? • Enterprises confused about how SDN will specifically save them on network costs • No compelling use-cases Is SDN and network virtualization same? • similar goals • overlapping sets of technologies
  • 26. Conclusion 26 SDN promises to transform today’s static networks into flexible ,scalable, programmable platforms with the intelligence to allocate resources dynamically. With its many advantages and astonishing industry momentum, SDN is on the way to become- the new approach for networking.
  • 27. References 27 [1]:Kapil Bakshi,“Considerations for Software Defined Networking(SDN):Approaches and Use Cases,” IEEE Aerospace Conference, March 2013. [2]:“Software-Defined Networking: The New Norm for Networks,” Open Networking Foundation(ONF) White Paper, April 2012. [3]:“Software Defined Networking: A new paradigm for virtual, dynamic, flexible networking,” IBM Systems and Technology Thought Leadership White Paper, October 2012. [4]: Hyojoon Kim and Nick Feamster, “Improving network management using SDN,” IEEE Communications Magazine, February 2013, pp.114-119.
  • 29. 29