Half Cycling Dynamic Bandwidth Allocation with Prediction on EPON

Size: px
Start display at page:

Download "Half Cycling Dynamic Bandwidth Allocation with Prediction on EPON"

Transcription

1 Half Cycling Dynamic Bandwidth Allocation with Prediction on EPON Özgür Can TURNA 1, M.Ali AYDIN 1, A.Halim ZAĐM 2, Tülin ATMACA 3 1 Department of Computer Engineering, Istanbul University, Istanbul, Turkey {ozcantur, aydinali}@istabul.edu.tr 2 Institute of Science and Engineering, Istanbul Commerce University, Istanbul, Turkey azaim@iticu.edu.tr 3 Department RST, Institut Telecom / Telecom SudParis, Evry, France tulin.atmaca@it-sudparis.eu Abstract This study is about a prediction approach for our previous dynamic bandwidth allocation algorithm for Ethernet Passive Optical Networks (EPON). Our previous work (hcdba) is based on half cycle timing for bandwidth allocation. That can be handled as a middle way between online and offline bandwidth allocation schemes. In PONs, prediction is used for bandwidth allocation to grant loaded nodes with early responses. However, due to the versatile nature of data traffic, prediction algorithms have a handicap to provide a better solution in classical approaches. In this study, a novel prediction approach integrated with hcdba algorithm described. Performance comparison of hcdba with & without prediction and IPACT algorithm is given. According to the simulation results, prediction on hcdba seems to give some performance improvements in terms of access-delay. Keywords-component; Prediction, Dynamic Bandwidth Allocation, EPON, hcdba I. INTRODUCTION Each day, the growth of internet usage and computer network is rising. It is a challenging race for service providers to represent more bandwidth to customers. However it can be costly to switch to a new technology in access networks. Besides, the DSL systems that are used over the twisted pair telephone lines have limitations. For future access networks, fiber solutions are the promising ones. Passive Optical Networks (PONs) coming to front because of its costeffectiveness. A PON system consists of an Optical Line Terminal (OLT) at central office, Optical Network Units (ONU) at subscribers and fiber lines connected by passive optical splitters. In PON, the transmission is done with broadcasting in downstream and a single line is used by multiplexing in upstream. Time division multiplexing (TDM) approaches for upstream bandwidth allocation is standardized. For TDM, there are two main standardization branches. The first one is Gigabit PON (GPON), which is a successor of Asynchronous Transfer Mode PON (APON), standardized by ITU-T. GPON uses GPON Encapsulation Method (GEM) framing in upstream and downstream direction, which is based G.7041 Generic framing procedure (specification for sending IP packets over SDH networks) [1]. Contrary to APON, which is originally created to carry ATM based transmission packet, GPON can carry ATM, Ethernet or any other TDM based packet type inside GEM frames. The second one is EPON, which is standardized by IEEE 802.3ah Task Force [2]. They have developed a PON architecture, which is based on standard Ethernet packing. Their approach to the solution for PON is that, in the near future all the carried traffic to subscribers will become IP traffic. Thus, usage of Ethernet in the first mile makes network design simple and easily understandable. They have published EPON standard in 2000 at 1Gbps up/down transmission capacity. By 2009, 10Gbps up/down transmission capacity has been standardized for EPON architecture [3]. For bandwidth allocation, EPON, which has only passive optical units in its infrastructure, comes front in cost and deliverability of service with high bandwidth and long haul access. In upstream direction, EPON needs a multiple access control mechanism to control the bandwidth allocation among Optical Network Units (ONUs) where Multi-Point Control Protocol (MPCP) is responsible for. EPON standard supports the controlling mechanism for bandwidth allocation but it leaves the bandwidth allocation mechanism for implementers. The scheme of bandwidth allocation in EPON can be either static or dynamic. In static allocation, a fixed-size transmission window is allocated by OLT to each ONU, regardless of the traffic requirements at each ONU. On other hand, in the dynamic allocation, a variable-size transmission window is dynamically allocated to different ONUs, taking into account their traffic demands that they reported. It is well known that by using dynamic allocation the bandwidth utilization can be increased. Dynamic bandwidth allocation on EPON is an open subject for implementers and researchers to work on. In our previous study [4], we have introduced a new dynamic bandwidth allocation algorithm for EPON. We have named it Half Cycling Dynamic Bandwidth Allocation (hcdba) due to its cycling mechanism. Under low traffic load, hcdba works like online DBA algorithms, on the contrary under high load it works like offline DBA algorithm. This rotation is done by a control mechanism in the algorithm at each report message arrival. In offline mode, the decision for bandwidth allocation is done only for half of the clients. In this paper, we present a prediction extension for bandwidth allocation scheme of hcdba and compare the performance of hcdba with prediction extension, hcdba without prediction extension and IPACT as a reference model /12/$ IEEE

2 This paper is organized as follows. In section II; Interleaved Polling with Adaptive Cycle Time (IPACT) algorithm and hcdba have been summarized. In section III; our new proposed prediction extension for hcdba is introduced. In section IV, our simulation environment is described and the simulation results are presented. Finally, section V concludes the paper. II. OVERVIEW OF IPACT AND HCDBA A. IPACT G. Kramer et al [5] propose the early solution for dynamic bandwidth allocation Interleaved Polling with Adaptive Cycle Time (IPACT). In [5], there are five different conditions that can be used over IPACT and according to the authors; the best variation of IPACT algorithm is to use a maximum window limit approach. In IPACT, OLT sends gate messages to the ONUs one by one in an interleaved fashion without waiting the next report message to arrive from other ONUs. This helps OLT to make the maximum usage of the upstream. However, if one of the ONUs have a huge packet tail in its buffer, then it can make a request which dominates the upstream channel for a long period of time. In this case, other ONUs start starvation for bandwidth and they are threatened in an unfair way. So, in IPACT, a maximum window size has been decided for maximum bandwidth allocation for an ONU in one cycle. The problem with IPACT algorithm is that, it is not able to distribute the free capacity of the upstream channel to the highly loaded ONUs in a cycle. If we increase the maximum window size, this can cause longer waiting time for packets in ONUs local buffers to be sent in next cycle. On the contrary, if we set the window size shorter, this will cause more GATE and REPORT transmission which bring extra overhead to the system. B. hcdba The hcdba algorithm, which we presented in our previous study [4], works in two modes according to the load of the upstream channel. In low loads the algorithm switch into online DBA mode that is similar to IPACT algorithm and in high loads it switches into offline DBA mode. The working mode changes respectively according to the incoming upstream bandwidth demands to the OLT. In offline DBA (Interleaved Polling with Stop) algorithm, if OLT is able to know the bandwidth demands from entire ONUs before idle period start time (T idle_start ) as earlier as the length of idle period T idle (T computation + RTT ), GATE messages can be sent without any idle period in upstream channel. In hcdba, to send GATE messages, OLT calculates the bandwidth amount to be given for half of ONUs instead of entire list, if more than half of ONUs have reported their demands after the last gated ONU. Otherwise, OLT directly sends a GATE message to the following ONU in polling list. In this case, OLT is in online DBA mode which will continue until number of reported ONUs is more than half of the total. When reported ONU count reaches this amount, OLT again starts working in offline DBA mode and jump in half cycle algorithm to distribute bandwidth among ONUs. The algorithm switches into online DBA mode when the OLT cannot collect enough REPORT messages. If time slots for ONUs are so short, the upstream channel is lowly loaded. Thereby, in online mode we do not have to take into consideration about fair distribution because we know that the system have a cycle time below the desired cycle time limit. The maximum window size can be held much bigger than IPACT (limited) approach. Even the cycle time becomes longer; the algorithm changes its form to offline DBA that is supposed to give a fair bandwidth distribution among ONUs in a cycle. III. PREDICTION EXTENSION FOR HCDBA In this approach, the prediction mechanism is processed by OLT, because any change in the ONU part is undesirable. In hcdba algorithm, the prediction takes place in online mode, since the traffic from other ONUs is not too much and the channel is not overloaded in online mode. Thereby we can give some extra grant to the next ONU according to its request while we are not behaving unfair to other ONUs [6]. Parameter definitions used in the algorithm is given in Table I. The prediction amount for an ONU is added to its requested window size and the grant for next cycle is send to the ONU in gate messages as usual. In this case, if the prediction amount plus the requested size exceeds the B max value the grant size is limited at the B max value. Parameter G R P B max H α k TABLE I. In the n th cycle; PARAMETER DESCRIPTIONS Description Grant Size - The granted window that OLT gives to an ONU in a GATE message. Request Size - ONU s demanded window size in the report message. Prediction Size - The predicted extra window size which will be added to the Request. Maximum Bandwidth - Maximum given bandwidth for each ONU in a cycle ( 15KB for 1Gbps ) Mean value of last 10 (j) grants given to an ONU. prediction weight value for history (0.5 taken) Weight value for prediction rate, initially taken as k=3 (means prediction will be %33 of the request) Gn = n+ n + < n + The prediction amount is affected by the amount of ONU s previous grants. In our algorithm, we consider the mean value of the last 10 grants that the OLT grants for the related ONU. = The predicted amount is affected by α of the mean of previous grants and (1-α) of the last request. The predicted amount is taken as proportion of k of the calculated value. The k value is a weight variable to regulate the predicted amount according to the miss of the previous requests and grants. (1) (2) /12/$ IEEE

3 The predicted amount is calculated as; = Each time of the prediction for the next queue size in the ONU, there is a big possibility to miss the exact value of the queue size. Therefore, the prediction mechanism has the possibility to give wrong decisions about the queue size under arbitrary traffic behavior. In such condition if the prediction is made much more or equal to the queue size of the ONU, the following request will be zero. If the prediction is made less than the queue size the OLT may take a request from the concerning ONU which will be more than zero. Therefore, according to the new request and last grant ratio, the k value can be regulated to change the OLT s prediction amount for the new cycle. >0 > 0 > = 1 >0 > 0 < +1 =0 If k n+1 is below one then it is rounded to one or if it is more than 100 the algorithm rounds it to 100. This limitation is to keep the k value between reasonable values. If the prediction value is smaller than a predetermined value (such as 64Bytes) then the algorithm eliminates the prediction amount in the grant calculation since the Ethernet packets cannot be smaller. This arrangement decreases the unusable grants. If no data packet arrives to the OLT in the last cycle from an ONU and the requested window size is zero then prediction is not made for this ONU in that cycle because this means that the ONU pass to an idle position and with prediction, it is possible to give an unnecessary grant. IV. PERFORMANCE EVALUATION In this section, we present simulation results to verify our analysis and demonstrate the performance of proposed prediction extension to hcdba algorithm. We compare the results obtained from the hcdba algorithm with and without prediction versions and IPACT algorithm. We use the same scenario for each algorithm on the simulation. We consider an EPON access network consisting of 16 ONUs connected to an OLT through a passive coupler. All ONUs are assigned a downstream and an upstream propagation delay (from ONU to OLT). The distance between the coupler and OLT and distances between ONUs and the coupler are fixed to 10 km (about 0.05 ms). We compare the algorithms in two cases; 1Gbps upstream channel for EPON and 10Gbps upstream channel for 10G-EPON. The algorithms are compared under four different priority classes described in Table II. For Premium and Silver traffic, we use CBR (Constant Bit Rates) sources. To generate self-similar traffic of Ethernet LAN (Bronze and Best Effort BE classes), we use an (3) (4) aggregation of multiple sources of Poisson Pareto Burst Process (PPBP), so called Pareto-distributed ON-OFF [7]. TABLE II. TRAFFIC HYPOTHESIS [8] CoS1 Premium CoS2 Silver CoS3 Bronze CoS4 BE Traffic Ratio 10 % 10 % 30 % 50 % Packet size (in Bytes) ,500, ,500,1500 Source and Burstiness CBR CBR PPBR/ µ=1.4 PPBP/µ=1.4 Burst Length (# of Packets) CBR CBR TABLE III. SIMULATION PARAMETERS Parameter Value(1Gbps) Value(10Gbps) No. of ONUs Upstream Bandwidth, R 1 Gbit/s 10 Gbit/s Maximum cycle time for 2ms 2ms hcdba and odba Maximum transfer window 15 KB (IPACT) size for IPACT and hcdba 30 KB (hcdba) Guard Time 5µs 5µs 150 KB (IPACT) 300 KB (hcdba) In simulation, we used a two-leveled queue approach for QoS traffic classes. Each QoS class packets buffered in separate queues in first level. Packets from all QoS classes that are waiting for a window in the following cycle are stored in a second level queue. When a new GATE message arrives to the ONU according to the granted window, the packets in second level queue are firstly scheduled and the packets in first level queues are scheduled from high priority to lower ones. After that, the packets buffered in first level queues are transferred to second level queue and a new window is demanded from OLT according to the second level queue length. By the use of twoleveled queue, we eliminate high priority packets to dominate the upstream bandwidth. The results are given under mono-service and multi-service conditions. The mono-service results are given to analyze the overall performance o the proposed approach easily. Simulations were done using discrete event network simulation tool (ns2.34). Table III shows the simulation parameters for each algorithm. p-hcdba refers to hcdba algorithm with prediction extension. Figure 1 shows mean access delay values for mono-service traffic of both cases (1Gbps, 10Gbps). hcdba algorithm with or without prediction extension give lower access delay values in all offered loads. Prediction extension makes an improvement in delay performance compared to pure hcdba algorithm. When the load increases, the prediction can significantly decrease the queue lengths in ONUs. If we compare the 1Gbps case with 10Gbps case, by the use of huge bandwidth capacities, prediction of the upstream traffic gets much more importance for decreasing the queue delays. In 10Gbps case, the decrease of access delay of p-hcdba seen obviously /12/$ IEEE

4 Figure 1. Mean Access Delay with Mono-Service Traffic 1Gbps 10Gbps Figure 2. Mean Access Delay with Multi-Service Traffic /12/$ IEEE

5 Figure 2 shows mean access delay values in 1Gbps Case and 10Gbps Case for multi-service traffic. In these graphs, results are given according to different service classes (CoS1 refers to the highest priority). In each case, initial three graphs show the result of an algorithm for different service classes and comparison of algorithms for CoS1 (highest priority) and CoS4 (best effort) are given in the following graphics. As it can be seen in the graphics, p-hcdba has a definite improvement in access delay values for each service class. Especially in high priority class, prediction has the greatest impact in access delay values. In two-leveled queue approach, after sending the packets in second level queue, first level queues are scanned from highest to lowest. By using prediction, extra window size is firstly used by the highest priority packets. V. CONCLUSION In this article, we proposed a prediction extension to our previous dynamic bandwidth allocation algorithm (hcdba) for EPON. Our aim is to improve our algorithms performance by decreasing the queuing delay of packets in ONUs local buffers. Prediction is used for early window reservation. It is known that under the arbitrary traffic, prediction of the traffic is a difficult task. False drops in window sizing are possible handicaps in prediction schemes. In our approach, by the advantange of load aware behavior of hcdba algorithm, it is to balance prediction decision. The performance evaluation results also show the advantage of new prediction scheme. p- hcdba improved the performance in terms of access delay. In this study, we saw that when the bandwidth increases the prediction approached has more impact of the overall performance. For further studies, early bandwidth allocation mechanisms should take more attention. ACKNOWLEDGMENT This work was supported by Scientific Research Projects Coordination Unit of Istanbul University (Project number 11793) and partially by the European EURO-NF project. This work is also a part of ongoing PhD thesis titled Next Generation Optical Access Networks at Istanbul University, Institute of Physical Sciences. REFERENCES [1] I. Cale, A. Salihovic, M. Ivekovic, Gigabit Passive Optical Network- GPON, Proceedings of the ITI th Int. Conf. on Information Technology Interfaces, June 25-28, 2007, Cavtat, Croatia [2] IEEE 802.3ah task force home page [Online]. Available: [3] G. Krammer, 10G-EPON: Drivers, Challenges, and Solutions, ECOC 2009, September, 2009 Vienna Austria. [4] O.C. Turna, M.A. Aydin, T. Atmaca, H. Zaim, A Novel Dynamic Bandwidth Allocation Algorithm Based on Half Cycling for EPON, EMERGING 2010, Florence, Italy, October [5] G. Kramer, B. Mukherjee, G. Pesavento, IPACT: a dynamic protocol for an Ethernet PON (EPON), IEEE Commun. Mag., 2002, 40, (2), pp [6] Özgür Can TURNA, M.Ali AYDIN, Tülin ATMACA, A.Halim ZAĐM, A Prediction Extension for Half Cycling Dynamic Bandwidth Allocation on EPON, Euro-NF International Workshop on Traffic and Congestion Control for the Future Internet (Euro-NF TCCFI 2011), March 31 April , Volos, Greece. [7] W. Willinger et al., Self-Similarity through High-Variability: Statistical Analysis of Ethernet LAN Traffic at the Source Level, Proc. ACM SIGCOMM 95, pp [8] T.D. Nguyen, T. Eido, T. Atmaca, An Enhanced QoS-enabled Dynamic Bandwidth Allocation Mechanism for Ethernet PON, Fift European Conference on Universal Multiservice Networks, ECUMN 2009, October 11-16, 2009, Sliema, Malta /12/$ IEEE

Supporting Global Priority in Epon Differentiated Services Upstream Bandwidth Allocation

Supporting Global Priority in Epon Differentiated Services Upstream Bandwidth Allocation N. A. M. Radzi, N. M. Din, M. H. Al-Mansoori, S. K. Sadon, M. S. A. Majid, M. Yaacob / IJECCT 212, Vol. 3 (1) 21 Supporting Global Priority in Epon Differentiated Services Upstream Bandwidth Allocation

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

A PDF Based Dynamic Bandwidth Allocation Algorithm Using Last Recent Polling Table

A PDF Based Dynamic Bandwidth Allocation Algorithm Using Last Recent Polling Table A PDF Based Dynamic Bandwidth Allocation Algorithm Using Last Recent Polling Table 1 Er. S. Sharma, 2 Er. A. Singhal 1 Vpo-jabli,tehsil-kasuli,district-solan(H.P) 2 Associate lecturer, MMU(Mullana) Abstract

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

Prudent Creditization Polling (PCP): A novel adaptive polling service for an EPON

Prudent Creditization Polling (PCP): A novel adaptive polling service for an EPON Prudent Creditization Polling (PCP): A novel adaptive polling service for an EPON Burak Kantarcı, Mehmet Tahir Sandıkkaya, Ayşegül Gençata, and Sema Oktuğ Istanbul Technical University, Department of Computer

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

Specific Systems: Passive Optical Networks (PONs) #14

Specific Systems: Passive Optical Networks (PONs) #14 Specific Systems: Passive Optical Networks (PONs) #14 Victor S. Frost Dan F. Servey Distinguished Professor Electrical Engineering and Computer Science University of Kansas 2335 Irving Hill Dr. Lawrence,

More information

A DYNAMIC BANDWIDTH ALLOCATION ALGORITHM IN EPON NETWORKS

A DYNAMIC BANDWIDTH ALLOCATION ALGORITHM IN EPON NETWORKS A DYNAMIC ANDWIDTH ALLOCATION ALGORITHM IN EPON NETWORKS YINGHUI QIU School of Electrical and Electronic Engineering, North China Electric Power University, eijing, 1226, China ASTRACT With the rapid development

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

Performance Assessment and Comparison between Star-ring based and Tree based EPONs

Performance Assessment and Comparison between Star-ring based and Tree based EPONs Performance Assessment and Comparison between Star-ring based and Tree based EPONs Zen-Der Shyu 1 Department of General Education, Army Academy, Taiwan I-Shyan Hwang 2,3, Chun-Wei Huang 3, and I-Cheng

More information

Analysis of Delay Performance in Efficient DBA with Global Priority for EPON

Analysis of Delay Performance in Efficient DBA with Global Priority for EPON The Society of Digital Information and Wireless Communications, 211 (ISSN: 222-985) Analysis of Delay Performance in Efficient DBA with Global Priority for EPON Nurul Asyikin Mohamed Radzi 1, Norashidah

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

An Analytical Model of the IEEE 802.3ah MAC Protocol for EPON-based Access Systems

An Analytical Model of the IEEE 802.3ah MAC Protocol for EPON-based Access Systems 1 An Analytical Model of the IEEE 802.3ah MAC Protocol for EPON-based Access Systems Sawsan Al Zahr and Maurice Gagnaire Department of Computer Sciences and Networks Telecom Paris - LTCI - UMR 5141 CNRS

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

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

FTTx (Optical Metro Core Network Transport Supporting Next Generation Wireless and FTTx Access Technology)

FTTx (Optical Metro Core Network Transport Supporting Next Generation Wireless and FTTx Access Technology) FTTx (Optical Metro Core etwork Transport Supporting ext Generation Wireless and FTTx Access Technology) (Optical Access etworking Technology) SC 9-3-E-009-9 9 8 93 7 3 FITL, Fiber in the Loop (EPO) (MAC)

More information

Improved Polling Strategies for Efficient Flow Control for Buffer Reduction in PON/xDSL Hybrid Access Networks

Improved Polling Strategies for Efficient Flow Control for Buffer Reduction in PON/xDSL Hybrid Access Networks Improved Polling Strategies for Efficient Flow Control for Buffer Reduction in PON/xDSL Hybrid Access Networks Anu Mercian, Elliott I. Gurrola, Michael P. McGarry, and Martin Reisslein School of Electrical,

More information

Multiple Access Techniques for epon. Glen Kramer

Multiple Access Techniques for epon. Glen Kramer Multiple Access Techniques for epon len Kramer glen.kramer@alloptic.com IEEE 802.3 EFM Study roup Meeting, March 2001 First Mile LAN HAVE Non-cooperative (independent) users Non-uniform traffic: most traffic

More information

Energy Efficient Dynamic Bandwidth Allocation for Ethernet Passive Optical Networks

Energy Efficient Dynamic Bandwidth Allocation for Ethernet Passive Optical Networks Energy Efficient Dynamic Bandwidth Allocation for Ethernet Passive Optical Networks Abhishek Dixit, Bart Lannoo, Didier Colle, Mario Pickavet, Piet Demeester Department of Information Technology, Ghent

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

End-to-End Performance Evaluation of Interconnected Optical Multi-ring Metropolitan Networks*

End-to-End Performance Evaluation of Interconnected Optical Multi-ring Metropolitan Networks* End-to-End Performance Evaluation of Interconnected Optical Multi-ring Metropolitan Networks* Tülin Atmaca and Tuan Dung Nguyen Institut Telecom/Telecom SudParis, 9 rue Charles Fourier, 91011 Evry-France

More information

1 Introduction

1 Introduction Published in IET Communications Received on 9th September 2009 Revised on 17th April 2010 ISSN 1751-8628 Adaptive dynamic bandwidth allocation algorithm with sorting report messages for Ethernet passive

More information

Providing Delay Bounds for Real-time Traffic over EPONs

Providing Delay Bounds for Real-time Traffic over EPONs Proceedings of the 9th WSEAS International Conference on Automatic Control, Modeling & Simulation, Istanbul, Turkey, May 27-29, 2007 145 Providing Delay Bounds for Real-time Traffic over EPONs HELEN-C.

More information

Analyzing the Performance of Centralized Polling for Long-Reach Passive Optical Networks

Analyzing the Performance of Centralized Polling for Long-Reach Passive Optical Networks The 2nd International Conference on Communications and Information Technology (ICCIT): Communication Networks and Systems, Hammamet Analyzing the Performance of Centralized Polling for Long-Reach Passive

More information

Burst-mode Transceivers and Differentiated Classes of Service for PON. Dr. Monir Hossen ECE, KUET

Burst-mode Transceivers and Differentiated Classes of Service for PON. Dr. Monir Hossen ECE, KUET Burst-mode Transceivers and Differentiated Classes of Service for PON Dr. Monir Hossen ECE, KUET 1 Concept of Burst-mode Types of Burst-mode ONU Transmitter ~ ON/OFF with time slot fast ON/OFF is required

More information

Flexibility Evaluation of Hybrid WDM/TDM PONs

Flexibility Evaluation of Hybrid WDM/TDM PONs Flexibility Evaluation of Hybrid WD/TD PONs Abhishek Dixit, Bart Lannoo, Goutam Das, Didier Colle, ario Pickavet, Piet Demeester Department of Information Technology, Ghent University IBBT, B-9 Gent, Belgium

More information

Software-Defined Assisted PON Multi-DDF Protection and Recovery

Software-Defined Assisted PON Multi-DDF Protection and Recovery Proceedings of the International MultiConference of Engineers and Computer Scientists 6 Vol II,, March 6-8, 6, Hong Kong Software-Defined Assisted PON Multi-DDF Protection and Recovery Andrew Fernando

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

A Scalable CWDM/TDM-PON network with future-proof elastic bandwidth

A Scalable CWDM/TDM-PON network with future-proof elastic bandwidth A Scalable CWDM/TDM-PON network with future-proof elastic bandwidth STAMATIOS V. KARTALOPOULOS, PhD Williams Professor in Telecommunications Networking ECE Department, TCOM graduate program The University

More information

Approach of the T-CONT Allocation to Increase the Bandwidth in Passive Optical Networks

Approach of the T-CONT Allocation to Increase the Bandwidth in Passive Optical Networks 954 Z. BOSTERNAK, R. ROKA, APPROACH OF THE T-CONT ALLOCATION TO INCREASE THE BANDWIDTH IN PON Approach of the T-CONT Allocation to Increase the Bandwidth in Passive Optical Networks Zoltan BOSTERNAK, Rastislav

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

ENERGY SAVING FOR THE ETHERNET PASSIVE OPTICAL NETWORKS (EPON)

ENERGY SAVING FOR THE ETHERNET PASSIVE OPTICAL NETWORKS (EPON) ENERGY SAVING FOR THE ETHERNET PASSIVE OPTICAL NETWORKS (EPON) Amit Kumar Keshari 1, Partha Paul 2 1 Faculty of Science & Technology, ICFAI University Jharkhand, Ranchi India 2 Department of Computer Science

More information

PRE-COMPUTATIONAL CYNAMIC BANDWIDTH ALLOCATION ALGORITHM USING TDM/WDM PASSIVE OPTICAL NETWORKS

PRE-COMPUTATIONAL CYNAMIC BANDWIDTH ALLOCATION ALGORITHM USING TDM/WDM PASSIVE OPTICAL NETWORKS Volume 118 No. 24 2018 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ PRE-COMPUTATIONAL CYNAMIC BANDWIDTH ALLOCATION ALGORITHM USING TDM/WDM PASSIVE OPTICAL

More information

Taking Turns with Adaptive Cycle Time and Immediate Tagging

Taking Turns with Adaptive Cycle Time and Immediate Tagging Taking Turns with Adaptive ycle Time and Immediate Tagging A Decentralized Upstream Media Access Scheme for Long-Reach PON Ahmed H. Helmy and Habib Fathallah, Member, IEEE, OSA Electrical Engineering Department,

More information

MCPC IN EPOC. Ryan Hirth, Glen Kramer

MCPC IN EPOC. Ryan Hirth, Glen Kramer MCPC IN EPOC Ryan Hirth, Glen Kramer 1 HOW TO MAP BITS TO TQ? TQ is 16ns The bits per TQ will vary based on FEC and rate. The 10G EPON MAC operates at 10Gbps REPORT frames Report queue lengths are at 20Bytes

More information

Performance Analysis of 2. 5 Gbps downlink GPON

Performance Analysis of 2. 5 Gbps downlink GPON International Journal of Electrical Engineering. ISSN 0974-2158 Volume 7, Number 1 (2014), pp. 43-51 International Research Publication House http://www.irphouse.com Performance Analysis of 2. 5 Gbps downlink

More information

MASTER PROJECT NEW DYNAMIC BANDWIDTH ALLOCATION ALGORITHM ANALYSIS: DDSPON FOR ETHERNET PASSIVE OPTICAL NETWORKS

MASTER PROJECT NEW DYNAMIC BANDWIDTH ALLOCATION ALGORITHM ANALYSIS: DDSPON FOR ETHERNET PASSIVE OPTICAL NETWORKS MASTER PROJECT NEW DYNAMIC BANDWIDTH ALLOCATION ALGORITHM AUTHOR: PAOLA GARFIAS HERNÁNDEZ DIRECTOR: SEBASTIÀ SALLENT RIBES 1 1 TABLE OF CONTENTS 1 INTRODUCTION... 6 2 BACKGROUND... 7 2.1 PASSIVE OPTICAL

More information

Analysis and Derivation of Mean Packet Delay for Gated Service in EPONs

Analysis and Derivation of Mean Packet Delay for Gated Service in EPONs Analysis and Derivation of Mean Packet Delay for Gated Service in EPONs 09 Analysis and Derivation of Mean Packet Delay for Gated Service in EPONs Sailesh Bharati 1 and Poompat Saengudomlert, Non-members

More information

Pipelined Architecture of Dynamic Bandwidth. Allocation for Energy Efficiency in XG-PON

Pipelined Architecture of Dynamic Bandwidth. Allocation for Energy Efficiency in XG-PON Contemporary Engineering Sciences, Vol. 7, 2014, no. 24, 1355-1362 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.49167 Pipelined Architecture of Dynamic Bandwidth Allocation for Energy

More information

A solution for Synchronization Problem of Interconnected Metro Access and Metro Core Ring Networks

A solution for Synchronization Problem of Interconnected Metro Access and Metro Core Ring Networks A solution for Synchronization Problem of Interconnected Access and Core Ring Networks Tülin ATMACA, Van T. NGUYEN, Dung T. NGUYEN, Glenda GONZALEZ Lab. CNRS/Samovar Institut Telecom/Telecom SudParis Evry

More information

PASSIVE OPTICAL NETWORK FOR SUPPORTING IOT

PASSIVE OPTICAL NETWORK FOR SUPPORTING IOT PASSIVE OPTICAL NETWORK FOR SUPPORTING IOT Tanjila Ahmed April 8, 2016 Friday Group Meeting, Netlab UC Davis 1 Bandwidth Allocation For Multiservice Access On EPONs Yusnqiu Luo, Nirwan Ansari New Jersey

More information

International ejournals

International ejournals Available online at www.internationalejournals.com ISSN 2249 5460 International ejournals International ejournal of Mathematics and Engineering 224 (2013) 2195 2200 CONCEPT OF DYNAMIC BANDWIDTH ALLOCATION

More information

Ethernet Passive Optical Network (EPONs): Physical Layer Analysis and Survivability

Ethernet Passive Optical Network (EPONs): Physical Layer Analysis and Survivability Ethernet Passive Optical Network (EPONs): Physical Layer Analysis and Survivability Anjana Shukla 1 and Vineeta Saxena Nigam 2 1 Department of Electrical and Electronics,Oriental Institute of Science and

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

Simply self-restored ring-based time-division-multiplexed passive optical network

Simply self-restored ring-based time-division-multiplexed passive optical network Vol. 7, No. 4 / April 2008 / JOURNAL OF OPTICAL NETWORKING 288 Simply self-restored ring-based time-division-multiplexed passive optical network C.-H. Yeh, 1, * C.-S. Lee, 1 and S. Chi 2,3 1 Information

More information

Delay Analysis of Ethernet Passive Optical Networks with Quasi-leaved Polling and Gated Service Scheme

Delay Analysis of Ethernet Passive Optical Networks with Quasi-leaved Polling and Gated Service Scheme Delay Analysis of Ethernet Passive Optical Networks with Quasi-leaved Polling and Gated Service Scheme Xiaofeng Bai and Abdallah Shami The University of Western Ontario London, ON, Canada Email: xbai6@uwo.ca,

More information

For internal circulation of BSNL only

For internal circulation of BSNL only E1-E2 E2 (EB) NGPN-FTTH For internal circulation of BSNL only WELCOME This is a presentation for the E1-E2 EB Module for the Topic: NGPN-FTTH Eligibility: Those who have got the Up gradation from E1 to

More information

EPON Scheduling Protocol Requirements

EPON Scheduling Protocol Requirements EPON Scheduling Protocol Requirements A system-level perspective Glen Kramer (kramer@cs.ucdavis.edu) Ryan Hirth (RHirth@terawave.com) Ed Boyd (ed.boyd@teknovus.com) Onn Haran (onn.haran@passave.com) Kent

More information

Impact of EPON DBA Components on Performance

Impact of EPON DBA Components on Performance Impact of EPON DBA Components on Performance Michael P. McGarry, Martin Reisslein, Frank Aurzada, and Michael Scheutzow Dept. of Electrical and Computer Engineering University of Texas at El Paso, El Paso,

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

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

Performance of the IEEE EPON Registration Scheme Under High Load

Performance of the IEEE EPON Registration Scheme Under High Load Performance of the IEEE 8.3 EPON Registration Scheme Under High Load Swapnil Bhatia and Radim Bartoš Department of Computer Science, University of New Hampshire, Durham, NH 38, USA ABSTRACT The proposed

More information

Integrated EPON-LTE Network DBA Algorithm s Real Time Performance Analysis Using Network Processors

Integrated EPON-LTE Network DBA Algorithm s Real Time Performance Analysis Using Network Processors Integrated EPON-LTE Network DBA Algorithm s Real Time Performance Analysis Using Network Processors S. Ramya Dr. N. Nagarajan Dr. B. Kaarthick Mettler-Toledo Turing Software, Coimbatore, INDIA Department

More information

Performance Analysis of a MAC Protocol for Ethernet Passive Optical Networks

Performance Analysis of a MAC Protocol for Ethernet Passive Optical Networks Faculty of Engineering Department of Information Technology Chairman: prof. dr. Ir. P. LAGASSE Performance Analysis of a MAC Protocol for Ethernet Passive Optical Networks by Lieven VERSLEGERS Promoters:

More information

Chapter 8: Multiplexing

Chapter 8: Multiplexing NET 456 High Speed Networks Chapter 8: Multiplexing Dr. Anis Koubaa Reformatted slides from textbook Data and Computer Communications, Ninth Edition by William Stallings, 1 (c) Pearson Education - Prentice

More information

Research Article Design and Analytical Analysis of a Novel DBA Algorithm with Dual-Polling Tables in EPON

Research Article Design and Analytical Analysis of a Novel DBA Algorithm with Dual-Polling Tables in EPON Mathematical Problems in Engineering Volume 2015, Article ID 919278, 10 pages http://dx.doi.org/10.1155/2015/919278 Research Article Design and Analytical Analysis of a Novel DBA Algorithm with Dual-Polling

More information

International ejournals

International ejournals ISSN 0976 1411 Available online at www.internationalejournals.com International ejournals International ejournal of Mathematics and Engineering 213 (2013) 2094-2099 SCHEDULING ALGORITHMS IN PON: A SURVEY

More information

714 IEEE COMMUNICATIONS SURVEYS & TUTORIALS, VOL. 14, NO. 3, THIRD QUARTER 2012

714 IEEE COMMUNICATIONS SURVEYS & TUTORIALS, VOL. 14, NO. 3, THIRD QUARTER 2012 714 IEEE COMMUNICATIONS SURVEYS & TUTORIALS, VOL. 14, NO. 3, THIRD QUARTER 2012 Bandwidth Distribution Solutions for Performance Enhancement in Long-Reach Passive Optical Networks Burak Kantarci, Member,

More information

Adaptive Fairness through intra-onu Scheduling for Ethernet Passive Optical Networks

Adaptive Fairness through intra-onu Scheduling for Ethernet Passive Optical Networks Adaptive Fairness through intra-onu Scheduling for Ethernet Passive Optical Networks Ahmad R. Dhaini, Chadi M. Assi, Abdallah Shami, and Nasir Ghani Concordia Institue for Information Systems Engineering

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

Online excess bandwidth distribution for Ethernet passive optical networks

Online excess bandwidth distribution for Ethernet passive optical networks Vol. 8, No. 4 / April 2009 / JOURNAL OF OPTICAL NETWORKING 358 Online excess bandwidth distribution for Ethernet passive optical networks Jason R. Ferguson, 1 Martin Reisslein, 2, * and Michael P. McGarry

More information

Quality of Service in TDM/WDM Ethernet Passive Optical Networks (EPONs)

Quality of Service in TDM/WDM Ethernet Passive Optical Networks (EPONs) Quality of Service in TDM/WDM Ethernet Passive Optical Networks (EPONs) Ahmad R. Dhaini, Chadi M. Assi, and Abdallah Shami Concordia Institue for Information Systems Engineering Concordia University, Montreal,

More information

Performance Analysis of the Signaling Channels of OBS Switches

Performance Analysis of the Signaling Channels of OBS Switches 296 Performance Analysis of the ignaling Channels of OB witches Hulusi YAHYAGİL A.Halim ZAİM M.Ali AYDIN Ö.Can TURNA İstanbul University, Computer Engineering Department, Avcılar İstanbul, TURKEY Abstract

More information

Dynamic Bandwidth Allocation with SLA Awareness for QoS in Ethernet Passive Optical Networks

Dynamic Bandwidth Allocation with SLA Awareness for QoS in Ethernet Passive Optical Networks J.OPT.COMMUN.NETW 1 Dynamic Bandwidth Allocation with SLA Awareness for QoS in Ethernet Passive Optical Networks Abhishek Dixit, Bart Lannoo, Goutam Das, Didier Colle, Mario Pickavet and Piet Demeester

More information

Analysis of mean packet delay in DR-MPCP limited service using queueing theory

Analysis of mean packet delay in DR-MPCP limited service using queueing theory 160 egular papers ODM 2018 Analysis of mean packet delay in D-MPCP limited service using queueing theory Tomoko Kamimura, Sumiko Miyata Shibaura Institute of Technology, 3-7-5 Toyosu, Koto-ku, Tokyo 135-8548,

More information

Lecture 2 Physical Layer - Multiplexing

Lecture 2 Physical Layer - Multiplexing DATA AND COMPUTER COMMUNICATIONS Lecture 2 Physical Layer - Multiplexing Mei Yang Based on Lecture slides by William Stallings 1 MULTIPLEXING multiple links on 1 physical line common on long-haul, high

More information

A novel algorithm for Ethernet-passive-optical-network dynamic bandwidth allocation based on threshold

A novel algorithm for Ethernet-passive-optical-network dynamic bandwidth allocation based on threshold Journal of Chongqing University (English Edition) [ISSN 1671-8224] Vol. 10 No. 1 March 2011 Article ID: 1671-8224(2010)04-0045-06 To cite this article: WANG Xue-shun, YU Shao-hua, DAI Jin-you. A novel

More information

Communication Networks

Communication Networks Communication Networks Chapter 3 Multiplexing Frequency Division Multiplexing (FDM) Useful bandwidth of medium exceeds required bandwidth of channel Each signal is modulated to a different carrier frequency

More information

Switching Schemes in Optical Networks

Switching Schemes in Optical Networks Switching Schemes in Optical Networks Matteo Fiorani Department of Engineering Enzo Ferrari University of Modena and Reggio Emilia 1 Outline 1) Access/Backhaul networks 2) Metro networks 3) Core networks

More information

Design and Performance Evaluation of a New Spatial Reuse FireWire Protocol. Master s thesis defense by Vijay Chandramohan

Design and Performance Evaluation of a New Spatial Reuse FireWire Protocol. Master s thesis defense by Vijay Chandramohan Design and Performance Evaluation of a New Spatial Reuse FireWire Protocol Master s thesis defense by Vijay Chandramohan Committee Members: Dr. Christensen (Major Professor) Dr. Labrador Dr. Ranganathan

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

Dynamic bandwidth allocation algorithms in EPON: a simulation study

Dynamic bandwidth allocation algorithms in EPON: a simulation study Dynamic bandwidth allocation algorithms in EPON: a simulation study D. Nikolova, B. Van Houdt, and C. Blondia University of Antwerp, Dept. Math. and Computer Science, Performance Analysis of Telecommunication

More information

PON Functional Requirements: Services and Performance

PON Functional Requirements: Services and Performance PON Functional Requirements: Services and Performance Dolors Sala Ajay Gummalla {dolors,ajay}@broadcom.com July 10-12, 2001 Ethernet in the First Mile Study Group 1 July 2001 Objective Outline the PON-specific

More information

IIDWBA Algorithm for Integrated Hybrid PON with Wireless Technologies for Next Generation Broadband Access Networks

IIDWBA Algorithm for Integrated Hybrid PON with Wireless Technologies for Next Generation Broadband Access Networks IIDWBA Algorithm for Integrated Hybrid PON with Wireless Technologies for Next Generation Broadband Access Networks N. Moradpoor School of Engineering, Computing and Applied Mathematics University of Abertay

More information

Defining QoS for Multiple Policy Levels

Defining QoS for Multiple Policy Levels CHAPTER 13 In releases prior to Cisco IOS Release 12.0(22)S, you can specify QoS behavior at only one level. For example, to shape two outbound queues of an interface, you must configure each queue separately,

More information

CURRENT Ethernet passive optical network (EPON)

CURRENT Ethernet passive optical network (EPON) 1204 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 26, NO. 10, MAY 15, 2008 Just-in-Time Scheduling for Multichannel EPONs Michael P. McGarry, Member, IEEE, Martin Reisslein, Senior Member, IEEE, Charles J. Colbourn,

More information

Modified Early DBA Algorithm for Reducing Packet Delay and Waiting Time of Unstable ONUs in PON

Modified Early DBA Algorithm for Reducing Packet Delay and Waiting Time of Unstable ONUs in PON International Journal of Innovative Research in Electronics and Communications (IJIREC) Volume 3, Issue 3, 2016, PP 33-43 ISSN 2349-4042 (Print) & ISSN 2349-4050 (Online) DOI: http://dx.doi.org/10.20431/2349-4050.0303005

More information

Efficient Bandwidth Management for Ethernet Passive Optical Networks. Dissertation by Amr Elsayed Mostafa Elrasad. Doctor of Philosophy

Efficient Bandwidth Management for Ethernet Passive Optical Networks. Dissertation by Amr Elsayed Mostafa Elrasad. Doctor of Philosophy Efficient Bandwidth Management for Ethernet Passive Optical Networks Dissertation by Amr Elsayed Mostafa Elrasad In Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy King Abdullah

More information

NETWORK ARCHITECTURE AND PERFORMANCE ANALYSIS OF MULTI-OLT PON FOR FTTH AND WIRELESS SENSOR NETWORKS

NETWORK ARCHITECTURE AND PERFORMANCE ANALYSIS OF MULTI-OLT PON FOR FTTH AND WIRELESS SENSOR NETWORKS NETWORK ARCHITECTURE AND PERFORMANCE ANALYSIS OF MULTI-OLT PON FOR FTTH AND WIRELESS SENSOR NETWORKS Monir Hossen and Masanori Hanawa Interdisciplinary Graduate School of Medicine and Engineering University

More information

ONDM 2013 Brest, France

ONDM 2013 Brest, France 1 Abstract In this paper we propose a scheme tailored for WDM-PONs, which employs dozing mode in transceivers not only at the user side but also at the central office. The objective is to reduce the energy

More information

Lecture 15: Multiplexing (2)

Lecture 15: Multiplexing (2) Lecture 15: Multiplexing (2) Last Lecture Multiplexing (1) Source: chapter 8 This Lecture Multiplexing (2) Source: chapter8 Next Lecture Circuit switching (1) Source: chapter9 Digital Carrier Systems Hierarchy

More information

Dynamic Bandwidth Allocation Method for High Link Utilization to Support NSR ONUs in GPON

Dynamic Bandwidth Allocation Method for High Link Utilization to Support NSR ONUs in GPON Dynamic Bandwidth Allocation Method for High Link Utilization to Support NSR ONUs in GPON Hakjeon Bang*, Sungchang Kim**, Dong-Soo Lee**, Chang-Soo Park* *Department of Information and Communications,

More information

PON TC Layer/MAC Layer Specification Comparison. Yuanqiu Luo, Duane Remein, Bo Gao, Frank Effenberger

PON TC Layer/MAC Layer Specification Comparison. Yuanqiu Luo, Duane Remein, Bo Gao, Frank Effenberger PON TC Layer/MAC Layer Specification Comparison Yuanqiu Luo, Duane Remein, Bo Gao, Frank Effenberger Introduction ITU-T and IEEE have specified multiple PON standards APON, BPON, 1G-EPON, GPON 10G-EPON,

More information

Optical Fiber Communications. Optical Networks- unit 5

Optical Fiber Communications. Optical Networks- unit 5 Optical Fiber Communications Optical Networks- unit 5 Network Terminology Stations are devices that network subscribers use to communicate. A network is a collection of interconnected stations. A node

More information

Design of a Weighted Fair Queueing Cell Scheduler for ATM Networks

Design of a Weighted Fair Queueing Cell Scheduler for ATM Networks Design of a Weighted Fair Queueing Cell Scheduler for ATM Networks Yuhua Chen Jonathan S. Turner Department of Electrical Engineering Department of Computer Science Washington University Washington University

More information

Name of Course : E1-E2 CFA. Chapter 16. Topic : FTTH(NGPN)

Name of Course : E1-E2 CFA. Chapter 16. Topic : FTTH(NGPN) Name of Course : E1-E2 CFA Chapter 16 Topic : FTTH(NGPN) Date of Creation : 28.03.2011 FTTH (NGPN) The Department of Telecom (DOT) formulated a comprehensive Broadband policy in the year 2004 and the year

More information

Dynamic Bandwidth Allocation for Long-Reach PON: Overcoming Performance Degradation

Dynamic Bandwidth Allocation for Long-Reach PON: Overcoming Performance Degradation TOPICS IN OPTICAL COMMUNICATIONS Dynamic Bandwidth Allocation for Long-Reach PON: Overcoming Performance Degradation Björn Skubic, Ericsson Research Jiajia Chen and Jawwad Ahmed, Royal Institute of Technology

More information

An optically transparent ultra high speed LAN-ring employing OTDM

An optically transparent ultra high speed LAN-ring employing OTDM An optically transparent ultra high speed LAN-ring employing OTDM K. Bengi, G. Remsak, H.R. van As Vienna University of Technology, Institute of Communication Networks Gusshausstrasse 25/388, A-1040 Vienna,

More information

GPON as a Solution of Bandwidth Sharing for Triple Play with High Performance and Low Cost

GPON as a Solution of Bandwidth Sharing for Triple Play with High Performance and Low Cost GPON as a Solution of Bandwidth Sharing for Triple Play with High Performance and Low Cost Md. Hayder Ali 1 and Md. Saiful Islam 2 Data growth in telecom market has reduced the prominence of traditional

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

Quality of Service in Multioperator GPON Access Networks with Triple-Play Services

Quality of Service in Multioperator GPON Access Networks with Triple-Play Services Quality of Service in Multioperator GPON Access Networks with Triple-Play Services Germán Santos-Boada, and Jordi Domingo-Pascual Abstract Recently, in some places, optical-fibre access networks have been

More information

FTTX NETWORKS. Application Notes. Author John Peter & Timo Perttunen. Issued June 2014

FTTX NETWORKS. Application Notes. Author John Peter & Timo Perttunen. Issued June 2014 Application Notes FTTX NETWORKS Author John Peter & Timo Perttunen Issued June 2014 Abstract Fiber network architectures have evolved to a point that when coupled with specific optical components both

More information

Upstream Polling Protocols for Flow Control in PON/xDSL Hybrid Access Networks

Upstream Polling Protocols for Flow Control in PON/xDSL Hybrid Access Networks Upstream Polling Protocols for Flow Control in PON/xDSL Hybrid Access Networks Anu Mercian, Elliot I. Gurrola, Frank Aurzada, Michael P. McGarry, and Martin Reisslein arxiv:5.00567v [cs.ni] 2 Nov 205 Abstract

More information

Modeling and Simulation of Handover Scheme in Integrated EPON-WiMAX Networks

Modeling and Simulation of Handover Scheme in Integrated EPON-WiMAX Networks Downloaded from orbit.dtu.dk on: Oct 11, 2018 Modeling and Simulation of Handover Scheme in Integrated EPON-WiMAX Networks Yan, Ying; Dittmann, Lars Published in: Proceedings of OPNETWORK 2011 Publication

More information

Joint bandwidth allocation on dedicated and shared wavelengths for QoS support in multi-wavelength optical access network

Joint bandwidth allocation on dedicated and shared wavelengths for QoS support in multi-wavelength optical access network Published in IET Communications Received on 4th March 2013 Revised on 12th May 2013 Accepted on 31st May 2013 ISSN 1751-8628 Joint bandwidth allocation on dedicated and shared wavelengths for QoS support

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

A Flexible Architecture for EPON

A Flexible Architecture for EPON A Flexible Architecture for EPON Ajay Gummalla, Broadcom Harry Hvostov, Luminous Networks Curtis Knittle, Harmonic Inc John Limb, Broadcom Jean Charles Point, Com21 Hal Roberts, ADC Dolors Sala, Broadcom

More information

A multichannel Ethernet protocol for a WDM local area star network

A multichannel Ethernet protocol for a WDM local area star network A multichannel Ethernet protocol for a WDM local area star network D. Rodellar, C. Bungarzeanu, H. Garcia, C. Brisson, A. Küng, Ph. Robert Telecommunications Laboratory (1), Metrology Laboratory Swiss

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 REVIEW ON CAPACITY IMPROVEMENT TECHNIQUE FOR OPTICAL SWITCHING NETWORKS SONALI

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