SlideShare a Scribd company logo
ECI Proprietary
OPENFLOW 2.0
THE FUTURE OF
SDN
Hayim Porat
CTO
ECI Proprietary 2
AGENDA
• Background
• Problem statement
• Proposes solution
• Use cases
• Summary
ECI Proprietary 3
STATE OF OPENFLOW
• Openflow (OF) is the leading protocol for SDN
implementations
• OF is currently stateless by design
Stateless Stateful
ECI Proprietary 4
PROBLEM STATEMENT
• OF fails to provide good solution to some
popular use cases that are based on
tasteful frame-by-frame decision:
̶ APS (Automatic protection switching)
̶ Load balancing
̶ Bandwidth capping
• No notion of a flow as a set of
interrelated ingress and egress
traffic streams
• No notion of flow context, e.g.
User, Originating VM
• No ability to generate frames
(e.g. CCMs, 1588, etc.)
ECI Proprietary 5
PROPOSED
SOLUTION
Transform OF
to true Stateful
SDN
ECI Proprietary 6
PROPOSED SOLUTION
• Add Stateful flow table, context, frame
generation and states to OF
• Offload flow and state processing to the FE
• Extend OF with new flow table type
“Stateful”
• Associate “Stateful” table with a set of
programmable state machines
• Extend OF to enable association
and programming of state machines
• Controller retains global
network view
ECI Proprietary 7
STATE MACHINES
0: iconst_2
1: istore_1
2: iload_1
3: sipush 1000
6: if_icmpge 44
9: iconst_2
10: istore_2
SM_j...
PROPOSED SOLUTION - DETAILS
Table 0 Table 1 Table n Stateful Table
Execution
Set
Action Set Action Set
Action Set
Packetout
Packet in
Programmable module within
the switch, maintains and runs the
various user-defined state machines
Converted from high level programs
into bytecode
Modified Openflow Switch
0: iconst_2
1: istore_1
2: iload_1
3: sipush 1000
6: if_icmpge 44
9: iconst_2
10: istore_2
SM_i
ECI Proprietary 8
HOW TO MAKE IT
REALLY OPEN?
ECI Proprietary 9
CREATING A VENDOR AGNOSTIC SOLUTION
 Deciding on a one way to develop state machines /applications could be
problematic
 Same goes for deciding on one single way to implement in the switches
 On the other hand, loose definitions would lead to interoperability
problems
̶ Same problems that hurdled OF in the first place
ECI Proprietary 10
ADOPTING THE BYTECODE APPROACH
 Enables separation of the programming
language from the HW implementation
 Any high level language may be used
 Any DP ASICs/NPUs etc. can be used
 The only part which is standardized is the bytecode
 Ensures: no vendor locking, no strict
implementation restrictions and big
ecosystem
 Completing technologies can be
seamlessly integrated into same
architecture using same compiler and
same JVM infrastructure
Write Java source code
Windows
Text editor
Source code
Compiler
Bytecode
Intel x86
Create & Modify Java
Bytecode
JVMA
Windows
Run
Intel x86
Bytecode
JVMA
Solaris
Sun
SPARC
Bytecode
JVMA
Mac
MAS
Power PC
ECI Proprietary 11
Create in any bytecode
compliant tool
SDN controller
USING
BYTECODE
WITH OPEN
FLOW DEVELOPMENT ENV.
HostOS
Text editor
Source code
Compiler
Bytecode
Of apps P4 code other
BytecodeJVMA
Datapath Multicore
Embedded OS A
Switch
Vendor C
BytecodeJVMA
Datapath NPU
Embedded OS A
Switch
Vendor B
BytecodeJVMA
Datapath ASIC
Embedded OS A
Switch
Vendor A
ECI Proprietary 12
USE CASES
ECI Proprietary 13
USE CASE: AUTOMATIC PROTECTION SWITCHING
Y.1731 APS is a set of mechanisms to detect and isolate faults on Ethernet networks. These faults can be
simple connectivity faults or more complex faults due to misconfigurations (cross-connect & remote MEP
errors). The basic principal is that end nodes (MEPs) exchange regular messages called Continuity Check
Messages (CCM). The message rate is configurable from 3.3ms up to 10 minutes for each service.
Service
Provider #1
Service
Provider #2
ECI Proprietary 14
Y.1731 STATE MACHINES
DELAY MEASUREMENT
ETH-SLM:
Fame Loss
Measurement
Synthetic Loss
Message (SLM)
Synthetic Loss
Reply (SLR)
ETH-LM:
Fame Loss
Measurement
Loss Message
Measurement
(LMM)
Loss Message
Reply (LMR)
FRAME LOSS MEASUREMENT CONTINUALLY CHECK PROTOCOL
ETH-DM:
Frame Delay
(FD) & Frame
Delay Variation/
Jitter (FDV)
Measurements
Delay Measurement
Message (DMM)
Delay Measurement
Reply (DMR)
Notes:
• Clock synchronization will be done via
NTP
• CCM intervals: 3.3ms, 10ms (default),
100ms, 1s, 10s, 1min, 10min
Typewriter
On
main
link
1 CCM
Missing
2 CCMs
Missing
No CCM
received
No CCM
Received
No CCM
Received
Received
CCM
Received
CCM
Received
CCM
10 intervals
Received
CCM
Failed link
1.Send link
failure alarm
2.Instantiate
APS
ECI Proprietary
SDN App
OF Switch
Host D
AccessSwitch
CCM Generator
Y.1731
OpenFlow
SDN Controller
DBCEP
OPTION 1: APS AS A SDN APP
• CCM is generated at
app and not at port
• Spurious delay added
to state machine
• Overloaded NBI/ SBI
Host C
Host B
Host A
APS Path
Selector
Rules
WAN1
WAN2
WAN3
WAN4
SDN APP
VNIC
NIC
Scheduler
ECI Proprietary
Standard Switch
SDN App
OF Switch
Host D
AccessSwitch
Y.1731
DB
OPTION 2: APS ON A HYBRID SWITCH
• OpenFlow is out of
the loop
• SDN is limited to the
stateless operations
• “Split Brain” operation
Host C
Host B
Host A
WAN1
WAN2
WAN3
WAN4
SDN APP
VNIC
NIC
Scheduler
NMS
SDN Controller
OpenFlow
APS
ECI Proprietary
SDN App
OF Switch
Host D
AccessSwitch
CCM GeneratorY.1731
DBCEP
PROPOSED SOLUTION: APS STATE MACHINES AT
OPEN FLOW SWITCH
• CCM is generated at
switch, where it should
• Full control by SDN app
and controller
• Frame operation is
delegated to switch and
SDN controller is
offloaded
Host C
Host B
Host A
WAN1
WAN2
WAN3
WAN4
SDN APP
VNIC
NIC
Scheduler
Path Selector Logic and State machine templates
SDN Controller
OpenFlow
APS
ECI Proprietary 18
STATEFUL FIREWALL FOR CLOUD
VMa VMb
Web Server App logic Database
VMa
VSwitch a
VMb
VSwitch b
ECI Proprietary 19
USE CASE CONT. - TCP STATE MACHINE
 TCP connection have several states such
as: closed, listen, Syn received,
established etc.)
 This state would be tracked in the stateful
flow table with Stateful OF, so the OF sate
would be would be the TCP state
 The state can be inferred from the TCP
flags (e.g. syn, ack, fin etc) and they
sequence in which they appear in the
traffic, as detailed in the TCP state
machine description
ECI Proprietary 20
SUPERIOR FRAME
PROCESSING
Achieved by offloading state
management from controller
and app to the switch
SUPERIOR DISTRIBUTION
OF FRAME PROCESSING
across the network
by utilizing many switches vs.
few controllers or apps
SUPERIOR OPTIMIZATION
for state machine
processing
by leveraging multicore NPs
etc.
STATEFUL APS FOR CLOUD – ADVANTAGES OF
PROPOSAL
ECI Proprietary 21
FREQUENTLY
ASKED
QUESTIONS
ECI Proprietary 22
WHY WAS IT NOT
IMPLEMENTED
UNTIL NOW?
 Actually the openflow specification does
include state machine specifications for
two use cases: LAG and Link protection
 These use cases had been
“baked” into the protocol without
further programmability
 Our suggestion is to make
the OF specification truly
programmable
ECI Proprietary 23
HOWEVER, IS STILL SDN?
Lets check the proposed solution using
criteria for SDN as stipulated by ONF:
Directly programmable
Agile
Centrally managed
Programmatically configured
Open standards-based
and vendor-neutral

+
+




ECI Proprietary 24
WILL IT FRAGMENT THE OPENFLOW SWITCH
IMPLEMENTATION?
• Even today there are many types of “Ethernet” switches
• There is no one implementation of an Ethernet switch
• Each implementation is used for a specific use case
• The same will be with stateful OF switches that will be used as needed
ECI Proprietary
THANK YOU!
25

More Related Content

What's hot

Game Changing Multilayer Networking - TNC 2017
Game Changing Multilayer Networking - TNC 2017Game Changing Multilayer Networking - TNC 2017
Game Changing Multilayer Networking - TNC 2017
Sigal Biran-Nagar
 
ECI - ElastiNET™ - For Service Providers & NRENS
ECI - ElastiNET™ - For Service Providers & NRENSECI - ElastiNET™ - For Service Providers & NRENS
ECI - ElastiNET™ - For Service Providers & NRENS
ECI – THE ELASTIC NETWORK™
 
Five Ways Virtual CPE Reduces Costs and Enables Innovative Enterprise Services
Five Ways Virtual CPE Reduces Costs and Enables Innovative Enterprise ServicesFive Ways Virtual CPE Reduces Costs and Enables Innovative Enterprise Services
Five Ways Virtual CPE Reduces Costs and Enables Innovative Enterprise Services
GCC Computers
 
Alcatel-Lucent Cloud: Network Functions Virtualization - The New Virtual Real...
Alcatel-Lucent Cloud: Network Functions Virtualization - The New Virtual Real...Alcatel-Lucent Cloud: Network Functions Virtualization - The New Virtual Real...
Alcatel-Lucent Cloud: Network Functions Virtualization - The New Virtual Real...
Alcatel-Lucent Cloud
 
vCPE 2.0 – the business case for an open vCPE framework
vCPE 2.0 – the business case for an open vCPE frameworkvCPE 2.0 – the business case for an open vCPE framework
vCPE 2.0 – the business case for an open vCPE framework
Cloudify Community
 
Implementing vCPE with OpenStack and Software Defined Networks
Implementing vCPE with OpenStack and Software Defined NetworksImplementing vCPE with OpenStack and Software Defined Networks
Implementing vCPE with OpenStack and Software Defined Networks
PLUMgrid
 
Challenges of L2 NID Based Architecture for vCPE and NFV Deployment
Challenges of L2 NID Based Architecture for vCPE and NFV Deployment Challenges of L2 NID Based Architecture for vCPE and NFV Deployment
Challenges of L2 NID Based Architecture for vCPE and NFV Deployment
Bangladesh Network Operators Group
 
V cpe deployment-best-practices-presentation
V cpe deployment-best-practices-presentationV cpe deployment-best-practices-presentation
V cpe deployment-best-practices-presentation
Nir Cohen
 
Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013
Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013
Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013
Alcatel-Lucent Cloud
 
vCPE Challenges and Ways Forward
vCPE Challenges and Ways ForwardvCPE Challenges and Ways Forward
vCPE Challenges and Ways Forward
Sigal Biran-Nagar
 
Transforming Networks into a NFV-Centric Environment
Transforming Networks into a NFV-Centric EnvironmentTransforming Networks into a NFV-Centric Environment
Transforming Networks into a NFV-Centric Environment
ADVA
 
NovoNet Vision and Operators' Perspective for ONAP
NovoNet Vision and Operators' Perspective for ONAPNovoNet Vision and Operators' Perspective for ONAP
NovoNet Vision and Operators' Perspective for ONAP
ITU
 
SDN and Photonics for Dynamic Cloud Connectivity
SDN and Photonics for Dynamic Cloud Connectivity SDN and Photonics for Dynamic Cloud Connectivity
SDN and Photonics for Dynamic Cloud Connectivity
ADVA
 
Meetup 1st _ SDN/NFV Use case in Operators' Networks: vCPE
Meetup 1st _ SDN/NFV Use case in Operators' Networks: vCPEMeetup 1st _ SDN/NFV Use case in Operators' Networks: vCPE
Meetup 1st _ SDN/NFV Use case in Operators' Networks: vCPE
OPNFV_Vietnam
 
Alcatel-Lucent ETSI Workshop with Peleg Erlich
Alcatel-Lucent ETSI Workshop with Peleg ErlichAlcatel-Lucent ETSI Workshop with Peleg Erlich
Alcatel-Lucent ETSI Workshop with Peleg Erlich
Alcatel-Lucent Cloud
 
Verizon Selects Ensemble Connector to Deliver VNS uCPE
Verizon Selects Ensemble Connector to Deliver VNS uCPEVerizon Selects Ensemble Connector to Deliver VNS uCPE
Verizon Selects Ensemble Connector to Deliver VNS uCPE
ADVA
 
 Network Innovations Driving Business Transformation
 Network Innovations Driving Business Transformation Network Innovations Driving Business Transformation
 Network Innovations Driving Business Transformation
Cisco Service Provider
 
Introducing the ADVA MicroMux™
Introducing the ADVA MicroMux™Introducing the ADVA MicroMux™
Introducing the ADVA MicroMux™
ADVA
 
Pure-Play Virtualization for Rural Broadband
Pure-Play Virtualization for Rural BroadbandPure-Play Virtualization for Rural Broadband
Pure-Play Virtualization for Rural Broadband
ADVA
 
Scalable and Secure Connectivity for Seamless Cloud Evolution
Scalable and Secure Connectivity for Seamless Cloud EvolutionScalable and Secure Connectivity for Seamless Cloud Evolution
Scalable and Secure Connectivity for Seamless Cloud Evolution
ADVA
 

What's hot (20)

Game Changing Multilayer Networking - TNC 2017
Game Changing Multilayer Networking - TNC 2017Game Changing Multilayer Networking - TNC 2017
Game Changing Multilayer Networking - TNC 2017
 
ECI - ElastiNET™ - For Service Providers & NRENS
ECI - ElastiNET™ - For Service Providers & NRENSECI - ElastiNET™ - For Service Providers & NRENS
ECI - ElastiNET™ - For Service Providers & NRENS
 
Five Ways Virtual CPE Reduces Costs and Enables Innovative Enterprise Services
Five Ways Virtual CPE Reduces Costs and Enables Innovative Enterprise ServicesFive Ways Virtual CPE Reduces Costs and Enables Innovative Enterprise Services
Five Ways Virtual CPE Reduces Costs and Enables Innovative Enterprise Services
 
Alcatel-Lucent Cloud: Network Functions Virtualization - The New Virtual Real...
Alcatel-Lucent Cloud: Network Functions Virtualization - The New Virtual Real...Alcatel-Lucent Cloud: Network Functions Virtualization - The New Virtual Real...
Alcatel-Lucent Cloud: Network Functions Virtualization - The New Virtual Real...
 
vCPE 2.0 – the business case for an open vCPE framework
vCPE 2.0 – the business case for an open vCPE frameworkvCPE 2.0 – the business case for an open vCPE framework
vCPE 2.0 – the business case for an open vCPE framework
 
Implementing vCPE with OpenStack and Software Defined Networks
Implementing vCPE with OpenStack and Software Defined NetworksImplementing vCPE with OpenStack and Software Defined Networks
Implementing vCPE with OpenStack and Software Defined Networks
 
Challenges of L2 NID Based Architecture for vCPE and NFV Deployment
Challenges of L2 NID Based Architecture for vCPE and NFV Deployment Challenges of L2 NID Based Architecture for vCPE and NFV Deployment
Challenges of L2 NID Based Architecture for vCPE and NFV Deployment
 
V cpe deployment-best-practices-presentation
V cpe deployment-best-practices-presentationV cpe deployment-best-practices-presentation
V cpe deployment-best-practices-presentation
 
Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013
Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013
Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013
 
vCPE Challenges and Ways Forward
vCPE Challenges and Ways ForwardvCPE Challenges and Ways Forward
vCPE Challenges and Ways Forward
 
Transforming Networks into a NFV-Centric Environment
Transforming Networks into a NFV-Centric EnvironmentTransforming Networks into a NFV-Centric Environment
Transforming Networks into a NFV-Centric Environment
 
NovoNet Vision and Operators' Perspective for ONAP
NovoNet Vision and Operators' Perspective for ONAPNovoNet Vision and Operators' Perspective for ONAP
NovoNet Vision and Operators' Perspective for ONAP
 
SDN and Photonics for Dynamic Cloud Connectivity
SDN and Photonics for Dynamic Cloud Connectivity SDN and Photonics for Dynamic Cloud Connectivity
SDN and Photonics for Dynamic Cloud Connectivity
 
Meetup 1st _ SDN/NFV Use case in Operators' Networks: vCPE
Meetup 1st _ SDN/NFV Use case in Operators' Networks: vCPEMeetup 1st _ SDN/NFV Use case in Operators' Networks: vCPE
Meetup 1st _ SDN/NFV Use case in Operators' Networks: vCPE
 
Alcatel-Lucent ETSI Workshop with Peleg Erlich
Alcatel-Lucent ETSI Workshop with Peleg ErlichAlcatel-Lucent ETSI Workshop with Peleg Erlich
Alcatel-Lucent ETSI Workshop with Peleg Erlich
 
Verizon Selects Ensemble Connector to Deliver VNS uCPE
Verizon Selects Ensemble Connector to Deliver VNS uCPEVerizon Selects Ensemble Connector to Deliver VNS uCPE
Verizon Selects Ensemble Connector to Deliver VNS uCPE
 
 Network Innovations Driving Business Transformation
 Network Innovations Driving Business Transformation Network Innovations Driving Business Transformation
 Network Innovations Driving Business Transformation
 
Introducing the ADVA MicroMux™
Introducing the ADVA MicroMux™Introducing the ADVA MicroMux™
Introducing the ADVA MicroMux™
 
Pure-Play Virtualization for Rural Broadband
Pure-Play Virtualization for Rural BroadbandPure-Play Virtualization for Rural Broadband
Pure-Play Virtualization for Rural Broadband
 
Scalable and Secure Connectivity for Seamless Cloud Evolution
Scalable and Secure Connectivity for Seamless Cloud EvolutionScalable and Secure Connectivity for Seamless Cloud Evolution
Scalable and Secure Connectivity for Seamless Cloud Evolution
 

Similar to ECI OpenFlow 2.0 the Future of SDN

STATUS UPDATE OF COLO PROJECT XIAOWEI YANG, HUAWEI AND WILL AULD, INTEL
STATUS UPDATE OF COLO PROJECT XIAOWEI YANG, HUAWEI AND WILL AULD, INTELSTATUS UPDATE OF COLO PROJECT XIAOWEI YANG, HUAWEI AND WILL AULD, INTEL
STATUS UPDATE OF COLO PROJECT XIAOWEI YANG, HUAWEI AND WILL AULD, INTEL
The Linux Foundation
 
cFrame framework slides
cFrame framework slidescFrame framework slides
cFrame framework slides
kestasj
 
Eclipse RT Day
Eclipse RT DayEclipse RT Day
Eclipse RT Day
Brett Hackleman
 
Innovation in SDN Tools and Platforms
Innovation in SDN Tools and PlatformsInnovation in SDN Tools and Platforms
Innovation in SDN Tools and Platforms
Umesh Krishnaswamy
 
Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...
Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...
Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...
confluent
 
Tungsten Fabric Overview
Tungsten Fabric OverviewTungsten Fabric Overview
Tungsten Fabric Overview
Michelle Holley
 
2014/09/02 Cisco UCS HPC @ ANL
2014/09/02 Cisco UCS HPC @ ANL2014/09/02 Cisco UCS HPC @ ANL
2014/09/02 Cisco UCS HPC @ ANL
dgoodell
 
EclipseEmbeddedDay2009-OSGi: Best Tool In Your Embedded Systems Toolbox
EclipseEmbeddedDay2009-OSGi: Best Tool In Your Embedded Systems ToolboxEclipseEmbeddedDay2009-OSGi: Best Tool In Your Embedded Systems Toolbox
EclipseEmbeddedDay2009-OSGi: Best Tool In Your Embedded Systems Toolbox
Brett Hackleman
 
Naveen nimmu sdn future of networking
Naveen nimmu sdn   future of networkingNaveen nimmu sdn   future of networking
Naveen nimmu sdn future of networkingOpenSourceIndia
 
Naveen nimmu sdn future of networking
Naveen nimmu sdn   future of networkingNaveen nimmu sdn   future of networking
Naveen nimmu sdn future of networkingsuniltomar04
 
CCNA R&S-11-Troubleshooting Ethernet LANs
CCNA R&S-11-Troubleshooting Ethernet LANsCCNA R&S-11-Troubleshooting Ethernet LANs
CCNA R&S-11-Troubleshooting Ethernet LANs
Amir Jafari
 
Density based traffic light controlling (2)
Density based traffic light controlling (2)Density based traffic light controlling (2)
Density based traffic light controlling (2)hardik1240
 
T2: What the Second Generation Holds
T2: What the Second Generation HoldsT2: What the Second Generation Holds
T2: What the Second Generation Holds
Vlado Handziski
 
PowerDRC/LVS 2.2 released by POLYTEDA
PowerDRC/LVS 2.2 released by POLYTEDAPowerDRC/LVS 2.2 released by POLYTEDA
PowerDRC/LVS 2.2 released by POLYTEDA
Alexander Grudanov
 
Open switches story mohamed hassan v4
Open switches story   mohamed hassan v4Open switches story   mohamed hassan v4
Open switches story mohamed hassan v4
Mohamed Hassan
 
APIs at the Edge
APIs at the EdgeAPIs at the Edge
APIs at the Edge
Red Hat
 
DPDK Summit - 08 Sept 2014 - NTT - High Performance vSwitch
DPDK Summit - 08 Sept 2014 - NTT - High Performance vSwitchDPDK Summit - 08 Sept 2014 - NTT - High Performance vSwitch
DPDK Summit - 08 Sept 2014 - NTT - High Performance vSwitch
Jim St. Leger
 
OpenStack and OpenFlow Demos
OpenStack and OpenFlow DemosOpenStack and OpenFlow Demos
OpenStack and OpenFlow Demos
Brent Salisbury
 
SDI to IP 2110 Transition Part 2
SDI to IP 2110 Transition Part 2SDI to IP 2110 Transition Part 2
SDI to IP 2110 Transition Part 2
Dr. Mohieddin Moradi
 

Similar to ECI OpenFlow 2.0 the Future of SDN (20)

SudheerV_resume_a
SudheerV_resume_aSudheerV_resume_a
SudheerV_resume_a
 
STATUS UPDATE OF COLO PROJECT XIAOWEI YANG, HUAWEI AND WILL AULD, INTEL
STATUS UPDATE OF COLO PROJECT XIAOWEI YANG, HUAWEI AND WILL AULD, INTELSTATUS UPDATE OF COLO PROJECT XIAOWEI YANG, HUAWEI AND WILL AULD, INTEL
STATUS UPDATE OF COLO PROJECT XIAOWEI YANG, HUAWEI AND WILL AULD, INTEL
 
cFrame framework slides
cFrame framework slidescFrame framework slides
cFrame framework slides
 
Eclipse RT Day
Eclipse RT DayEclipse RT Day
Eclipse RT Day
 
Innovation in SDN Tools and Platforms
Innovation in SDN Tools and PlatformsInnovation in SDN Tools and Platforms
Innovation in SDN Tools and Platforms
 
Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...
Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...
Industry 4.0: Building the Unified Namespace with Confluent, HiveMQ and Spark...
 
Tungsten Fabric Overview
Tungsten Fabric OverviewTungsten Fabric Overview
Tungsten Fabric Overview
 
2014/09/02 Cisco UCS HPC @ ANL
2014/09/02 Cisco UCS HPC @ ANL2014/09/02 Cisco UCS HPC @ ANL
2014/09/02 Cisco UCS HPC @ ANL
 
EclipseEmbeddedDay2009-OSGi: Best Tool In Your Embedded Systems Toolbox
EclipseEmbeddedDay2009-OSGi: Best Tool In Your Embedded Systems ToolboxEclipseEmbeddedDay2009-OSGi: Best Tool In Your Embedded Systems Toolbox
EclipseEmbeddedDay2009-OSGi: Best Tool In Your Embedded Systems Toolbox
 
Naveen nimmu sdn future of networking
Naveen nimmu sdn   future of networkingNaveen nimmu sdn   future of networking
Naveen nimmu sdn future of networking
 
Naveen nimmu sdn future of networking
Naveen nimmu sdn   future of networkingNaveen nimmu sdn   future of networking
Naveen nimmu sdn future of networking
 
CCNA R&S-11-Troubleshooting Ethernet LANs
CCNA R&S-11-Troubleshooting Ethernet LANsCCNA R&S-11-Troubleshooting Ethernet LANs
CCNA R&S-11-Troubleshooting Ethernet LANs
 
Density based traffic light controlling (2)
Density based traffic light controlling (2)Density based traffic light controlling (2)
Density based traffic light controlling (2)
 
T2: What the Second Generation Holds
T2: What the Second Generation HoldsT2: What the Second Generation Holds
T2: What the Second Generation Holds
 
PowerDRC/LVS 2.2 released by POLYTEDA
PowerDRC/LVS 2.2 released by POLYTEDAPowerDRC/LVS 2.2 released by POLYTEDA
PowerDRC/LVS 2.2 released by POLYTEDA
 
Open switches story mohamed hassan v4
Open switches story   mohamed hassan v4Open switches story   mohamed hassan v4
Open switches story mohamed hassan v4
 
APIs at the Edge
APIs at the EdgeAPIs at the Edge
APIs at the Edge
 
DPDK Summit - 08 Sept 2014 - NTT - High Performance vSwitch
DPDK Summit - 08 Sept 2014 - NTT - High Performance vSwitchDPDK Summit - 08 Sept 2014 - NTT - High Performance vSwitch
DPDK Summit - 08 Sept 2014 - NTT - High Performance vSwitch
 
OpenStack and OpenFlow Demos
OpenStack and OpenFlow DemosOpenStack and OpenFlow Demos
OpenStack and OpenFlow Demos
 
SDI to IP 2110 Transition Part 2
SDI to IP 2110 Transition Part 2SDI to IP 2110 Transition Part 2
SDI to IP 2110 Transition Part 2
 

More from ECI – THE ELASTIC NETWORK™

Light Reading Webinar: Defining the 5G Network Connectivity Challenge
Light Reading Webinar: Defining the 5G Network Connectivity Challenge Light Reading Webinar: Defining the 5G Network Connectivity Challenge
Light Reading Webinar: Defining the 5G Network Connectivity Challenge
ECI – THE ELASTIC NETWORK™
 
ECI-Revolutionizing Services with Cloud Native
ECI-Revolutionizing Services with Cloud NativeECI-Revolutionizing Services with Cloud Native
ECI-Revolutionizing Services with Cloud Native
ECI – THE ELASTIC NETWORK™
 
ECI Smart Cities Fundamentals EUW2017
ECI Smart Cities Fundamentals EUW2017ECI Smart Cities Fundamentals EUW2017
ECI Smart Cities Fundamentals EUW2017
ECI – THE ELASTIC NETWORK™
 
ECI Elastic MPLS for CI EUW2017
ECI Elastic MPLS for CI EUW2017ECI Elastic MPLS for CI EUW2017
ECI Elastic MPLS for CI EUW2017
ECI – THE ELASTIC NETWORK™
 
ECI Cyber Case Study EUW2017
ECI Cyber Case Study EUW2017ECI Cyber Case Study EUW2017
ECI Cyber Case Study EUW2017
ECI – THE ELASTIC NETWORK™
 
ECI Communication Challenges for Power Utilities EUW2017
ECI Communication Challenges for Power Utilities EUW2017ECI Communication Challenges for Power Utilities EUW2017
ECI Communication Challenges for Power Utilities EUW2017
ECI – THE ELASTIC NETWORK™
 
Game Changing Multilayer Networking - TNC 2017
Game Changing Multilayer Networking - TNC 2017Game Changing Multilayer Networking - TNC 2017
Game Changing Multilayer Networking - TNC 2017
ECI – THE ELASTIC NETWORK™
 
vCPE Challenges and Ways Forward
vCPE Challenges and Ways Forward vCPE Challenges and Ways Forward
vCPE Challenges and Ways Forward
ECI – THE ELASTIC NETWORK™
 
Virtualized Transport for Edge Computing Services
Virtualized Transport for Edge Computing ServicesVirtualized Transport for Edge Computing Services
Virtualized Transport for Edge Computing Services
ECI – THE ELASTIC NETWORK™
 
ECI-High Speed Takes a Village-WDM Africa-Feb 2016
ECI-High Speed Takes a Village-WDM Africa-Feb 2016ECI-High Speed Takes a Village-WDM Africa-Feb 2016
ECI-High Speed Takes a Village-WDM Africa-Feb 2016
ECI – THE ELASTIC NETWORK™
 
ECI OVUM Webinar-Cloud Revenue Opportunities-Feb 2016
ECI OVUM Webinar-Cloud Revenue Opportunities-Feb 2016ECI OVUM Webinar-Cloud Revenue Opportunities-Feb 2016
ECI OVUM Webinar-Cloud Revenue Opportunities-Feb 2016
ECI – THE ELASTIC NETWORK™
 
ECI - ElastiGRID™ - For utilities and strategic industries
ECI - ElastiGRID™ - For utilities and strategic industriesECI - ElastiGRID™ - For utilities and strategic industries
ECI - ElastiGRID™ - For utilities and strategic industries
ECI – THE ELASTIC NETWORK™
 

More from ECI – THE ELASTIC NETWORK™ (12)

Light Reading Webinar: Defining the 5G Network Connectivity Challenge
Light Reading Webinar: Defining the 5G Network Connectivity Challenge Light Reading Webinar: Defining the 5G Network Connectivity Challenge
Light Reading Webinar: Defining the 5G Network Connectivity Challenge
 
ECI-Revolutionizing Services with Cloud Native
ECI-Revolutionizing Services with Cloud NativeECI-Revolutionizing Services with Cloud Native
ECI-Revolutionizing Services with Cloud Native
 
ECI Smart Cities Fundamentals EUW2017
ECI Smart Cities Fundamentals EUW2017ECI Smart Cities Fundamentals EUW2017
ECI Smart Cities Fundamentals EUW2017
 
ECI Elastic MPLS for CI EUW2017
ECI Elastic MPLS for CI EUW2017ECI Elastic MPLS for CI EUW2017
ECI Elastic MPLS for CI EUW2017
 
ECI Cyber Case Study EUW2017
ECI Cyber Case Study EUW2017ECI Cyber Case Study EUW2017
ECI Cyber Case Study EUW2017
 
ECI Communication Challenges for Power Utilities EUW2017
ECI Communication Challenges for Power Utilities EUW2017ECI Communication Challenges for Power Utilities EUW2017
ECI Communication Challenges for Power Utilities EUW2017
 
Game Changing Multilayer Networking - TNC 2017
Game Changing Multilayer Networking - TNC 2017Game Changing Multilayer Networking - TNC 2017
Game Changing Multilayer Networking - TNC 2017
 
vCPE Challenges and Ways Forward
vCPE Challenges and Ways Forward vCPE Challenges and Ways Forward
vCPE Challenges and Ways Forward
 
Virtualized Transport for Edge Computing Services
Virtualized Transport for Edge Computing ServicesVirtualized Transport for Edge Computing Services
Virtualized Transport for Edge Computing Services
 
ECI-High Speed Takes a Village-WDM Africa-Feb 2016
ECI-High Speed Takes a Village-WDM Africa-Feb 2016ECI-High Speed Takes a Village-WDM Africa-Feb 2016
ECI-High Speed Takes a Village-WDM Africa-Feb 2016
 
ECI OVUM Webinar-Cloud Revenue Opportunities-Feb 2016
ECI OVUM Webinar-Cloud Revenue Opportunities-Feb 2016ECI OVUM Webinar-Cloud Revenue Opportunities-Feb 2016
ECI OVUM Webinar-Cloud Revenue Opportunities-Feb 2016
 
ECI - ElastiGRID™ - For utilities and strategic industries
ECI - ElastiGRID™ - For utilities and strategic industriesECI - ElastiGRID™ - For utilities and strategic industries
ECI - ElastiGRID™ - For utilities and strategic industries
 

Recently uploaded

Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 

Recently uploaded (20)

Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 

ECI OpenFlow 2.0 the Future of SDN

  • 1. ECI Proprietary OPENFLOW 2.0 THE FUTURE OF SDN Hayim Porat CTO
  • 2. ECI Proprietary 2 AGENDA • Background • Problem statement • Proposes solution • Use cases • Summary
  • 3. ECI Proprietary 3 STATE OF OPENFLOW • Openflow (OF) is the leading protocol for SDN implementations • OF is currently stateless by design Stateless Stateful
  • 4. ECI Proprietary 4 PROBLEM STATEMENT • OF fails to provide good solution to some popular use cases that are based on tasteful frame-by-frame decision: ̶ APS (Automatic protection switching) ̶ Load balancing ̶ Bandwidth capping • No notion of a flow as a set of interrelated ingress and egress traffic streams • No notion of flow context, e.g. User, Originating VM • No ability to generate frames (e.g. CCMs, 1588, etc.)
  • 6. ECI Proprietary 6 PROPOSED SOLUTION • Add Stateful flow table, context, frame generation and states to OF • Offload flow and state processing to the FE • Extend OF with new flow table type “Stateful” • Associate “Stateful” table with a set of programmable state machines • Extend OF to enable association and programming of state machines • Controller retains global network view
  • 7. ECI Proprietary 7 STATE MACHINES 0: iconst_2 1: istore_1 2: iload_1 3: sipush 1000 6: if_icmpge 44 9: iconst_2 10: istore_2 SM_j... PROPOSED SOLUTION - DETAILS Table 0 Table 1 Table n Stateful Table Execution Set Action Set Action Set Action Set Packetout Packet in Programmable module within the switch, maintains and runs the various user-defined state machines Converted from high level programs into bytecode Modified Openflow Switch 0: iconst_2 1: istore_1 2: iload_1 3: sipush 1000 6: if_icmpge 44 9: iconst_2 10: istore_2 SM_i
  • 8. ECI Proprietary 8 HOW TO MAKE IT REALLY OPEN?
  • 9. ECI Proprietary 9 CREATING A VENDOR AGNOSTIC SOLUTION  Deciding on a one way to develop state machines /applications could be problematic  Same goes for deciding on one single way to implement in the switches  On the other hand, loose definitions would lead to interoperability problems ̶ Same problems that hurdled OF in the first place
  • 10. ECI Proprietary 10 ADOPTING THE BYTECODE APPROACH  Enables separation of the programming language from the HW implementation  Any high level language may be used  Any DP ASICs/NPUs etc. can be used  The only part which is standardized is the bytecode  Ensures: no vendor locking, no strict implementation restrictions and big ecosystem  Completing technologies can be seamlessly integrated into same architecture using same compiler and same JVM infrastructure Write Java source code Windows Text editor Source code Compiler Bytecode Intel x86 Create & Modify Java Bytecode JVMA Windows Run Intel x86 Bytecode JVMA Solaris Sun SPARC Bytecode JVMA Mac MAS Power PC
  • 11. ECI Proprietary 11 Create in any bytecode compliant tool SDN controller USING BYTECODE WITH OPEN FLOW DEVELOPMENT ENV. HostOS Text editor Source code Compiler Bytecode Of apps P4 code other BytecodeJVMA Datapath Multicore Embedded OS A Switch Vendor C BytecodeJVMA Datapath NPU Embedded OS A Switch Vendor B BytecodeJVMA Datapath ASIC Embedded OS A Switch Vendor A
  • 13. ECI Proprietary 13 USE CASE: AUTOMATIC PROTECTION SWITCHING Y.1731 APS is a set of mechanisms to detect and isolate faults on Ethernet networks. These faults can be simple connectivity faults or more complex faults due to misconfigurations (cross-connect & remote MEP errors). The basic principal is that end nodes (MEPs) exchange regular messages called Continuity Check Messages (CCM). The message rate is configurable from 3.3ms up to 10 minutes for each service. Service Provider #1 Service Provider #2
  • 14. ECI Proprietary 14 Y.1731 STATE MACHINES DELAY MEASUREMENT ETH-SLM: Fame Loss Measurement Synthetic Loss Message (SLM) Synthetic Loss Reply (SLR) ETH-LM: Fame Loss Measurement Loss Message Measurement (LMM) Loss Message Reply (LMR) FRAME LOSS MEASUREMENT CONTINUALLY CHECK PROTOCOL ETH-DM: Frame Delay (FD) & Frame Delay Variation/ Jitter (FDV) Measurements Delay Measurement Message (DMM) Delay Measurement Reply (DMR) Notes: • Clock synchronization will be done via NTP • CCM intervals: 3.3ms, 10ms (default), 100ms, 1s, 10s, 1min, 10min Typewriter On main link 1 CCM Missing 2 CCMs Missing No CCM received No CCM Received No CCM Received Received CCM Received CCM Received CCM 10 intervals Received CCM Failed link 1.Send link failure alarm 2.Instantiate APS
  • 15. ECI Proprietary SDN App OF Switch Host D AccessSwitch CCM Generator Y.1731 OpenFlow SDN Controller DBCEP OPTION 1: APS AS A SDN APP • CCM is generated at app and not at port • Spurious delay added to state machine • Overloaded NBI/ SBI Host C Host B Host A APS Path Selector Rules WAN1 WAN2 WAN3 WAN4 SDN APP VNIC NIC Scheduler
  • 16. ECI Proprietary Standard Switch SDN App OF Switch Host D AccessSwitch Y.1731 DB OPTION 2: APS ON A HYBRID SWITCH • OpenFlow is out of the loop • SDN is limited to the stateless operations • “Split Brain” operation Host C Host B Host A WAN1 WAN2 WAN3 WAN4 SDN APP VNIC NIC Scheduler NMS SDN Controller OpenFlow APS
  • 17. ECI Proprietary SDN App OF Switch Host D AccessSwitch CCM GeneratorY.1731 DBCEP PROPOSED SOLUTION: APS STATE MACHINES AT OPEN FLOW SWITCH • CCM is generated at switch, where it should • Full control by SDN app and controller • Frame operation is delegated to switch and SDN controller is offloaded Host C Host B Host A WAN1 WAN2 WAN3 WAN4 SDN APP VNIC NIC Scheduler Path Selector Logic and State machine templates SDN Controller OpenFlow APS
  • 18. ECI Proprietary 18 STATEFUL FIREWALL FOR CLOUD VMa VMb Web Server App logic Database VMa VSwitch a VMb VSwitch b
  • 19. ECI Proprietary 19 USE CASE CONT. - TCP STATE MACHINE  TCP connection have several states such as: closed, listen, Syn received, established etc.)  This state would be tracked in the stateful flow table with Stateful OF, so the OF sate would be would be the TCP state  The state can be inferred from the TCP flags (e.g. syn, ack, fin etc) and they sequence in which they appear in the traffic, as detailed in the TCP state machine description
  • 20. ECI Proprietary 20 SUPERIOR FRAME PROCESSING Achieved by offloading state management from controller and app to the switch SUPERIOR DISTRIBUTION OF FRAME PROCESSING across the network by utilizing many switches vs. few controllers or apps SUPERIOR OPTIMIZATION for state machine processing by leveraging multicore NPs etc. STATEFUL APS FOR CLOUD – ADVANTAGES OF PROPOSAL
  • 22. ECI Proprietary 22 WHY WAS IT NOT IMPLEMENTED UNTIL NOW?  Actually the openflow specification does include state machine specifications for two use cases: LAG and Link protection  These use cases had been “baked” into the protocol without further programmability  Our suggestion is to make the OF specification truly programmable
  • 23. ECI Proprietary 23 HOWEVER, IS STILL SDN? Lets check the proposed solution using criteria for SDN as stipulated by ONF: Directly programmable Agile Centrally managed Programmatically configured Open standards-based and vendor-neutral  + +    
  • 24. ECI Proprietary 24 WILL IT FRAGMENT THE OPENFLOW SWITCH IMPLEMENTATION? • Even today there are many types of “Ethernet” switches • There is no one implementation of an Ethernet switch • Each implementation is used for a specific use case • The same will be with stateful OF switches that will be used as needed

Editor's Notes

  1. Stateless operations mean that the match and actions on frames are based only on information included in the frame’s header. Stateful operations also take into account any information derived from states or history
  2. The Bytcode approach enables separation of the programming language from the HW implementation This means that any high level language may be used to create the state machines This also means that any DP ASICs/NPUs etc. can be used with no restrictions The only part which is standardized is the bytcode, and that has been perfected by Java for a long time Using this approach, the is no vendor locking, no strict implementation restrictions and big ecosystem This also means that completing technologies like P4 can be seamlessly integrated into same architecture using same compiler and same JVM infra
  3. Consider the following example: A common cloud application is a web application which is composed of three tiers: Web server App Logic Database For security reason Webserver may initiate connection to the AppLogic but AppLogic may not initiate connection to the web server. In a standard openflow implementation of a stateless firewall we can put a rule that when a first frame is coming from VMa with destination to VMb, we will allow it on both directions and when a first frame comes from VMb to VMa , we will not allow it For security reason we would only want to allow traffic from VMb to VMa only when the TCP connection status is “established” The problem with a stateless firewall occurs when we allow the traffic from VMa to VMb on both directions regardless of the state of the TCP connection, as VMb may communicate with VMa, after the session TCP session had ended