SlideShare a Scribd company logo
1 of 43
Active Networking On 
A Programmable 
Networking Platform 
The Openet Team 
Nortel Networks Technology Centre
Agenda 
 Challenge of “Real” Active Networks 
 Openet: open networking 
 ORE and Openet Compositions 
 Active Networking on Openet 
 Experimental Results 
 Summary and Future Works 
10/26/14 Active Networking on Openet 2
Commercial Network Nodes 
 Forwarding Faster and Faster 
 Bandwidth doubles every 9 months 
 Optical core: photonic replaces electronic 
 New Moore’s Law 
 Traffic processing 
 Terabit switching from Gigabit 
 But 
 Ever more use of hardware acceleration (ASIC) 
 Filtering, header processing, etc 
 Little flexibility to introduce new services 
 Static and well-defined set of protocols and funcs 
 TCP, UDP, and even HTTP 
 Allowing configuration rather than addition/modification 
10/26/14 Active Networking on Openet 3
Active Networks 
 A User-Networking Approach 
 EE residing on active node 
 Virtual machine for new protocol processing 
 User interface for applications 
 Capsule or active packets running in network 
 “On the fly” protocol composing by applications 
 “protocol processors” with customers’ intelligence 
 But 
 Implementations mostly in host systems 
 Model: Linux and Java 
 Not seen in commercial network nodes 
10/26/14 Active Networking on Openet 4
Challenge and Our Solution 
 Goal: Active Networks on real Internet 
 Active Networks requires 
 Open boxes 
 Networking programmability 
 Commercial Network Nodes 
 Lack the above two 
 Have diversified systems 
 Solution 
 A programmable networking platform on device 
 Openet !!! 
 Active Networks through Openet 
10/26/14 Active Networking on Openet 5
Agenda 
 Challenges of “Real” Active Networks 
 Openet: open networking 
 ORE and Openet Compositions 
 Active Networking on Openet 
 Experiment and Results 
 Summary and Future Works 
10/26/14 Active Networking on Openet 6
The Openet Platform 
 Open networking through programming 
 Programmability to commercial network devices 
 Service-enabled networking platform 
 Easing service creation and deployment 
 Value-added services across network elements 
 Dynamic, safe and convenient 
 Not degrading network performance and reliability 
 Standards and Partners 
 Active Networks, IEEE, IETF, P1520 and FAIN 
 Columbia U., UC Berkeley, UPenn and UToronto 
 MITRE, TASC, NetFuel and CSIRO 
10/26/14 Active Networking on Openet 7
Openet Architecture 
End Apps 
Repository 
Server 
Switch 
ORE 
Control Console (Net Mgr) 
• service initiation and policies 
• network configuration 
• resource administration 
• repository maintenance 
Download 
oplets, 
policies, 
configs 
ORE 
Router 
Control 
 
Configuration 
Router 
ORE 
Switch 
Control 
Data path 
Download 
User request 
End Apps 
• use of service 
• apply on the fly 
ORE 
10/26/14 Active Networking on Openet 8
Openet: a node’s view 
User Oplets 
Standard Services 
Function Services 
ORE JFWD 
JNI/Native Code 
MEM CPU 
… 
JVM 
Filtered packets Monitor status 
New forwarding rules 
Forwarding Engine 
Application 
services 
OpletService, 
Shell, Logger 
ANTS 
Firewall, DiffServ 
Jcapture, HTTP, 
IpPacket 
Control Plane 
Data Plane 
10/26/14 Active Networking on Openet 9
Agenda 
 Challenges of “Real” Active Networks 
 Openet: open networking 
 ORE and Openet Compositions 
 Active Networking on Openet 
 Experimental Results 
 Summary and Future Works 
10/26/14 Active Networking on Openet 10
Openet Compositions 
 ORE: Oplet Runtime Environment 
 Service creation and deployment 
 Service downloading and lifecycle management 
 Services 
 Every network function is a service 
 Wrapped by Oplets 
 Open APIs 
 ODK: Oplet Development Kit 
 Ease service creation and encapsulation 
 Management 
 Manager on console and Agents on nodes 
 Service initiation, policy and configuration 
10/26/14 Active Networking on Openet 11
ORE: the Openet Core 
 ORE 
 Object-oriented Runtime Environment 
 Services are objects 
 Run customized software on network nodes 
 Sevice downloading, installation, and safe execution 
 Neutral to heterogeneous hardware 
Oplet 
Service Oplet 
SOeprvleicte 
Oplet Service 
Service 
Service 
Oplet Runtime Environment 
Java Virtual Machine API Extensions 
 Fully implemented using Java 
ORE 
ORE 
ORE 
10/26/14 Active Networking on Openet 12
Service Hierarchy 
 Services are applications under ORE 
 4-tier hierarchy 
User Services 
 Standard Services 
Function Services 
System Services 
Standard Services 
ORE 
JVM 
 OpletService 
 ManifestOplet 
 System Services 
 JFWD 
 JSNMP, JMIB 
 Function Services 
 HTTP, OreServlet 
 Shell, Logger 
 User Services 
10/26/14 Active Networking on Openet 13
Oplets and Services 
 What’s an Oplet? 
 A self-contained downloadable unit, or service wrapper 
 Encapsulates one or more service objects 
 Contains service attributes, e.g., names 
 Eases secure downloading and service installation 
 Use other service oplets 
Oplet 
Service Oplet 
Oplet 
Service 
Service 
Service 
Oplet Runtime Environment 
Java Virtual Machine API Extensions 
Oplet 
Service 
10/26/14 Active Networking on Openet 14
Agenda 
 Challenges of “Real” Active Networks 
 Openet: open networking 
 ORE and Openet Compositions 
 Active Networking on Openet 
 Experimental Results 
 Summary and Future Works 
10/26/14 Active Networking on Openet 15
Passport Routing Switch 
 New brand name of Accelar 
 L3 Routing Switch Family 
 High performance by separating planes 
 Forwarding Plane 
 Distributed ASIC forwarding engines 
 Wire-speed forwarding, up to 256 gbps (8600) 
 Control Plane 
 PowerPC 
 Network management 
 JVM available in control plane 
10/26/14 Active Networking on Openet 16
Openet on Passport 
Network Services 
CPU System 
Active Networks 
Services 
Control Plane ORE 
JFWD 
Monitor status New rules 
Switching Fabric 
Forwarding Plane 
(Wire Speed Forwarding) 
Traffic Packets 
Forwarding 
Rules 
Forwarding 
Processor 
Statistics 
Monitors 
Forwarding 
Rules 
Forwarding . . . 
Processor 
Statistics 
Monitors 
Forwarding 
Rules 
Forwarding 
Processor 
Statistics 
Monitors 
10/26/14 Active Networking on Openet 17
ANTS on Openet 
 ANTS (Active Node Transfer System) 
 Proposed by MIT 
 Composing and deploying new protocols 
 Well-packed with toolkit and applications 
 Service Deployment on Passport 
 Wrapping the ANTS code without modification 
 ORE ANTS service 
 URL: “http://www.openetlab.org/downloads/” 
10/26/14 Active Networking on Openet 18
ORE ANTS Service 
 Service: “AntsNodeService” 
 Wrapping the MIT ANTS code 
 Package “com.nortelnetworks.ore.service.ants” 
 AntsNodeService.java: service interface 
 AntsNodeServiceImpl.java: service implementation 
 AntsNodeOplet.java: Oplet 
 AntsNode.mf: manifest 
 Service interfaces 
 getNode(): connect to the ANTS EE 
 getConfiguration(): set up using ANTS configuration 
10/26/14 Active Networking on Openet 19
How AN service is deployed? 
 Service design and coding 
 Regular Java programming 
 Service package 
 Oplets development by ODK 
 JAR files 
 Uploading to downloading servers 
 ORE start at Passport 
 Service activation by ORE 
 Downloading, start and stop 
 Startup service 
 Shell service 
 Service execution 
10/26/14 Active Networking on Openet 20
Agenda 
 Challenges of “Real” Active Networks 
 Openet: open networking 
 ORE and Openet Compositions 
 Active Networking on Openet 
 Experimental Results 
 Summary and Future Works 
10/26/14 Active Networking on Openet 21
Experiment 
 Goals 
 Verification: Active Networking on commercial nodes 
 Performance: ANTS and regular IP applications 
 Testbed 
 Part of Intranet: active hosts (Sun Workstations) 
 Internal network 
 Passport: active router 
 non-active Linux boxes: for HTTP server and Ping use 
 Passport gigabit routing switch 
 Two types: 1100B (10gbps) and 8600 (128gbps) 
 JVM: JDK 1.1.7 and JDK 1.2 
 Software 
 ORE 0.3.3 
 ORE ANTS service, MIT ANTS 1.2 included 
 Ping, in Linux 2.2.14 
10/26/14 Active Networking on Openet 22
Experiment Testbed 
MIT ANTS MIT ANTS 
10.120.101.102 
Router Router 
134.177.116.108 134.177.116.104 
Destination Host 
(Sun Workstation 1) 
ORE ANTS 
(Passport 1100B or 8600 Routing Switch) 
ORE ANTS 
Download 
oplets 
10.120.101.50 10.120.101.51 
Linux PC 
(Ping use only) 
10.120.101.201 
HTTP server 
(Linux PC) 
Source Host 
(Sun Workstation 2) 
Linux PC 
(Ping use only) 
10/26/14 Active Networking on Openet 23
Device Specifications 
 Accelar 1100B: 1 
 PowerPC 403/66Mhz with 32 MB memory and VxWorks 
 Role: active router running the ORE ANTS 
 Accelar 8600: 1 
 PowerPC 740/266Mhz with 64 MB memory and VxWorks 
 Role: active router running the ORE ANTS 
 Sun workstations: 2 
 UltraSPARC I/167Mhz with 128 MB memory and Solaris 
 Role: Source and Destination hosts running MIT ANTS 
 HTTP server: 1 
 PII/400MHz system with 32 MB memory and Linux 2.2.14 
 Role: ORE service code and ORE ANTS configuration 
 PCs: 2 
 PII/400MHz systems with 32 MB memory and Linux 2.2.14 
 Role: source and destination hosts running regular Ping 
10/26/14 Active Networking on Openet 24
ANTS Ping and Linux Ping 
 Aping testing with 1100B or 8600 
MIT ANTS MIT ANTS 
10.120.101.102 
APing 
Router Router 
134.177.116.108 134.177.116.104 
Destination Host 
(Sun Workstation 1) 
ORE ANTS 
(Passport 1100B or 8600 Routing Switch) 
ORE ANTS 
Download 
oplets 
Ping 
10.120.101.50 10.120.101.51 
Linux PC 
(Ping use only) 
10.120.101.201 
HTTP server 
(Linux PC) 
Source Host 
(Sun Workstation 2) 
Linux PC 
(Ping use only) 
10/26/14 Active Networking on Openet 25
Data 1: Packet Received 
 Loss by bursty UDP and slow CPU 
Packet received at Source Node 
(100 packets or capsules sent) 
100 
Ping 
Aping(1100B) 
Aping(8600) 
100 100 100 100 
21 
60 
Packets 
120 
100 
80 
60 
40 
20 
0 
0 10 100 1000 
Interval 
(ms) 
10/26/14 Active Networking on Openet 26
Data 2: Packet Delays 
 Is CPU a bottleneck? Yes. 
Minimal Average Delays at Source 
Delay (ms) Min 
31 
11 
35 
30 
25 
20 
15 
10 
5 
0 0.1 
Aping (1100B) Aping (8600) Ping 
1 2 3 
Tests 
10/26/14 Active Networking on Openet 27
Data 3: Delay Distributions 
 Slowdown: Java read and write 
 Repeated on Linux and Sun 
Delay Distributions 
Process(ms) 
0 
Aping(1100B) 
Aping(8600) 
13 
0 
38% 
8 
2x8 
83% 
1x2 1x2 2x0.5 
20 
15 
10 
5 
0 
Source 
Sun Ultra1 
Destination 
Sun Ultra1 
Router 
Passport 
Java I/O (4) 
10/26/14 Active Networking on Openet 28
Result 1: Capsule Time 
 Fast CPU speeds up more processing 
than transmission 
Capsule Time 
Time (ms) 
35 
30 
25 
20 
15 
10 
5 
0 
Processing 
Transmission 
Total 
100% 
27% 
73% 
100% 
31 
11 
42% 
1 2 Tests 
58% 
Aping (1100B) Aping (8600) 
10/26/14 Active Networking on Openet 29
Result 2: Throughputs 
 Comparisons at Source 
 Ping: 10,000 pps 
 Aping with 1100B: 32.3 cps at maximal 
 Aping with 8600: 90.9 cps (triple of 1100B) 
 Passport: ASIC faster than CPU 
 ASIC processes Ping packets little 
 CPU processes Aping capsules fully 
10/26/14 Active Networking on Openet 30
Watch 1: Performance Up ? 
 Hardware approaches 
 Fast CPU 
 Network Processor 
 Software approaches 
 Fast JVM 
 Java network I/O 
 Combined S/H 
 Re-engineering software tightly with hardware 
 Be aware of hardware-dependency ! 
 Openet neither raises nor worsens performance 
 Service loading rather than scheduling and monitoring 
10/26/14 Active Networking on Openet 31
Watch 2: is it ready? 
 AN services on 
Commercial Node 
 Data-plane 
 Loaded in control 
plane 
 served with forwarding 
engines (along the 
data path) 
 Control-plane 
 Loaded and served 
with the control plane 
 Affecting the 
forwarding engines 
 Data-plane services 
 Not ready if they are 
 Time critical 
 Large traffic volume 
 Yes if they are 
 Loose or elastic time 
requirement, like ANTS Ping 
 Yes! most control-plane 
services 
 Configuration 
 Policies 
 Fault management 
 Monitor 
10/26/14 Active Networking on Openet 32
Agenda 
 Challenges of “Real” Active Networks 
 Openet: open networking 
 ORE and Openet Compositions 
 Active Networking on Openet 
 Experimental Results 
 Summary and Future Works 
10/26/14 Active Networking on Openet 33
Summary 
 Openet enables 
 AN services onto commercial hardware 
 Customer services portable 
 Active Networking with Passport 
 Packet processing: forwarding engine  CPU 
 Bottlenecks: CPU, and Java network I/O 
 AN services ready to real network 
 Control plane services 
 Some data-plane services 
10/26/14 Active Networking on Openet 34
Other and Future Works 
 Actual Services 
 QoS:JDiffserv 
 Monitor: JCapture 
 Improving Service Deployment 
 Service security 
 Service use of resource 
 Openet on more hardware 
 Alteon 
 IXP 
 Optical core network 
 Performance enhance 
 Better use of CPU and forwarding engines 
10/26/14 Active Networking on Openet 35
Visit us at 
Q  A 
HTTP://www.openetlab.org 
Thank You ! 
10/26/14 Active Networking on Openet 36
Backups 
10/26/14 Active Networking on Openet 37
Standard Services: ODK 
 Ease customer service creation 
 Basic Oplet APIs 
 OpletService 
 base service 
 extended to create new service description and interfaces 
 ManifestOplet 
 abstract oplet interface 
 implemented as Oplets to encapsulate service code 
 Service start or stop at runtime 
 Relating service information, e.g., Oplet name 
10/26/14 Active Networking on Openet 38
System Services 
 Access to hardware resource 
 Public low-level APIs 
 Exanples 
 JFWD: Java Forwarding 
 JSNMP: SNMP v2 client 
 JMIB: various MIB access 
10/26/14 Active Networking on Openet 39
System Services: JFWD 
 Java Forwarding 
 IP forwarding and routing 
 Diffserv marking 
 Filtering and diverting 
 Forwarding priority 
 Routing 
 Platform-independent APIs 
 Implemented on Passport/Accelar and Linux 
10/26/14 Active Networking on Openet 40
Function Services 
 Common use utility 
 Public neutral APIs 
 Examples 
 HTTP: HTTP service 
 Shell: ORE interactive shell 
 IpPacket: packet construction (IP, TCP, UDP) 
 Logger: service runtime printout 
 OreServlet: Java servlet 
10/26/14 Active Networking on Openet 41
Applications 
 ANTS 
 Active Networking on Passport 1100 and 8600 
 IP filtering 
 Dynamic priority changes on Passport 1100 
 JDiffserv 
 Diffserv forwarding and DSCP marking on Passport 8600 
 JSNMP and JMIB 
 SNMP/MIB access 
 Passport 1100 and 8600 
 Linux 
 JCapture: packet capture 
 Regatta: fault recovery 
10/26/14 Active Networking on Openet 42
Result: Delays and Thruput 
 Bottleneck?: CPU processing 
Ping 
First packet Average Throughput (pps) 
Interval 
0 1.2 0.1 10000 
10 - - - 
100 - - - 
1000 0.8 0.1 10000 
APing (1100B) 
First capsule Average Throughput (cps) 
Interval 
0 3209 - - 
10 551 - - 
100 139 32 31.5 
1000 131 31 32.3 
1000 (startup) 760 53 19.6 
APing (8600) 
First capsule Average Throughput (cps) 
Interval 
0 47 391 2.55 
10 12 11 90.9 
100 12 11 90.9 
1000 13 11 90.9 
1000 (startup) 462 36 27.7 
10/26/14 Active Networking on Openet 43

More Related Content

What's hot

Software Defined Networking/Openflow: A path to Programmable Networks
Software Defined Networking/Openflow: A path to Programmable NetworksSoftware Defined Networking/Openflow: A path to Programmable Networks
Software Defined Networking/Openflow: A path to Programmable NetworksMyNOG
 
Enabling Active Networks Services on A Gigabit Routing Switch
Enabling Active Networks Services on A Gigabit Routing SwitchEnabling Active Networks Services on A Gigabit Routing Switch
Enabling Active Networks Services on A Gigabit Routing SwitchTal Lavian Ph.D.
 
Service Function Chaining in Openstack Neutron
Service Function Chaining in Openstack NeutronService Function Chaining in Openstack Neutron
Service Function Chaining in Openstack NeutronMichelle Holley
 
Service Chaining overview (English) 2015/10/05
Service Chaining overview (English) 2015/10/05Service Chaining overview (English) 2015/10/05
Service Chaining overview (English) 2015/10/05Kentaro Ebisawa
 
Test Report - OCe14000 Performance
Test Report - OCe14000 PerformanceTest Report - OCe14000 Performance
Test Report - OCe14000 PerformanceIT Brand Pulse
 
DEVNET-1175 OpenDaylight Service Function Chaining
DEVNET-1175	OpenDaylight Service Function ChainingDEVNET-1175	OpenDaylight Service Function Chaining
DEVNET-1175 OpenDaylight Service Function ChainingCisco DevNet
 
Install FD.IO VPP On Intel(r) Architecture & Test with Trex*
Install FD.IO VPP On Intel(r) Architecture & Test with Trex*Install FD.IO VPP On Intel(r) Architecture & Test with Trex*
Install FD.IO VPP On Intel(r) Architecture & Test with Trex*Michelle Holley
 
Implementing SDN Testbed(ONOS & OpenVirteX)
Implementing SDN Testbed(ONOS & OpenVirteX)Implementing SDN Testbed(ONOS & OpenVirteX)
Implementing SDN Testbed(ONOS & OpenVirteX)sangyun han
 
LISP and NSH in Open vSwitch
LISP and NSH in Open vSwitchLISP and NSH in Open vSwitch
LISP and NSH in Open vSwitchmestery
 
OpenFlow tutorial
OpenFlow tutorialOpenFlow tutorial
OpenFlow tutorialopenflow
 
OPNFV Service Function Chaining
OPNFV Service Function ChainingOPNFV Service Function Chaining
OPNFV Service Function ChainingOPNFV
 
OCP Summit 2016 - Transforming Networks to All-IT Network with OCP and Open N...
OCP Summit 2016 - Transforming Networks to All-IT Network with OCP and Open N...OCP Summit 2016 - Transforming Networks to All-IT Network with OCP and Open N...
OCP Summit 2016 - Transforming Networks to All-IT Network with OCP and Open N...Junho Suh
 
SDN/NFV: Service Chaining
SDN/NFV: Service Chaining SDN/NFV: Service Chaining
SDN/NFV: Service Chaining Odinot Stanislas
 
Openstack Neutron plug-in for Alcatel-Lucent Enterprise OmniSwitch
Openstack Neutron plug-in for Alcatel-Lucent Enterprise OmniSwitchOpenstack Neutron plug-in for Alcatel-Lucent Enterprise OmniSwitch
Openstack Neutron plug-in for Alcatel-Lucent Enterprise OmniSwitchBenjamin Eggerstedt
 
Network Test Automation 2015-04-23 #npstudy
Network Test Automation 2015-04-23 #npstudyNetwork Test Automation 2015-04-23 #npstudy
Network Test Automation 2015-04-23 #npstudyHiroshi Ota
 
Ch 5- link layer in lan
Ch 5- link layer in lanCh 5- link layer in lan
Ch 5- link layer in lansufi1248
 
Open stackdaykorea2016 wedge
Open stackdaykorea2016 wedgeOpen stackdaykorea2016 wedge
Open stackdaykorea2016 wedgeJunho Suh
 
Open stack with_openflowsdn-torii
Open stack with_openflowsdn-toriiOpen stack with_openflowsdn-torii
Open stack with_openflowsdn-toriiHui Cheng
 
Fastsocket Linxiaofeng
Fastsocket LinxiaofengFastsocket Linxiaofeng
Fastsocket LinxiaofengMichael Zhang
 
ACI MultiPod Config Guide
ACI MultiPod Config GuideACI MultiPod Config Guide
ACI MultiPod Config GuideWoo Hyung Choi
 

What's hot (20)

Software Defined Networking/Openflow: A path to Programmable Networks
Software Defined Networking/Openflow: A path to Programmable NetworksSoftware Defined Networking/Openflow: A path to Programmable Networks
Software Defined Networking/Openflow: A path to Programmable Networks
 
Enabling Active Networks Services on A Gigabit Routing Switch
Enabling Active Networks Services on A Gigabit Routing SwitchEnabling Active Networks Services on A Gigabit Routing Switch
Enabling Active Networks Services on A Gigabit Routing Switch
 
Service Function Chaining in Openstack Neutron
Service Function Chaining in Openstack NeutronService Function Chaining in Openstack Neutron
Service Function Chaining in Openstack Neutron
 
Service Chaining overview (English) 2015/10/05
Service Chaining overview (English) 2015/10/05Service Chaining overview (English) 2015/10/05
Service Chaining overview (English) 2015/10/05
 
Test Report - OCe14000 Performance
Test Report - OCe14000 PerformanceTest Report - OCe14000 Performance
Test Report - OCe14000 Performance
 
DEVNET-1175 OpenDaylight Service Function Chaining
DEVNET-1175	OpenDaylight Service Function ChainingDEVNET-1175	OpenDaylight Service Function Chaining
DEVNET-1175 OpenDaylight Service Function Chaining
 
Install FD.IO VPP On Intel(r) Architecture & Test with Trex*
Install FD.IO VPP On Intel(r) Architecture & Test with Trex*Install FD.IO VPP On Intel(r) Architecture & Test with Trex*
Install FD.IO VPP On Intel(r) Architecture & Test with Trex*
 
Implementing SDN Testbed(ONOS & OpenVirteX)
Implementing SDN Testbed(ONOS & OpenVirteX)Implementing SDN Testbed(ONOS & OpenVirteX)
Implementing SDN Testbed(ONOS & OpenVirteX)
 
LISP and NSH in Open vSwitch
LISP and NSH in Open vSwitchLISP and NSH in Open vSwitch
LISP and NSH in Open vSwitch
 
OpenFlow tutorial
OpenFlow tutorialOpenFlow tutorial
OpenFlow tutorial
 
OPNFV Service Function Chaining
OPNFV Service Function ChainingOPNFV Service Function Chaining
OPNFV Service Function Chaining
 
OCP Summit 2016 - Transforming Networks to All-IT Network with OCP and Open N...
OCP Summit 2016 - Transforming Networks to All-IT Network with OCP and Open N...OCP Summit 2016 - Transforming Networks to All-IT Network with OCP and Open N...
OCP Summit 2016 - Transforming Networks to All-IT Network with OCP and Open N...
 
SDN/NFV: Service Chaining
SDN/NFV: Service Chaining SDN/NFV: Service Chaining
SDN/NFV: Service Chaining
 
Openstack Neutron plug-in for Alcatel-Lucent Enterprise OmniSwitch
Openstack Neutron plug-in for Alcatel-Lucent Enterprise OmniSwitchOpenstack Neutron plug-in for Alcatel-Lucent Enterprise OmniSwitch
Openstack Neutron plug-in for Alcatel-Lucent Enterprise OmniSwitch
 
Network Test Automation 2015-04-23 #npstudy
Network Test Automation 2015-04-23 #npstudyNetwork Test Automation 2015-04-23 #npstudy
Network Test Automation 2015-04-23 #npstudy
 
Ch 5- link layer in lan
Ch 5- link layer in lanCh 5- link layer in lan
Ch 5- link layer in lan
 
Open stackdaykorea2016 wedge
Open stackdaykorea2016 wedgeOpen stackdaykorea2016 wedge
Open stackdaykorea2016 wedge
 
Open stack with_openflowsdn-torii
Open stack with_openflowsdn-toriiOpen stack with_openflowsdn-torii
Open stack with_openflowsdn-torii
 
Fastsocket Linxiaofeng
Fastsocket LinxiaofengFastsocket Linxiaofeng
Fastsocket Linxiaofeng
 
ACI MultiPod Config Guide
ACI MultiPod Config GuideACI MultiPod Config Guide
ACI MultiPod Config Guide
 

Similar to Active Networking On A Programmable Networking Platform

Open Networking through Programmability
Open Networking through ProgrammabilityOpen Networking through Programmability
Open Networking through ProgrammabilityTal Lavian Ph.D.
 
Active networking on a programmable networking platform
Active networking on a programmable networking platformActive networking on a programmable networking platform
Active networking on a programmable networking platformTal Lavian Ph.D.
 
Active Networking On A Programmable Network Platform
Active Networking On A Programmable Network PlatformActive Networking On A Programmable Network Platform
Active Networking On A Programmable Network PlatformTal Lavian Ph.D.
 
Openlab.2014 02-13.major.vi sion
Openlab.2014 02-13.major.vi sionOpenlab.2014 02-13.major.vi sion
Openlab.2014 02-13.major.vi sionCcie Light
 
An Introduce of OPNFV (Open Platform for NFV)
An Introduce of OPNFV (Open Platform for NFV)An Introduce of OPNFV (Open Platform for NFV)
An Introduce of OPNFV (Open Platform for NFV)Mario Cho
 
NFV & SDN ( Efficiency & Automation )
NFV & SDN ( Efficiency & Automation )NFV & SDN ( Efficiency & Automation )
NFV & SDN ( Efficiency & Automation )Hongsik Choi
 
Introduction of Okinawa Open Laboratory Testbed, OpenStack and SDN Technology...
Introduction of Okinawa Open Laboratory Testbed, OpenStack and SDN Technology...Introduction of Okinawa Open Laboratory Testbed, OpenStack and SDN Technology...
Introduction of Okinawa Open Laboratory Testbed, OpenStack and SDN Technology...Takashi Torii
 
Using Agilio SmartNICs for OpenStack Networking Acceleration
Using Agilio SmartNICs for OpenStack Networking AccelerationUsing Agilio SmartNICs for OpenStack Networking Acceleration
Using Agilio SmartNICs for OpenStack Networking AccelerationNetronome
 
Naveen nimmu sdn future of networking
Naveen nimmu sdn   future of networkingNaveen nimmu sdn   future of networking
Naveen nimmu sdn future of networkingOpenSourceIndia
 
Introduction to the Helium release of OpenDaylight
Introduction to the Helium release of OpenDaylightIntroduction to the Helium release of OpenDaylight
Introduction to the Helium release of OpenDaylightSDN Hub
 
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 vSwitchJim St. Leger
 
20141111_SOS3_Gallo
20141111_SOS3_Gallo20141111_SOS3_Gallo
20141111_SOS3_GalloAndrea Gallo
 
Summit 16: How to Compose a New OPNFV Solution Stack?
Summit 16: How to Compose a New OPNFV Solution Stack?Summit 16: How to Compose a New OPNFV Solution Stack?
Summit 16: How to Compose a New OPNFV Solution Stack?OPNFV
 
Stacks and Layers: Integrating P4, C, OVS and OpenStack
Stacks and Layers: Integrating P4, C, OVS and OpenStackStacks and Layers: Integrating P4, C, OVS and OpenStack
Stacks and Layers: Integrating P4, C, OVS and OpenStackOpen-NFP
 
OpenDaylight-in-NextGenNetworkServices
OpenDaylight-in-NextGenNetworkServicesOpenDaylight-in-NextGenNetworkServices
OpenDaylight-in-NextGenNetworkServicesCharles Eckel
 
Learn more about the tremendous value Open Data Plane brings to NFV
Learn more about the tremendous value Open Data Plane brings to NFVLearn more about the tremendous value Open Data Plane brings to NFV
Learn more about the tremendous value Open Data Plane brings to NFVGhodhbane Mohamed Amine
 
Supporting Virtualized Telco Applications with OpenStack
Supporting Virtualized Telco Applications with OpenStackSupporting Virtualized Telco Applications with OpenStack
Supporting Virtualized Telco Applications with OpenStackBruce Davie
 
Cloud open unveillithium-odlnewrelease-2-ns
Cloud open unveillithium-odlnewrelease-2-nsCloud open unveillithium-odlnewrelease-2-ns
Cloud open unveillithium-odlnewrelease-2-nsNEC Corporation
 

Similar to Active Networking On A Programmable Networking Platform (20)

Open Networking through Programmability
Open Networking through ProgrammabilityOpen Networking through Programmability
Open Networking through Programmability
 
Active networking on a programmable networking platform
Active networking on a programmable networking platformActive networking on a programmable networking platform
Active networking on a programmable networking platform
 
Active Networking On A Programmable Network Platform
Active Networking On A Programmable Network PlatformActive Networking On A Programmable Network Platform
Active Networking On A Programmable Network Platform
 
Openlab.2014 02-13.major.vi sion
Openlab.2014 02-13.major.vi sionOpenlab.2014 02-13.major.vi sion
Openlab.2014 02-13.major.vi sion
 
An Introduce of OPNFV (Open Platform for NFV)
An Introduce of OPNFV (Open Platform for NFV)An Introduce of OPNFV (Open Platform for NFV)
An Introduce of OPNFV (Open Platform for NFV)
 
NFV & SDN ( Efficiency & Automation )
NFV & SDN ( Efficiency & Automation )NFV & SDN ( Efficiency & Automation )
NFV & SDN ( Efficiency & Automation )
 
Open Programmability
Open ProgrammabilityOpen Programmability
Open Programmability
 
Introduction of Okinawa Open Laboratory Testbed, OpenStack and SDN Technology...
Introduction of Okinawa Open Laboratory Testbed, OpenStack and SDN Technology...Introduction of Okinawa Open Laboratory Testbed, OpenStack and SDN Technology...
Introduction of Okinawa Open Laboratory Testbed, OpenStack and SDN Technology...
 
Using Agilio SmartNICs for OpenStack Networking Acceleration
Using Agilio SmartNICs for OpenStack Networking AccelerationUsing Agilio SmartNICs for OpenStack Networking Acceleration
Using Agilio SmartNICs for OpenStack Networking Acceleration
 
Naveen nimmu sdn future of networking
Naveen nimmu sdn   future of networkingNaveen nimmu sdn   future of networking
Naveen nimmu sdn future of networking
 
Introduction to the Helium release of OpenDaylight
Introduction to the Helium release of OpenDaylightIntroduction to the Helium release of OpenDaylight
Introduction to the Helium release of OpenDaylight
 
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
 
20141111_SOS3_Gallo
20141111_SOS3_Gallo20141111_SOS3_Gallo
20141111_SOS3_Gallo
 
Summit 16: How to Compose a New OPNFV Solution Stack?
Summit 16: How to Compose a New OPNFV Solution Stack?Summit 16: How to Compose a New OPNFV Solution Stack?
Summit 16: How to Compose a New OPNFV Solution Stack?
 
Stacks and Layers: Integrating P4, C, OVS and OpenStack
Stacks and Layers: Integrating P4, C, OVS and OpenStackStacks and Layers: Integrating P4, C, OVS and OpenStack
Stacks and Layers: Integrating P4, C, OVS and OpenStack
 
OpenDaylight-in-NextGenNetworkServices
OpenDaylight-in-NextGenNetworkServicesOpenDaylight-in-NextGenNetworkServices
OpenDaylight-in-NextGenNetworkServices
 
SDN and metrics from the SDOs
SDN and metrics from the SDOsSDN and metrics from the SDOs
SDN and metrics from the SDOs
 
Learn more about the tremendous value Open Data Plane brings to NFV
Learn more about the tremendous value Open Data Plane brings to NFVLearn more about the tremendous value Open Data Plane brings to NFV
Learn more about the tremendous value Open Data Plane brings to NFV
 
Supporting Virtualized Telco Applications with OpenStack
Supporting Virtualized Telco Applications with OpenStackSupporting Virtualized Telco Applications with OpenStack
Supporting Virtualized Telco Applications with OpenStack
 
Cloud open unveillithium-odlnewrelease-2-ns
Cloud open unveillithium-odlnewrelease-2-nsCloud open unveillithium-odlnewrelease-2-ns
Cloud open unveillithium-odlnewrelease-2-ns
 

More from Tal Lavian Ph.D.

Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerTal Lavian Ph.D.
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerTal Lavian Ph.D.
 
Photonic line sharing for high-speed routers
Photonic line sharing for high-speed routersPhotonic line sharing for high-speed routers
Photonic line sharing for high-speed routersTal Lavian Ph.D.
 
Systems and methods to support sharing and exchanging in a network
Systems and methods to support sharing and exchanging in a networkSystems and methods to support sharing and exchanging in a network
Systems and methods to support sharing and exchanging in a networkTal Lavian Ph.D.
 
Systems and methods for visual presentation and selection of IVR menu
Systems and methods for visual presentation and selection of IVR menuSystems and methods for visual presentation and selection of IVR menu
Systems and methods for visual presentation and selection of IVR menuTal Lavian Ph.D.
 
Grid proxy architecture for network resources
Grid proxy architecture for network resourcesGrid proxy architecture for network resources
Grid proxy architecture for network resourcesTal Lavian Ph.D.
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerTal Lavian Ph.D.
 
Systems and methods for electronic communications
Systems and methods for electronic communicationsSystems and methods for electronic communications
Systems and methods for electronic communicationsTal Lavian Ph.D.
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerTal Lavian Ph.D.
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerTal Lavian Ph.D.
 
Radar target detection system for autonomous vehicles with ultra-low phase no...
Radar target detection system for autonomous vehicles with ultra-low phase no...Radar target detection system for autonomous vehicles with ultra-low phase no...
Radar target detection system for autonomous vehicles with ultra-low phase no...Tal Lavian Ph.D.
 
Grid proxy architecture for network resources
Grid proxy architecture for network resourcesGrid proxy architecture for network resources
Grid proxy architecture for network resourcesTal Lavian Ph.D.
 
Method and apparatus for scheduling resources on a switched underlay network
Method and apparatus for scheduling resources on a switched underlay networkMethod and apparatus for scheduling resources on a switched underlay network
Method and apparatus for scheduling resources on a switched underlay networkTal Lavian Ph.D.
 
Dynamic assignment of traffic classes to a priority queue in a packet forward...
Dynamic assignment of traffic classes to a priority queue in a packet forward...Dynamic assignment of traffic classes to a priority queue in a packet forward...
Dynamic assignment of traffic classes to a priority queue in a packet forward...Tal Lavian Ph.D.
 
Method and apparatus for using a command design pattern to access and configu...
Method and apparatus for using a command design pattern to access and configu...Method and apparatus for using a command design pattern to access and configu...
Method and apparatus for using a command design pattern to access and configu...Tal Lavian Ph.D.
 
Reliable rating system and method thereof
Reliable rating system and method thereofReliable rating system and method thereof
Reliable rating system and method thereofTal Lavian Ph.D.
 
Time variant rating system and method thereof
Time variant rating system and method thereofTime variant rating system and method thereof
Time variant rating system and method thereofTal Lavian Ph.D.
 
Systems and methods for visual presentation and selection of ivr menu
Systems and methods for visual presentation and selection of ivr menuSystems and methods for visual presentation and selection of ivr menu
Systems and methods for visual presentation and selection of ivr menuTal Lavian Ph.D.
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerTal Lavian Ph.D.
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerTal Lavian Ph.D.
 

More from Tal Lavian Ph.D. (20)

Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizer
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizer
 
Photonic line sharing for high-speed routers
Photonic line sharing for high-speed routersPhotonic line sharing for high-speed routers
Photonic line sharing for high-speed routers
 
Systems and methods to support sharing and exchanging in a network
Systems and methods to support sharing and exchanging in a networkSystems and methods to support sharing and exchanging in a network
Systems and methods to support sharing and exchanging in a network
 
Systems and methods for visual presentation and selection of IVR menu
Systems and methods for visual presentation and selection of IVR menuSystems and methods for visual presentation and selection of IVR menu
Systems and methods for visual presentation and selection of IVR menu
 
Grid proxy architecture for network resources
Grid proxy architecture for network resourcesGrid proxy architecture for network resources
Grid proxy architecture for network resources
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizer
 
Systems and methods for electronic communications
Systems and methods for electronic communicationsSystems and methods for electronic communications
Systems and methods for electronic communications
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizer
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizer
 
Radar target detection system for autonomous vehicles with ultra-low phase no...
Radar target detection system for autonomous vehicles with ultra-low phase no...Radar target detection system for autonomous vehicles with ultra-low phase no...
Radar target detection system for autonomous vehicles with ultra-low phase no...
 
Grid proxy architecture for network resources
Grid proxy architecture for network resourcesGrid proxy architecture for network resources
Grid proxy architecture for network resources
 
Method and apparatus for scheduling resources on a switched underlay network
Method and apparatus for scheduling resources on a switched underlay networkMethod and apparatus for scheduling resources on a switched underlay network
Method and apparatus for scheduling resources on a switched underlay network
 
Dynamic assignment of traffic classes to a priority queue in a packet forward...
Dynamic assignment of traffic classes to a priority queue in a packet forward...Dynamic assignment of traffic classes to a priority queue in a packet forward...
Dynamic assignment of traffic classes to a priority queue in a packet forward...
 
Method and apparatus for using a command design pattern to access and configu...
Method and apparatus for using a command design pattern to access and configu...Method and apparatus for using a command design pattern to access and configu...
Method and apparatus for using a command design pattern to access and configu...
 
Reliable rating system and method thereof
Reliable rating system and method thereofReliable rating system and method thereof
Reliable rating system and method thereof
 
Time variant rating system and method thereof
Time variant rating system and method thereofTime variant rating system and method thereof
Time variant rating system and method thereof
 
Systems and methods for visual presentation and selection of ivr menu
Systems and methods for visual presentation and selection of ivr menuSystems and methods for visual presentation and selection of ivr menu
Systems and methods for visual presentation and selection of ivr menu
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizer
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizer
 

Recently uploaded

Thane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call GirlsThane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call GirlsPooja Nehwal
 
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...Pooja Nehwal
 
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...ranjana rawat
 
Pallawi 9167673311 Call Girls in Thane , Independent Escort Service Thane
Pallawi 9167673311  Call Girls in Thane , Independent Escort Service ThanePallawi 9167673311  Call Girls in Thane , Independent Escort Service Thane
Pallawi 9167673311 Call Girls in Thane , Independent Escort Service ThanePooja Nehwal
 
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一zul5vf0pq
 
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...Call Girls in Nagpur High Profile
 
Call Girls Service Kolkata Aishwarya 🤌 8250192130 🚀 Vip Call Girls Kolkata
Call Girls Service Kolkata Aishwarya 🤌  8250192130 🚀 Vip Call Girls KolkataCall Girls Service Kolkata Aishwarya 🤌  8250192130 🚀 Vip Call Girls Kolkata
Call Girls Service Kolkata Aishwarya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Russian Escorts in lucknow 💗 9719455033 💥 Lovely Lasses: Radiant Beauties Shi...
Russian Escorts in lucknow 💗 9719455033 💥 Lovely Lasses: Radiant Beauties Shi...Russian Escorts in lucknow 💗 9719455033 💥 Lovely Lasses: Radiant Beauties Shi...
Russian Escorts in lucknow 💗 9719455033 💥 Lovely Lasses: Radiant Beauties Shi...nagunakhan
 
Top Rated Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
Develop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power pointDevelop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power pointGetawu
 
presentation about microsoft power point
presentation about microsoft power pointpresentation about microsoft power point
presentation about microsoft power pointchhavia330
 
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhi
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | DelhiFULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhi
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhisoniya singh
 
Call Girls in Vashi Escorts Services - 7738631006
Call Girls in Vashi Escorts Services - 7738631006Call Girls in Vashi Escorts Services - 7738631006
Call Girls in Vashi Escorts Services - 7738631006Pooja Nehwal
 
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Pooja Nehwal
 
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...Suhani Kapoor
 
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 

Recently uploaded (20)

Thane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call GirlsThane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call Girls
 
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
 
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...
 
Pallawi 9167673311 Call Girls in Thane , Independent Escort Service Thane
Pallawi 9167673311  Call Girls in Thane , Independent Escort Service ThanePallawi 9167673311  Call Girls in Thane , Independent Escort Service Thane
Pallawi 9167673311 Call Girls in Thane , Independent Escort Service Thane
 
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
 
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
 
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...
 
Call Girls Service Kolkata Aishwarya 🤌 8250192130 🚀 Vip Call Girls Kolkata
Call Girls Service Kolkata Aishwarya 🤌  8250192130 🚀 Vip Call Girls KolkataCall Girls Service Kolkata Aishwarya 🤌  8250192130 🚀 Vip Call Girls Kolkata
Call Girls Service Kolkata Aishwarya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Russian Escorts in lucknow 💗 9719455033 💥 Lovely Lasses: Radiant Beauties Shi...
Russian Escorts in lucknow 💗 9719455033 💥 Lovely Lasses: Radiant Beauties Shi...Russian Escorts in lucknow 💗 9719455033 💥 Lovely Lasses: Radiant Beauties Shi...
Russian Escorts in lucknow 💗 9719455033 💥 Lovely Lasses: Radiant Beauties Shi...
 
Top Rated Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Develop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power pointDevelop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power point
 
🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate
🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate
🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate
 
presentation about microsoft power point
presentation about microsoft power pointpresentation about microsoft power point
presentation about microsoft power point
 
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhi
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | DelhiFULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhi
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhi
 
Call Girls in Vashi Escorts Services - 7738631006
Call Girls in Vashi Escorts Services - 7738631006Call Girls in Vashi Escorts Services - 7738631006
Call Girls in Vashi Escorts Services - 7738631006
 
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
 
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
 
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 

Active Networking On A Programmable Networking Platform

  • 1. Active Networking On A Programmable Networking Platform The Openet Team Nortel Networks Technology Centre
  • 2. Agenda Challenge of “Real” Active Networks Openet: open networking ORE and Openet Compositions Active Networking on Openet Experimental Results Summary and Future Works 10/26/14 Active Networking on Openet 2
  • 3. Commercial Network Nodes Forwarding Faster and Faster Bandwidth doubles every 9 months Optical core: photonic replaces electronic New Moore’s Law Traffic processing Terabit switching from Gigabit But Ever more use of hardware acceleration (ASIC) Filtering, header processing, etc Little flexibility to introduce new services Static and well-defined set of protocols and funcs TCP, UDP, and even HTTP Allowing configuration rather than addition/modification 10/26/14 Active Networking on Openet 3
  • 4. Active Networks A User-Networking Approach EE residing on active node Virtual machine for new protocol processing User interface for applications Capsule or active packets running in network “On the fly” protocol composing by applications “protocol processors” with customers’ intelligence But Implementations mostly in host systems Model: Linux and Java Not seen in commercial network nodes 10/26/14 Active Networking on Openet 4
  • 5. Challenge and Our Solution Goal: Active Networks on real Internet Active Networks requires Open boxes Networking programmability Commercial Network Nodes Lack the above two Have diversified systems Solution A programmable networking platform on device Openet !!! Active Networks through Openet 10/26/14 Active Networking on Openet 5
  • 6. Agenda Challenges of “Real” Active Networks Openet: open networking ORE and Openet Compositions Active Networking on Openet Experiment and Results Summary and Future Works 10/26/14 Active Networking on Openet 6
  • 7. The Openet Platform Open networking through programming Programmability to commercial network devices Service-enabled networking platform Easing service creation and deployment Value-added services across network elements Dynamic, safe and convenient Not degrading network performance and reliability Standards and Partners Active Networks, IEEE, IETF, P1520 and FAIN Columbia U., UC Berkeley, UPenn and UToronto MITRE, TASC, NetFuel and CSIRO 10/26/14 Active Networking on Openet 7
  • 8. Openet Architecture End Apps Repository Server Switch ORE Control Console (Net Mgr) • service initiation and policies • network configuration • resource administration • repository maintenance Download oplets, policies, configs ORE Router Control Configuration Router ORE Switch Control Data path Download User request End Apps • use of service • apply on the fly ORE 10/26/14 Active Networking on Openet 8
  • 9. Openet: a node’s view User Oplets Standard Services Function Services ORE JFWD JNI/Native Code MEM CPU … JVM Filtered packets Monitor status New forwarding rules Forwarding Engine Application services OpletService, Shell, Logger ANTS Firewall, DiffServ Jcapture, HTTP, IpPacket Control Plane Data Plane 10/26/14 Active Networking on Openet 9
  • 10. Agenda Challenges of “Real” Active Networks Openet: open networking ORE and Openet Compositions Active Networking on Openet Experimental Results Summary and Future Works 10/26/14 Active Networking on Openet 10
  • 11. Openet Compositions ORE: Oplet Runtime Environment Service creation and deployment Service downloading and lifecycle management Services Every network function is a service Wrapped by Oplets Open APIs ODK: Oplet Development Kit Ease service creation and encapsulation Management Manager on console and Agents on nodes Service initiation, policy and configuration 10/26/14 Active Networking on Openet 11
  • 12. ORE: the Openet Core ORE Object-oriented Runtime Environment Services are objects Run customized software on network nodes Sevice downloading, installation, and safe execution Neutral to heterogeneous hardware Oplet Service Oplet SOeprvleicte Oplet Service Service Service Oplet Runtime Environment Java Virtual Machine API Extensions Fully implemented using Java ORE ORE ORE 10/26/14 Active Networking on Openet 12
  • 13. Service Hierarchy Services are applications under ORE 4-tier hierarchy User Services Standard Services Function Services System Services Standard Services ORE JVM OpletService ManifestOplet System Services JFWD JSNMP, JMIB Function Services HTTP, OreServlet Shell, Logger User Services 10/26/14 Active Networking on Openet 13
  • 14. Oplets and Services What’s an Oplet? A self-contained downloadable unit, or service wrapper Encapsulates one or more service objects Contains service attributes, e.g., names Eases secure downloading and service installation Use other service oplets Oplet Service Oplet Oplet Service Service Service Oplet Runtime Environment Java Virtual Machine API Extensions Oplet Service 10/26/14 Active Networking on Openet 14
  • 15. Agenda Challenges of “Real” Active Networks Openet: open networking ORE and Openet Compositions Active Networking on Openet Experimental Results Summary and Future Works 10/26/14 Active Networking on Openet 15
  • 16. Passport Routing Switch New brand name of Accelar L3 Routing Switch Family High performance by separating planes Forwarding Plane Distributed ASIC forwarding engines Wire-speed forwarding, up to 256 gbps (8600) Control Plane PowerPC Network management JVM available in control plane 10/26/14 Active Networking on Openet 16
  • 17. Openet on Passport Network Services CPU System Active Networks Services Control Plane ORE JFWD Monitor status New rules Switching Fabric Forwarding Plane (Wire Speed Forwarding) Traffic Packets Forwarding Rules Forwarding Processor Statistics Monitors Forwarding Rules Forwarding . . . Processor Statistics Monitors Forwarding Rules Forwarding Processor Statistics Monitors 10/26/14 Active Networking on Openet 17
  • 18. ANTS on Openet ANTS (Active Node Transfer System) Proposed by MIT Composing and deploying new protocols Well-packed with toolkit and applications Service Deployment on Passport Wrapping the ANTS code without modification ORE ANTS service URL: “http://www.openetlab.org/downloads/” 10/26/14 Active Networking on Openet 18
  • 19. ORE ANTS Service Service: “AntsNodeService” Wrapping the MIT ANTS code Package “com.nortelnetworks.ore.service.ants” AntsNodeService.java: service interface AntsNodeServiceImpl.java: service implementation AntsNodeOplet.java: Oplet AntsNode.mf: manifest Service interfaces getNode(): connect to the ANTS EE getConfiguration(): set up using ANTS configuration 10/26/14 Active Networking on Openet 19
  • 20. How AN service is deployed? Service design and coding Regular Java programming Service package Oplets development by ODK JAR files Uploading to downloading servers ORE start at Passport Service activation by ORE Downloading, start and stop Startup service Shell service Service execution 10/26/14 Active Networking on Openet 20
  • 21. Agenda Challenges of “Real” Active Networks Openet: open networking ORE and Openet Compositions Active Networking on Openet Experimental Results Summary and Future Works 10/26/14 Active Networking on Openet 21
  • 22. Experiment Goals Verification: Active Networking on commercial nodes Performance: ANTS and regular IP applications Testbed Part of Intranet: active hosts (Sun Workstations) Internal network Passport: active router non-active Linux boxes: for HTTP server and Ping use Passport gigabit routing switch Two types: 1100B (10gbps) and 8600 (128gbps) JVM: JDK 1.1.7 and JDK 1.2 Software ORE 0.3.3 ORE ANTS service, MIT ANTS 1.2 included Ping, in Linux 2.2.14 10/26/14 Active Networking on Openet 22
  • 23. Experiment Testbed MIT ANTS MIT ANTS 10.120.101.102 Router Router 134.177.116.108 134.177.116.104 Destination Host (Sun Workstation 1) ORE ANTS (Passport 1100B or 8600 Routing Switch) ORE ANTS Download oplets 10.120.101.50 10.120.101.51 Linux PC (Ping use only) 10.120.101.201 HTTP server (Linux PC) Source Host (Sun Workstation 2) Linux PC (Ping use only) 10/26/14 Active Networking on Openet 23
  • 24. Device Specifications Accelar 1100B: 1 PowerPC 403/66Mhz with 32 MB memory and VxWorks Role: active router running the ORE ANTS Accelar 8600: 1 PowerPC 740/266Mhz with 64 MB memory and VxWorks Role: active router running the ORE ANTS Sun workstations: 2 UltraSPARC I/167Mhz with 128 MB memory and Solaris Role: Source and Destination hosts running MIT ANTS HTTP server: 1 PII/400MHz system with 32 MB memory and Linux 2.2.14 Role: ORE service code and ORE ANTS configuration PCs: 2 PII/400MHz systems with 32 MB memory and Linux 2.2.14 Role: source and destination hosts running regular Ping 10/26/14 Active Networking on Openet 24
  • 25. ANTS Ping and Linux Ping Aping testing with 1100B or 8600 MIT ANTS MIT ANTS 10.120.101.102 APing Router Router 134.177.116.108 134.177.116.104 Destination Host (Sun Workstation 1) ORE ANTS (Passport 1100B or 8600 Routing Switch) ORE ANTS Download oplets Ping 10.120.101.50 10.120.101.51 Linux PC (Ping use only) 10.120.101.201 HTTP server (Linux PC) Source Host (Sun Workstation 2) Linux PC (Ping use only) 10/26/14 Active Networking on Openet 25
  • 26. Data 1: Packet Received Loss by bursty UDP and slow CPU Packet received at Source Node (100 packets or capsules sent) 100 Ping Aping(1100B) Aping(8600) 100 100 100 100 21 60 Packets 120 100 80 60 40 20 0 0 10 100 1000 Interval (ms) 10/26/14 Active Networking on Openet 26
  • 27. Data 2: Packet Delays Is CPU a bottleneck? Yes. Minimal Average Delays at Source Delay (ms) Min 31 11 35 30 25 20 15 10 5 0 0.1 Aping (1100B) Aping (8600) Ping 1 2 3 Tests 10/26/14 Active Networking on Openet 27
  • 28. Data 3: Delay Distributions Slowdown: Java read and write Repeated on Linux and Sun Delay Distributions Process(ms) 0 Aping(1100B) Aping(8600) 13 0 38% 8 2x8 83% 1x2 1x2 2x0.5 20 15 10 5 0 Source Sun Ultra1 Destination Sun Ultra1 Router Passport Java I/O (4) 10/26/14 Active Networking on Openet 28
  • 29. Result 1: Capsule Time Fast CPU speeds up more processing than transmission Capsule Time Time (ms) 35 30 25 20 15 10 5 0 Processing Transmission Total 100% 27% 73% 100% 31 11 42% 1 2 Tests 58% Aping (1100B) Aping (8600) 10/26/14 Active Networking on Openet 29
  • 30. Result 2: Throughputs Comparisons at Source Ping: 10,000 pps Aping with 1100B: 32.3 cps at maximal Aping with 8600: 90.9 cps (triple of 1100B) Passport: ASIC faster than CPU ASIC processes Ping packets little CPU processes Aping capsules fully 10/26/14 Active Networking on Openet 30
  • 31. Watch 1: Performance Up ? Hardware approaches Fast CPU Network Processor Software approaches Fast JVM Java network I/O Combined S/H Re-engineering software tightly with hardware Be aware of hardware-dependency ! Openet neither raises nor worsens performance Service loading rather than scheduling and monitoring 10/26/14 Active Networking on Openet 31
  • 32. Watch 2: is it ready? AN services on Commercial Node Data-plane Loaded in control plane served with forwarding engines (along the data path) Control-plane Loaded and served with the control plane Affecting the forwarding engines Data-plane services Not ready if they are Time critical Large traffic volume Yes if they are Loose or elastic time requirement, like ANTS Ping Yes! most control-plane services Configuration Policies Fault management Monitor 10/26/14 Active Networking on Openet 32
  • 33. Agenda Challenges of “Real” Active Networks Openet: open networking ORE and Openet Compositions Active Networking on Openet Experimental Results Summary and Future Works 10/26/14 Active Networking on Openet 33
  • 34. Summary Openet enables AN services onto commercial hardware Customer services portable Active Networking with Passport Packet processing: forwarding engine CPU Bottlenecks: CPU, and Java network I/O AN services ready to real network Control plane services Some data-plane services 10/26/14 Active Networking on Openet 34
  • 35. Other and Future Works Actual Services QoS:JDiffserv Monitor: JCapture Improving Service Deployment Service security Service use of resource Openet on more hardware Alteon IXP Optical core network Performance enhance Better use of CPU and forwarding engines 10/26/14 Active Networking on Openet 35
  • 36. Visit us at Q A HTTP://www.openetlab.org Thank You ! 10/26/14 Active Networking on Openet 36
  • 37. Backups 10/26/14 Active Networking on Openet 37
  • 38. Standard Services: ODK Ease customer service creation Basic Oplet APIs OpletService base service extended to create new service description and interfaces ManifestOplet abstract oplet interface implemented as Oplets to encapsulate service code Service start or stop at runtime Relating service information, e.g., Oplet name 10/26/14 Active Networking on Openet 38
  • 39. System Services Access to hardware resource Public low-level APIs Exanples JFWD: Java Forwarding JSNMP: SNMP v2 client JMIB: various MIB access 10/26/14 Active Networking on Openet 39
  • 40. System Services: JFWD Java Forwarding IP forwarding and routing Diffserv marking Filtering and diverting Forwarding priority Routing Platform-independent APIs Implemented on Passport/Accelar and Linux 10/26/14 Active Networking on Openet 40
  • 41. Function Services Common use utility Public neutral APIs Examples HTTP: HTTP service Shell: ORE interactive shell IpPacket: packet construction (IP, TCP, UDP) Logger: service runtime printout OreServlet: Java servlet 10/26/14 Active Networking on Openet 41
  • 42. Applications ANTS Active Networking on Passport 1100 and 8600 IP filtering Dynamic priority changes on Passport 1100 JDiffserv Diffserv forwarding and DSCP marking on Passport 8600 JSNMP and JMIB SNMP/MIB access Passport 1100 and 8600 Linux JCapture: packet capture Regatta: fault recovery 10/26/14 Active Networking on Openet 42
  • 43. Result: Delays and Thruput Bottleneck?: CPU processing Ping First packet Average Throughput (pps) Interval 0 1.2 0.1 10000 10 - - - 100 - - - 1000 0.8 0.1 10000 APing (1100B) First capsule Average Throughput (cps) Interval 0 3209 - - 10 551 - - 100 139 32 31.5 1000 131 31 32.3 1000 (startup) 760 53 19.6 APing (8600) First capsule Average Throughput (cps) Interval 0 47 391 2.55 10 12 11 90.9 100 12 11 90.9 1000 13 11 90.9 1000 (startup) 462 36 27.7 10/26/14 Active Networking on Openet 43