Introducing ONOS - a SDN network operating system for Service Providers

Size: px
Start display at page:

Download "Introducing ONOS - a SDN network operating system for Service Providers"

Transcription

1 WHITEPAPER! Software Defined Networking (SDN) Introducing ONOS - a SDN network operating system for Service Providers! ThiswhitepaperdescribesONOS,aSDNnetworkoperatingsystemdesignedforhigh availability,performance,scale=outandrichabstractions.

2 SUMMARY The Open Network Operating System (ONOS) is the first open source SDN network operating systemtargetedspecificallyattheserviceproviderandmissioncriticalnetworks.onosispurpose builttoprovidethehighavailability(ha),scale=out,andperformancethesenetworksdemand.in addition,onoshascreatedusefulnorthboundabstractionsandapistoenableeasierapplication developmentandsouthboundabstractionsandinterfacestoallowforcontrolofopenflow=ready andlegacydevices.thus,onoswill bringcarriergradefeatures(scale,availability,andperformance)tothesdncontrolplane enablewebstyleagility helpserviceprovidersmigratetheirexistingnetworkstowhiteboxes lowerserviceprovidercapexandopex ONOShasbeendevelopedinconcertwithleadingserviceproviders(AT&T,NTTCommunications), with demanding network vendors (Ciena, Ericsson, Fujitsu, Huawei, Intel, NEC), R&E network operators(internet2,cnit,create=net),collaborators(sri,infoblox),andwithonftovalidateits architecturethroughrealworldusecases. THESERVICEPROVIDERNEED! Theproliferationofmobiledevices,OTTservicesanddistributionofcontentacrossthecloudhave pushedserviceprovidernetworkstoapointwheretheyareinurgentneedofreinvention.service Providerswanttomaketheirnetworksagileandefficientinordertomeetthechallengesofthese exponential bandwidthdemands andwantto beabletocreaterevenue streamswith innovative servicesandnewbusinessmodels. SDNANDONOSTOTHERESCUE! Injustashorttime,SoftwareDefinedNetworking(SDN)hasbecomethetechnologyofchoicefor enablingmobility,virtualization,andthecloud.storageandcomputehavebeenvirtualizedfor years,yetonecouldnotcapturethefullvalueoftheseadvancementsbecausethenetworkiswhat enablesthevaluetobeunlocked=itisthefabricthatconnectsthemtogetherandtoapplications. ThekeySDNconceptthatenablessimilarnetworkinnovationistheseparationofthecontrolplane fromthedataplaneinverticallyintegratednetworkdevices.anon=proprietaryprotocolsuchas OpenFlowallowsthecontrolplanetoprogramthedataplaneinamuchmoreopenandefficient way.inaddition,thisseparationallowsnetworkhardwareandsoftwaretoevolveindependently andfacilitatesthereplacementofexpensive,proprietaryhardwareandfirmwarewithcommodity hardwareandopensourcesoftware.havinganoperatingsystemthatmanagesnetworkresources andprovidestheabstractionsandapisformanaging,monitoring,andprogrammingnetwork devicesgreatlysimplifiesthecreationofinnovativeandbeneficialnetworkapplicationsand servicesthatoperateacrossawiderangeofhardware.opennetworkoperatingsystem(onos) wascreatedtobethisoperatingsystemandhasthefollowinggoals: Liberatenetworkapplicationdevelopersfromknowingtheintricaciesofproprietary hardware. Allownetworkoperatorstobreakfreefromtheoperationalcomplexitiesofproprietary interfacesandprotocols. Re=enableinnovationtohappenforbothnetworkhardwareandsoftware,independently,! ontheirowntimescales. 2!

3 WHYANETWORKOPERATINGSYSTEM? Therearemany opensource SDNcontrollers;itis therefore reasonabletoask Why ONOS, and whyanetworkos?.collaboratorsatstanford,berkeley,andniciranetworksdevelopedseveral opensourcecontrollersduringthepastsevenyears,includingnox,beacon,snacandpox.these controllers were designed to explore and demonstrate SDN potential. Much was learned from workingwiththesecontrollersandbybuildingtheapplicationsanddemonstrationstheyenabled. However,itisimportanttounderstandthesecontrollerswerenotdesignedtobeafoundationfor commercial products. They don t have the key features such as scalability, high availability, and performance.moreover,theyhaveprimitiveprogramminganddevice=orientedabstractions. These controllers fundamentally relayed OpenFlow messages directly to applications, and applications directly created OpenFlow messages for the network devices. In this way, these controllers are more like device drivers. They are not designed to have the critical scalability, availability and performance features of a complete SDN control platform. What is needed is a networkos ONOShasbeencreatedtofulfillthisneed. Recallthatanoperatingsystemisresponsibleforthefollowingfunctions: Itmanagesfiniteresourcesonbehalfofresourceconsumers.Indoingso,itensuresthatall consumershaveappropriateaccess=noneisstarved,allarehandledfairly. ItisolatesandprotectsNOSusersfromeachother=eachuserappearstohaveaccesstoa full setofresources.itmultiplexesbetween multipleapplications andmultipledevices.it may also virtualize some or all of the resources to allow consumers their own virtual instantiationoftheos. It provides useful abstractions to enable users to more easily consume services and resources managed by the operating system, without having to understand all of the complexity. It provides mechanisms for different devices to be easily added to and controlledbytheoperatingsystemwithoutrequiringtheapplicationtochange. Itprovidessecurityfromtheexternalworldtotheusersoftheoperatingsystem. It supplies useful services so that users of the operating system don t have to build and rebuildthesameservices. Theseareexactlythethingsneededbyapplicationsrunningonanetwork.Acontrolleristypically too limited in scope = it sets out to control a device. It does not necessarily provide useful abstractions;itdoesnotnecessarilyprotectdifferentcontrollerusersfromeachother;itdoesnot provideadditionalusefulservices.onossetsouttoprovideallofthefunctionalityofanoperating system=notjustthefunctionalityofacontroller.howdoesonosaccomplishthis?byarchitecting thesoftwarewithserviceproviderfeatures. ONOSARCHITECTURE ONOShasbeenarchitectedfromthebeginningwiththeserviceproviderinmind.HighAvailability, Scale=out,andPerformancearefundamental,asarepowerfulabstractionsattheNorthboundand Southboundinterfaces.! 3!

4 ThefollowingarethedefiningfeaturesofONOS: Distributed!Corethatprovidesscalability,highavailability,andperformance!bring carriergradefeaturestothesdncontrolplane.theabilityofonostorunasaclusteris onewaythatonosbringswebstyleagilitytothesdncontrolplaneandtoservice providernetworks. Northbound!abstraction/APIsthatincludenetworkgraphandapplicationintentstoease developmentofcontrol,management,andconfigurationservices.thisabstractionis anothergoodexampleofhowonosbringswebstyleagilitytothesdncontrolplaneand toserviceprovidernetworks. Southbound!abstraction/APIsthatenablepluggablesouthboundprotocolsfor controllingbothopenflowandlegacydevices.thesouthboundabstractioninsulatesthe coreofonosfromthedetailsofdifferentdevicesandprotocols.thesouthboundisakey enablerformigrationfromlegacydevicestoopenflow=basedwhiteboxes. Software!Modularitymakesiteasytodevelop,debug,maintain,andupgradeONOSasa softwaresystembyacommunityofdevelopersandbytheproviders. Eachofthesearchitecturalfeaturesisdescribedinmoredetailinthefollowingsections. DISTRIBUTEDCORE! ONOSisdeployedasaserviceonaclusterofservers,andthesameONOSsoftwarerunsoneach server.deploymentsymmetryisanimportantdesignconsiderationasitenablesrapidfailoverin theeventofanonosserverfailure.thenetworkoperatorcanaddserversincrementally, withoutdisruption,asneededforadditionalcontrolplanecapacity.theonosinstanceswork togethertocreatewhatappearstotherestofthenetworkandapplicationsasasingleplatform. Applicationsandnetworkdevicesdonothavetoknowiftheyareworkingwithasingleinstance orwithmultipleinstancesofonos.thisfeaturemakesonosscalable onecanscaleonos capacityseamlessly.itisthedistributedcorethatdoestheheavyliftingtorealizethese capabilities. Figure!1.!Distributed!Core!! 4!

5 Thedistributedcoreprovidesmessaging,statemanagementandleaderelectionservicestoand betweeninstances.asaresult,multipleinstancesbehaveasasinglelogicalentity.usinghigh speedmessaginginapublish/subscribemodel,instancescanquicklyinformotherinstancesof updates.builtintoonosarerecoveryprotocolsfordealingwithupdatesthatarelostdueto instancefailures.avarietyofoperationalstateismanagedbetweeninstancesusingseveral mechanisms=eachbeingappropriateforthetypeofstate.threeexamplesincludetheapplication intents,thetopologydatabase,andtheflowtables=eachhasuniquesize,read/writepattern,and durabilityrequirements.aleaderelectionserviceensuresthatswitcheshaveoneandonlyone masterinstance.together,themessaging,statemanagement,andleaderelectionmechanisms enablehighthroughput,lowlatency,andhighavailabilityofthecluster. Whatdoesthismean?Fordevices,theywillalwayshaveasinglemasterandifthemastergoes down,theywillbeabletoconnecttoanotherinstancewithouthavingtorecreateand resynchronizetheflowtables.forapplications,theycancountonhavingaconsistentviewofthe networkthroughthenetworkgraphabstraction.inaddition,afailureofaninstanceorafailurein thedataplaneistransparenttotheapplication.thesebothgreatlysimplifyapplication developmentanderrorhandling. Fromabusinessperspective,itbringsaveryhighlyavailableenvironmentsothatapplications donotexperiencenetwork=relateddowntime.italsomeansthattheserviceprovidercaneasily addcontrolplanecapacityasthenetworkgrows,withoutdisruptiontothenetwork.through thesamemechanism,thenetworkoperatoralsohasthecapabilitytoupdatesoftwarewith zerosystemdowntimebytakinganinstanceoffline,upgradingit,andbringingitbackonline. Insummary,thedistributedcoreisthekeyarchitecturalfeatureofONOSthatbringscarrier gradefeaturestothesdncontrolplane. NORTHBOUNDABSTRACTIONS! TherearetwopowerfulNorthboundabstractions:theIntentFrameworkandtheGlobal NetworkView. TheIntentFrameworkallowsanapplicationtorequestaservicefromthenetworkwithout havingtoknowdetailsofhowtheservicewillbeperformed.thisallowsnetworkoperatorsas wellasapplicationdeveloperstoprogramthenetworkatahighlevel;theycansimplyspecify theirintent:apolicystatementorconnectivityrequirement. Someexampleintents: SetupaconnectionbetweenHostAandHostB SetupanOpticalPathfromSwitchXtoSwitchYwithZamountofbandwidth Don tallowhostatotalktohostb! 5!

6 Figure!2.!Intent!Framework! TheIntentFrameworktakessuchrequestsfromallapplications,figuresoutwhichonescan andcannotbeaccommodated,resolvesconflictsbetweenapplications,appliespoliciessetby anadministrator,programsthenetworktoprovidetherequestedfunctionality,anddelivers therequestedservicestotheapplication. Anintentistranslatedintomultipleobjectives=forexample,anintenttohaveaconnection betweentwohoststranslatesintotwoobjectives,eachprovidingonedirectionofflow.the objectivesarecompiledintoinstructionsthataresenttothenetworkdevices.thisprocessis doneunderthecontrolofpoliciesspecifiedbythenetworkoperatorandinawaythatresolves conflictsbetweendifferentintents. TheGlobalNetworkViewprovidestheapplicationwithaviewoftheNetwork=thehosts, switches,links,andanyotherstateassociatedwiththenetworksuchasutilization.an applicationcanprogramthisnetworkviewthroughapis.oneapiletsanapplicationlookat theviewasanetworkgraph.someexamplesofwhatcanbedonewiththenetworkgraph include: createasimpleapplicationtocalculateshortestpathssincetheapplicationalreadyhas agraphicalviewofthenetwork maximizenetworkutilizationbymonitoringthenetworkviewandprogramming changestopathstoadjustload(trafficengineering) steertrafficawayfromapartofthenetworkthatisbeingupgradedorthatisbeing quarantinedforavirus. Technically,thenorthboundabstractionsandAPIsinsulateapplicationsfromdetailsofthe networkthatarenotneededbytheapplication.theabstractionscanalsoinsulateapplications fromnetworkevents(likelinkdown)whendesiredbytheapplication.conversely,itinsulates! 6!

7 ! 7! theoperatingsystemfromtheapplicationsallowingtheoperatingsystemtodoitsjobof managingrequestsfrommultiple,competingapplications.fromabusinessperspective,this increasesapplicationdevelopmentvelocityandallowsnetworkchangeswithoutapplication downtime. SOUTHBOUNDABSTRACTIONS! Thesouthboundabstractionisbuiltusingnetworkelements,suchasswitches,hosts,orlinks.The southboundabstractionofonosrepresentseachnetworkelementasanobjectinageneric form.throughthisabstraction,thedistributedcorecanmaintainthestateofthenetwork elementwithouthavingtoknowthespecificsoftheelementrepresentedbytheunderlying driver.ineffect,itallowsthecoretobesouthboundprotocolanddeviceagnostic.thenetwork elementabstractionisalsowhatallowsadditionofnewdevicesandprotocols.onosandits southboundabstractionallowplug=insforvarioussouthboundprotocolsanddevices,wherea plug=inmapsortranslatesgenericnetworkelementdescriptionoroperationonthedevicetothe specificandvice=versa.thusthesouthboundenablesonostocontrolormanagemultiplediverse devices,eveniftheyusedifferentprotocols(openflow,netconf,etc.). Architecturally,thesouthboundiscomposedofthelayersshowninfigure3.Atthebottomare thenetworkdevicesorelements.onosinteractswithdevicesthroughprotocols.theprotocol specificsareabstractedawaybythenetworkelementplug=inoradapter.asaresult,thecoreof thesouthboundcanmaintainitsnetworkelementobjects(devices,hosts,links)withouthavingto knowthespecificsoftheprotocolsandnetworkelements.throughtheadapterapi,the distributedcoreiskeptuptodateonthestatusofthenetworkelementobjects.theadapterapi insulatesthedistributedcorefromhavingtoknowdetailsaboutprotocolsandnetworkelements. Themainbenefitsofthesouthboundabstractionsinclude: abilitytomanagedifferentdevicesusingdifferentprotocols=withouteffectonthe distributedcoreofthesystem abilitytoaddnewdevicesandprotocolstothesystem easeofmigrationfromlegacydevicesandprotocolstowhiteboxessupportingopenflow SOFTWAREMODULARITY! Softwareconstructionmatters.Donecorrectly,softwareiseasytoenhance,change,and maintain.theonosteamhasputgreatcareintomodularitytomakeiteasyfordevelopersto workwiththesoftware. Whatismodularity?Itishowthesoftwareisstructuredintocomponentsandhowthose componentsrelatetooneanother.asapparentfromdiagrambelow,themajorstructuresof ONOSareitstierscenteredaroundthedistributedcore.Thus,atthemacroleveltheNorthbound andsouthboundapisprovideaninitialbasisforinsulatingapplications,coreandadaptersfrom eachother.newapplicationsornewprotocoladapterscanbeaddedasneededwithouteach needingtoknowabouttheother.

8 Figure!3.!ONOS!Layers! Similarly,beneaththismacroleveldepictionaresmallersubstructureswithintheCoreitself, whichexisttolimitthesizeofanyparticularsubsystemandtofacilitatemodularextensibility. Again,theserelyheavilyoninterfacestoserveascontractsforinteractionsbetweendifferent partsofthecore,allowingeachpartofthecoretoevolveindependentlyfromothers.this enablesnewalgorithmsormoreefficientdatastructurescanbeprovidedovertime,without affectinglargepartsofthesystemortheapplications. Clearly,majorfocushasbeenplacedonmakingsuretheinterfacesencourageseparationof concernsandresponsibilitiesinordertokeeptheinteractionsbetweensubsystemsasnatural andsimpleaspossible.thisisessentialforstableevolutionofthesoftwarebase.forexample, onthesouthboundapi,carewastakentoraisethelevelofabstractioninordertoavoid generalbiastowardsanyspecificprotocolandalsotoenforcetheconventionwherethecore, andnottheadapterscreatethenetworkmodelobjects. ONOSsourcetreestructureissetuptonotonlyfollow,buttoenforcethesearchitectural principles.modulesarekeptreasonablysmallanddependenciesamongthemformanacyclic graph,wheredirectdependenciesbetweenmodulesarerealizedthroughapimodulesas depictedindiagrambelow. Figure!4.!ONOS!Modules!! 8!

9 Insummary,therearemanybenefitstosoftwaremodularity: Architecturalintegrityandcoherence Simplifiedteststructure,allowingmorecomprehensivetesting Easiermaintenancewithfewersideeffectsofchanges Extensibilityandcustomizationofcomponents Avoidanceofcyclicdependencies ONOSVALUEPROPOSITION=ENABLINGOPERATORUSECASES! Multi=layerSDNcontrolofpacket=opticalcore! ServiceProvidersoperatemulti=layernetworks.Forexample,aserviceprovideroperatesIP packetnetworkaswellasatransportoropticalnetwork.atunnelinglayermayalsoexistontop oftheipsubstratetocreateservicessuchasvirtualiplayernetworks.eachoftheselayersis managedindependentlytodayresultinginlowlevelsofnetworkutilization,highoperational costs,andreconfigurationcyclesthatareinmonthsratherthanminutes.forexample,intoday s environment,packetnetworkdesignersprovisionadditionalcapacitytohandlenetworkfailures andpeakburstytrafficloadsaswellasfailures;andindependently,transportnetworksdesigners dothesameattheopticallevel.moreover,packetnetworkdesignersliketooperateat30 averageutilization.this,inaggregate,leadsto4=5xtotalover=provisioningofcapacity. SDNcontrolofmulti=layernetworksaddressestheproblemsmentionedabove.Thesolution includesthreecomponents:(1)additionofopenflowlikeprogrammabilitytoopticaltransport elementssuchasroadms;(2)onostobuildanetworkgraphviewforeachlayerofthenetwork andmaintainthemappingorcorrespondenceamongthem;and(3)developmentofapce applicationononosthatsetupsandtearsdownpath,takingintoaccountmultiplecorrelated networkgraphs. ONOSPCEapplicationisabletoconfigure,monitorandorchestratethelayersasthoughitwerea singleentity.forexample,ipconnectionchangescantriggerautomaticprovisioningofoptical paths.theoperatornowhastheabilitytoloweroperationalcoststhroughcentralcontrol,to raisenetworkutilizationonalllayers,andtoreconfigurethenetworkinminutes.oneofthefirst applicationsofthiscapabilityisabandwidthcalendaringapplicationthatallowsbandwidthtobe reservedinthefuture.onosprovisionsthepacketandopticallayerstoprovidethebandwidth, andthenmonitorstheresourcestoperformre=routingandadjustmentsbasedonrealtime networkeventsandotherchanges. Figure!5!.!MultiNlayer!SDN!control!! SDNcontrolofmulti=layernetworksisanexcellentexampleofhowSDNcontrolimplemented! withonoscanleadtosignificantsavingsincapexandopexaswellasenablenewclassof 9! services.

10 SDN=IPPeeringandScalingSDNControlPlane! Today,AutonomousSystems(AS)connecttotheInternetandwitheachotherusingBGPto shareroutinginformation.thesdn=ippeeringapplicationononosisdesignedtohelpservice providersstartsmallandgrowtheirsdndeployments.aserviceprovidercandeployasmall SDNnetworkoranSDNislandasanASandusetheSDN=IPpeeringapplicationtoseamlessly connectthesdnnetworktotherestoftheinternetusingbgp.withthesdn=ipapplication,an SDNnetworkappearsasjustanotherAStotherestoftheInternet.Overtime,theservice providercankeepingscalingthesdnnetworkandrealizeallthebenefitswithoutimpactingits peeringwiththeinternet.moreover,aserviceprovidercanusethesdn=ippeeringapplication tointer=connectmultiplesdnnetworkstocreatealargesdnautonomoussystem(as)that peerswiththeinternetthesamewayasotheras. TheSDN=IPapplicationpeerswithASborderroutersandexchangesrouteinformationforIP prefixesasisdonebetweenstandardastoday.thesdn=ippeeringapplicationusestherouting informationtosetupforwardingpathsforvariousinternetprefixesonthesdnnetwork.thus SDNnetworkcanactasatransitnetworkforsomeprefixesandcanforwardIPtraffictoand fromanyipaddressthatisreachable. Inaddition,SDN=IPapplicationcanbeusedtoscaleONOS=basedSDNcontrolplane.Forexample SDNnetworksordomainscanbeinterconnectedthroughBGPsimilartonon=SDNAStoday. Confederationworksinasimilarwayaswell=agroupofSDNdomainscanbeviewedbytherest oftheinternetasasingleas. Figure!6.!SDNNIP! ThusSDN=IPpeeringapplicationplaysanimportantroleinincrementalandseamlessSDN deploymentinaserviceproviderinfrastructure.on.labisdeployingsdn=ippeeringapplication oninternet2,anditisbeingusedtointerconnectcampusnetworksthataremigratingtosdn viainternet2 ssdnbackbone.!! 10!

11 NetworkFunctionsasaService(NFaaS)inCentralOffice! Telecomprovidershaveavaluableassetintheirnetworkstoday=thecentraloffices.These centralofficesaregeographicallyclosetoalargenumberofendusers,andthustheyarestrategic inthattheyenablethetelecomproviderstoofferservicesatscaletoalargenumberof customerswithperformanceandpredictability.forexample,at&toperatescloseto4,500 centralofficesinthecountryandatypicalcentralofficeinalargemetroareacanserveasmany as~100kwiredand~100kcellularsubscribers,and100sofenterprises.atypicalcentraloffice haslotofaccessandswitchingcapacityandmanypurposebuiltmiddleboxesforvariousnetwork functions.thoughcentralofficesarestrategictotelecomoperators,theyhaveevolvedover manydecadesandhavesignificantcomplexityintermsofnetworkswitching/routing,middle boxes,andterminationofcustomers.theyrepresentsignificantcapexandopexfortheservice providers. Notsurprisingly,serviceproviderswanttore=architectthecentraloffice.Theywanttobringthe datacentereconomiesandagilitytothecentraloffice.thismeansbuildingthecentraloffice networkfabricusingsdn,transformingnetworkfunctionsimplementedusingpurposebuilt middleboxestosoftwarerunningonx86servers(socallednfv),andanorchestrationsystem thatcanorchestratenetworkfunctionsandnetworkflowsforasubscriberorenterprise customer==dynamicallytoserveindividualcustomerswhilerealizingvarious policies of both the customer and the provider. Figure!7.!NFaaS!in!Central!Office! Thistransformationofthecentralofficewillallowtheserviceproviderstoquicklycreate, deployandoffernewservicestocustomersatscaleandatthesametime,significantlycutthe CapExandOpEx. ThisONOSusecasedemonstratesthepotentialofthisre=architectedcentralofficeatasmall scale.onos,itsapplicationsandopenflowenabledswitcheshelptransformthenetwork fabricofthecentralofficetosdnprovidingtheagilityrequiredforthenetworkfunctionsasa Service.Weexpecttobuildonthisusecaseintwoimportantdirections:demonstrateONOS canbethenetworkosforthere=architectedcentralofficenetworkintermsofscaleand performance;anddemonstratehowsdnandnetworkfunctionsasaservicefitwithinthe! samelargerarchitectureofthecentraloffice. 11!

12 SegmentRouting=EvolvingandImprovingMPLS! Today s IP/MPLS networks are complex and hard to manage. Label distribution, traffic engineering,andvpnsareverycomplexoperationsandservicesthatdependonacollectionof distributed protocols in the control plane. Furthermore debugging such networks is incredibly hard given synchronization and state=management issues between multiple protocols in the controlplaneandalocally=significantlabel=swappeddataplane.! TheIETFhasintroducedtheconceptofSegmentRouting(SR)forMPLS(knownbyitsIETFname SPRING).Itintroducesglobally=significantlabelsthatdon'tneedtobeswappedateachhop.It alsointroducessource=routingbasedonlabels,whicheliminatesdependenceoncomplex protocolslikeldpandrsvpforlabeldistributionandlspsetup.segmentroutingthussimplifies boththecontrolanddataplaneofmplsnetworks.whilesrcontinuestodependonanigpfor routingandlabeldistribution,itopensthepossibilityforanexternalcontrollertoprogramendto endtunnelsoriginatingatthesourcerouter. TheusecaseonSegmentRoutingisbeingpursuedincollaborationwiththeOpenNetworking Foundation'sSPRING=OPENprojectledbySauravDas.TheprojectdemonstrateshowSRcanbe realizedusingthesdncontrolplaneimplementedwithonosandansrapplication,working withbare=metalhardwareroutersbuiltonmerchantsiliconthatexiststoday.thissolutiondoes notuseadistributedigpembeddedintherouters.insteaditusesaroutingapplicationononos. Andtheapplicationprogramstheedge=routersandcore=routersforforwardingwithsegment routingrulesfordefaultroutingandpolicy=basedrouting.withonosprovidingthecontroland anapplicationmanagingthelabelsinthenetwork,networkoperatorscanexpresstheirpolicy requirementstothecontroller,andtheapptogetherwithonosimplementsthepolicyinthe IP/MPLSnetwork. Figure!8.!Segment!Routing*!! ThussegmentroutingwithONOSdemonstrateshowserviceproviderscanbuildontheMPLS dataplanewithoutthecomplexityofitscontrolplane.theycanhavebestofboth:simplicityof! thesrmplsdataplaneandagilityofthesdncontrolplane. 12! *"Source:"ONF"

13 CONCLUSION! OurgoalwithONOShasbeentocreateanopensourceSDNnetworkOSfortheServiceProvider andothermissioncriticalnetworks.onosisdesignedtoprovide(1)carriergradefeaturessuch asscalability,highavailability,performanceintermsofthroughput(applicationintentsper second)andlatency(timetoprocessnetworkevents);(2)northboundabstraction/apistomake iteasytocreatenewservicesusingonos thatistobringwebstyleagilitytonetworks;and(3) southboundabstractionwithdevice/protocolplug=inssoonoscanprovidesdncontrolfor OpenFlowenabledwhiteboxesaswellaslegacydevices.ThisenableseasymigrationtoSDN basedonwhiteboxes. OurworkonONOShasbeenguidedbyasetofusecasesproposedbyourpartnersthatinclude leadingserviceprovidersandvendors. TheONOSNovemberreleaserepresentsasolidnetworkoperatingsystemplatformtoseedan opensourceproject.however,westillhavesomewaystogototurnonosintoaproduction readyplatform.wehavetodevelopmanymoreusecases,continuetoimprovethe performance,enhancekeyfeaturesanddotrialsanddeploymenttoproviderealproofpoints. OpenSourcingONOSisacrucialmilestonebecauseitbringsinthebroadercommunitytojoinus inevolvingthisplatformandtrulydeliveringonourmissionofcreatingacarrier=grade,open sourcesdnosformissioncriticalnetworks.! 13!

14 ! 2014ON.Lab.AllRightsReserved. ABOUTON.LAB TheOpenNetworkingLab(ON.Lab) isa non=profitorganizationfounded bysdn inventors and leaders from Stanford University and UC Berkeley to foster an open source community for developing tools and platforms to realize the full potential of SDN. ON.Lab brings innovative ideas from leading edge research and delivers high quality open source platforms on which membersofitsecosystemandtheindustrycanbuildrealproductsandsolutions.on.labhasa teamof highly motivated andtalentedindividuals, with expertiseand astellar track record in industryandresearchinstitutions.on.lab steamisfocusedoncreatinghighqualityopensource toolsandplatformsthatbenefitandbringtruesdnvaluetothecommunity.! 14!

ON.Lab Launches Revolutionary SDN Open Source Network Operating System ONOS on behalf of its Community of Service Providers and Innovator Partners

ON.Lab Launches Revolutionary SDN Open Source Network Operating System ONOS on behalf of its Community of Service Providers and Innovator Partners ON.Lab Launches Revolutionary SDN Open Source Network Operating System ONOS on behalf of its Community of Service Providers and Innovator Partners Available publicly on Dec. 5, ONOS has the potential to

More information

Driving SDN Adoption in Service Provider Networks

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

More information

WHITE PAPER. April 6th, 2015. 2015 ONOS. All Rights Reserved.

WHITE PAPER. April 6th, 2015. 2015 ONOS. All Rights Reserved. WHITE PAPER This white paper describes an effective set of metrics to evaluate the carrier grade quotient of SDN Control Planes/Controllers and provides performance evaluation of ONOS Blackbird using these

More information

Agile VPN for Carrier/SP Network. ONOS- based SDN Controller for China Unicom MPLS L3VPN Service

Agile VPN for Carrier/SP Network. ONOS- based SDN Controller for China Unicom MPLS L3VPN Service Agile VPN for Carrier/SP Network ONOS- based SDN Controller for China Unicom MPLS L3VPN Service Introduction In order to meet strong service demand on their network and respond to the new competition (who

More information

Open Source Tools & Platforms

Open Source Tools & Platforms Open Source Tools & Platforms Open Networking Lab Ali Al-Shabibi Agenda Introduction to ON.Lab; Who we are? What we are doing? ONOS Overview OpenVirtex Overview ONRC Organizational Structure Berkeley Scott

More information

Software Defined Networking (SDN) Solutions, Market Opportunities and Forecast 2015-2020

Software Defined Networking (SDN) Solutions, Market Opportunities and Forecast 2015-2020 Brochure More information from http://www.researchandmarkets.com/reports/3082065/ Software Defined Networking (SDN) Solutions, Market Opportunities and Forecast 2015-2020 Description: Software Defined

More information

The Next Frontier for SDN: SDN Transport

The Next Frontier for SDN: SDN Transport The Next Frontier for SDN: SDN Transport Vishnu Shukla Verizon OIF President June 2, 2015 TIA 2015, Dallas Changing Role of Transport Networks A new kind of business customer Using both private and public

More information

Software Defined Networks (SDN) and Network Function Virtualization (NFV) Market, Forecasts, and Impact on Network Operators 2015-2020

Software Defined Networks (SDN) and Network Function Virtualization (NFV) Market, Forecasts, and Impact on Network Operators 2015-2020 Brochure More information from http://www.researchandmarkets.com/reports/3108732/ Software Defined Networks (SDN) and Network Function Virtualization (NFV) Market, Forecasts, and Impact on Network Operators

More information

Accelerate SDN Adoption with Open Source SDN Control Plane

Accelerate SDN Adoption with Open Source SDN Control Plane Accelerate SDN Adoption with Open Source SDN Control Plane with a difference Guru Parulkar parulkar@stanford.edu 1 Thinking influenced by Nick McKeown, Sco6 Shenker, and Colleagues at ON.Lab, Stanford

More information

Funded in part by: NSF, Cisco, DoCoMo, DT, Ericsson, Google, Huawei, NEC, Xilinx

Funded in part by: NSF, Cisco, DoCoMo, DT, Ericsson, Google, Huawei, NEC, Xilinx Funded in part by: NSF, Cisco, DoCoMo, DT, Ericsson, Google, Huawei, NEC, Xilinx Nick McKeown, Guru Parulkar, Guido Appenzeller, Nick Bastin, David Erickson, Glen Gibb, Nikhil Handigol, Brandon Heller,

More information

SDN: Patent Landscape Analysis

SDN: Patent Landscape Analysis TABLE OF CONTENTS Executive Summary.....1 Introduction.. 2 Taxonomy.......3 Top Assignees...... 5 Geographical Coverage.... 6 Competitive Positioning.......... 7 LexScore TM..........9 Licensing Heat Map.......

More information

Recent Developments in Transport SDN

Recent Developments in Transport SDN Recent Developments in Transport SDN JunJie Li OIF Representative China Telecom Layer 123 SDN & OpenFlow APAC Congress Singapore May 26-28, 2015 About the OIF The Optical Internetworking Forum: Represents

More information

Figure 1. Relationship between XOS, OpenStack, and ONOS.

Figure 1. Relationship between XOS, OpenStack, and ONOS. WHITE PAPER This white paper describes XOS, a service orchestration layer built on top of OpenStack and ONOS that manages scalable services running in a Central Office Re architected as a Datacenter (CORD).

More information

How the emergence of OpenFlow and SDN will change the networking landscape

How the emergence of OpenFlow and SDN will change the networking landscape How the emergence of OpenFlow and SDN will change the networking landscape Software-defined networking (SDN) powered by the OpenFlow protocol has the potential to be an important and necessary game-changer

More information

Standardization Update: Open Networking Foundation (ONF) Brussels, 10th October 2012 Peter Feil, Deutsche Telekom AG, T-Labs

Standardization Update: Open Networking Foundation (ONF) Brussels, 10th October 2012 Peter Feil, Deutsche Telekom AG, T-Labs Standardization Update: Open Networking Foundation (ONF) Brussels, 10th October 2012 Peter Feil, Deutsche Telekom AG, T-Labs Life is for sharing. Telekom Innovation Laboratories The Open Networking Foundation

More information

How the Emergence of OpenFlow and SDN will Change the Networking Landscape

How the Emergence of OpenFlow and SDN will Change the Networking Landscape How the Emergence of OpenFlow and SDN will Change the Networking Landscape Software-Defined Networking (SDN) powered by the OpenFlow protocol has the potential to be an important and necessary game-changer

More information

Software Defined Networking & OpenFlow

Software Defined Networking & OpenFlow Software Defined Networking & OpenFlow Steven Wallace Executive Director, InCNTRE ssw@iu.edu http://tinyurl.com/i-light-2013 Universities are like time machines to the future two decades of BYOD 15 years

More information

Accelerating SDN Adoption with open source SDN platforms. Nov.11, 2014 Atsushi Iwata Director NEC Corporation of America

Accelerating SDN Adoption with open source SDN platforms. Nov.11, 2014 Atsushi Iwata Director NEC Corporation of America Accelerating SDN Adoption with open source SDN platforms Nov.11, 2014 Atsushi Iwata Director NEC Corporation of America Carrier SDN/NFV From vertical network silos diversification of services on common

More information

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

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

More information

Software Defined Networking - a new approach to network design and operation. Paul Horrocks Pre-Sales Strategist 8 th November 2012

Software Defined Networking - a new approach to network design and operation. Paul Horrocks Pre-Sales Strategist 8 th November 2012 Software Defined Networking - a new approach to network design and operation Paul Horrocks Pre-Sales Strategist 8 th November 2012 Agenda What is Software Defined Networking What is the value of Software

More information

Carrier/WAN SDN. SDN Optimized MPLS Demo

Carrier/WAN SDN. SDN Optimized MPLS Demo Carrier/WAN SDN SDN Optimized MPLS Demo Problem Statement! Service Providers around the world have large investments in highly sophisticated and feature rich IP/MPLS network infrastructures for providing

More information

Trusting SDN. Brett Sovereign Trusted Systems Research National Security Agency 28 October, 2015

Trusting SDN. Brett Sovereign Trusted Systems Research National Security Agency 28 October, 2015 Trusting SDN Brett Sovereign Trusted Systems Research National Security Agency 28 October, 2015 Who I am 18 years experience in Cryptography, Computer and Network Security Currently work at Trust Mechanisms,

More information

Software Defined Networking. Matthew Davy, Indiana University September 8th, 2011

Software Defined Networking. Matthew Davy, Indiana University September 8th, 2011 Software Defined Networking Matthew Davy, Indiana University September 8th, 2011 Outline Drivers for Software Defined Networking SDN/OpenFlow Architecture OpenFlow Basics Example Use Cases NDDI SDN and

More information

2016 SDN Controller Landscape Is there a Winner? 2016 SDNCentral LLC Presented on ONF Tutorial Day at ONS 2016

2016 SDN Controller Landscape Is there a Winner? 2016 SDNCentral LLC Presented on ONF Tutorial Day at ONS 2016 2016 SDN Controller Landscape Is there a Winner? 2016 SDNCentral LLC Presented on ONF Tutorial Day at ONS 2016 Agenda Key SDN and NFV use case drivers The SDN controller landscape opensource and commercial

More information

OpenFlow/So+ware- defined Networks. Srini Seetharaman Clean Slate Lab Stanford University July 2010

OpenFlow/So+ware- defined Networks. Srini Seetharaman Clean Slate Lab Stanford University July 2010 OpenFlow/So+ware- defined Networks Srini Seetharaman Clean Slate Lab Stanford University July 2010 Outline MoFvaFon OpenFlow - Technical details Overall ecosystem Deployments We have lost our way RouFng,

More information

Wedge Networks: Transparent Service Insertion in SDNs Using OpenFlow

Wedge Networks: Transparent Service Insertion in SDNs Using OpenFlow Wedge Networks: EXECUTIVE SUMMARY In this paper, we will describe a novel way to insert Wedge Network s multiple content security services (such as Anti-Virus, Anti-Spam, Web Filtering, Data Loss Prevention,

More information

ONOS [Open Source SDN Network Operating System for Service Provider networks]

ONOS [Open Source SDN Network Operating System for Service Provider networks] ONOS [Open Source SDN Network Operating System for Service Provider networks] http://onosproject.org/ Released on December 5 th, 2014 Guru Parulkar parulkar@stanford.edu ONOS Partnership A partnership

More information

Transport SDN - Clearing the Roadblocks to Wide-scale Commercial

Transport SDN - Clearing the Roadblocks to Wide-scale Commercial Transport SDN - Clearing the Roadblocks to Wide-scale Commercial Vishnu Shukla OIF President Verizon, USA OFC Los Angeles, March 25, 2015 Changing Role of Transport Networks A new kind of business customer

More information

Simplifying Data Data Center Center Network Management Leveraging SDN SDN

Simplifying Data Data Center Center Network Management Leveraging SDN SDN Feb 2014, HAPPIEST MINDS TECHNOLOGIES March 2014, HAPPIEST MINDS TECHNOLOGIES Simplifying Data Data Center Center Network Management Leveraging SDN SDN Author Author Srinivas Srinivas Jakkam Jakkam Shivaji

More information

Current Development of Major SDN Standards Organizations

Current Development of Major SDN Standards Organizations PCRDR13050541279 Industry Intelligence Program Communications Current Development of Major SDN Standards Organizations Abstract Over the past two years, SDN has become a hot topic in the network communications

More information

Software-Defined Networking for Wi-Fi White Paper

Software-Defined Networking for Wi-Fi White Paper Software-Defined Networking for Wi-Fi Introduction Software-Defined Networking for Wi-Fi The explosion in the number and diversity of wireless devices in today s enterprise networks has increased the pressure

More information

Qualifying SDN/OpenFlow Enabled Networks

Qualifying SDN/OpenFlow Enabled Networks Qualifying SDN/OpenFlow Enabled Networks Dean Lee Senior Director, Product Management Ixia Santa Clara, CA USA April-May 2014 1 Agenda SDN/NFV a new paradigm shift and challenges Benchmarking SDN enabled

More information

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

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

More information

SDN/Virtualization and Cloud Computing

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

More information

Software Defined Networks (SDN)

Software Defined Networks (SDN) Software Defined Networks (SDN) Nick McKeown Stanford University With: Martín Casado, Teemu Koponen, Scott Shenker and many others With thanks to: NSF, GPO, Stanford Clean Slate Program, Cisco, DoCoMo,

More information

LTE - Can SDN paradigm be applied?

LTE - Can SDN paradigm be applied? LTE - Can SDN paradigm be applied? Source of this presentation: Towards Software Defined Cellular Networks Li Erran Li (Bell Labs, Alcatel-Lucent) Morley Mao (University of Michigan) Jennifer Rexford (Princeton

More information

SplitArchitecture Applying Software Defined Networking concept to carrier networks

SplitArchitecture Applying Software Defined Networking concept to carrier networks SplitArchitecture Applying Software Defined Networking concept to carrier networks Mario Kind, Steffen Topp, Fritz-Joachim Westphal, Andreas Gladisch Presentation given at World Telecommunication Congress

More information

OpenFlow Technology Investigation Vendors Review on OpenFlow implementation

OpenFlow Technology Investigation Vendors Review on OpenFlow implementation OpenFlow Technology Investigation Vendors Review on OpenFlow implementation Ioan Turus, NORDUnet GN3 JRA1 T1&2, Copenhagen, 21.11.2012 Outline! Software Defined Networks (SDN)! Introduction to OpenFlow!

More information

OF 1.3 Testing and Challenges

OF 1.3 Testing and Challenges OF 1.3 Testing and Challenges May 1 st, 2014 Ash Bhalgat (Senior Director, Products), Luxoft Santa Clara, CA USA April-May 2014 1 Agenda OpenFlow : What and Why? State of OpenFlow Conformance Challenges

More information

Ryu SDN Framework What weʼ ve learned Where weʼ ll go

Ryu SDN Framework What weʼ ve learned Where weʼ ll go Ryu SDN Framework What weʼ ve learned Where weʼ ll go FUJITA Tomonori NTT Software Innovation Center Ryu Project lead 2014.11.14 NTT Ryu team goal Change the networking industry by Open Source Software

More information

SDN and NFV Open Source Initiatives. Systematic SDN and NFV Workshop Challenges, Opportunities and Potential Impact

SDN and NFV Open Source Initiatives. Systematic SDN and NFV Workshop Challenges, Opportunities and Potential Impact SDN and NFV Open Source Initiatives Systematic SDN and NFV Workshop Challenges, Opportunities and Potential Impact May 19, 2014 Eric CARMES 6WIND Founder and CEO SPEED MATTERS V1.0. All rights reserved.

More information

How To Switch A Layer 1 Matrix Switch On A Network On A Cloud (Network) On A Microsoft Network (Network On A Server) On An Openflow (Network-1) On The Network (Netscout) On Your Network (

How To Switch A Layer 1 Matrix Switch On A Network On A Cloud (Network) On A Microsoft Network (Network On A Server) On An Openflow (Network-1) On The Network (Netscout) On Your Network ( Software- Defined Networking Matrix Switching January 29, 2015 Abstract This whitepaper describes a Software- Defined Networking use case, using an OpenFlow controller and white box switches to implement

More information

Research on Clean Slate Internet Prof. Nick McKeown at Stanford First concept: ETHANE (2004) Follow up: OpenFlow (2008) Research on Optical Transport

Research on Clean Slate Internet Prof. Nick McKeown at Stanford First concept: ETHANE (2004) Follow up: OpenFlow (2008) Research on Optical Transport Research on Clean Slate Internet Prof. Nick McKeown at Stanford First concept: ETHA (2004) Simplified, user-friendly policy control Admission and forwarding all centrally controlled Follow up: OpenFlow

More information

What is SDN (Software Defined Networking) and Openflow? SDN/OF Part of Kernel / SoC to provide security, steering & monitoring

What is SDN (Software Defined Networking) and Openflow? SDN/OF Part of Kernel / SoC to provide security, steering & monitoring What is SDN (Software Defined Networking) and Openflow? Control and Data Plane Separation Control SDN/OF Part of Kernel / SoC to provide security, steering & monitoring External Use 1 Software Defined

More information

Debunking the Myths: An Essential Guide to Software-Defined Networking April 17, 2013

Debunking the Myths: An Essential Guide to Software-Defined Networking April 17, 2013 Copyright 2013 Vivit Worldwide Debunking the Myths: An Essential Guide to Software-Defined Networking April 17, 2013 Brought to you by Vivit Cloud Builders Special Interest Group (SIG) Jim Murphy Cloud

More information

Towards Software Defined Cellular Networks

Towards Software Defined Cellular Networks Towards Software Defined Cellular Networks Li Erran Li (Bell Labs, Alcatel-Lucent) Morley Mao (University of Michigan) Jennifer Rexford (Princeton University) 1 Outline Critiques of LTE Architecture CellSDN

More information

OpenFlow & Software Defined Networking

OpenFlow & Software Defined Networking OpenFlow & Software Defined Networking HPC SEMINAR DELL & INTEL, 24 APRIL 2014 Ronald van der Pol Outline Vision behind Software Defined Networking (SDN) OpenFlow OpenDaylight

More information

ONOS Open Network Operating System

ONOS Open Network Operating System ONOS Open Network Operating System Architecture Overview Thomas Vachuska tom@onlab.us ONOS: SDN OS for Service Provider Networks Scalability, High Availability & Performance Northbound & Southbound Abstractions

More information

Software-Defined Networking Applications in Network Science and Engineering

Software-Defined Networking Applications in Network Science and Engineering Software-Defined Networking Applications in Network Science and Engineering Deniz Gurkan, PhD February 21, 2014 Networking Lab: http://sites.tech.uh.edu/networking-lab/ dgurkan@uh.edu Funded by Dell, Infoblox,

More information

New Virtual Application Networks Innovations Advance Software-defined Network Leadership

New Virtual Application Networks Innovations Advance Software-defined Network Leadership New Virtual Application Networks Innovations Advance Software-defined Network Leadership Simplifying, Scaling and Automating the Network Gartner Hype Cycle 10 Year Cycle 2008 2011 2012 2 Source: Gartner

More information

Understanding OpenFlow

Understanding OpenFlow Understanding OpenFlow Technical Whitepaper June, 2014 Saurabh Kumar Agarwal Email: saurabh29july@gmail.com Abstract Technical overview of OpenFlow Switch Specification, Version 1.0.0, published on December

More information

From Federated Software Defined Infrastructure to Future Internet Architecture

From Federated Software Defined Infrastructure to Future Internet Architecture From Federated Software Defined Infrastructure to Future Internet Architecture Kuang-Ching (KC) Wang Associate Professor, Electrical & Computer Engineering Director, Center for Next Generation Computing

More information

OpenFlow/SDN activities of NTT Communications

OpenFlow/SDN activities of NTT Communications OpenFlow/SDN activities of NTT Communications Yukio ITO NTT Communications Senior Vice President Member of the ONF Board 6 th June 2013 Virtualization Technology Server Physical Logical Storage Virtualize

More information

The Evolution of SDN and NFV Orchestration

The Evolution of SDN and NFV Orchestration INFONETICS RESEARCH SPECIAL REPORT The Evolution of SDN and NFV Orchestration February 2015 By Principal Analyst Michael Howard 1 Table of Contents INTRODUCTION 1 MANY TYPES OF ORCHESTRATION FOR SDN AND

More information

SDN Use Cases: Leveraging Programmable Networks

SDN Use Cases: Leveraging Programmable Networks SDN Use Cases: Leveraging Programmable Networks Information Technologies Group (ITG) Enterprise Technologies Unit NEC Corporation of America Page 1 Agenda Networking Challenges Why do we need SDN? NEC

More information

SDN For Fun and Profit. Prepared for TEC 2012-12-13

SDN For Fun and Profit. Prepared for TEC 2012-12-13 SDN For Fun and Profit Prepared for TEC 2012-12-13 Agenda For Tonight Quick Overview SDN for Fun and Profit or how we got here SDN Details» Evolution» Landscape» Opportunities» Myths Questions and Answers

More information

Emerging Software Defined Networking & Open APIs Ecosystem

Emerging Software Defined Networking & Open APIs Ecosystem Emerging Software Defined Networking & Open APIs Ecosystem VISIT SNE STUDENTS, 18 MAART 2015 Ronald van der Pol Ronald.vanderPol@surfnet.nl Content Emerging open hardware & open APIs in networking Software

More information

The SDN Revolution: Empowering the People. Dan Pitt, Executive Director Open Networking Foundation Dan.Pitt@OpenNetworking.org

The SDN Revolution: Empowering the People. Dan Pitt, Executive Director Open Networking Foundation Dan.Pitt@OpenNetworking.org The SDN Revolution: Empowering the People Dan Pitt, Executive Director Open Networking Foundation Dan.Pitt@OpenNetworking.org Why SDN? Service Provider Mobile growth New-service velocity Cost over revenue

More information

March 2012 Interoperability Event White Paper

March 2012 Interoperability Event White Paper March 2012 Interoperability Event Version 1.0 April 18, 2012 CONTACT: ONF Testing-Interoperability Working Group Michael Haugh, Chair (mhaugh@ixiacom.com) Rob Sherwood, Vice-Chair (Rob.Sherwood@bigswitch.com)

More information

a new sdn-based control plane architecture for 5G

a new sdn-based control plane architecture for 5G a new sdn-based control plane architecture for 5G With a Case Study on Connectivity Management m. outline what is sdn? 5G proposed control plane connectivity control software-defined networking The needs

More information

Embracing Changes, Becoming Open. Huawei Transport SDN Solution

Embracing Changes, Becoming Open. Huawei Transport SDN Solution Embracing Changes, Becoming Open Huawei Transport SDN Solution Transport SDN History Transport SDN Applications Huawei Transport SDN Progress SDN Background and Concepts In 2008, the Openflow team in the

More information

Connecting to Compete: The Case for Upgrading Your Network

Connecting to Compete: The Case for Upgrading Your Network + CONNECTIVITY WHITE PAPER Connecting to Compete: The Case for Upgrading Your Network Introduction As companies face escalating network traffic growth from not only Internet use but also business applications,

More information

SDN Software Defined Networks

SDN Software Defined Networks There is nothing more important than our customers SDN Software Defined Networks A deployable approach for the Enterprise 2012 Enterasys Networks, Inc. All rights reserved SDN Overview What is SDN? Loosely

More information

SDN MIGRATION STRATEGIES The Case for Transitioning to an SDN-enabled Network

SDN MIGRATION STRATEGIES The Case for Transitioning to an SDN-enabled Network WHITE PAPER SDN MIGRATION STRATEGIES The Case for Transitioning to an SDN-enabled Network Software Defined Networking (SDN) enables open, programmable, and application-aware networks that bring many benefits

More information

Data Center Interconnect: Small Vendors Innovate, but Large Ones Are Catching Up

Data Center Interconnect: Small Vendors Innovate, but Large Ones Are Catching Up Rick Talbot Current Analysis Senior Analyst, Advisory Report Vendors Innovate, December 30, 2011 Issue As service providers turn to content delivery networks and cloud computing to deliver their value-add

More information

Software Defined Networking Seminar

Software Defined Networking Seminar Software Defined ing Seminar Introduction - Summer Term 2014 Net Jeremias Blendin jblendin@ps.tu-darmstadt.de Prof. Dr. David Hausheer hausheer@ps.tu-darmstadt.de PS Peer-to-Peer Systems Engineering Prof

More information

NetIDE: First steps towards an integrated development

NetIDE: First steps towards an integrated development NetIDE: First steps towards an integrated development environment for portable network apps F. Facca1, E. Salvadori1, H. Karl2, D. Lopez3, P. Aranda3, D.Kostic4, R. Riggio1 1 CREATE-NET (I), 2 U. Paderborn

More information

Spotlight On Backbone Technologies

Spotlight On Backbone Technologies Spotlight On Backbone Technologies Shawn Stevens Technical Lead, Data Center Technologies CCIE #4618 shawn.stevens@cdw.com CDW.com/network 800.800.4239 Agenda Overview of Software-Defined Networking (SDN)

More information

Expert Reference Series of White Papers. Is Network Functions Virtualization (NFV) Moving Closer to Reality?

Expert Reference Series of White Papers. Is Network Functions Virtualization (NFV) Moving Closer to Reality? Expert Reference Series of White Papers Is Network Functions Virtualization (NFV) Moving Closer to Reality? 1-800-COURSES www.globalknowledge.com Is Network Functions Virtualization (NFV) Moving Closer

More information

基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器

基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器 基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器 楊 竹 星 教 授 國 立 成 功 大 學 電 機 工 程 學 系 Outline Introduction OpenFlow NetFPGA OpenFlow Switch on NetFPGA Development Cases Conclusion 2 Introduction With the proposal

More information

Evolution to Consolidated Network Layers

Evolution to Consolidated Network Layers Evolution to Consolidated Network Layers EPF 10 Madrid, September 2015 Chris Cousins BTI Systems ccousins@btisystems.com Areas of Network Integration Data Plane Traditionally one technology choice per

More information

Virtual Application Networks Innovations Advance Software-defined Network Leadership

Virtual Application Networks Innovations Advance Software-defined Network Leadership Virtual Application Networks Innovations Advance Software-defined Network Leadership Simplifying, Scaling and Automating the Network Bethany Mayer Senior Vice President and General Manager HP Networking

More information

Software Defined Networking (SDN)

Software Defined Networking (SDN) Software Defined Networking (SDN) Unified Wired/Wireless Networks Ajay Malik, SVP Worldwide Engineering & Products Meru Networks, Inc. MERU PROPRIETARY INFORMATION. Copyright 2014. Meru Networks, Inc.

More information

Introduction to Software Defined Networking (SDN) and how it will change the inside of your DataCentre

Introduction to Software Defined Networking (SDN) and how it will change the inside of your DataCentre Introduction to Software Defined Networking (SDN) and how it will change the inside of your DataCentre Wilfried van Haeren CTO Edgeworx Solutions Inc. www.edgeworx.solutions Topics Intro Edgeworx Past-Present-Future

More information

Software Defined Networking

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

More information

What Can SDN Do for the Enterprise?

What Can SDN Do for the Enterprise? In This Paper The legacy networks in place at many enterprises are leading to increased complexity and costs and making it difficult to deploy new services Following the success of server and software

More information

The Many Faces of SDN: An Industry Perspective

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

More information

Software Defined Networking

Software Defined Networking Software Defined Networking Stefano Giordano Dipartimento di Ingegneria dell Informazione Università di Pisa 3D Reference model of ISDN Hourglass reference model of a TCP/IP network Network Ossification

More information

OpenFlow/SDN for IaaS Providers

OpenFlow/SDN for IaaS Providers OpenFlow/SDN for IaaS Providers Open Networking Summit 2011 Stanford University Paul Lappas & Ivan Batanov The Public Cloud Our Definition Shared infrastructure operated by a service provider where no

More information

Cloud Computing, Software Defined Networking, Network Function Virtualization

Cloud Computing, Software Defined Networking, Network Function Virtualization Cloud Computing, Software Defined Networking, Network Function Virtualization Aryan TaheriMonfared Department of Electrical Engineering and Computer Science University of Stavanger August 27, 2015 Outline

More information

Telecom Managed Services Market 2014-2019

Telecom Managed Services Market 2014-2019 Telecom Managed Services Market 2014-2019 Report Description Telecom operators are under persistent pressure to manage capital expenditures related with network deployment and to reduce network operating

More information

Abusing Software Defined Networks. DefCon 22, Las Vegas 2014

Abusing Software Defined Networks. DefCon 22, Las Vegas 2014 Abusing Software Defined Networks DefCon 22, Las Vegas 2014 Hellfire Security Gregory Pickett, CISSP, GCIA, GPEN Chicago, Illinois gregory.pickett@hellfiresecurity.com Overview What is it? Exploiting it!

More information

Accelerating Packet-Optical Convergence: A Blueprint for P-OTS 3.0

Accelerating Packet-Optical Convergence: A Blueprint for P-OTS 3.0 White Paper Accelerating Packet-Optical Convergence: A Blueprint for P-OTS 3.0 Prepared by Sterling Perrin Senior Analyst, Heavy Reading www.heavyreading.com on behalf of www.mrv.com July 2014 Introduction

More information

Software Networking & The New IP. A Technical Perspective

Software Networking & The New IP. A Technical Perspective Software Networking & The New IP A Technical Perspective The New IP Architecture for the 3 rd Platform SCALE ARCH COMPUTE NETWORK % of IT Spend 14 18 Social Billions/ Trillions Open Virtualized SW-driven

More information

NMS Application for SDN Networks. Hema Gopalakrishnan, Manohar SL, Dimple Jain, Deepthi V V and Gaurav Bhagwani. - Ericsson

NMS Application for SDN Networks. Hema Gopalakrishnan, Manohar SL, Dimple Jain, Deepthi V V and Gaurav Bhagwani. - Ericsson NMS Application for SDN Networks Hema Gopalakrishnan, Manohar SL, Dimple Jain, Deepthi V V and Gaurav Bhagwani. - Ericsson AGENDA Agenda Introduction Existing ODL notification Standard SNMP MIBs Tools

More information

SDN and NFV Strategies: Global Service Provider Survey March 27, 2014

SDN and NFV Strategies: Global Service Provider Survey March 27, 2014 SDN and NFV Strategies: Global Service Provider Survey March 27, 2014 TABLE OF CONTENTS TOP TAKEAWAYS... 1 INTRODUCTION... 2 Market Background...2 Key Definitions...4 Methodology and Demographics Overview...4

More information

The State of OpenFlow: Advice for Those Considering SDN. Steve Wallace Executive Director, InCNTRE SDN Lab Indiana University ssw@iu.

The State of OpenFlow: Advice for Those Considering SDN. Steve Wallace Executive Director, InCNTRE SDN Lab Indiana University ssw@iu. The State of OpenFlow: Advice for Those Considering SDN Steve Wallace Executive Director, InCNTRE SDN Lab Indiana University ssw@iu.edu 2 3 4 SDN is an architecture Separation of Control and Data Planes

More information

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

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

More information

Software Defined Networks

Software Defined Networks Software Defined Networks Dr. Uttam Ghosh, CDAC, Bangalore uttamg@cdac.in Outline Networking Planes OpenFlow Software Defined Network (SDN) SDN Origin What is SDN? SDN Architecture SDN Operation Why We

More information

SDN Applications in Today s Data Center

SDN Applications in Today s Data Center SDN Applications in Today s Data Center Harry Petty Director Data Center & Cloud Networking Cisco Systems, Inc. Santa Clara, CA USA October 2013 1 Customer Insights: Research/ Academia OpenFlow/SDN components

More information

Top 26 Companies in the Global NFV Market

Top 26 Companies in the Global NFV Market Top 26 Companies in the Global NFV Market Network Function Virtualization (NFV) refers to the combination of hardware and software network features in a single virtual network. The concept was initiated

More information

Management and Orchestration of Virtualized Network Functions

Management and Orchestration of Virtualized Network Functions Management and Orchestration of Virtualized Network Functions Elisa Maini Dep. of Electrical Engineering and Information Technology, University of Naples Federico II AIMS 2014, 30 th June 2014 Outline

More information

The Evolution of the Central Office

The Evolution of the Central Office The Gateway to Learning an All IP Network The Evolution of the Central Office -Where did all the DS-1s go? Presented by: Steven Senne, P.E. APRIL 27-30, 2014 ACE/RUS SCHOOL AND SYMPOSIUM 1 The New Central

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

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

More information

How SDN will shape networking

How SDN will shape networking How SDN will shape networking Nick McKeown Stanford University With: Martín Casado, Teemu Koponen, Sco> Shenker and many others With thanks to: NSF, GPO, Stanford Clean Slate Program, Cisco, DoCoMo, DT,

More information

RIDE THE SDN AND CLOUD WAVE WITH CONTRAIL

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

More information

Programmable Management Framework for Evolved SDN

Programmable Management Framework for Evolved SDN Programmable Management Framework for Evolved SDN Sławomir Kukliński! Orange Polska and Warsaw University of Technology! Warsaw, Poland!!!! Kraków, May 9, 2014 Problem statement!! What (is) should be the

More information

Virtualization, SDN and NFV

Virtualization, SDN and NFV Virtualization, SDN and NFV HOW DO THEY FIT TOGETHER? Traditional networks lack the flexibility to keep pace with dynamic computing and storage needs of today s data centers. In order to implement changes,

More information

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

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

More information

CloudEngine 1800V Virtual Switch

CloudEngine 1800V Virtual Switch CloudEngine 1800V Virtual Switch CloudEngine 1800V Virtual Switch Product Overview Huawei CloudEngine 1800V (CE1800V) is a distributed Virtual Switch (vswitch) designed by Huawei for data center virtualization

More information