A challenge towards disaggregation of time-critical PON function

Size: px
Start display at page:

Download "A challenge towards disaggregation of time-critical PON function"

Transcription

1 A challenge towards disaggregation of time-critical PON function - Introduction of DBA-API and its demo for 5G use case - Kota Asaka NTT Project Steam Leader of PON abstraction interface for time-critical applications 1

2 Contents Background Why do we need disaggregation of time-critical function? Standardization at BBF Prototype demo of DBA-API for 5G MFH over NG-PON2 Summary 2

3 Broadband subscribers in Japan FTTH service is widely deployed in Japan (>30M subscribers). Number of mobile (LTE) users are rapidly increasing. Subscribers (M) From Annual report of ICT by Ministry of Internal Affairs and Communications, Japan 3

4 New broadband strategy in NTT NTT had changed the broadband business strategy from B2C (Business to Consumer) to B2B2C (Business to Business to Consumers). In 2015, we started wholesaling fiber access according to this strategy. This business model is called Hikari Collaboration Model. 4

5 FTTH subscribers in NTT A number of FTTH subscribers in NTT reached >20M subscribers. The numbers of subscriber over FTTH wholesale service are rapidly increasing. Business partners are M(V)NOs, ISPs, local CATV operators, video distribution SPs, local gas/electric power providers, retailers, manufacturers, and others Hikari Collaboration (B to B to C) Flet's Hikari (B to C) Mar 2012 Mar 2013 Mar 2014 Mar 2015 Mar 2016 Mar 2017 Mar From NTT Financial report, 5

6 Requirements of future optical access system NTT changed the strategy; From: to provide broadband uniformly, To: to maximize the value for each service provider and customer. The system must have flexibility and agility to address emerging services. Conventional access system Requirements Future Purpose and vender specified implementation A lot of restrictions in adding/replacing functions High flexibility Accommodate to various service levels Promptly add/replace functions Difficult to drastically reduce cost of dedicated equipment Necessity of maintenance skills and spare equipment for each dedicated system High universally CAPEX reduction by constructing systems on demand OPEX reduction due to minimization of spare equipment and simplification of operation procedures 6

7 Requirements of future optical access system Network functions modularization; Disaggregation of conventional access equipment/system Most of the required access functions can be achieved by software components as VNF with the use of commodity hardware. Software components lead to flexible and early time-to-market development. Commodity hardware results in cost reduction. 7

8 R -Flexible Access System Architecture- In order to enable a more diverse range of services provided quickly and at a low cost, NTT launched a new concept of FASA in FASA aims to serve customers and service providers who use access networks and wish to begin using or providing services immediately. Today Purpose-specified OLT Difficult to add/change functions promptly OLT FASA virtual OLT concept Wavelength control Service achieved through the combination of modularized functions New Function Vender proprietary architecture and functional blocks residential customers Purpose specified implementation Bandwidth control OAM Multicast Generic hardware External module (WDM/TDM- PON) WDM/TDM PON OLT: Optical Line Terminal, : Optical Network Unit WDM/TDM-PON: Wavelength Division Multiplexing / Time Division Multiplexing - Passive Optical Network OAM: Operations Administration and Maintenance (Generic functions)... External module (EPON) Add/change new software functions Replace hardware module to meet transmission requirements NTT Press Release, Introducing the New FASA Concept for Future Access Systems, Feb 8,

9 Example of FASA Video camera Video recognition service Power splitter External HW module (MPCP function) 10G-EPON OLT (Commodity server w/ SW-based PON functions) NTT R&D Forum 2018, Flexible Access System Architecture (FASA) enabling provision of value-added services, Feb 22-23, 2018, Tokyo. 9

10 Challenge towards disaggregation of time-critical functions FASA will follow existing architecture/interface specifications and OSSs (BBF, ONF, etc). In addition, we are trying further disaggregation in order to achieve flexibility and agility even in time-critical functions (e.g. DBA) by updating/replacing a software component. PS CO OLT SR-DBA v.1.0 SR-DBA v.2.0 CO: Central Office DBA: Dynamic Bandwidth Assignment PS: Power Splitter SR: Status Report Flexible function update by software update K. Asaka and J. Kani, Contribution in FSAN Louisville meeting, June

11 Use case - 5G mobile fronthaul (MFH) over TDM-PON - In 5G mobile system, dense small cells could be accommodated by a PON as MFH, which has an advantage in terms of low CAPEX of physical infrastructure. By replacing the DBA software from SR-DBA to CO-DBA, TDM-PON-based MFH can be realized. This avoids re-building the OLT from the beginning. Share one feeder fiber CU RU PS CO OLT SR-DBA for FTTH CU: Central Unit DBA: Dynamic Bandwidth Allocation LL: Low-latency OLT: Optical Line Terminal PS: Power Splitter RU: Radio Unit SR-DBA: Status-reporting DBA CO-DBA: Cooperative DBA RU RU Share one physical interface K. Asaka and J. Kani, Contribution in FSAN Louisville meeting, June CO-DBA for 5G MFH Agile service adaptation by software replacement 11

12 Standardization at BBF Project Stream PON abstraction Interface for Time-Critical Applications (TCA) is discussing the related specifications in FAN WA of BBF. The project focuses on the disaggregation of TCA to achieve agility and flexibility even in TCAs (e.g. DBA). Differentiation part (Software) Replacement upon service requirement Algorithm A Algorithm B Access Node PNF1 PNF2 PNFn API: Application Programmable Interface PNF: Physical Network Function API Common behavior To be specified by WT-402/403 12

13 TCA example (1) SR-DBA in WT-402 When using DBA as a TCA, processing delay should be much less than DBA cycle (N x 125 µs). Otherwise, DBA delay increases by 125-µs period. Therefore, the interfaces to tell CPU of Report, and the one to designate Grant from CPU are time-critical. GRANT for ONT1&2 REPORT info DBA cycle: 2 x 125µs REPORT (BufOcc) Data arrival processing delay (calculates schedule) GRANT for ONT3&4 DBA delay@ont From BBF contribution (bbf ) by H. Ujikawa, K. Asaka, and B. Nagel for Taipei meeting, May GRANT info REPORT info for all ONTs next DBA cycle (2 x 125µs) GRANT for 1&2 Data (Upstream) REPORT +DATA ONT1 ONT2 ONT3 ONT4 OLT App Control Data (Upstream) time@cpu time@olt time@ont1 13

14 TCA example (2) CO-DBA in WT-402 For MFH, the summation of DBA delay and propagation delay should be shorter than 250 µs. Data request copy scheduling info processing delay (translation) GRANT info GRANT front haul requirement < 250 µs DBA delay DATA UE1 RU1 Data (Upstream) ONT1 ONT2 OLT App ONT Control scheduling info[2] scheduler UE Control From BBF contribution (bbf ) by H. Ujikawa, K. Asaka, and B. Nagel for Taipei meeting, May From BBF contribution (bbf ) by H. Ujikawa, K. Asaka, and B. Nagel for Taipei meeting, May CU+DU(BBU) Data (Upstream) 14

15 Functional requirements of DBA-API in WT-402 A-1: API to grant transmission (to construct BWmap) with precise time designation. A-2: API to get status reports (to get BufOcc) with precise time designation. A-3: API to read scheduling information sent from external system. A-4: API to notify the requesting and/or granting information in PON to external system From BBF contributions; bbf by H. Ujikawa, K. Asaka, M-F. Chang, C-K Chen, and K. Yamamoto for conference call, Jul., bbf by H. Ujikawa, and K. Asaka for Helsinki meeting, Sep.,

16 Deliverables of TCA project Under SB. SB/FB comment resolutions at Q2/Q3 meetings expected. SB: Straw Ballot FB: Final Ballot SB planned right after Q2 meeting. SB/FB comment resolutions at Q3/Q4 meetings expected. Disaggregation policy Use cases functional requirements for APIs (DBA and DWA) Detail specifications of APIs (format and performance requirements) 16

17 Prototype demo of DBA-API (WT-402/403) Different DBA software on each OLT box with the same specs including DBA-API. With low-latency DBA, the maximum upstream latency between DU and CU is successfully suppressed to less than 100 us. video traffic Upstream latency typical latency < 2ms SR-DBA for FTTH CO-DBA for mobile low latency < 100us time CU+DU (BBU) Latency monitor Cooperative IF OLT CO-DBA for mobile OLT SR-DBA for FTTH RU (RRH) UE PC CO-DBA: Cooperative DBA SR-DBA: Status-reporting DBA CU: Central unit DU: Distributed unit RU: Radio unit RRH: Remote Radio Head BBU: Base Band Unit 17

18 Demo announcement Time: 10:40-11:10 Coffee break 12:30-14:00 Lunch break Venue: Room ALTAIR on the 2nd floor (Coffee break room) 19

19 Standardization map for 5G MFH over NG-PON2 Action required! How Cooperative IF will be specified by collaborating with Mobile SDO? Under discussions at Get involved! OLT Controller G.989 CU Cooperative IF WT-402/403 This work! CO-DBA for mobile OLT G.989 PON IF ONT RU 20

20 Summary SDN/NFV technologies in access system will lead to more flexible and agile service adaptation for emerging services. Cloud CO at BBF, R-CORD at ONF, and FASA should be great driving forces moving forward to such a future access system. In order to achieve flexibility and agility even in time-critical functions, BBF is working for standardization. 21

21 More at broadband-forum.org/pon-ai-for-tca 22

Flexible Access System Architecture (FASA) for the Next-Generation Optical Access Network Development

Flexible Access System Architecture (FASA) for the Next-Generation Optical Access Network Development NGON 2016 Nice Flexible Access System Architecture (FASA) for the Next-Generation Optical Access Network Development 1 st July, 2016 Jun-ichi Kani NTT Access Network Service Systems Laboratories, NTT Corporation

More information

Flexible Access System Architecture: FASA

Flexible Access System Architecture: FASA : NTT Tsukuba Forum 2016 Workshop Lectures Flexible Access System Architecture: FASA Akihiro Otaka Abstract The NTT laboratories announced FASA: Flexible Access System Architecture, the new architecture

More information

TR-402 Functional Model for PON Abstraction Interface

TR-402 Functional Model for PON Abstraction Interface TECHNICAL REPORT TR-402 Functional Model for PON Abstraction Interface Issue: 1.0 Issue Date: October 2018 The Broadband Forum. All rights reserved. Notice The Broadband Forum is a non-profit corporation

More information

Flexible Access System Architecture (FASA) White Paper

Flexible Access System Architecture (FASA) White Paper Flexible Access System Architecture (FASA) White Paper Ver. 2.0 NTT Access Network Service Systems Laboratories, NTT Corporation Mar 31, 2017 Revision History Revision Date Description 1.0 June 29, 2016

More information

Front-Haul challenges for future radio access

Front-Haul challenges for future radio access ECOC2014 Sunday Workshop, WS5 Front-Haul challenges for future radio access Sep. 21 st, 2014 Shigeru Kuwano NTT Access Network Service Systems Laboratories, NTT Corporation kuwano.shigeru@lab.ntt.co.jp

More information

Mini-PON: Softwarized module-type PON architecture enhanced by SEBA

Mini-PON: Softwarized module-type PON architecture enhanced by SEBA Mini-PON: Softwarized module-type PON architecture enhanced by SEBA Keita Nishimoto, Takamitsu Tochino, Tomoya Hatano NTT Access Network Service Systems Lab (AS-Lab), Japan ONF Connect @ Santa Clara, USA

More information

APAC Telecom Innovation Initiative. White Paper - Flexible Access Network Virtualization -

APAC Telecom Innovation Initiative. White Paper - Flexible Access Network Virtualization - Version 1.0 APAC Telecom Innovation Initiative White Paper - Flexible Access Network Virtualization - Drafted by Working Project #3 Date of Approval by ATII Board: 2018/1/30 Table of Contents 1. Index

More information

Introduction of optical access showcase for G.epon/SIEPON ~ Activities for related standardization and interoperability test~

Introduction of optical access showcase for G.epon/SIEPON ~ Activities for related standardization and interoperability test~ Introduction of optical access showcase for G.epon/SIEPON ~ Activities for related standardization and interoperability test~ September 24, 2013 Ken-Ichi Suzuki NTT Access Network Service Systems Laboratories,

More information

TR-403 PON Abstraction Interface Specifications

TR-403 PON Abstraction Interface Specifications TECHNICAL REPORT TR-403 PON Abstraction Interface Specifications Issue: 1.0 Issue Date: December 2018 The Broadband Forum. All rights reserved. Notice The Broadband Forum is a non-profit corporation organized

More information

Next Generation EPON Considerations of ODN, Coexistence and Transmission Speed

Next Generation EPON Considerations of ODN, Coexistence and Transmission Speed Next Generation EPON Considerations of ODN, Coexistence and Transmission Speed IEEE802.3 NG EPON Meeting, Beijing, 18 March 2014 NTT Access Service Systems Laboratories Yukihiro Fujimoto fujimoto.yukihiro@lab.ntt.co.jp

More information

Hikari Collaboration Model - Contributing to the Creation of New Value -

Hikari Collaboration Model - Contributing to the Creation of New Value - Hikari Collaboration Model - Contributing to the Creation of New Value - May 13, 2014 -1- Stimulation of the ICT Market by Creating New Value Japan faces a variety of issues such as an aging society and

More information

MA R K E TING R E PORT. The Future of Passive Optical Networking is Here NG-PON2

MA R K E TING R E PORT. The Future of Passive Optical Networking is Here NG-PON2 MA R K E TING R E PORT The Future of Passive Optical Networking is Here NG-PON2 NG-PON2 The future of Passive Optical Networking is Here Introduction...3 The Evolution of Passive Optical Networking...4

More information

The CORD reference architecture addresses the needs of various communications access networks with a wide array of use cases including:

The CORD reference architecture addresses the needs of various communications access networks with a wide array of use cases including: Introduction Today s Mobile Network Operator (MNO) infrastructure is built with proprietary vertically integrated Network Elements (NEs), leading to inefficient utilization of network resources. Further,

More information

E3-E4 (CFA) EPON & GPON. For BSNL internal circulation only

E3-E4 (CFA) EPON & GPON. For BSNL internal circulation only E3-E4 (CFA) EPON & GPON AGENDA Limits of Present Access network. Passive Optical Network EPON / GEPON GPON Architecture PON Topology and services Conclusion PRESENT ACESS N/W ISDN HDSL ADSL ADSL2+ VDSL

More information

Future Service Adaptive Access/Aggregation Network Architecture

Future Service Adaptive Access/Aggregation Network Architecture Future Service Adaptive Access/Aggregation Network Architecture Hiroki Ikeda: Hitachi Ltd. H. Takeshita, S. Okamoto, N. Yamanaka: Keio University hiroki.ikeda.qp@hitachi.com www.mpls2010.com Outline Motivation

More information

Development of Communication LSI for 10G-EPON

Development of Communication LSI for 10G-EPON INFORMATION & COMMUNICATIONS Development of Communication LSI for Fumio DAIDO*, Akinobu YOSHIMURA, Shinichi KOUYAMA and Shingo NISHIOKA GE-PON (Gigabit Ethernet Passive Optical Network) systems have been

More information

APT/ITU Conformance and Interoperability Event

APT/ITU Conformance and Interoperability Event APT/ITU Conformance and Interoperability Event 09 10 September 2013, Bangkok, Thailand Document C&I/INP-15 09 September 2013 NTT Corporation Japan INTRODUCTION OF OPTICAL ACCESS SHOWCASE FOR G.EPON/SIEPON:

More information

GPON - EPON Comparison. Vestyx Technologies Pvt. Ltd.

GPON - EPON Comparison. Vestyx Technologies Pvt. Ltd. GPON - EPON Comparison Vestyx Technologies Pvt. Ltd. Contents Introduction 3 Protocol fundamentals 4 Framing/service adaption 4 Basic operation 5 Service hierarchy 7 Bandwidth allocation 7 Dynamic Bandwidth

More information

5G-oriented Optical Transport Network Solution

5G-oriented Optical Transport Network Solution 5G-oriented Optical Transport Network Solution Contents Overview 5G Development Brings Challenges to Bearer Networks Impact of 5G Network Architecture Changes on Bearer Networks Fronthaul Network Solutions

More information

Implementation of Software-based EPON-OLT and Performance Evaluation

Implementation of Software-based EPON-OLT and Performance Evaluation This article has been accepted and published on J-STAGE in advance of copyediting. Content is final as presented. IEICE Communications Express, Vol.1, 1 6 Implementation of Software-based EPON-OLT and

More information

Broadband Access in Japan

Broadband Access in Japan OPTIMIST Workshop 2003 Broadband Access in Japan September 21, 2003 Hiromichi Shinohara Access Network Service Systems Labs. shino@ansl.ntt.co.jp 10 Increase in the Demand of the Highspeed Internet Access

More information

Connect & Go with WDM PON Ea 1100 WDM PON

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

More information

Introduction. Figure 1 - AFS Applicability in CORD Use Cases

Introduction. Figure 1 - AFS Applicability in CORD Use Cases Introduction Central Offices (COs) are not going away anytime soon. They are strategically located in the center of every city, and are critical assets for all types of current and future communications

More information

Computer Networks and the internet. Daniel Graham Ph.D

Computer Networks and the internet. Daniel Graham Ph.D Computer Networks and the internet Daniel Graham Ph.D 1.1 What Is the Internet? The Internet is a computer network that interconnects hundreds of millions of computing devices throughout the world. As

More information

MileGate GPON. GPON Platform for FTTH/FTTB Applications

MileGate GPON. GPON Platform for FTTH/FTTB Applications MileGate GPON GPON Platform for Applications GPON Platform for Applications Content Infrastructure Advantages MileGate integrated GPON MileGate OLT Units MileGate ONT Units MileGate Infrastructure FTTH

More information

4 th OSA Workshop Paris

4 th OSA Workshop Paris 4 th OSA Workshop Paris Mission ETRImakes contribution to the nation s economic and social development through research, development and distribution of industrial core technologies in the field of Information,

More information

Access network systems for future mobile backhaul networks

Access network systems for future mobile backhaul networks Access network systems for future mobile backhaul networks Nov. 6, 2012 Seiji Yoshida NTT Network Technology Laboratories NTT Corporation 1 Outline Mobile Traffic Growth in Japan Future Mobile Base Station

More information

DEPLOYING 10 GIGABIT SD-ACCESS NETWORKS Using the Emerging 10G-EPON Standards to Build Next-Generation Fiber Deep Networks

DEPLOYING 10 GIGABIT SD-ACCESS NETWORKS Using the Emerging 10G-EPON Standards to Build Next-Generation Fiber Deep Networks DEPLOYING 10 GIGABIT SD-ACCESS NETWORKS Using the Emerging 10G-EPON Standards to Build Next-Generation Fiber Deep Networks Solution Overview What is Driving the Need for Next-Generation EPON and Fiber

More information

Performance Evaluation of Standard IPACT for Future Long Reach Passive Optical Networks (LR-PON).

Performance Evaluation of Standard IPACT for Future Long Reach Passive Optical Networks (LR-PON). Performance Evaluation of Standard IPACT for Future Long Reach Passive Optical Networks (LR-PON) A M Ragheb 1, M Elnamaky 2, H Faallah 3, and H T Mouftah 4 1,3 Electrical Engineering Department, - King

More information

The Next Generation of FTTH

The Next Generation of FTTH SPECIAL REPORT The Next Generation of FTTH By Stephen Hardy SPONSORED BY Reprinted with revisions to format from BTR. Copyright 2017 by PennWell Corporation SPECIAL REPORT The Next Generation of FTTH DOCSIS

More information

Examining the Fronthaul Network Segment on the 5G Road Why Hybrid Optical WDM Access and Wireless Technologies are required?

Examining the Fronthaul Network Segment on the 5G Road Why Hybrid Optical WDM Access and Wireless Technologies are required? Examining the Fronthaul Network Segment on the 5G Road Why Hybrid Optical WDM Access and Wireless Technologies are required? Philippe Chanclou, Sebastien Randazzo, 18th Annual Next Generation Optical Networking

More information

Bob Matthews Technical Manager CommScope Canada

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

More information

Can You Haul Me Now? Bart Filipiak Market Development Manager 18 March 2009 Piedmont SCTE

Can You Haul Me Now? Bart Filipiak Market Development Manager 18 March 2009 Piedmont SCTE Can You Haul Me Now? Bart Filipiak Market Development Manager 18 March 2009 Piedmont SCTE What is Cellular? 2 Wireless Evolution 2G Digital communications aka PCS GSM (TDMA- AT&T, T-Mobile) CDMA One iden

More information

The path toward C-RAN and V-RAN: benefits and challenges from operator perspective

The path toward C-RAN and V-RAN: benefits and challenges from operator perspective TELECOM ITALIA GROUP 5G World Summit London, 29-30 June 2016 : benefits and challenges from operator perspective Marco Caretti Telecom Italia Engineering & TiLAB Agenda The drivers for the RAN evolution

More information

Next Generation PON: Lessons Learned from G-PON and GE-PON

Next Generation PON: Lessons Learned from G-PON and GE-PON Next Generation PON: Lessons Learned from G-PON and GE-PON Frank J. Effenberger ECOC - Sep. 2009 www.h uawei. com HUAWEI TECHNOLOGIES CO., LTD. Page 1 HUAWEI TECHNOLOGIES CO., LTD. HUAWEI TECHNOLOGIES

More information

Visionary Technology Presentations

Visionary Technology Presentations Visionary Technology Presentations The path toward C-RAN and V-RAN Philippe Chanclou, 5G WORLD 5G LIVE! THEATRE - DAY ONE JUNE 29th 2016 29th 30 th June 2016 London U-K Co-Ax The Radio Access Network architecture

More information

BlueSPACE s SDN/NFV Architecture for 5G SDM/WDM-enabled Fronthaul with Edge Computing

BlueSPACE s SDN/NFV Architecture for 5G SDM/WDM-enabled Fronthaul with Edge Computing Building on the use of Spatial Multiplexing 5G Network Infrastructures and Showcasing Advanced Technology and Networking Capabilities 5GPPP Research and Innovation Actions EUCNC 2018 Ljubljana, Slovenia

More information

IEEE NetSoft 2016 Keynote. June 7, 2016

IEEE NetSoft 2016 Keynote. June 7, 2016 IEEE NetSoft 2016 Keynote June 7, 2016 0 Contents Introduction - Network Evolution & Operator Challenges Re-architecting the RAN SDRAN: Software-defined RAN - Overview & Enabling Features SDRAN Opportunities

More information

The virtualized and converged central office/cable headend

The virtualized and converged central office/cable headend /cable headend When the first telephone exchanges were built in the 1870s, switchboard operators sitting in a central office manually connected two copper wires, allowing people to converse using Alexander

More information

Deployment & Operations Committee. FTTH Basics Architecture, Topology and Technology

Deployment & Operations Committee. FTTH Basics Architecture, Topology and Technology Deployment & Operations Committee FTTH Basics Architecture, Topology and Technology FTTH Basics Architecture, Topology and Technology Moderator: Presenter: Rong Zhao Chair Deployment & Operations Committee

More information

Cisco Prisma D-PON: Your DOCSIS-Based Fiber-to-the-Home Solution

Cisco Prisma D-PON: Your DOCSIS-Based Fiber-to-the-Home Solution Cisco Prisma D-PON: Your DOCSIS-Based Fiber-to-the-Home Solution Introduction Today s consumers live in a brave new world of media technology. They channel surf program guides, not channels; they pause,

More information

ASI FTTH (GPON) SOLUTION. Your way to the optics!

ASI FTTH (GPON) SOLUTION. Your way to the optics! ASI FTTH (GPON) SOLUTION ABOUT ASI System integration, mainly focused on HFC and FTTx networks Implementation of leading technologies: DVB-C, DVB-T, IPTV, OTT, DOCSIS 3.0, G-PON Implementation and introduction

More information

Towards 5G RAN Virtualization Enabled by Intel and ASTRI*

Towards 5G RAN Virtualization Enabled by Intel and ASTRI* white paper Communications Service Providers C-RAN Towards 5G RAN Virtualization Enabled by Intel and ASTRI* ASTRI* has developed a flexible, scalable, and high-performance virtualized C-RAN solution to

More information

Multi-access Edge Computing & Openshift

Multi-access Edge Computing & Openshift Multi-access Edge Computing & Openshift OpenShift Commons Briefing 2017.09.20 Red Hat Hyde SUGIYAMA Senior Principal Technologist NFV SDN ICT Vertical Red Hat APAC Office of Technology WHO AM I? Hyde SUGIYAMA

More information

Open Networking. From Data Centre to Telecom TRANSFORMING THE WAY THE WORLD CONNECTS

Open Networking. From Data Centre to Telecom TRANSFORMING THE WAY THE WORLD CONNECTS Open Networking From Data Centre to Telecom TRANSFORMING THE WAY THE WORLD CONNECTS #1 Network ODM Accton & Edgecore Founded 1988, IPO Taiwan 1995 ~ 700 network engineers Manufacturing: Taiwan (TAA Compliant)

More information

XGS MicroOLT Solution

XGS MicroOLT Solution XGS MicroOLT Solution An innovative approach to virtualizing access Mike Meche Senior Member Technical Staff Innovative Hardware Access Solution for the industry 01 Enabling NFV layer for PON access 02

More information

Atsushi Ozu

Atsushi Ozu 9 th World Forum on e-democracy (Issy-Les-Moulineaux, France) 17 October, 2008 Atsushi Ozu a.ozu@soumu.go.jp Director for Broadband Promotion Ministry of Internal Affairs and Communications (MIC), Japan

More information

C-RAN: moving towards cloudification. Yannan Yuan China Mobile Research Institute Apr. 27, 2017, Beijing, China

C-RAN: moving towards cloudification. Yannan Yuan China Mobile Research Institute Apr. 27, 2017, Beijing, China C-RAN: moving towards cloudification Yannan Yuan China Mobile Research Institute Apr. 27, 2017, Beijing, China 1 Rethinking RAN Architecture: 5G C-RAN Concept C-RAN concepts : Centralized, Collaborative,

More information

An ADTRAN Solution Overview. Broadband Networks for both Residential and Business Services Using Next-Gen PON to support services convergence

An ADTRAN Solution Overview. Broadband Networks for both Residential and Business Services Using Next-Gen PON to support services convergence An ADTRAN Solution Overview Broadband Networks for both Residential and Business Services Using Next-Gen PON to support services convergence What is Driving the Need for Next-Gen PON? Emerging high bandwidth

More information

NGON2016. July 1, 2016

NGON2016. July 1, 2016 NGON2016 July 1, 2016 SK Telecom Overview SK Telecom(SKT) provides integrated telecommunication services and pursues growth biz. through transforming to Lifestyle, IoT and Media Platform Provider Corporate

More information

5G: an IP Engineer Perspective

5G: an IP Engineer Perspective 5G: an Engineer Perspective Igor Giangrossi Principal Consulting Engineer /Optical Networks igor.giangrossi@nokia.com 1 NANOG 75 A Brief History of Mobile Networks From analog voice to high speed Internet

More information

Joint ITU-T/IEEE Workshop on Next Generation Optical Access Systems. Standards Overview of ITU-T SG15/Q2

Joint ITU-T/IEEE Workshop on Next Generation Optical Access Systems. Standards Overview of ITU-T SG15/Q2 Joint ITU-T/IEEE Workshop on Next Generation Optical Access Systems Standards Overview of ITU-T SG15/Q2 David Faulkner ITU/SG15/Q2 Rapporteur Objectives of this Presentation Review SG15/Q2 on Optical Systems

More information

Transformation through Innovation

Transformation through Innovation INSSPG-2921 Transformation through Innovation Sumeet Arora Senior Vice President/GM, SP Network Systems Service Providers Biggest Challenges Web scale breaks our current cost and design models. l don t

More information

Protection for Tree-Based EPON-FTTH Architecture Using Combination ACS and OXADM

Protection for Tree-Based EPON-FTTH Architecture Using Combination ACS and OXADM Australian Journal of Basic and Applied Sciences, 4(12): 6260-6268, 2010 ISSN 1991-8178 Protection for Tree-Based EPON-FTTH Architecture Using Combination ACS and OXADM Mohammad Syuhaimi Ab-Rahman Computer

More information

Optical Solutions for 4G LTE Networks and Beyond

Optical Solutions for 4G LTE Networks and Beyond Optical Solutions for 4G LTE Networks and Beyond 4G LTE International Conference 2017 Hanoi Tony Pearson Finisar Corporation 1 Finisar Corporation World s Largest Supplier of Fiber Optic Components and

More information

Natasha Tamaskar VP, Global Marketing & Sales Strategy

Natasha Tamaskar VP, Global Marketing & Sales Strategy Driving to the Edge: How Open APIs and Open RAN will Transform Ordinary Parking Lots into Dynamic Data Centers Sep 25, 2018 Natasha Tamaskar VP, Global Marketing & Sales Strategy Natasha.Tamaskar@radisys.com

More information

Multiaccess in Ethernet Passive Optical Networks (EPON)

Multiaccess in Ethernet Passive Optical Networks (EPON) Multiaccess in Ethernet Passive Optical Networks (EPON) Marek Hajduczenia, PhD Principal Engineer Advanced Commercial Engineering Charter Communications 1 What is Passive Optical Network (PON)? Passive

More information

Mobile-CORD Enable 5G. ONOS/CORD Collaboration

Mobile-CORD Enable 5G. ONOS/CORD Collaboration Mobile-CORD Enable 5G ONOS/CORD Collaboration http://opencord.org/ M-CORD Drivers = Operator Challenges In the last 5 years 100,000% Increase in Wireless Data Traffic $50 Billion Spectrum investment (~50

More information

ICT Policy in Japan - Broadband and Mobile -

ICT Policy in Japan - Broadband and Mobile - ICT Policy in Japan - Broadband and Mobile - April 16, 2009 Hiroyuki HISHINUMA Director for New Competition Policy Telecommunications Policy Division Telecommunications Business Department Telecommunications

More information

Open CORD Project Paves the Way for 5G Innovation. Participation from:

Open CORD Project Paves the Way for 5G Innovation. Participation from: Open CORD Project Paves the Way for 5G Innovation Participation from: Today s Presenters: Moderator Presenter Presenter Presenter Mike Robuck Editor Telco Transformation Larry Peterson CTO, Open Networking

More information

Innovation Technology for Future Convergence Network

Innovation Technology for Future Convergence Network KRnet 2013 Keynote Speech Innovation Technology for Future Convergence Network Jinsung Choi, Ph.D. EVP, Head of ICT R&D Division, SK Telecom Contents I. Key Trends Driving Network Evolution II. Innovation

More information

FTTH Technology Considerations

FTTH Technology Considerations FTTH Technology Considerations Wolfgang Fischer wfischer@cisco.com 2009 Cisco Systems, Inc. All rights reserved. 1 Trends for access bitrates 2008 Cisco Systems, Inc. All rights reserved. 2 Video as a

More information

Evolution of Optical Access Networks

Evolution of Optical Access Networks Evolution of Optical Access Networks 1 Evolution Requirements 1.1 Challenges Brought by an Era of 10X Bandwidth for Broadband Network Operators According to an Informa report, global Internet traffic increases

More information

Next Generation Optical Access Networks: A Review

Next Generation Optical Access Networks: A Review Next Generation Optical Access Networks: A Review Avneet Kaur Baljeet Kaur Kuldeepak Singh ABSTRACT Passive Optical Networks (PONs) represent one of the most attractive access network solutions. As the

More information

SDN-Enabled Broadband Access (SEBA) SEBA RD Team Thomas Moore (AT&T) December 4, 2018

SDN-Enabled Broadband Access (SEBA) SEBA RD Team Thomas Moore (AT&T) December 4, 2018 SDN-Enabled Broadband Access (SEBA) SEBA RD Team Thomas Moore (AT&T) December 4, 2018 SEBA Rationale, Assumptions & Architecture Operator-Driven Deploy in 2018 Common infrastructure Containers run in Kubernetes

More information

FTTH: B-PON, GPON, EPON. Don McCullough VP Marketing Ericsson May 9, 2007

FTTH: B-PON, GPON, EPON. Don McCullough VP Marketing Ericsson May 9, 2007 FTTH: B-PON, GPON, EPON Don McCullough VP Marketing Ericsson May 9, 2007 Technology Choices for the Future You are never too thin, never too rich and You never have enough bandwidth. 2 PON Agenda Market

More information

Front-haul networking for 5G: An analysis of technologies and standardization

Front-haul networking for 5G: An analysis of technologies and standardization Front-haul networking for 5G: An analysis of technologies and standardization HUAWEI TECHNOLOGIES CO., LTD. Hassan Halabian hassan.halabian@huawei.com Canada Research Center November 2017 Cloud-RAN Advantages:

More information

Subscriber-aware Dynamic SFC

Subscriber-aware Dynamic SFC Subscriber-aware Dynamic SFC Madhu Kashyap Dir. of Product Management Netsia Serkant Uluderya Engineering Mgr. Netsia 1 About Netsia Working with Leading Operators in Tandem Collaboration & Partnerships

More information

AllWave FIBER BENEFITS EXECUTIVE SUMMARY. Metropolitan Interoffice Transport Networks

AllWave FIBER BENEFITS EXECUTIVE SUMMARY. Metropolitan Interoffice Transport Networks AllWave FIBER BENEFITS EXECUTIVE SUMMARY Metropolitan Interoffice Transport Networks OFS studies and other industry studies show that the most economic means of handling the expected exponential growth

More information

Research and improvement of GPON dynamic bandwidth allocation algorithm Qiang Hana, Hanjian Nib

Research and improvement of GPON dynamic bandwidth allocation algorithm Qiang Hana, Hanjian Nib 3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) Research and improvement of GPON dynamic bandwidth allocation algorithm Qiang Hana, Hanjian Nib

More information

Fixed Innovative Bandwidth Utilization in TDM EPON

Fixed Innovative Bandwidth Utilization in TDM EPON 634 Fixed Innovative Bandwidth Utilization in TDM EPON Muhammad Bilal 1, Muhammad Awais 2, Muhammad Irfan 3, Ammar Rafiq 4 1 Department of Computer Science, NFC Institute of Engineering & Fertilizer Research,

More information

Table of Contents Chapter 1 EPON System Configuration Chapter 2 OLT Configuration Chapter 3 ONU Configuration

Table of Contents Chapter 1 EPON System Configuration Chapter 2 OLT Configuration Chapter 3 ONU Configuration Table of Contents Table of Contents Chapter 1 EPON System Configuration... 1-1 1.1 Introduction to EPON System... 1-1 1.2 EPON System Configuration Tasks... 1-2 1.3 Configuring the Interval to Sample System

More information

SAQ² ( Sakusaku ) JAPAN Project -Action Plan for Establishing ICT Use Environment for Foreign Tourists-

SAQ² ( Sakusaku ) JAPAN Project -Action Plan for Establishing ICT Use Environment for Foreign Tourists- June 12, 2014 Ministry of Internal Affairs and Communications SAQ² ( Sakusaku ) JAPAN Project -Action Plan for Establishing ICT Use Environment for Foreign Tourists- The number of foreign tourists exceeded

More information

Smooth migration Technology from GE-PON to NG-PON towards NGN era in Japan

Smooth migration Technology from GE-PON to NG-PON towards NGN era in Japan Smooth migration Technology from GE-PON to NG-PON towards NGN era in Japan 3 June, 2009 Naoto Yoshimoto Access Network Service Systems Labs. NTT Corporation yosimoto@ansl.ntt.co.jp 1 Outline 1. Current

More information

NTT WEST s Approach to IPv6 Networking

NTT WEST s Approach to IPv6 Networking NTT WEST s Approach to IPv6 Networking Ichiro MORIHARA Research and Development Center Technology Department Nippon Telegraph and Telephone West Corporation February 24, 2005 February 24, 2, 2005 Agenda

More information

ONF CONNECT 2018 DEUTSCHE TELEKOM KEYNOTE

ONF CONNECT 2018 DEUTSCHE TELEKOM KEYNOTE ONF CONNECT 2018 DEUTSCHE TELEKOM KEYNOTE STRATEGY FOR INTEGRATED GIGABIT NETWORKS ONF Connect December 2018 2 DEUTSCHE TELEKOM PROFILE Customers & Markets Facts & Figures Customers 168 mn mobile customers

More information

Passive Optical Networks: Fundamental Deployment Considerations

Passive Optical Networks: Fundamental Deployment Considerations white paper p age 1 of 7 Passive Optical Networks: Fundamental Deployment Considerations Abstract This paper provides a brief introduction to the subject of Passive Optical Networks (PONs) and discusses

More information

Evolving to an Open C-RAN Architecture for 5G

Evolving to an Open C-RAN Architecture for 5G Independent market research and competitive analysis of next-generation business and technology solutions for service providers and vendors Evolving to an Open C-RAN Architecture for 5G A Heavy Reading

More information

From virtualization, thru multivendor sharing to 5G RAN modularization. Mark Grayson Distinguished Engineer 7/8 November 2017

From virtualization, thru multivendor sharing to 5G RAN modularization. Mark Grayson Distinguished Engineer 7/8 November 2017 From virtualization, thru multivendor sharing to 5G RAN modularization Mark Grayson Distinguished Engineer 7/8 November 2017 Radio Network Evolution Hyper Dense Outdoor Network Coverage and capacity for

More information

Gigabit Ethernet Passive Optical Network (GEPON) Tutorial. June 2004

Gigabit Ethernet Passive Optical Network (GEPON) Tutorial. June 2004 Gigabit Ethernet Passive Optical Network (GEPON) Tutorial June 2004 1 Ethernet Passive Optical Network (EPON) Tutorial OVERVIEW... 2 EPON TOPOLOGIES... 4 EPON NETWORK... 4 EPON SYSTEMS... 5 EPON PROTOCOL...

More information

Creating the Future on the Shoulders of a Giant ZTE Flagship Tbit Optical Platform

Creating the Future on the Shoulders of a Giant ZTE Flagship Tbit Optical Platform Creating the Future on the Shoulders of a Giant ------ZTE Flagship Tbit Optical Platform Led by the rapid development of emerging services including HD (high definition) video, VR (virtual reality) and

More information

Cisco 5G Vision Series: Vertical Value Creation

Cisco 5G Vision Series: Vertical Value Creation White Paper Cisco 5G Vision Series: Vertical Value Creation What You Will Learn 5G networks must be designed with new capabilities addressing the needs of new vertical markets. Current mobile standards

More information

Architecture Analysis of Hybrid TDM/WDM PON

Architecture Analysis of Hybrid TDM/WDM PON Architecture Analysis of Hybrid TDM/WDM PON www.huawei.com Jing Lei AN Technology Research Dept IEEE meeting, July 2014 HUAWEI TECHNOLOGIES CO., LTD. OUTLINE Motivation ODN architectures Three classes

More information

NTT Communications' Perspective on Next GEN Optical Transport Network

NTT Communications' Perspective on Next GEN Optical Transport Network OFC2014 Market Watch NTT Communications' Perspective on Next GEN Optical Transport Network Hisayoshi Yoshida NTT Communication Corporation hisayoshi.yoshida@ntt.com 1 Traffic Trend The rapid traffic growth

More information

point-to-multipoint deep fiber access

point-to-multipoint deep fiber access point-to-multipoint deep fiber access GPON with ericsson eda 1500 fiber solutions Today s digital life is expanding into all possible areas of society, looking to connect everybody and everything. This

More information

Network Slicing. Tony Tam. September 26, 2017 Burnaby, Canada

Network Slicing. Tony Tam. September 26, 2017 Burnaby, Canada Network Slicing Tony Tam September 26, 2017 Burnaby, Canada Network Slicing IMT-2020 Traffic bandwidth, connection density, and stringent delay has increased up to 3 order of magnitude from 4G network

More information

SDN and NFV as expressions of a systemic trend «integrating» Cloud, Networks and Terminals

SDN and NFV as expressions of a systemic trend «integrating» Cloud, Networks and Terminals SDN and NFV as expressions of a systemic trend «integrating» Cloud, Networks and Terminals Antonio Manzalini, Chair of the IEEE SDN initiative Bobby Wong, Program Director SDN-NFV Standardization Committee

More information

Inventing Future Access and Services

Inventing Future Access and Services CORD: Central Office Re-architected as a Datacenter Inventing Future Access and Services Guru Parulkar ON.Lab and Stanford University parulkar@stanford.edu CORD + ONOS Community ON.LAB SERVICE PROVIDER

More information

5G-PICTURE Project: Converged 5G

5G-PICTURE Project: Converged 5G 5G-PICTURE Project: Converged 5G Fronthaul/ Backhaul Infrastructure based on Dis-Aggregated RAN Presenter: Ioanna Mesogiti Senior R&D Engineer, MBA, MSc COSMOTE - Mobile Telecommunications S.A. R&D Projects

More information

Experience of deployment of broadband optical access system and its future vista

Experience of deployment of broadband optical access system and its future vista Experience of deployment of broadband optical access system and its future vista Brian Ford* Motoyuki Nakamura** * BellSouth Telecommunications, Science and Technology Exploratory Development Brian.Ford@BellSouth.com

More information

Next-generation Mobile Communications System: 5G

Next-generation Mobile Communications System: 5G Next-generation Mobile Communications System: 5G Evolution of Mobile Technology Steady evolution toward higher capacity and data rates 1G Analog 2G Digital 3G IMT-2000 LTE 4G IMT-Advanced IMT-Advanced

More information

A NOVEL DECENTRALIZED ETHERNET-BASED PASSIVE OPTICAL NETWORK ARCHITECTURE

A NOVEL DECENTRALIZED ETHERNET-BASED PASSIVE OPTICAL NETWORK ARCHITECTURE A NOVEL DECENTRALIZED ETHERNET-BASED PASSIVE OPTICAL NETWORK ARCHITECTURE A. Hadjiantonis, S. Sherif, A. Khalil, T. Rahman, G. Ellinas, M. F. Arend, and M. A. Ali, Department of Electrical Engineering,

More information

G.epon and Current Status of Related Standardization

G.epon and Current Status of Related Standardization G.epon and Current Status of Related Standardization Ken-Ichi Suzuki Abstract G.epon is an ITU-T (International Telecommunication Union, Telecommunication Standardization Sector) version of the system-level

More information

5G Infinite Acceleration Cisco Knowledge Network. Humberto J. La Roche, PhD, Principal Engineer October 25, 2016

5G Infinite Acceleration Cisco Knowledge Network. Humberto J. La Roche, PhD, Principal Engineer October 25, 2016 5G Infinite Acceleration Cisco Knowledge Network Humberto J. La Roche, PhD, Principal Engineer October 25, 2016 Our Big Bang the Internet! 2 Internet Is Constantly Growing By year 2020: 82% of the world

More information

Fronthaul and Backhaul for 5G and Beyond

Fronthaul and Backhaul for 5G and Beyond Fronthaul and Backhaul for 5G and Beyond Alain Mourad COST IRACON, Durham, October 2016 A Presence Focused on the World s Wireless Centers Asia, Seoul 2015 InterDigital, Inc. All Rights Reserved. InterDigital

More information

ITU-T. G Amendment 1 (08/2015) 40-Gigabit-capable passive optical networks (NG-PON2): General requirements

ITU-T. G Amendment 1 (08/2015) 40-Gigabit-capable passive optical networks (NG-PON2): General requirements I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU G.989.1 Amendment 1 (08/2015) SERIES G: TRANSMISSION SYSTEMS AND MEDIA, DIGITAL

More information

Modeling Advanced Optical Broadband Architectures

Modeling Advanced Optical Broadband Architectures MIT Center for ebusiness Annual Sponsors Conference and CIO Symposium June 20 21, 2006 Modeling Advanced Optical Broadband Architectures Rajeev J. Ram Director Massachusetts Institute of Technology Model

More information

Review: Passive optical networks current trends and future

Review: Passive optical networks current trends and future Review: Passive optical networks current trends and future Manpreet Kaur, 2 Er.Dipti Bansal Student, 2 Assistant Professor (ECE) Electronics and communication Punjabi University, Patiala, India Abstract

More information

Connected World. Connected Experiences. Fronthaul Technologies in vran

Connected World. Connected Experiences. Fronthaul Technologies in vran Connected World. Connected Experiences. Fronthaul Technologies in vran Introduction The mobile communication industry is currently heading towards the fifth generation (5G) network. The new network strategy

More information