Layer 2 Openflow Authors: Wenle Yang; Ruobin Zheng, Hesham ElBakoury Version: 1.0 HUAWEI TECHNOLOGIES CO., LTD.
|
|
|
- Harry Gibbs
- 10 years ago
- Views:
Transcription
1 Layer 2 Openflow Authors: Wenle Yang; Ruobin Zheng, Hesham ElBakoury Version: 1.0 HUAWEI TECHNOLOGIES CO., LTD.
2 Introduction to OpenFlow openflow-spec-v1.3.3 OpenFlow Channel connects each OpenFlow Switch to an OpenFlow controller is used to exchange OpenFlow message between an OpenFlow switch and an OpenFlow controller uses TLS or plain TCP HUAWEI TECHNOLOGIES CO., LTD. Page 2
3 OpenFlow Protocol Three message types Controller-to-Switch initiated by the controller used to directly manage or inspect the state of the switch Asynchronous initiated by the switch used to update the controller of network events and changes to the switch state Symmetric initiated by either the switch or the controller. Sent without solicitation HUAWEI TECHNOLOGIES CO., LTD. Page 3
4 OpenFlow Message Format Modify Flow Entry (Controller-to-Switch Message) Header on all OpenFlow packets Version Type Message Length Transaction ID Payload is defined for each type of message /* Flow setup and teardown (controller -> datapath). */ struct ofp_flow_mod { struct ofp_header header; uint64_t cookie; /* Opaque controller-issued identifier. */ uint64_t cookie_mask; /* Flow actions. */ uint8_t table_id; /* Mask used to restrict the cookie bits that must match when the command is OFPFC_MODIFY* or OFPFC_DELETE*. A value of 0 indicates no restriction. */ /* ID of the table to put the flow in. For OFPFC_DELETE_* commands, OFPTT_ALL can also be used to delete matching flows from all tables. */ uint8_t command; /* One of OFPFC_*. */ uint16_t idle_timeout; /* Idle time before discarding (seconds). */ uint16_t hard_timeout; /* Max time before discarding (seconds). */ uint16_t priority; /* Priority level of flow entry. */ uint32_t buffer_id; uint32_t out_port; uint32_t out_group; /* Buffered packet to apply to, or OFP_NO_BUFFER. Not meaningful for OFPFC_DELETE*. */ /* For OFPFC_DELETE* commands, require matching entries to include this as an output port. A value of OFPP_ANY indicates no restriction. */ /* For OFPFC_DELETE* commands, require matching entries to include this as an output group. A value of OFPG_ANY indicates no restriction. */ uint16_t flags; /* One of OFPFF_*. */ uint8_t pad[2]; struct ofp_match match; /* Fields to match. Variable size. */ //struct ofp_instruction instructions[0]; /* Instruction set */ }; OFP_ASSERT(sizeof(struct ofp_flow_mod) == 56); HUAWEI TECHNOLOGIES CO., LTD. Page 4
5 Current Challenges for Remote Nodes Management CM CM CM Coaxial CMC PON Splitter OLT CPE CPE CPE Copper DPU PON Splitter OLT Distributed solution challenges the management of remote nodes: FTTDp/EPoC FCU/Remote CMTS/Remote CCAP brings times more nodes Remote node supports multiple-services residents, enterprises, mobile backhaul, and wholesale services. Remote nodes are expected to be simple to manage HUAWEI TECHNOLOGIES CO., LTD. Page 5
6 Software Defined Access Network & AN Virtualization Programmable Forwarding Control Based on the separation of the forwarding and control CP E FIB Access Network Virtualization planes, the control plane for remote nodes are relocated and centralized to OLT. FTTdp Copper /Wireless FIB OLT and its remote nodes are virtualized as one access node with one management IP address. FTTC Cable OLT Benefits Remote nodes are simplified to programmable devices. Decouple access devices from services. Simplified O&M No IP address is needed to configure remote nodes. HUAWEI TECHNOLOGIES CO., LTD. Page 6
7 Use Case Defined by BBF SD-313: Remote Nodes Plug & Play in Access Networks ONT FTTH C P E Forwarding Plane PON Control Plane of ONT DPU FTTdp C P E Copper / Wireless Forwarding Plane PON Control Plane of ONU CO Access Node MDU/DSLAM /ETH Switch FTTB/C ETTX C P E DSL/Copper Forwarding Plane PON/P2P ETH Control Plane of ONU Control planes of remote nodes are moved to the aggregation OLT, while remote nodes implements forwarding plane. HUAWEI TECHNOLOGIES CO., LTD. Page 7
8 Use Case Defined by ETSI NFV: Access Network Virtualization DPU HUAWEI TECHNOLOGIES CO., LTD. Page 8
9 Why Layer 2 OpenFlow is Needed? DPU Layer2 OpenFlow in FTTdp system, OpenFlow Switch Current OpenFlow Specification Controller Forwarding Plane No IP Address Control Plane of DPU CO Access Node Secure Chanel Group Table Layer2 OpenFlow in C-DOCSIS system Flow Table Flow Table CMC Forwarding Plane No IP Address Control Plane of CMC CO Access Node In the current OpenFlow specification, OpenFlow channel is encrypted using TLS or run directly over TCP, which is not suitable for the access network where DPUs and CMCs work on layer 2 without IP addresses. Layer2 OpenFlow allows OpenFlow messages to be exchanged over layer2 network between Controller and DPUs or CMCs, to support programmability of these devices. HUAWEI TECHNOLOGIES CO., LTD. Page 9
10 Layer 2 OpenFlow Allow OpenFlow to run over layer2 connections in access network. OpenFlow over OMCI for GPON system, Openflow over Ethernet OAM IEEE management channel for EPON or P2P Ethernet. Openflow specification has been rapidly growing over the past five years. Extending OAM or OMCI to support L2 Openflow may not be a pragmatic approach. We recommend using IEEE management channel to provide transport for L2 Openflow messages. HUAWEI TECHNOLOGIES CO., LTD. Page 10
11 Using IEEE to Support Layer 2 OpenFlow DA SA Ethertype Subtype Unicast DA SA NN-NN NN Payload FCS OpenFlow Subtype XX OpenFlow FE OUI Organization-specific extensions Two possible approaches to support OpenFlow: Define a new Subtype for OpenFlow protocol Use OUI (Organization-specific extensions) We recommend the 1 st approach. HUAWEI TECHNOLOGIES CO., LTD. Page 11
12 THANK YOU HUAWEI TECHNOLOGIES CO., LTD. Page 12
13 Possible approach for IEEE DA SA Ethertype Subtype c SA Payload (various eoam TLVs) FCS DA SA New Ethertype Subtype Unicast DA SA NN-NN NN Payload FCS may request a new Ethertype Devices that don t understand this Ethertype will treat it as a regular data frame will administer subtypes to avoid conflicts 03 Same payload structure as in OAM and eoam 04 SNMP 05 TR Other payloads FE OUI Organization-specific extensions HUAWEI TECHNOLOGIES CO., LTD. Page 13 13
Understanding OpenFlow
Understanding OpenFlow Technical Whitepaper June, 2014 Saurabh Kumar Agarwal Email: [email protected] Abstract Technical overview of OpenFlow Switch Specification, Version 1.0.0, published on December
OpenFlow Switch Specification
( Wire Protocol 0x02 ) February 28, 2011 Contents 1 Introduction 3 2 Switch Components 3 3 Glossary 4 4 OpenFlow Tables 5 4.1 Flow Table.............................................. 5 4.1.1 Pipeline Processing......................................
Overview of the BBF access-network solution
Overview of the BBF access-network solution BBF/SIEPON Joint Workshop Christophe Alter Chair BBF Technical Committee Broadband Forum Scope PARTNER APPLICATION FUNCTION PARTNER CONTROL FUNCTION Network
Performance Evaluation of OpenFlow Devices
Performance Evaluation of OpenFlow Devices Mariusz Żal, Janusz Kleban Poznan University of Technology Faculty of Electronic and Telecommunications Chair of Communication and Computer Networks Email: [email protected],
OpenFlow Switch Specification
OpenFlow Switch Specification Version 1.0.0 (Wire Protocol 0x01) December 31, 2009 ONF TS-001 (Wire Protocol 0x01) ONF Document Type: OpenFlow Spec ONF Document Name: openflow-spec-v1.0.0 Disclaimer THIS
Software Defined Networking and OpenFlow: a Concise Review
Software Defined Networking and OpenFlow: a Concise Review Stefano Forti [email protected] MSc in Computer Science and Networking Scuola Superiore Sant'Anna - University of Pisa 1. Introduction
Software Defined Networking and the design of OpenFlow switches
Software Defined Networking and the design of OpenFlow switches Paolo Giaccone Notes for the class on Packet Switch Architectures Politecnico di Torino December 2015 Outline 1 Introduction to SDN 2 OpenFlow
Open Flow 1.3.1 Support: Controller View
Open Flow 1.3.1 Support: Controller View Anilkumar Vishnoi, Abhijit Kumbhare IBM Controller's view of openflow switch: Controller's responsibilities : Provide mechanism to connect and interact with underlying
EPON Technology White Paper
EPON Technology White Paper Content 1.Overview...4 2.Network Architecture...4 3.Principles...5 4.Architecture...6 5.Key Technologies...8 5.1 ONU s Autodiscovery...8 5.2 Synchronization and Ranging...9
OpenFlow Switch Specification
(Wire Protocol 0x02) February 28, 2011 ONF TS-002 (Wire Protocol 0x02) ONF Document Type: OpenFlow Spec ONF Document Name: openflow-spec-v1.1.0 Disclaimer THIS SPECIFICATION IS PROVIDED AS IS WITH NO WARRANTIES
Operator s Requirements for G-PON:
Operator s Requirements for G-PON: Summary Of Work In ITU-T SG15/Q2 GSR Brian Ford BellSouth BellSouth, British Telecom, Deutsche Telekom, France Telecom, NTT, Telecom Italia and SBC Introduction This
Ethernet Passive Optical Networks EPON
Ethernet Passive Optical Networks EPON IEEE 802.3 Ethernet in the First Mile Study Group January 8-9, 2001, Irvine, CA Gerry Pesavento Alloptic, Inc. Tel 925-245-7647 Email [email protected]
Time-based Updates in OpenFlow: A Proposed Extension to the OpenFlow Protocol
CCIT Report #835, July 2013, EE Pub No. 1792, Technion, Israel 1 Time-based Updates in : A Proposed Extension to the Protocol Tal Mizrahi, Yoram Moses Department of Electrical Engineering Technion Israel
Network Virtualization Based on Flows
TERENA NETWORKING CONFERENCE 2009 June 9, 2009 Network Virtualization Based on Flows Peter Sjödin Markus Hidell, Georgia Kontesidou, Kyriakos Zarifis KTH Royal Institute of Technology, Stockholm Outline
DPoE Support of Carrier Ethernet Services
DPoE Support of Carrier Ethernet Services Hesham ElBakoury March 2012 www.huawei.com HUAWEI TECHNOLOGIES CO., LTD. HUAWEI TECHNOLOGIES CO., LTD. Page 1 Agenda MEF Carrier Ethernet Carrier Ethernet Architecture
GPON - EPON Comparison
White Paper GPON - EPON Comparison CommScope Solutions Marketing October 2013 Contents Introduction 3 Protocol fundamentals 4 Framing/service adaption 4 Basic operation 5 Service hierarchy 7 Bandwidth
OpenFlow - the key standard of Software-Defined Networks. Dmitry Orekhov, Epam Systems
OpenFlow - the key standard of Software-Defined Networks Dmitry Orekhov, Epam Systems Software-defined network The Need for a New Network Architecture Limitations of Current Networking Technologies Changing
Software Defined Networking (SDN)
Software Defined Networking (SDN) Overview Traditional Switches Approaches and Issues Software Defined Networking Overview OpenFlow Controller/Network Operating Systems Traditional Switch Configuration
OpenFlow Switch Specification Version 1.3.4 ( Protocol version 0x04 )
OpenFlow Switch Specification Version 1.3.4 ( Protocol version 0x04 ) March 27, 2014 Copyright 2014; Open Networking Foundation Disclaimer THIS SPECIFICATION IS PROVIDED AS IS WITH NO WARRANTIES WHATSOEVER,
TR-156 Using GPON Access in the context of TR-101
TECHNICAL REPORT TR-156 Using GPON Access in the context of TR-101 Issue: 1 Issue Date: December 2008 The Broadband Forum. All rights reserved. Notice The Broadband Forum is a non-profit corporation organized
OpenFlow: Concept and Practice. Dukhyun Chang ([email protected])
OpenFlow: Concept and Practice Dukhyun Chang ([email protected]) 1 Contents Software-Defined Networking (SDN) Overview of OpenFlow Experiment with OpenFlow 2/24 Software Defined Networking.. decoupling
Software Defined Networking What is it, how does it work, and what is it good for?
Software Defined Networking What is it, how does it work, and what is it good for? slides stolen from Jennifer Rexford, Nick McKeown, Michael Schapira, Scott Shenker, Teemu Koponen, Yotam Harchol and David
Towards networks of the future: SDN paradigm introduction to PON networking for business applications
Proceedings of the 2013 Federated Conference on Computer Science and Information Systems pp. 829 836 Towards networks of the future: SDN paradigm introduction to PON networking for business applications
SDN Overview for UCAR IT meeting 19-March-2014. Presenter Steven Wallace ([email protected]) Support by the GENI Program Office!
SDN Overview for UCAR IT meeting 19-March-2014 Presenter Steven Wallace ([email protected]) Support by the GENI Program Office! Patterns (here, there, everywhere) Patterns (here, there, everywhere) Today s Internet
Data-Over-Cable Interface Specifications C-DOCSIS. C-DOCSIS System Specification CM-SP-CDOCSIS-I02-150305 ISSUED. Notice
Data-Over-Cable Interface Specifications C-DOCSIS C-DOCSIS System Specification ISSUED Notice This DOCSIS specification is the result of a cooperative effort undertaken at the direction of Cable Television
OpenFlow Switch Specification. Version 1.3.2 (Wire Protocol 0x04) April 25, 2013
OpenFlow Switch Specification Version 1.3.2 (Wire Protocol 0x04) April 25, 2013 Disclaimer THIS SPECIFICATION IS PROVIDED "AS IS" WITH NO WARRANTIES WHATSOEVER, INCLUDING ANY WARRANTY OF MERCHANTABILITY,
VLAN and QinQ Technology White Paper
VLAN and QinQ Technology White Paper Issue 1.01 Date 2012-10-30 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any
OLT LTP-8X_v3.20.2.3056. Appendix to Operation Manual OLT LTP-8X Quick Configuration Guide Central Office Node Terminal
OLT LTP-8X_v3.20.2.3056 Appendix to Operation Manual Central Office Node Terminal TABLE OF CONTENTS 1 SUMMARY... 3 2 CONNECTION TO COMMAND LINE INTERFACE (CLI)... 4 2.1 Connection to Telnet/SSH... 4 2.2
Broadband Forum G-PON ONU Certification Program. 2012 Update
Broadband Forum G-PON ONU Certification Program 2012 Update Broadband Forum Engineering smarter & faster connections Architecting a connected lifestyle Defining best practices for global networks Enabling
BroadbandSoHo. Verizon MDU FTTP Overview. Document Description:
BroadbandSoHo Verizon MDU FTTP Overview Document Description: The enclosed document was created to give a basic overview of Verizon s FTTP PON, and technology terms behind there Fios product in regards
MR-229 Leveraging Standards for Next Generation Wholesale Access
MARKETING REPORT MR-229 Leveraging Standards for Next Generation Wholesale Access Issue: 1 Issue Date: December 2010 The Broadband Forum. All rights reserved. Issue History Issue Number Issue Date Issue
Chapter 2 - The TCP/IP and OSI Networking Models
Chapter 2 - The TCP/IP and OSI Networking Models TCP/IP : Transmission Control Protocol/Internet Protocol OSI : Open System Interconnection RFC Request for Comments TCP/IP Architecture Layers Application
Gigabit-capable Passive Optical Networks (GPON): General characteristics
Gigabit-capable Passive Optical Networks (GPON): General characteristics SERIES G: TRANSMISSION SYSTEMS AND MEDIA, DIGITAL SYSTEMS AND NETWORKS Digital sections and digital line system Optical line systems
Computer Networks. Secure Systems
Computer Networks Secure Systems Summary Common Secure Protocols SSH HTTPS (SSL/TSL) IPSec Wireless Security WPA2 PSK vs EAP Firewalls Discussion Secure Shell (SSH) A protocol to allow secure login to
Securing Local Area Network with OpenFlow
Securing Local Area Network with OpenFlow Master s Thesis Presentation Fahad B. H. Chowdhury Supervisor: Professor Jukka Manner Advisor: Timo Kiravuo Department of Communications and Networking Aalto University
OpenFlow and Software Defined Networking presented by Greg Ferro. OpenFlow Functions and Flow Tables
OpenFlow and Software Defined Networking presented by Greg Ferro OpenFlow Functions and Flow Tables would like to thank Greg Ferro and Ivan Pepelnjak for giving us the opportunity to sponsor to this educational
Communication Networks. MAP-TELE 2011/12 José Ruela
Communication Networks MAP-TELE 2011/12 José Ruela Network basic mechanisms Introduction to Communications Networks Communications networks Communications networks are used to transport information (data)
COMPLETE YOUR GO-TO-MARKET PLAN BUSINESS SOLUTIONS BARRY DERRICK PRODUCT MARKETING MANAGER
COMPLETE YOUR GO-TO-MARKET PLAN BUSINESS SOLUTIONS BARRY DERRICK PRODUCT MARKETING MANAGER AGENDA ADTRAN OVERVIEW GO-TO-MARKET WITH WINNING SOLUTIONS! Market Leading Cloud Connectivity Solutions that Outperform
Prospects and Problems GPON Technology over Ethernet Technology
Prospects and Problems GPON Technology over Ethernet Technology Md. Hayder Ali [email protected] SANOG 23 Conference Thimpu, Bhutam Bangladesh : Name: People's Republic of Bangladesh Population: 164.4
PON Technology A Shift in Building Network Infrastructure. Bob Matthews Technical Manager CommScope Canada
PON Technology A Shift in Building Network Infrastructure Bob Matthews Technical Manager CommScope Canada The Evolution to PON In 1980s -1990s, we had: Dial up modems The best data rate we could get from
Appendix A: Configuring Firewalls for a VPN Server Running Windows Server 2003
http://technet.microsoft.com/en-us/library/cc757501(ws.10).aspx Appendix A: Configuring Firewalls for a VPN Server Running Windows Server 2003 Updated: October 7, 2005 Applies To: Windows Server 2003 with
Multi-Service Broadband Network Architecture. NextGen 13 London, October 2013 Robin Mersh CEO
Multi-Service Broadband Network Architecture NextGen 13 London, October 2013 Robin Mersh CEO 1 Introduction l The BBF has been driving the evolution of Broadband Network Architecture for the last 12 years
Internetworking. Problem: There is more than one network (heterogeneity & scale)
Internetworking Problem: There is more than one network (heterogeneity & scale) Hongwei Zhang http://www.cs.wayne.edu/~hzhang Internetworking: Internet Protocol (IP) Routing and scalability Group Communication
BT and The Developing Optical Access Network Malcolm Campbell BT Design
BT and The Developing Optical Access Network Malcolm Campbell BT Design Introduction FTTP Past, Present and Future The Past 1990 s system PON versus point-to-point TPON BPON GPON The Present BT and Openreach
Huawei One Net Campus Network Solution
Huawei One Net Campus Network Solution 2 引 言 3 园 区 网 面 临 的 挑 战 4 华 为 园 区 网 解 决 方 案 介 绍 6 华 为 园 区 网 解 决 方 案 对 应 产 品 组 合 6 结 束 语 Introduction campus network is an internal network of an enterprise or organization,
OpenFlow Switch Specification
OpenFlow Switch Specification Version 1.4.0 (Wire Protocol 0x05) October 14, 2013 ONF TS-012 Disclaimer THIS SPECIFICATION IS PROVIDED AS IS WITH NO WARRANTIES WHATSOEVER, INCLUDING ANY WARRANTY OF MERCHANTABILITY,
Software Defined Networking
Software Defined Networking Dr. Nick Feamster Associate Professor In this course, you will learn about software defined networking and how it is changing the way communications networks are managed, maintained,
Data Communication Networks and Converged Networks
Data Communication Networks and Converged Networks The OSI Model and Encapsulation Layer traversal through networks Protocol Stacks Converged Data/Telecommunication Networks From Telecom to Datacom, Asynchronous
10/100/1000Mbps Ethernet MAC with Protocol Acceleration MAC-NET Core with Avalon Interface
1 Introduction Ethernet is available in different speeds (10/100/1000 and 10000Mbps) and provides connectivity to meet a wide range of needs from desktop to switches. MorethanIP IP solutions provide a
Challenges and Solutions for Wireless Backhaul
www.huawei.com Challenges and Solutions for Wireless Backhaul Bob Cubbage Manager, Metro Ethernet [email protected] LTE Backhaul Challenges Voice Dominant Traffic Cost Revenue Business Model Regional
OpenFlow: Enabling Innovation in Campus Networks
OpenFlow: Enabling Innovation in Campus Networks Nick McKeown Stanford University Presenter: Munhwan Choi Table of contents What is OpenFlow? The OpenFlow switch Using OpenFlow OpenFlow Switch Specification
SDN Architecture and Service Trend
2013 SDN 高 峰 論 壇 SDN Architecture and Service Trend Dr. Yu-Huang Chu Broadband Network Lab Chunghwa Telecom Co., Ltd., Taiwan 10/09/13 1 Outlines SDN & NFV introduction Network Architecture Trend SDN Services
Software Defined Networking (SDN) - Open Flow
Software Defined Networking (SDN) - Open Flow Introduction Current Internet: egalitarian routing/delivery based on destination address, best effort. Future Internet: criteria based traffic management,
Junos OS Support for OpenFlow v1.0 Beta Draft
Junos OS Support for OpenFlow v1.0 Beta Draft Published: 2012-12-20 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net This product includes
HP OpenFlow Protocol Overview
HP OpenFlow Protocol Overview Technical Solution Guide Version: 1 September 2013 Table of Contents Introduction: Traditional Switch and Openflow... 2 Destination Address-based Switching... 2 Flow-based
A 5G FRONTHAUL FOR CONVERGED NETWORKS
Philippos Assimakopoulos, Communications Research Group, University of Kent A 5G FRONTHAUL FOR CONVERGED NETWORKS This project has received funding from the European Union s Horizon 2020 research and innovation
A Link Layer Discovery Protocol Fuzzer
The University of Texas at Austin, Department of Computer Sciences, Technical Report TR-07-24 A Link Layer Discovery Protocol Fuzzer Jeremy Hollander Department of Computer Sciences The University of Texas
1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet
Review questions 1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet C Media access method D Packages 2 To which TCP/IP architecture layer
Written examination in Computer Networks
Written examination in Computer Networks February 14th 2014 Last name: First name: Student number: Provide on all sheets (including the cover sheet) your last name, rst name and student number. Use the
How To Get The Most Out Of A Pon From Commscope
Passive Optical Network (PON): Solutions for Federal Government Deployments Operational Efficiency Solutions Passive Optical Network (PON) solutions for federal government networks Discover opportunities
Using & Offering Wholesale Ethernet Network and Operational Considerations
White Paper Using and Offering Wholesale Ethernet Using & Offering Wholesale Ethernet Network and Operational Considerations Introduction Business services customers are continuing to migrate to Carrier
Network Discovery Protocol LLDP and LLDP- MED
Network LLDP and LLDP- MED Prof. Vahida Z. Attar College of Engineering, Pune Wellesely Road, Shivajinagar, Pune-411 005. Maharashtra, INDIA Piyush chandwadkar College of Engineering, Pune Wellesely Road,
Introduction to OpenFlow:
Introduction to OpenFlow: Bringing Experimental Protocols to a Network Near You! Chris Tracy, Network Engineer ESnet Engineering Group Overview Fundamentals and Terminology Hardware Options for Deploying
How To Make A Network Cable Reliable And Secure
ETHERNET KEPT Provider Link State Bridging Gerard Jacobs Senior Solutions Architect Agenda > Network Visions > Carrier Ethernet > Provider Link State Bridging (PLSB) > Summary Network Visions HYBRID L1
USER MANUAL GUIMGR Graphical User Interface Manager for FRM301/FRM401 Media Racks
USER MANUAL GUIMGR Graphical User Interface Manager for FRM301/FRM401 Media Racks CTC Union Technologies Co., Ltd. Far Eastern Vienna Technology Center (Neihu Technology Park) 8F, No. 60 Zhouzi St. Neihu,
Chapter 9A. Network Definition. The Uses of a Network. Network Basics
Chapter 9A Network Basics 1 Network Definition Set of technologies that connects computers Allows communication and collaboration between users 2 The Uses of a Network Simultaneous access to data Data
Chapter 46 Link Layer Discovery Protocol (LLDP)
Chapter 46 Link Layer Discovery Protocol (LLDP) Introduction...46-3 LLDP Overview...46-3 Type Length Values... 46-4 Transmission and Reception... 46-5 Storing LLDP Information... 46-7 Configuring LLDP...46-9
Network layer" 1DT066! Distributed Information Systems!! Chapter 4" Network Layer!! goals: "
1DT066! Distributed Information Systems!! Chapter 4" Network Layer!! Network layer" goals: "! understand principles behind layer services:" " layer service models" " forwarding versus routing" " how a
FTTH ARCHITECTURE WHITE PAPER SERIES
Not all FTTH networks are built the same. Since construction and outside plant account for the majority of total network costs, getting the architecture right has a major impact on the business case. The
GPON 984.3. Section 12-14 Reporter: 王 依 盈 94.10.26
GPON 984.3 Section 12-14 Reporter: 王 依 盈 94.10.26 Outline Security Forward Error Correction OMCI Transport Mechanism Security Basic Threat Model Encryption System Key exchange and switch-over Forward Error
Link Layer. 5.6 Hubs and switches 5.7 PPP 5.8 Link Virtualization: ATM and MPLS
Link Layer 5.1 Introduction and services 5.2 Error detection and correction 5.3Multiple access protocols 5.4 Link-Layer Addressing 5.5 Ethernet 5.6 Hubs and switches 5.7 PPP 5.8 Link Virtualization: and
IPmux-155L Version 1.0B
May, 2009 Status: Beta IPmux-155L Version 1.0B Introduction IPmux -155L is high-capacity pseudowire gateway, transporting TDM traffic over packet-switched networks in a compact 1U, 19-inch enclosure. This
Connect & Go with WDM PON Ea 1100 WDM PON
Connect & Go with WDM PON Ea 1100 WDM PON ericsson deep Fiber access Connectivity Begins in the Access Speed, connectivity, Efficiency In much the same way the worldwide web changed the traditional voice
Industrial Communication Whitepaper. Principles of EtherNet/IP Communication
Industrial Communication Whitepaper Principles of EtherNet/IP Communication 1 Contents Introduction...3 Producer/Consumer Model...4 EtherNet/IP Messaging Types...7 Real Time Data Exchanges...9 Typical
Limitations of Current Networking Architecture OpenFlow Architecture
CECS 572 Student Name Monday/Wednesday 5:00 PM Dr. Tracy Bradley Maples OpenFlow OpenFlow is the first open standard communications interface that enables Software Defined Networking (SDN) [6]. It was
IxNetwork OpenFlow Solution
IxNetwork OpenFlow Solution Solution Highlights OpenFlow Controller Emulation OpenFlow Switch Emulation OpenFlow Benchmarking Test OpenFlow Switch Conformance Test Key Features Software Defined Networking
Network Virtualization and Application Delivery Using Software Defined Networking
Network Virtualization and Application Delivery Using Software Defined Networking Project Leader: Subharthi Paul Washington University in Saint Louis Saint Louis, MO 63130 [email protected] Keynote at
The Looming Ethernet MAC Address Crisis
The Looming Ethernet MAC Address Crisis Don Pannell Principal Systems Architect [email protected] Ethernet & IP Automotive Tech Day October 2014 What Ethernet MAC Address Crisis? Didn t IPv6 solve the
WHOLESALE REQUIREMENTS FOR GPON & GENERIC ETHERNET ACCESS (GEA)
WHOLESALE REQUIREMENTS FOR GPON & GENERIC ETHERNET ACCESS (GEA) Gavin Young Chief DATE 27 Architect, th SEPTEMBER 2007 C&W Access OVERVIEW C&W NETWORK CONTEXT NEXT GEN ACCESS : BUILD vs BUY? WHOLESALE
Virtual Private Network VPN IPSec Testing: Functionality Interoperability and Performance
Virtual Private Network VPN IPSec Testing: Functionality Interoperability and Performance Johnnie Chen Project Manager of Network Security Group Network Benchmarking Lab Network Benchmarking Laboratory
FTTP Networks: Topology and Competition
FTTP Networks: Topology and Competition Marvin A. Sirbu Department of Engineering and Public Policy Carnegie University [email protected] http://www.andrew.cmu.edu/user/sirbu/ 2008 Marvin A. Sirbu 1 Conclusions
Link Layer Discovery Protocol
12 Link Layer Discovery Protocol Contents Overview..................................................... 12-2 LLDP..................................................... 12-2 LLDP Messages............................................
1550 Video Overlay for FTTH
1550 Video Overlay for FTTH The New Old Reliable Fernando Villarruel Leonard Ray John McKeon Service Provider Video Technology Group 1 Presentation Overview Background of Overlay in PON Deployment Architecture
WebNMS-Based Topology Discovery in EPON Network
, pp.161-168 http://dx.doi.org/10.14257/ijfgcn.2013.6.6.17 WebNMS-Based Topology Discovery in EPON Network Feng Jian and Zhu Li College of Computer Science & Technology, Xi an University of Science and
http://tinyurl.com/nanog57-roster http://tinyurl.com/nanog57-slides
Sign-in here: http://tinyurl.com/nanog57-roster Workshop Slides: http://tinyurl.com/nanog57-slides copyright Indiana University Openflow 90 minutes Indiana Center for Network Translational Research and
Cloud Networking Disruption with Software Defined Network Virtualization. Ali Khayam
Cloud Networking Disruption with Software Defined Network Virtualization Ali Khayam In the next one hour Let s discuss two disruptive new paradigms in the world of networking: Network Virtualization Software
Prestige 310. Cable/xDSL Modem Sharing Router. User's Guide Supplement
Prestige 310 Cable/xDSL Modem Sharing Router User's Guide Supplement Domain Name Support Enhanced WAN Setup Remote Node Support PPPoE Support Enhanced Unix Syslog Setup Firmware and Configuration Files
VXLAN, Enhancements, and Network Integration
VXLAN, Enhancements, and Network Integration Apricot 2014 - Malaysia Eddie Parra Principal Engineer, Juniper Networks Router Business Unit (RBU) [email protected] Legal Disclaimer: This statement of product
Open Flow Controller and Switch Datasheet
Open Flow Controller and Switch Datasheet California State University Chico Alan Braithwaite Spring 2013 Block Diagram Figure 1. High Level Block Diagram The project will consist of a network development
OpenFlow Switch Specification Version 1.5.0 ( Protocol version 0x06 )
OpenFlow Switch Specification Version 1.5.0 ( Protocol version 0x06 ) December 19, 2014 ONF TS-020 Copyright 2014; Open Networking Foundation Disclaimer THIS SPECIFICATION HAS BEEN APPROVED BY THE BOARD
Asynchronous Transfer Mode: ATM. ATM architecture. ATM: network or link layer? ATM Adaptation Layer (AAL)
Asynchrous Transfer Mode: architecture 1980s/1990 s standard for high-speed (155Mbps to 622 Mbps and higher) Broadband Integrated Service Digital Network architecture Goal: integrated, end-end transport
GEPON & GPON Comparison. James Young, Technical Director, APAC
GEPON & GPON Comparison James Young, Technical Director, APAC PON History Initial PON (1990s) were based on ATM framing (APON, BPON) ATM-based BPON were inefficient, majority of traffic through the access
The Wireless Network Road Trip
The Wireless Network Road Trip The Association Process To begin, you need a network. This lecture uses the common logical topology seen in Figure 9-1. As you can see, multiple wireless clients are in
OS3 Fiber Day Broadband networks - Network Architecture. May 20, 2016 / Jan Martijn Metselaar Vodafone
OS3 Fiber Day Broadband networks - Network Architecture May 20, 2016 / Jan Martijn Metselaar Vodafone Quizzz Dual play, Triple play, Multi play IP all the way! But what does the end-user care? 2 Current
IPv6 Broadband Access Network Systems
IPv6 Broadband Access Network Systems IPv6 Broadband Access Network Systems 60 Junji Yamada Koji Wakayama Eisuke Sato OVERVIEW: To meet the demand for broadband access and enable a smooth transition from
Network Discovery Protocol LLDP and LLDP- MED
Network LLDP and LLDP- MED Prof. Vahida Z. Attar College of Engineering, Pune Wellesely Road, Shivajinagar, Pune-411 005. Maharashtra, INDIA Piyush chandwadkar College of Engineering, Pune Wellesely Road,
10/100/1000 Ethernet MAC with Protocol Acceleration MAC-NET Core
1 Introduction The implements, in conjunction with a triple speed 10/100/1000 MAC, Layer 3 network acceleration functions, which are designed to accelerate the processing of various common networking protocols
