An OMNeT++ Model for the Evaluation of OBS Routing Strategies

Size: px
Start display at page:

Download "An OMNeT++ Model for the Evaluation of OBS Routing Strategies"

Transcription

1 An OMNeT++ Model for the Evaluation of OBS Routing Strategies A.L. Barradas, M.C.R. Medeiros Center for Electronic, Optoelectronic and Telecommunications (CEOT) Faculty of Science and Technology, University of Algarve, Portugal s: {abarra, Presentation for OMNeT SIMUTOOLS 2008 March 7, 2008, Marseille, France

2 Outline Introduction Proposed Routing Strategies Network Simulation Model Performance Results Conclusion Alvaro Barradas for OMNeT , March, 7, Marseille, France 2 / 24

3 Introduction Optical Switching Paradigms Optical Circuit Switching (OCS) Optical Packet Switching (OPS) Optical Burst Switching (OBS) Alvaro Barradas for OMNeT , March, 7, Marseille, France 3 / 24

4 Introduction Optical Switching Paradigms OCS Establishes an end-to-end pipe (wavelength/lightpath) Mature technology Good QoS for admitted traffic Large wavelength granularity Long reconfiguration delay Not suitable for bursts or short-lived sessions Alvaro Barradas for OMNeT , March, 7, Marseille, France 4 / 24

5 Introduction Optical Switching Paradigms OPS Similar to e-packet switching Familiar architecture Great flexibility and statistical multiplexing Per packet processing overhead Stringent synch & switching requirements Technological limitation (... no optical RAM!) Alvaro Barradas for OMNeT , March, 7, Marseille, France 5 / 24

6 Introduction Optical Switching Paradigms OBS Leverages the best of electronics and optics * Moderate processing overhead Asynchronous switching Low signaling delay and high statistical multiplexing Lack of optical RAM causes burst dropping Moderate/Fast switching also needed Relatively new, unfamiliar technology * Chunming Qiao Int l Workshop on Future Optical Networks, March 5, 2006, Anaheim, CA, USA. Alvaro Barradas for OMNeT , March, 7, Marseille, France 6 / 24

7 Introduction Optical Switching Paradigms A comparison table by: K.C. Chua, M. Gurusamy, Y. Liu and M.H. Phung Quality of Service in Optical Burst Switched Networks Springer, 2007 Alvaro Barradas for OMNeT , March, 7, Marseille, France 7 / 24

8 Introduction OBS reliability issues Leverages the best of electronics and optics, but... Burst loss: One way reservation Burst transmission without waiting for permission demands > resources ( Collisions ) Contention resolution scheme Space Time Wavelength Burst drop Alvaro Barradas for OMNeT , March, 7, Marseille, France 8 / 24

9 Proposed Routing Strategies Minimize Maximum Congested Link (MCL) Subject to Minimize ³ MAX (1) X X s;d X ¾ v = 1; 8s; d 2 N (2) v2v s;d v2v s;d ¾ v p v l t s;d ³ MAX ; 8l 2 L (3) ¾ v 2 f0; 1g; non-negative integer: ³ MAX (4) Alvaro Barradas for OMNeT , March, 7, Marseille, France 9 / 24

10 Proposed Routing Strategies Minimize Maximum End-to-end Congestion (MEC) Subject to Minimize ' MAX (5) X ¾ v = 1; 8s; d 2 N (6) v2v s;d v;v0 (¾ v + ¾ v0 1) q v;v0 ; 8v 2 V; 8v 0 2 V n V s(v);d(v) (7) t s;d + X X 0 t s(v0 );d(v 0 ) ' MAX ; 8s; d 2 N (8) v2v s;d v 0 2VnV s;d v;v ¾ v ; v;v0 2 f0; 1g; non-negative integer: ' MAX (9) Alvaro Barradas for OMNeT , March, 7, Marseille, France 10 / 24

11 Simulation Model A conceptual view 1 st. stage network specifications ILP formalization optimizer K input paths A set of K input paths for each pair of nodes in this study K shortest paths with less links in common routing tables protocol behavior K {2, 3, 4} 2 nd. stage simulator simulation results Alvaro Barradas for OMNeT , March, 7, Marseille, France 11 / 24

12 Simulation Model The OBS network global characteristics The COST 239 topology Copenhagen W=16 λs / link 10 Gbit / channel Poisson pattern traffic London Amsterdam Berlin Luxemburg Brussels Prague Threshold-based bursts (100 KB) Symmetric traffic matrix JET signaling scheme Paris Zurich Vienna Source routing decision (MCL / MEC) Milano Full wavelength conversion Alvaro Barradas for OMNeT , March, 7, Marseille, France 12 / 24

13 Simulation Model The adopted OBS architecture WDM Link CPH Burst offset Access Layer Optical Backbone Edge Router Core Router Alvaro Barradas for OMNeT , March, 7, Marseille, France 13 / 24

14 Simulation Model Network topologies under study ARPANET random12 NSFnet COST239 Alvaro Barradas for OMNeT , March, 7, Marseille, France 14 / 24

15 Simulation Model Snapshot of COST239 * * in OMNeT++ Alvaro Barradas for OMNeT , March, 7, Marseille, France 15 / 24

16 Simulation Model Snapshot of ARPANET * * in OMNeT++ Alvaro Barradas for OMNeT , March, 7, Marseille, France 16 / 24

17 Simulation Model Snapshot of NSFnet * * in OMNeT++ Alvaro Barradas for OMNeT , March, 7, Marseille, France 17 / 24

18 Simulation Model Snapshots of submodules * corenode edgenode actions in space dimension * in OMNeT++ actions in wavelength dimension Alvaro Barradas for OMNeT , March, 7, Marseille, France 18 / 24

19 Simulation Model Structure of the edgenode abarra@ceotserver:~/cost239$ cat cost239_sp_s9.rte abarra@ceotserver:~/cost239$ routingtable.h class RoutingTable : public csimplemodule { private: struct RouteEntry { std::vector<int> route; int numofhops; bool accessed; }; // container for Routing Table std::vector<routeentry> routingtable; public: //... source routing is used } protected: //... Alvaro Barradas for OMNeT , March, 7, Marseille, France 19 / 24

20 Simulation Model Behavior of the corenode handlemessage // Function called for each event if msg is a Control Packet Header processcph else if msg is an Optical Burst processburst else, it is a selfmessage processholdingtimer Alvaro Barradas for OMNeT , March, 7, Marseille, France 20 / 24

21 Performance Evaluation Simulation model 11 nodes 26 b-links 4.73 av-degree W=16 10Gbps/w 11E+06 bursts L=100KB Poisson TP Symmetric TM Full Wconv Alvaro Barradas for OMNeT , March, 7, Marseille, France 21 / 24

22 Performance Evaluation Simulation model 11 nodes 26 b-links 4.73 av-degree W=16 10Gbps/w 11E+06 bursts L=100KB Poisson TP Symmetric TM Full Wconv Alvaro Barradas for OMNeT , March, 7, Marseille, France 22 / 24

23 Performance Evaluation Alvaro Barradas for OMNeT , March, 7, Marseille, France 23 / 24

24 Conclusion Both routing strategies (MCL and MEC) behave better than the shortest path approach. Acknowledgments: Ending An OMNeT++ simulation model was created for routing path evaluation in OBS networks. Two routing strategies for OBS networks are presented and evaluated It is possible to reduce burst loss taking preventive actions on the space domain. (Performance results may also depend on the network connectivity..., further research is needed). Network simulation model is being prepared for future work. Thank you Alvaro Barradas for OMNeT , March, 7, Marseille, France 24 / 24

An OMNeT++ Model for the Evaluation of OBS Routing Strategies

An OMNeT++ Model for the Evaluation of OBS Routing Strategies An OMNeT++ Model for the Evaluation of OBS Routing Strategies A. L. Barradas Center for Electronic, Optoelectronic and Telecommunications (CEOT) University of Algarve 8005-139 Faro, Portugal abarra@ualg.pt

More information

Threats in Optical Burst Switched Network

Threats in Optical Burst Switched Network Threats in Optical Burst Switched Network P. Siva Subramanian, K. Muthuraj Department of Computer Science & Engineering, Pondicherry Engineering College, Pondicherry, India siva.sarathy@pec.edu, muthuraj@pec.edu

More information

Toward a Reliable Data Transport Architecture for Optical Burst-Switched Networks

Toward a Reliable Data Transport Architecture for Optical Burst-Switched Networks Toward a Reliable Data Transport Architecture for Optical Burst-Switched Networks Dr. Vinod Vokkarane Assistant Professor, Computer and Information Science Co-Director, Advanced Computer Networks Lab University

More information

Delayed reservation decision in optical burst switching networks with optical buffers

Delayed reservation decision in optical burst switching networks with optical buffers Delayed reservation decision in optical burst switching networks with optical buffers G.M. Li *, Victor O.K. Li + *School of Information Engineering SHANDONG University at WEIHAI, China + Department of

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

Configuration of Offset Time in Optical Burst Switching Networks for Delay Sensitive Traffic

Configuration of Offset Time in Optical Burst Switching Networks for Delay Sensitive Traffic Configuration of Offset Time in Optical Burst Switching Networks for Delay Sensitive Traffic Anupam Soni and Yatindra Nath Singh anusoni@iitk.ac.in,ynsingh@iitk.ac.in. Abstract In Optical Burst Switching

More information

TCP Window Estimation for Burst Assembly in OBS Networks

TCP Window Estimation for Burst Assembly in OBS Networks TCP Window Estimation for Burst Assembly in OBS Networks Maurizio Casoni (maurizio.casoni@unimore.it) Department of Information Engineering University of Modena and Reggio Emilia Italy Outline Introduction:

More information

Adaptive Data Burst Assembly in OBS Networks

Adaptive Data Burst Assembly in OBS Networks Adaptive Data Burst Assembly in OBS Networks Mohamed A.Dawood 1, Mohamed Mahmoud 1, Moustafa H.Aly 1,2 1 Arab Academy for Science, Technology and Maritime Transport, Alexandria, Egypt 2 OSA Member muhamed.dawood@aast.edu,

More information

Unequal Load Balance Routing for OBS Networks Based on Optical Parameters Dependent Metric

Unequal Load Balance Routing for OBS Networks Based on Optical Parameters Dependent Metric Unequal Load Balance Routing for OBS Networks Based on Optical Parameters Dependent Metric Mohamed M. Ali (m.mahmoud@aast.edu), Wael Hosny (drwaelhosny@aast.edu), El-Sayed A. El-Badawy 2* (sbadawy@ieee.org)

More information

A Resource Reservation Protocol with Linear Traffic Prediction for OBS Networks

A Resource Reservation Protocol with Linear Traffic Prediction for OBS Networks University of Sunderland From the SelectedWorks of John P. Karamitsos Summer June 20, 2013 A Resource Reservation Protocol with Linear Traffic Prediction for OBS Networks Ioannis Karamitsos, University

More information

Optical Communications and Networking 朱祖勍. Nov. 27, 2017

Optical Communications and Networking 朱祖勍. Nov. 27, 2017 Optical Communications and Networking Nov. 27, 2017 1 What is a Core Network? A core network is the central part of a telecommunication network that provides services to customers who are connected by

More information

Retransmission schemes for Optical Burst Switching over star networks

Retransmission schemes for Optical Burst Switching over star networks Retransmission schemes for Optical Burst Switching over star networks Anna Agustí-Torra, Gregor v. Bochmann*, Cristina Cervelló-Pastor Escola Politècnica Superior de Castelldefels, Universitat Politècnica

More information

Network Control and Signalling

Network Control and Signalling Network Control and Signalling 1. Introduction 2. Fundamentals and design principles 3. Network architecture and topology 4. Network control and signalling 5. Network components 5.1 links 5.2 switches

More information

Effect of Link Bandwidth, Number of Channels and Traffic Load on Designing Optical Burst Switching Networks

Effect of Link Bandwidth, Number of Channels and Traffic Load on Designing Optical Burst Switching Networks Effect of Link Bandwidth, Number of Channels and Traffic Load on Designing Optical Burst Switching Networks Wael Hosny 1 (drwaelhosny@aast.edu), Mohamed M. Ali 1 (m.mahmoud@aast.edu), Moustafa H. Aly 1*

More information

Maximization of Single Hop Traffic with Greedy Heuristics

Maximization of Single Hop Traffic with Greedy Heuristics Maximization of Single Hop Traffic with Greedy Heuristics Esa Hyytiä Networking Laboratory, HUT, Finland, email: esa@netlab.hut.fi, ABSTRACT Maximization of the single hop traffic has been proposed as

More information

Study of Different Burst Scheduling Algorithms Using FDLs as QoS in Wavelength Division Multiplexing OBS Networks

Study of Different Burst Scheduling Algorithms Using FDLs as QoS in Wavelength Division Multiplexing OBS Networks Study of Different Burst Scheduling Algorithms Using FDLs as QoS in Wavelength Division Multiplexing OBS Networks L. Netak 1 and G. Chowdhary 2 1 Dept. of Computer Engineering, Dr. B. A. T. U., Lonere-402

More information

TM ALGORITHM TO IMPROVE PERFORMANCE OF OPTICAL BURST SWITCHING (OBS) NETWORKS

TM ALGORITHM TO IMPROVE PERFORMANCE OF OPTICAL BURST SWITCHING (OBS) NETWORKS INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 232-7345 TM ALGORITHM TO IMPROVE PERFORMANCE OF OPTICAL BURST SWITCHING (OBS) NETWORKS Reza Poorzare 1 Young Researchers Club,

More information

Generalized Burst Assembly and Scheduling Techniques for QoS Support in Optical Burst-Switched Networks

Generalized Burst Assembly and Scheduling Techniques for QoS Support in Optical Burst-Switched Networks Generalized Assembly and cheduling Techniques for Qo upport in Optical -witched Networks Vinod M. Vokkarane, Qiong Zhang, Jason P. Jue, and Biao Chen Department of Computer cience, The University of Texas

More information

PROVIDING SERVICE DIFFERENTIATION IN OBS NETWORKS THROUGH PROBABILISTIC PREEMPTION. YANG LIHONG (B.ENG(Hons.), NTU)

PROVIDING SERVICE DIFFERENTIATION IN OBS NETWORKS THROUGH PROBABILISTIC PREEMPTION. YANG LIHONG (B.ENG(Hons.), NTU) PROVIDING SERVICE DIFFERENTIATION IN OBS NETWORKS THROUGH PROBABILISTIC PREEMPTION YANG LIHONG (B.ENG(Hons.), NTU) A THESIS SUBMITTED FOR THE DEGREE OF MASTER OF ENGINEERING DEPARTMENT OF ELECTRICAL &

More information

Optical Burst Switching (OBS): The Dawn of A New Era in Optical Networking

Optical Burst Switching (OBS): The Dawn of A New Era in Optical Networking Optical Burst Switching (OBS): The Dawn of A New Era in Optical Networking Presented by Yang Chen (LANDER) Yang Chen (Lander) 1 Outline Historical Review Burst reservation Burst assembly OBS node Towards

More information

Simulation of Energy Efficiency in Virtual Topology

Simulation of Energy Efficiency in Virtual Topology Simulation of Energy Efficiency in Virtual Topology 1 Nanda Kumar. S, 2 Selva Ra. P Department. of Information Technology, SRM University, Chennai, India 1 nanda6488@gmail.com, 2 selvara.p@ktr.srmuniv.ac.in

More information

Unreserved Resource Information Advertisement Method in GMPLS

Unreserved Resource Information Advertisement Method in GMPLS OECC 2007 Unreserved Resource Information Advertisement Method in GMPLS Masahiro Nishida Keio University No.1 Outline Background Conventional Advertisement method Proposed Advertisement method Performance

More information

Modelling and Performance Evaluation of Optical Burst Switched Node with Deflection Routing and Dynamic Wavelength Allocation

Modelling and Performance Evaluation of Optical Burst Switched Node with Deflection Routing and Dynamic Wavelength Allocation FACTA UNIVERSITATIS (NIŠ) SER.: ELEC. ENERG. vol. 21, no. 2, August 2008, 183-194 Modelling and Performance Evaluation of Optical Burst Switched Node with Deflection Routing and Dynamic Wavelength Allocation

More information

An Absolute QoS Framework for Loss Guarantees in Optical Burst-Switched Networks

An Absolute QoS Framework for Loss Guarantees in Optical Burst-Switched Networks IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 55, NO. 6, JUNE 2007 1191 An Absolute QoS Framework for Loss Guarantees in Optical Burst-Switched Networks Minh Hoang Phùng, Kee Chaing Chua, Gurusamy Mohan, Member,

More information

QoS routing in DWDM Optical Packet Networks

QoS routing in DWDM Optical Packet Networks QoS routing in DWDM Optical Packet Networks W. Cerroni CNIT Bologna Research Unit, ITALY F. Callegati, G. Muretto, C. Raffaelli, P. Zaffoni DEIS University of Bologna, ITALY Optical Packet Switching (OPS)

More information

OPTICAL BURST SWITCHING PROTOCOLS IN ALL-OPTICAL NETWORKS

OPTICAL BURST SWITCHING PROTOCOLS IN ALL-OPTICAL NETWORKS ISTANBUL UNIVERSITY JOURNAL OF ELECTRICAL & ELECTRONICS ENGINEERING YEAR VOLUME NUMBER : 2006 : 6 : 1 (45-51) OPTICAL BURST SWITCHING PROTOCOLS IN ALL-OPTICAL NETWORKS Pınar KIRCI 1 A.Halim ZAİM 2 1, 2

More information

Enhancing Bandwidth Utilization and QoS in Optical Burst Switched High-Speed Network

Enhancing Bandwidth Utilization and QoS in Optical Burst Switched High-Speed Network 91 Enhancing Bandwidth Utilization and QoS in Optical Burst Switched High-Speed Network Amit Kumar Garg and R S Kaler School of Electronics and Communication Eng, Shri Mata Vaishno Devi University (J&K),

More information

A simple mathematical model that considers the performance of an intermediate node having wavelength conversion capability

A simple mathematical model that considers the performance of an intermediate node having wavelength conversion capability A Simple Performance Analysis of a Core Node in an Optical Burst Switched Network Mohamed H. S. Morsy, student member, Mohamad Y. S. Sowailem, student member, and Hossam M. H. Shalaby, Senior member, IEEE

More information

Outline. EL736 Communications Networks II: Design and Algorithms. Class3: Network Design Modelling Yong Liu 09/19/2006

Outline. EL736 Communications Networks II: Design and Algorithms. Class3: Network Design Modelling Yong Liu 09/19/2006 EL736 Communications Networks II: Design and Algorithms Class3: Network Design Modelling Yong Liu 09/19/2006 1 Outline Examples Basic Problems Routing Restriction 2 1 Example: Intra-Domain Traffic Engineering

More information

On ordered scheduling for optical burst switching

On ordered scheduling for optical burst switching Computer Networks 48 (2005) 89909 www.elsevier.com/locate/comnet On ordered scheduling for optical burst switching M.H. Phùng a, *, K.C. Chua a, G. Mohan a, M. Motani a, T.C. Wong b, P.Y. Kong b a Department

More information

Secure Optical Internet: A Novel Attack Prevention Mechanism for an OBS node in TCP/OBS Networks

Secure Optical Internet: A Novel Attack Prevention Mechanism for an OBS node in TCP/OBS Networks Secure Optical Internet: A Novel Attack Prevention Mechanism for an node in TCP/ Networks K. Muthuraj Computer science and Engineering Department Pondicherry Engineering College Puducherry, India N. Sreenath

More information

about us bandwidth changes everything

about us bandwidth changes everything about us bandwidth changes everything bandwidth changes everything We are a facilities based bandwidth infrastructure provider, delivering scalable, fibre based network solutions to our customers across

More information

BURST SEGMENTATION: A NEW APPROACH TO REDUCE PACKET LOSS IN OPTICAL BURST SWITCHED NETWORKS. Vinod M. Vokkarane, B.E. in CS

BURST SEGMENTATION: A NEW APPROACH TO REDUCE PACKET LOSS IN OPTICAL BURST SWITCHED NETWORKS. Vinod M. Vokkarane, B.E. in CS BURST SEGMENTATION: A NEW APPROACH TO REDUCE PACKET LOSS IN OPTICAL BURST SWITCHED NETWORKS by Vinod M. Vokkarane, B.E. in CS THESIS Presented to the Faculty of the Graduate School of The University of

More information

EXAMINING OF RECONFIGURATION AND REROUTING APPROACHES: WDM NETWORKS

EXAMINING OF RECONFIGURATION AND REROUTING APPROACHES: WDM NETWORKS International Journal of Information Technology and Knowledge Management January-June 2012, Volume 5, No. 1, pp. 69-72 EXAMINING OF RECONFIGURATION AND REROUTING APPROACHES: WDM NETWORKS Sushil Chaturvedi

More information

Working Analysis of TCP/IP with Optical Burst Switching Networks (OBS)

Working Analysis of TCP/IP with Optical Burst Switching Networks (OBS) Working Analysis of TCP/IP with Optical Burst Switching Networks (OBS) Malik Salahuddin Nasir, Muabshir Ashfaq and Hafiz Sabir Hussain CS&IT Department, Superior University, 17-km off Riwind Road, Lahore

More information

Optical Packet Switching

Optical Packet Switching Optical Packet Switching DEISNet Gruppo Reti di Telecomunicazioni http://deisnet.deis.unibo.it WDM Optical Network Legacy Networks Edge Systems WDM Links λ 1 λ 2 λ 3 λ 4 Core Nodes 2 1 Wavelength Routing

More information

Burst Routing Planning for Optical Networks using the Association Rule Approach

Burst Routing Planning for Optical Networks using the Association Rule Approach IJCSNS International Journal of Computer Science and Network Security, VOL.6 No., October 2006 173 Burst Routing Planning for Optical Networks using the Association Rule Approach I-Shyan Hwang, Chaochang

More information

Optical Networks: from fiber transmission to photonic switching

Optical Networks: from fiber transmission to photonic switching Optical Networks: from fiber transmission to photonic switching Wavelength-Routing Networks Fabio Neri and Marco Mellia TLC Networks Group Electronics Department e-mail: lastname@polito.it http://www.tlc-networks.polito.it/

More information

Hierarchical Traffic Grooming in WDM Networks

Hierarchical Traffic Grooming in WDM Networks Hierarchical Traffic Grooming in WDM Networks George N. Rouskas Department of Computer Science North Carolina State University Joint work with: Rudra Dutta (NCSU), Bensong Chen (Google Labs), Huang Shu

More information

Optical Burst Switched Networks

Optical Burst Switched Networks Optical Burst Switched Networks OPTICAL NETWORKS SERIES Series Editor Biswanath Mukherjee, University of California, Davis OPTICAL BURST SWITCHED NETWORKS JASON P. JUE The University of Texas at Dallas

More information

Delayed Reservation and Differential Service For Multimedia Traffic In Optical Burst Switched Networks

Delayed Reservation and Differential Service For Multimedia Traffic In Optical Burst Switched Networks Delayed Reservation and Differential Service For Multimedia Traffic In Optical Burst Switched Networks Mr. P.BOOBALAN, SRINIVASANE.A, MAHESH TEJASWI.T, SIVA PRASAD. P, PRABHAKARAN. V Department of Information

More information

A Novel Approach to Reduce Packet Loss in OBS Networks

A Novel Approach to Reduce Packet Loss in OBS Networks A Novel Approach to Reduce Packet Loss in OBS Networks Amit Gupta 1, Harbhajan Singh 2, Jagdish Kumar 3 1 Deptt. of Electronics and Communication Engg, PTU, Jalandhar, India. 2 Deptt. of Electronics and

More information

Self-Protecting Multi-Paths A Simple and Efficient Protection Switching Mechanism

Self-Protecting Multi-Paths A Simple and Efficient Protection Switching Mechanism University of Würzburg Dept. of Distributed Systems Prof. Dr. P. Tran-Gia, Jens Milbrandt, Andreas Reifert Self-Protecting Multi-Paths A Simple and Efficient Protection Switching Mechanism Outline > Overview

More information

Asynchronous Transfer Mode (ATM) ATM concepts

Asynchronous Transfer Mode (ATM) ATM concepts Asynchronous Transfer Mode (ATM) Asynchronous Transfer Mode (ATM) is a switching technique for telecommunication networks. It uses asynchronous time-division multiplexing,[1][2] and it encodes data into

More information

Content Aware Burst Assembly Supporting Telesurgery and Telemedicine in Optical Burst Switching Networks *

Content Aware Burst Assembly Supporting Telesurgery and Telemedicine in Optical Burst Switching Networks * Content Aware Burst Assembly Supporting Telesurgery and Telemedicine in Optical Burst Switching Networks * Henry Orosco, Lei Wang and Yuhua Chen Department of Electrical and Computer Engineering, University

More information

PERFORMANCE ANALAYSIS OF A PROPOSED HYBRID OPTICAL NETWORK. Natthapong Liamcharoen. B.Eng. (Electrical Engineering), Kasetsart University, 1998

PERFORMANCE ANALAYSIS OF A PROPOSED HYBRID OPTICAL NETWORK. Natthapong Liamcharoen. B.Eng. (Electrical Engineering), Kasetsart University, 1998 PERFORMANCE ANALAYSIS OF A PROPOSED HYBRID OPTICAL NETWORK by Natthapong Liamcharoen B.Eng. (Electrical Engineering), Kasetsart University, 1998 M.S. (Electrical Engineering), Washington University in

More information

A Heuristic Algorithm for Designing Logical Topologies in Packet Networks with Wavelength Routing

A Heuristic Algorithm for Designing Logical Topologies in Packet Networks with Wavelength Routing A Heuristic Algorithm for Designing Logical Topologies in Packet Networks with Wavelength Routing Mare Lole and Branko Mikac Department of Telecommunications Faculty of Electrical Engineering and Computing,

More information

Several Views for Photonic Internet

Several Views for Photonic Internet Current Status and Future Directions of Photonic s Masayuki Murata Cybermedia Center e-mail: murata@cmc.osaka-u.ac.jp http://www.anarg.jp/ M. Murata Contents Why We Need IP over WDM? Four s of IP over

More information

Enhancing Fairness in OBS Networks

Enhancing Fairness in OBS Networks Enhancing Fairness in OBS Networks Abstract Optical Burst Switching (OBS) is a promising solution for all optical Wavelength Division Multiplexing (WDM) networks. It combines the benefits of both Optical

More information

Class-based Traffic Aggregation In Optical Packet Switched WDM Networks

Class-based Traffic Aggregation In Optical Packet Switched WDM Networks Class-based Traffic Aggregation In Optical Packet Switched WDM Networks, Dimitra Simeonidou Photonic Network Research Center Department of Electronic Systems Engineering University of Essex Funded by EPSRC

More information

Hybrid Optical Switching Network and Power Consumption in Optical Networks

Hybrid Optical Switching Network and Power Consumption in Optical Networks Hybrid Optical Switching Network and Power Consumption in Optical Networks Matteo Fiorani and Maurizio Casoni Department of Information Engineering University of Modena and Reggio Emilia Via Vignolese

More information

Multi Protocol Label Switching

Multi Protocol Label Switching MPLS Multi-Protocol Label Switching Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Network Management and QoS Provisioning - 1 MPLS: introduction

More information

An Ant Colony Optimization Implementation for Dynamic Routing and Wavelength Assignment in Optical Networks

An Ant Colony Optimization Implementation for Dynamic Routing and Wavelength Assignment in Optical Networks An Ant Colony Optimization Implementation for Dynamic Routing and Wavelength Assignment in Optical Networks Timothy Hahn, Shen Wan March 5, 2008 Montana State University Computer Science Department Bozeman,

More information

MPLS Multi-Protocol Label Switching

MPLS Multi-Protocol Label Switching MPLS Multi-Protocol Label Switching Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Computer Networks Design and Management - 1 MPLS: introduction

More information

Toward the joint design of electronic and optical layer protection

Toward the joint design of electronic and optical layer protection Toward the joint design of electronic and optical layer protection Massachusetts Institute of Technology Slide 1 Slide 2 CHALLENGES: - SEAMLESS CONNECTIVITY - MULTI-MEDIA (FIBER,SATCOM,WIRELESS) - HETEROGENEOUS

More information

Performance Analysis of Optical Burst Switching (OBS) Network

Performance Analysis of Optical Burst Switching (OBS) Network 20 Performance Analysis of Optical Burst Switching (OBS) Network Sagar H. Sodhatar 1, R. B. Patel 2 and V. J. Dave 3 1 Electronics and Communication Department, L. D. College of engineering Ahmedabad-380015,

More information

Constraints in multi-layer optimization for IP traffic over optical WDM networks. Detlef Stoll. OFC 2008, San Diego CA February 24, 2008

Constraints in multi-layer optimization for IP traffic over optical WDM networks. Detlef Stoll. OFC 2008, San Diego CA February 24, 2008 Constraints in multi-layer optimization for IP traffic over optical WDM networks Detlef Stoll OFC 2008, San Diego CA February 24, 2008 Workshop topics Goals and guidelines for cost optimization in multi-layer

More information

Synchronous Stream Optical Burst Switching

Synchronous Stream Optical Burst Switching Synchronous Stream Optical Burst Switching Oliver Yu, Ming Liao, and Yuan Cao Department of ECE, University of Illinois at Chicago 851 S. Morgan Street, Chicago, Illinois 60607 oyu@ece.uic.edu Abstract

More information

Some economical principles

Some economical principles Hints on capacity planning (and other approaches) Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Some economical principles Assume users have

More information

An Efficient Algorithm for Virtual-Wavelength-Path Routing Minimizing Average Number of Hops

An Efficient Algorithm for Virtual-Wavelength-Path Routing Minimizing Average Number of Hops An Efficient Algorithm for Virtual-Wavelength-Path Routing Minimizing Average Number of Hops Harsha V. Madhyastha Department of Computer Science and Engineering Indian Institute of Technology, Madras Chennai,

More information

Tutorial 2 : Networking

Tutorial 2 : Networking Lund University ETSN01 Advanced Telecommunication Tutorial 2 : Networking Author: Emma Fitzgerald Tutor: Farnaz Moradi November 26, 2015 Contents I Before you start 3 II Whole Class Exercise: Networking

More information

Pre-Deflection Routing with Blocking Probability Estimation Scheme in Optical Burst Switch Networks

Pre-Deflection Routing with Blocking Probability Estimation Scheme in Optical Burst Switch Networks Pre-Deflection Routing with Blocking Probability Estimation Scheme in Optical Burst Switch etworks Jaipal Bisht Ph.D Sch, MAIT Bhopal 46205, India ABSTRACT Optical burst switching (OBS) technology has

More information

Cost-effective Burst-Over-Circuit-Switching in a hybrid optical network

Cost-effective Burst-Over-Circuit-Switching in a hybrid optical network Cost-effective Burst-Over-Circuit-Switching in a hybrid optical network Jens Buysse, Marc De Leenheer, Chris Develder, Bart Dhoedt, Piet Demeester Research Group Broadband Communication Networks (IBCN)

More information

Absolute QoS Differentiation in Optical Burst-Switched Networks

Absolute QoS Differentiation in Optical Burst-Switched Networks IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 22, NO. 9, NOVEMBER 2004 1781 Absolute QoS Differentiation in Optical Burst-Switched Networks Qiong Zhang, Student Member, IEEE, Vinod M. Vokkarane,

More information

Master s Thesis. Title. Supervisor Professor Masayuki Murata. Author Yuki Koizumi. February 15th, 2006

Master s Thesis. Title. Supervisor Professor Masayuki Murata. Author Yuki Koizumi. February 15th, 2006 Master s Thesis Title Cross-Layer Traffic Engineering in IP over WDM Networks Supervisor Professor Masayuki Murata Author Yuki Koizumi February 15th, 2006 Graduate School of Information Science and Technology

More information

Hybrid Optoelectronic Router

Hybrid Optoelectronic Router Hybrid Optoelectronic Router Ryohei Urata, Tatsushi Nakahara, Hirokazu Takenouchi, Toru Segawa, Ryo Takahashi NTT Photonics Laboratories, NTT Corporation Supported in part by the National Institute of

More information

IO2654 Optical Networking. WDM network design. Lena Wosinska KTH/ICT. The aim of the next two lectures. To introduce some new definitions

IO2654 Optical Networking. WDM network design. Lena Wosinska KTH/ICT. The aim of the next two lectures. To introduce some new definitions IO2654 Optical Networking WDM network design Lena Wosinska KTH/ICT 1 The aim of the next two lectures To introduce some new definitions To make you aware about the trade-offs for WDM network design To

More information

Design and implementation of optical burst switching (OBS)

Design and implementation of optical burst switching (OBS) Technische Universität Hamburg-Harburg Communication Networks Prof. Dr. Ulrich Killat Design and implementation of optical burst switching (OBS) Student Project / Studienarbeit Shakeel Ahmad Tutor : M.Sc.

More information

Efficient Segmentation based heuristic approach for Virtual Topology Design in Fiber Optical Networks

Efficient Segmentation based heuristic approach for Virtual Topology Design in Fiber Optical Networks Efficient Segmentation based heuristic approach for Virtual Topology Design in Fiber Optical Networks P. Venkataravikumar 1, Prof. Bachala Sathyanarayana 2 Research Scholar 1, Department of Computer Science

More information

Frequency Assignment in Multi-Channel and Multi-Radio FiWi Access Networks

Frequency Assignment in Multi-Channel and Multi-Radio FiWi Access Networks Frequency Assignment in Multi-Channel and Multi-Radio FiWi Access Networks S. Sabino, N. Correia, A. Barradas CEOT Research Centre, Faculty of Science and Technology University of Algarve Faro, Portugal

More information

On Network Dimensioning Approach for the Internet

On Network Dimensioning Approach for the Internet On Dimensioning Approach for the Internet Masayuki Murata ed Environment Division Cybermedia Center, (also, Graduate School of Engineering Science, ) e-mail: murata@ics.es.osaka-u.ac.jp http://www-ana.ics.es.osaka-u.ac.jp/

More information

OBS network model for OMNeT++: A performance evaluation

OBS network model for OMNeT++: A performance evaluation OBS network model for OMNeT++: A performance evaluation Felix Espina felix.espina@unavarra.es Daniel Morató daniel.morato@unavarra.es Javier Armendariz javier.armendariz@unavarra.es Mikel Izal mikel.izal@unavarra.es

More information

Capacity planning and.

Capacity planning and. Hints on capacity planning (and other approaches) Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Some economical principles Assume users have

More information

Master Course Computer Networks IN2097

Master Course Computer Networks IN2097 Chair for Network Architectures and Services Prof. Carle Department of Computer Science TU München Master Course Computer Networks IN2097 Prof. Dr.-Ing. Georg Carle Christian Grothoff, Ph.D. Stephan Günther

More information

Design of Optical Burst Switches based on Dual Shuffle-exchange Network and Deflection Routing

Design of Optical Burst Switches based on Dual Shuffle-exchange Network and Deflection Routing Design of Optical Burst Switches based on Dual Shuffle-exchange Network and Deflection Routing Man-Ting Choy Department of Information Engineering, The Chinese University of Hong Kong mtchoy1@ie.cuhk.edu.hk

More information

Cooperative Clustered Architecture and Resource Reservation for OBS Networks

Cooperative Clustered Architecture and Resource Reservation for OBS Networks Cooperative Clustered Architecture and Resource Reservation for OBS Networks Ihsan Ul Haq 1,2,3, Henrique M. Salgado 1,2, and Jorge C. S. Castro 1 1 INESC PORTO, Porto Portugal. 2 Faculdade de Engenharia,

More information

Optical WDM Networks and Multicasting

Optical WDM Networks and Multicasting Optical WDM Networks and Multicasting Pınar Kırcı Software &Networks Telecom SudParis Paris, France +33167644, 9111 pinar.kirci@telecom-sudparis.eu A. Halim Zaim Computer Engineering Ticaret University

More information

Resource Sharing for QoS in Agile All Photonic Networks

Resource Sharing for QoS in Agile All Photonic Networks Resource Sharing for QoS in Agile All Photonic Networks Anton Vinokurov, Xiao Liu, Lorne G Mason Department of Electrical and Computer Engineering, McGill University, Montreal, Canada, H3A 2A7 E-mail:

More information

ICS 451: Today's plan. Network Layer Protocols: virtual circuits Static Routing Distance-Vector Routing

ICS 451: Today's plan. Network Layer Protocols: virtual circuits Static Routing Distance-Vector Routing ICS 451: Today's plan Network Layer Protocols: virtual circuits Static Routing Distance-Vector Routing Virtual Circuits: Motivation Implementing the routing table in hardware can be expensive to make it

More information

ITTC High-Performance Networking The University of Kansas EECS 881 Control and Signalling

ITTC High-Performance Networking The University of Kansas EECS 881 Control and Signalling High-Performance Networking The University of Kansas EEC 881 Control and ignalling James P.G. terbenz Department of Electrical Engineering & Computer cience Information Technology & Telecommunications

More information

DIVERSION: A Trade-Off Between Link and Path Protection Strategies

DIVERSION: A Trade-Off Between Link and Path Protection Strategies DIVERSION: A Trade-Off Between Link and Path Protection Strategies Srinivasan Ramasubramanian and Avinash S. Harjani Department of Electrical and Computer Engineering University of Arizona, Tucson, AZ

More information

Research on Control Routing Technology in Communication Network

Research on Control Routing Technology in Communication Network Appl. Math. Inf. Sci. 6 No. 1S pp. 129S-133S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. Research on Control Routing Technology

More information

IEEE Infocom 2005 Demonstration ITEA TBONES Project

IEEE Infocom 2005 Demonstration ITEA TBONES Project IEEE Infocom 2005 Demonstration ITEA TBONES Project A GMPLS Unified Control Plane for Multi-Area Networks D.Papadimitriou (Alcatel), B.Berde (Alcatel), K.Casier (IMEC), and R.Theillaud (Atos Origin) ITEA

More information

Distributed Traffic Adaptive Wavelength Routing in IP-Over- WDM networks

Distributed Traffic Adaptive Wavelength Routing in IP-Over- WDM networks Distributed Traffic Adaptive Wavelength Routing in IP-Over- WDM networks Balaji Palanisamy, T. Siva Prasad, N.Sreenath 1 Department of Computer Science & Engineering and Information technology Pondicherry

More information

Adaptive Weight Functions for Shortest Path Routing Algorithms for Multi-Wavelength Optical WDM Networks

Adaptive Weight Functions for Shortest Path Routing Algorithms for Multi-Wavelength Optical WDM Networks Adaptive Weight Functions for Shortest Path Routing Algorithms for Multi-Wavelength Optical WDM Networks Tibor Fabry-Asztalos, Nilesh Bhide and Krishna M. Sivalingam School of Electrical Engineering &

More information

New Approaches to Optical Packet Switching in Carrier Networks. Thomas C. McDermott Chiaro Networks Richardson, Texas

New Approaches to Optical Packet Switching in Carrier Networks. Thomas C. McDermott Chiaro Networks Richardson, Texas New Approaches to Optical Packet Switching in Carrier Networks Thomas C. McDermott Chiaro Networks Richardson, Texas Outline Introduction, Vision, Problem statement Approaches to Optical Packet Switching

More information

Erlang Reduced Load Model for Optical Burst Switched Grids

Erlang Reduced Load Model for Optical Burst Switched Grids Erlang Reduced Load Model for Optical Burst Switched Grids Marc De Leenheer, Chris Develder, Filip De Turck, Bart Dhoedt, Piet Demeester Dept. of Information Technology - IBBT Ghent University Gaston Crommenlaan

More information

Performance Analysis of Scheduling Algorithms In Optical Burst Switching Networks

Performance Analysis of Scheduling Algorithms In Optical Burst Switching Networks Volume 2, Issue 1, January 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: Performance Analysis of Scheduling

More information

Contention-based Limited Deflection Routing in OBS Networks

Contention-based Limited Deflection Routing in OBS Networks Contention-based Limited Deflection Routing in OBS Networks SuKyoung Lee, Kotikalapudi Sriram, HyunSook Kim and JooSeok Song Sejong University, Seoul, Korea NIST, Gaithersburg, USA Yonsei University, Seoul,

More information

Gain in prob. of success using FEC over non FEC Fraction of FEC (n k)/k

Gain in prob. of success using FEC over non FEC Fraction of FEC (n k)/k Optical Packet-Switching using Forward Error Correction Gaurav Agarwal, Jeff Danley and Rahul Shah gaurav,jdgt,rcshah}@eecs.berkeley.edu November 28, 2 Abstract Optical networking technology has experienced

More information

Labeled Optical Burst Switching and IP/WDM Integration. Chunming Qiao

Labeled Optical Burst Switching and IP/WDM Integration. Chunming Qiao Labeled Optical Burst Switching and IP/WDM Integration Chunming Qiao 1 OVERVIEW Introduction to IP/WDM Optical Switching Paradigms Circuit or Packet Switching? Optical Burst Switching (OBS) 2 Just In Case...

More information

Performance of Optical Burst Switching Techniques in Multi-Hop Networks

Performance of Optical Burst Switching Techniques in Multi-Hop Networks Performance of Optical Switching Techniques in Multi-Hop Networks Byung-Chul Kim *, You-Ze Cho *, Jong-Hyup Lee **, Young-Soo Choi **, and oug Montgomery * * National Institute of Standards and Technology,

More information

International Journal of Research in Computer and Communication Technology, Vol 2, Issue 2, Feb-2013

International Journal of Research in Computer and Communication Technology, Vol 2, Issue 2, Feb-2013 Optical Internet Security: A new Time based threat identification and its prevention K.Muthuraj 1 and N.Sreenath 2 1 Research Scholar, 2 Professor, Department of Computer science and Engineering Pondicherry

More information

Dynamic Traffic Engineering for Future IP Networks

Dynamic Traffic Engineering for Future IP Networks Forschungszentrum Telekommunikation Wien [Telecommunications Research Center Vienna] Dynamic Traffic Engineering for Future IP Networks Ivan Gojmerac, Thomas Ziegler, Fabio Ricciato, Peter Reichl Telecommunications

More information

IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 21, NO. 7, SEPTEMBER

IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 21, NO. 7, SEPTEMBER IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 21, NO. 7, SEPTEMBER 2003 1173 A Comprehensive Study on Next-Generation Optical Grooming Switches Keyao Zhu, Student Member, IEEE, Hui Zang, Member,

More information

100 Gbit/s challenges for an operator as TDC

100 Gbit/s challenges for an operator as TDC 100 Gbit/s challenges for an operator as TDC Martin Skafte Michael Lyngbøl Bjarke Skjoldstrup 13. september 2012 Network Engineering Department (TDC Operations, Technology & Planning) Outline 100 Gigabit

More information

Dynamic Routing and Wavelength Assignment in WDM Networks with Ant-Based Agents

Dynamic Routing and Wavelength Assignment in WDM Networks with Ant-Based Agents Dynamic Routing and Wavelength Assignment in WDM Networks with Ant-Based Agents Son-Hong Ngo 1, Xiaohong Jiang 1, Susumu Horiguchi 1, and Minyi Guo 2 1 Graduate School of Information Science, Japan Advanced

More information

IP over. Mario Baldi. Politecnico di Torino. (Technical University of Turin) IPinterconnection - 1 Copyright: si veda nota a pag.

IP over. Mario Baldi. Politecnico di Torino. (Technical University of Turin)  IPinterconnection - 1 Copyright: si veda nota a pag. IP over ATM SDH DWDM Mario Baldi Politecnico di Torino (Technical University of Turin) www.baldi.info IPinterconnection - 1 Copyright: si veda nota a pag. 2 Nota di Copyright This set of transparencies,

More information

Burst Scheduling, Grooming and QoS Provisioning in Optical Burst-Switched Networks

Burst Scheduling, Grooming and QoS Provisioning in Optical Burst-Switched Networks Wright State University CORE Scholar Browse all Theses and Dissertations Theses and Dissertations 2009 Burst Scheduling, Grooming and QoS Provisioning in Optical Burst-Switched Networks Yuqi Fan Wright

More information

The Application of Optical Packet Switching in Future Communication Networks

The Application of Optical Packet Switching in Future Communication Networks OPTICAL PACKET SWITCHING NETWORKS The Application of Optical Packet Switching in Future Communication Networks Mike J. O Mahony, 1 Dimitra Simeonidou, 1 David K. Hunter, 2 and Anna Tzanakaki Ilotron Engineering

More information