Algorithm for finding all routes in Data Vortex switch

Size: px
Start display at page:

Download "Algorithm for finding all routes in Data Vortex switch"

Transcription

1 Algorithm for finding all routes in Data Vortex switch Neha Sharma, Devi Chadha, Vinod Chandra* Department of Electrical Engineering, Indian Institute of Technology, Delhi, New Delhi, INDIA ABSTRACT It is realized, that in optical networks, the enormous bandwidth offered by optical fibers cannot be fully utilized because the electronic switching is the biggest bottleneck. All-Optical switch fabrics play a central role in the effort to migrate the switching functions to the optical layer. Various architectures have been suggested for all-optical packet switching but the issues such as buffering for contention resolution, bit level processing for header decoding, and, TDM header and payload synchronization remain the key challenges in photonic packet switching. The Data Vortex switch architecture has been proposed as a scalable, low-latency interconnection fabric for optical switches that can overcome the above stated challenges 1. It has the advantages that no internal buffering is required, WDM header encoding eliminates bit level processing, and complexity involved with header and payload synchronization is eliminated. In this paper, we generate the distance matrix corresponding to data vortex switch architecture and propose an algorithm to obtain all possible routes between every source-destination node pair in the data vortex switch. This can have applications for various areas, like survivability and quality of service implementations. The algorithm can be used to study fault tolerance in the data vortex switch by analyzing the effect of various links and node failures. Since different applications/end users need different levels of fault tolerance and differ in how much they are willing to pay for the service they get, it is imperative that WDM networks incorporate fault tolerance into QoS requirements with various parameters such as tolerance to single or multiple component failures, protection bandwidth, recovery time, etc. Keywords: All-optical switch fabrics, packet switching, data vortex switch 1. INTRODUCTION The continuously growing demand on high bandwidth communication requires new wide area networks, which are able to provide the necessary transmission capacity. In this context optical networks are considered to meet this requirement. For the last few years, it has been realized, that in optical networks, the enormous bandwidth offered by optical fibers cannot be fully utilized because the electronic switching is the biggest bottleneck. All-Optical switch fabrics play a central role in the effort to migrate the switching functions to the optical layer. In these networks transmission and switching are both implemented in optical technology without the bottleneck of intermediate optical-to-electrical conversions. Various architectures have been suggested for all-optical packet switching but the issues such as buffering for contention resolution, bit level processing for header decoding, and, TDM header and payload synchronization, remain the key challenges in photonic packet switching. The Data Vortex switch architecture has been proposed as a scalable, low -latency interconnection fabric for optical switches that can overcome the above stated challenges 1. It has the advantages that no internal buffering is required, WDM header encoding eliminates bit level processing, and complexity involved with header and payload synchronization is eliminated. As optical WDM networks carry a huge volume of traffic, including voice, data and various multimedia services, it is required that routing and swit ching in such networks should be robust, and scalable. In the present scenario this should also contribute to quality of service. In this paper, we generate the distance matrix for the data vortex switch architecture and propose an algorithm to obtain all possible connections between every node pair in the data vortex switch. This can have applications for various areas, like survivability and quality of service implementations. The algorithm can be used to study fault tolerance 2 in the data vortex switch by analyzing the effect of various links and node failures. Since different applications/end users need different levels of fault tolerance and differ in how much they are willing to pay for the service they get, it is imperative that WDM networks incorporate fault tolerance into QoS requirements 3 with various parameters such as tolerance to single or multiple component failures, protection bandwidth, recovery time, etc. The data vortex switch is a suitable candidate which can be used to provide fault tolerance and quality of service requirements in bufferless photonic packet switching.

2 2. DATA VORTEX TOPOLOGY The Data Vortex switch architecture 4 has been proposed as a scalable, low -latency interconnection fabric for optical switches. It has the advantages that no internal buffering is required, WDM header encoding eliminates bit level processing, and complexity involved with header and payload synchronization is eliminated. Figure 1 to 6 shows the schematic of the data vortex switch architecture. The nodes of the switch are distributed along the angle dimensions and height dimensions on the same cylinder level and consists of a number of concentric cylinders. The size of the data vortex can be described by three parameters, C, A, H, corresponding to the cylinder, angle, and height dimensions, respectively, where C=log2H. It supports (A*H) input and output ports. Data packets ingress from input nodes at the outermost cylinder and exit from output nodes at the innermost cylinder. The connection links within the cylinders cross in a binary tree fashion to fix the next MSB of the header address before the packet is forwarded to an inner cylinder level. The connections between cylinders simply forward packets maintaining the packet height. The A parameter represents the angle dimensions along which nodes are placed on the same cylinder. Figure 1 shows the placement of nodes for A=3, 5, 7. For A=3 angular separation between the nodes is 120 0, for A=5 it is 72 0, and so on. To satisfy the routing conditions of the topology, A is taken as odd. The nodes are represented by angle index a, where 0<a<A. Figure 1: The Angle Dimension The H parameter represents the height dimensions on the cylinder. H should have the value equal to 2 to the pow er m where m is an integer. The height index of the node is given by h, where 0<h<H. Figure 2 shows the placement of nodes for H=4, & H=8. h=o h=1 h=2 h=3 h=0 h=1 h=2 h=3 h=4 h=5 h=6 h=7 H =4 H =8 Figure 2: The Height dimension; A=5

3 The parameter C represents the total number of concentric cylindrical levels in the switch. C dep ends on H where C=log2H+1. The cylinder index of the node is given by c where 0<c<C. Figure 3 shows the arrangement of nodes for C=3, A=5, H=4 c=2 c=1 c=1 c=0 c=0 A = 5, H = 4 C = log 2 H+1 =3 Figure 3: Cylindrical levels Any node on the switch can be represented as (a, c, h). Each node has two input and two output connections, one input from the outer neighboring cylinder and one input from the same cylinder level, similarly one output to the neighboring inner cylinder and one output to the same cylinder level. Figure 4 shows the interconnection among nodes on neighboring cylinders, represented by dashed lines. A node at angle a is connected to another node at angle a+1 and the connections lie on the same height index. a=3 c=0 c=1 c=2 a=2 a=4 a=1 a=0 Figure 4: Interconnections with neighboring cylinders The connections of nodes on the same cylinder level are shown in figure 5, which are found as follows-a node at angle a is connected to another node at angle a+1. Divide the total number of nodes along the height H into 2 c subgroups, where c is the cylinder index. Then in first subgroup connect the top half nodes at angle a to bottom half nodes at angle a+1. Repeat this step until all nodes of first subgroup are connected from angle a to next angle

4 a+1 (represented as nxa variable in distance matrix generation), and height h to next height h (h =nxh variable in distance matrix generation and is different for each node). The other subgroups copy the pattern of the first subgroup and these connections are repeated from angle to angle. a=4 h=0 h=1 a=0 a=1 c=0 a=2 h=2 h=3 (1, 0, 3) Figure 5: interconnections on same cylinder levels Figure 6 shows the interconnection of nodes on the same cylinder level and neighboring cylinders. Data packets enter the switch from input nodes at the outermost cylinder and exit from output nodes at the innermost cylinder. Thus it has (A*H) input and output ports. The total number of nodes in the switch is N=n=A*H*C. Thus for A=5, H=4, and C=3: total number of nodes N=60, number of input nodes (on the outer most cylinder) is 20, number of output nodes (on the innermost cylinder) is 20. a = 3 a = 2 h = 0 a = 4 (4, 0, 0) c = 2 a = 1 c = 1 h = 1 c = 0 a = 0 h = 2 (1, 1, 2) h = 3 (0, 0, 2) Figure 6: Interconnections on same cylinder and neighboring cylinders.

5 3. DISTANCE MATRIX GENERATION FOR DATA VORTEX Distance matrix is also known as weight matrix or cost matrix. A weighted graph of N nodes can be represented by an N N matrix D= [dij], such that- dij is the distance (or weight or cost of edge) between nodes i and j In the case of distance matrix for data vortex- dij=a=5, if connection exists between i and j on the same cylinder d ij =ß=4, if connection exists between i and j on the neighboring cylinder d ij =0, if i=j d ij =8, if no connection exists between i and j The distance matrix d [N] [N] for the given interconnection pattern of data vortex is generated as follows, with reference to figure a = 4 a = 3 12 h = 0 0 a = 0 20 c = 2 c = 1 a = 2 8 h = 1 h = c = 0 a =5 a = β= d [0][6] =a = 5 d [0] [24] = β = 4 d [0][0] = 0 d [0] [1] = INF = 999 h = Figure 7: Interconnection pattern storage in Distance matrix d [N] [N] Each node (a, c, h) is converted to its equivalent decimal value nd=h*a+ (A*H)*c+h Then according to the given interconnection pattern, the node on the same cylinder level, given by snd that is connected to nd is found as follows:-

6 snd=h*nxa+ (A*H)*c+nxh where, nxa= (a+1) %A, nxh- depends on the interconnection pattern as explained in section 2 The node on the inner cylinder level, given by ind that is connected to nd is found ind =H*nxa+ (A*H)*(c+1) +h To satisfy the routing constraints, the distance between connected nodes on the same cylinder are taken α and distances between connected nodes on different cylinders are taken as β such that α 1=β. Example: - Let the node to be considered is (a=0, c=0, h=2), and A=5, H=4, C=3. Then, nxa=1, nxh=1 nd=h*0+ (A*H)*0+2=2 snd=h*1+ (A*H)*0+1=5 ind=h*1+ (A*H)*(0+1) +2=26 Similarly, values are found for all n nodes Then the data is stored in distance matrix d [i] [j], where, 0<i<N, 0<j<N, as follows For any i =nd, j =nd, or snd, or ind d [nd] [nd] =0 d [nd] [snd] =5 d [nd] [ind] =4 if (d[i] [j]! =0 && d[i] [j]! =5 && d[i] [j]! =4) d [i] [j] =INF where INF is some large integer value. A program in C language has been developed which automatically evaluates the interconnections among the nodes and stores in the distance matrix. Simply by varying the input parameters A and H the distance matrix can be generated for any topology. 4. GENERALIZED ALGORITHM A general algorithm 5, 6 is proposed to find all possible connections between every source-destination node pair in the data vortex switch, using the distance matrix generated in section 3. This can have applications for various areas, like survivability and quality of service implementations. The algorithm can be used to study fault tolerance in the data vortex switch by analyzing the effect of various links and node failure and the flowchart is given below.

7 4.1 Flowchart Input Number of nodes-n Number of angles-a Number of heights-h Generate the distance matrix d[n] [n] for the given topology For every source-destination node pair (i, j) Initialize ListAP-stores all paths between (i, j) ListCP-stores current paths from which deviations are found listncp-stores deviations from the current paths, which form the next current paths Find shortest path r, store in ListAP & ListCP Take each path, one by one, of ListCP as current path: For every node m in current path not equal to j, Find shortest path to j (exclude links from m that are in the current path) Append old path from i to m, to newpath found from m to j If newpath from i to j already exists in ListAP, neglect, else store in ListAP & ListNCP No Is ListNCP null Reinitialize ListCP Copy ListNCP to ListCP Yes ListAP stores all possible paths from i to j Stop

8 4.2 Conversion of flowchart to programmable form The generalized algorithm shown in the flowchart can be converted to the programmable form for the case of data vortex switch as shown in the steps below. Step 1. Input number of nodes N, number of angles A, number of heights H, in the given Data Vortex switch Step 2. Evaluate number of cylindrical levels lv=log 2 H+1 in the switch Step 3. For the given switch topology find the Distance matrix d [N] [N] Step 4. Find the shortest routes between every source-destination node pair (i, j) in the network using Floyd s algorithm [2] Step 5. For source i=1 to (A*H), do Step 6. For destination j= ((lv-1)*(a*h) +1) to N, do Step 7. Initialize a list of all shortest paths, ListAP ij,, and a list of all current paths ListCP. Step 8. For (i, j) take the shortest route r, found in step 4 Step 9. Store this path in ListCP = {r} & ListAP ij = {r} Step 10. For each route r c in ListCP, do Step 11. Let current path = r c Step 12. To store deviations from current path r c, initialize a list, ListNCP Step 13 For every node m in the current path, not equal to j, do Step 14. Find shortest route from m, using algorithm by [2], by disconnecting - that link of m which has occurred in current path, and nodes that occur in root path (to avoid loops) Step 15. Call path (i-m) root path and path (m-j) spur path Step 16. Append path (i-m) and path (m -j), if new path from i to j already exists in ListAP ij, neglect, else add to ListNCP & ListAP ij Step 17. End loop 13 Step 18. End loop 10 Step 19. If (ListNCP! = null) reinitialize ListCP and store contents of ListNCP in ListCP, goto step 10, else goto Step 20 Step 20 ListAPij stores all possible routes from i to j Step 21. End loop 6 Step 22. End loop 5 Step 23. End.

9 4. CONCLUSIONS As shown in section 3, the architecture of the data vortex can be easily stored in the form of distance matrix. A program in C language has been developed which automatically evaluates the interconnections among the nodes, and stores in the distance matrix. Simply, by varying the input parameters A and H, the distance matrix can be generated for any topology. The generalized algorithm proposed in this paper, in section 4, utilizes the above generated distance matrix, and obtains all possible connections between every source-destination node pair in the data vortex switch. This can have applications for various areas, like survivability and quality of service implementations. The algorithm can be used to study fault tolerance in the data vortex switch by analyzing the effect of various links and node failures. Since different applications/end users need different levels of fault tolerance and differ in how much they are willing to pay for the service they get, hence it is imperative that WDM networks incorporate fault tolerance into QoS requirements with various parameters such as tolerance to single or multiple component failures, protection bandwidth, recovery time, etc. REFERENCES 1. Multiple Level minimum Logic Network: C.Reed, U.S. Patent , Nov. 30, (1999) 2. Fault Tolerance in GEMNET Topology using Replication of Identified Nodes: N. Sharma, D. Chadha, V. Chandra, Proc. Conference on Distributed Processing and Networking, I.I.T. Kharagpur (W.B.)-India, June, Differentiated Quality of Service for Survivable WDM Optical Networks: C.V. Saradhi, et. al., IEEE Optical Communications, S8(May2004) 4. Optical Packet Routing and Virtual Buffering in Eight-Node Data Vortex Switching Fabric: W. Lu, et. al., IEEE Photonics Technology Letters, Vol. 16, No. 8, 1981(2004) 5. Finding the K-Shortest Loopless Paths in a Network: J.Y. Yen, Management Science, Vol. 17, No. 11,712(1971) 6. Generalized Algorithm for Finding All Connections in an Optical WDM Network: N. Sharma, D. Chadha, V. Chandra, To be presented in WITSP 04( The 3 rd Workshop on the Internet, Telecommunications, and Signal Processing), Adelaide, December, 2004 *vchandra@ee.iitd.ernet.in;

Performance Evaluation of k-ary Data Vortex Networks with Bufferless and Buffered Routing Nodes

Performance Evaluation of k-ary Data Vortex Networks with Bufferless and Buffered Routing Nodes Performance Evaluation of k-ary Data Vortex Networks with Bufferless and Buffered Routing Nodes Qimin Yang Harvey Mudd College, Engineering Department, Claremont, CA 91711, USA qimin_yang@hmc.edu ABSTRACT

More information

Prioritized Shufflenet Routing in TOAD based 2X2 OTDM Router.

Prioritized Shufflenet Routing in TOAD based 2X2 OTDM Router. Prioritized Shufflenet Routing in TOAD based 2X2 OTDM Router. Tekiner Firat, Ghassemlooy Zabih, Thompson Mark, Alkhayatt Samir Optical Communications Research Group, School of Engineering, Sheffield Hallam

More information

Hybrid Integration of a Semiconductor Optical Amplifier for High Throughput Optical Packet Switched Interconnection Networks

Hybrid Integration of a Semiconductor Optical Amplifier for High Throughput Optical Packet Switched Interconnection Networks Hybrid Integration of a Semiconductor Optical Amplifier for High Throughput Optical Packet Switched Interconnection Networks Odile Liboiron-Ladouceur* and Keren Bergman Columbia University, 500 West 120

More information

Exploring Multiple Paths using Link Utilization in Computer Networks

Exploring Multiple Paths using Link Utilization in Computer Networks 7 Exploring Multiple Paths using Link Utilization in Computer Networks 1 Shalini Aggarwal, 2 Shuchita Upadhyaya 1 Teacher Fellow, Department of Computer Science & Applications, Kurukshetra University Kurukshetra,

More information

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks X. Yuan, R. Melhem and R. Gupta Department of Computer Science University of Pittsburgh Pittsburgh, PA 156 fxyuan,

More information

Ultra-Low Latency, Bit-Parallel Message Exchange in Optical Packet Switched Interconnection Networks

Ultra-Low Latency, Bit-Parallel Message Exchange in Optical Packet Switched Interconnection Networks Ultra-Low Latency, Bit-Parallel Message Exchange in Optical Packet Switched Interconnection Networks O. Liboiron-Ladouceur 1, C. Gray 2, D. Keezer 2 and K. Bergman 1 1 Department of Electrical Engineering,

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

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

Progress Report No. 15. Shared Segments Protection

Progress Report No. 15. Shared Segments Protection NEXT GENERATION NETWORK (NGN) AVAILABILITY & RESILIENCE RESEARCH Progress Report No. 15 Shared Segments Protection The University of Canterbury Team 18 April 2006 Abstract As a complement to the Canterbury

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

Machine-Learning-Based Flow scheduling in OTSSenabled

Machine-Learning-Based Flow scheduling in OTSSenabled Machine-Learning-Based Flow scheduling in OTSSenabled Datacenters Speaker: Lin Wang Research Advisor: Biswanath Mukherjee Motivation Traffic demand increasing in datacenter networks Cloud-service, parallel-computing,

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

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

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

Optimizing the performance of a data vortex interconnection network

Optimizing the performance of a data vortex interconnection network Vol. 6, No. 4 / April 2007 / JOURNAL OF OPTICAL NETWORKING 369 Optimizing the performance of a data vortex interconnection network Assaf Shacham and Keren Bergman Department of Electrical Engineering,

More information

Star Topology based Protection Scheme for Survivable Fiber Wireless (FiWi) Access Network

Star Topology based Protection Scheme for Survivable Fiber Wireless (FiWi) Access Network International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 6 (2017) pp. 859-866 Research India Publications http://www.ripublication.com Star Topology based Protection Scheme

More information

Wavelength Assignment in a Ring Topology for Wavelength Routed WDM Optical Networks

Wavelength Assignment in a Ring Topology for Wavelength Routed WDM Optical Networks Wavelength Assignment in a Ring Topology for Wavelength Routed WDM Optical Networks Amit Shukla, L. Premjit Singh and Raja Datta, Dept. of Computer Science and Engineering, North Eastern Regional Institute

More information

Name of Course : E1-E2 CFA. Chapter 14. Topic : NG SDH & MSPP

Name of Course : E1-E2 CFA. Chapter 14. Topic : NG SDH & MSPP Name of Course : E1-E2 CFA Chapter 14 Topic : NG SDH & MSPP Date of Creation : 28.03.2011 NGN SDH and MSPP 1. Introduction: Innovation, the lifeline to survival in the telecommunication market, has spurred

More information

ii) Do the following conversions: output is. (a) (101.10) 10 = (?) 2 i) Define X-NOR gate. (b) (10101) 2 = (?) Gray (2) /030832/31034

ii) Do the following conversions: output is. (a) (101.10) 10 = (?) 2 i) Define X-NOR gate. (b) (10101) 2 = (?) Gray (2) /030832/31034 No. of Printed Pages : 4 Roll No.... rd 3 Sem. / ECE Subject : Digital Electronics - I SECTION-A Note: Very Short Answer type questions. Attempt any 15 parts. (15x2=30) Q.1 a) Define analog signal. b)

More information

Optical Interconnection Networks in Data Centers: Recent Trends and Future Challenges

Optical Interconnection Networks in Data Centers: Recent Trends and Future Challenges Optical Interconnection Networks in Data Centers: Recent Trends and Future Challenges Speaker: Lin Wang Research Advisor: Biswanath Mukherjee Kachris C, Kanonakis K, Tomkos I. Optical interconnection networks

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

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

Module 1. Introduction. Version 2, CSE IIT, Kharagpur

Module 1. Introduction. Version 2, CSE IIT, Kharagpur Module 1 Introduction Version 2, CSE IIT, Kharagpur Introduction In this module we shall highlight some of the basic aspects of computer networks in two lessons. In lesson 1.1 we shall start with the historical

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

Network on Chip Architecture: An Overview

Network on Chip Architecture: An Overview Network on Chip Architecture: An Overview Md Shahriar Shamim & Naseef Mansoor 12/5/2014 1 Overview Introduction Multi core chip Challenges Network on Chip Architecture Regular Topology Irregular Topology

More information

A Novel High Performance Multicast Scheme on Virtual Ring-Based 2D Torus Topology in DWDM Networks

A Novel High Performance Multicast Scheme on Virtual Ring-Based 2D Torus Topology in DWDM Networks Tamkang Journal of Science and Engineering, Vol. 14, No. 1, pp. 81 89 (2011) 81 A Novel High Performance Multicast Scheme on Virtual Ring-Based 2D Torus Topology in DWDM Networks I-Shyan Hwang 1 *, San-Nan

More information

TRAFFIC GROOMING WITH BLOCKING PROBABILITY REDUCTION IN DYNAMIC OPTICAL WDM NETWORKS

TRAFFIC GROOMING WITH BLOCKING PROBABILITY REDUCTION IN DYNAMIC OPTICAL WDM NETWORKS TRAFFIC GROOMING WITH BLOCKING PROBABILITY REDUCTION IN DYNAMIC OPTICAL WDM NETWORKS K.Pushpanathan 1, Dr.A.Sivasubramanian 2 1 Asst Prof, Anand Institute of Higher Technology, Chennai-603103 2 Prof &

More information

1. INTRODUCTION light tree First Generation Second Generation Third Generation

1. INTRODUCTION light tree First Generation Second Generation Third Generation 1. INTRODUCTION Today, there is a general consensus that, in the near future, wide area networks (WAN)(such as, a nation wide backbone network) will be based on Wavelength Division Multiplexed (WDM) optical

More information

A Modified Heuristic Approach of Logical Topology Design in WDM Optical Networks

A Modified Heuristic Approach of Logical Topology Design in WDM Optical Networks Proceedings of the International Conference on Computer and Communication Engineering 008 May 3-5, 008 Kuala Lumpur, Malaysia A Modified Heuristic Approach of Logical Topology Design in WDM Optical Networks

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

MPLS OAM Technology White Paper

MPLS OAM Technology White Paper MPLS OAM Technology White Paper Issue 01 Date 2012-10-30 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without

More information

Expected Time: 90 min PART-A Max Marks: 42

Expected Time: 90 min PART-A Max Marks: 42 Birla Institute of Technology & Science, Pilani First Semester 2010-2011 Computer Networks (BITS C481) Comprehensive Examination Thursday, December 02, 2010 (AN) Duration: 3 Hrs Weightage: 40% [80M] Instructions-:

More information

Multi-path Forward Error Correction Control Scheme with Path Interleaving

Multi-path Forward Error Correction Control Scheme with Path Interleaving Multi-path Forward Error Correction Control Scheme with Path Interleaving Ming-Fong Tsai, Chun-Yi Kuo, Chun-Nan Kuo and Ce-Kuen Shieh Department of Electrical Engineering, National Cheng Kung University,

More information

Lecture 18: Communication Models and Architectures: Interconnection Networks

Lecture 18: Communication Models and Architectures: Interconnection Networks Design & Co-design of Embedded Systems Lecture 18: Communication Models and Architectures: Interconnection Networks Sharif University of Technology Computer Engineering g Dept. Winter-Spring 2008 Mehdi

More information

Design Methodologies and Algorithms for Survivable C-RAN

Design Methodologies and Algorithms for Survivable C-RAN 16 Regular papers ONDM 218 Design Methodologies and Algorithms for Survivable C-RAN Bahare M. Khorsandi, Federico Tonini, Carla Raffaelli DEI, University of Bologna Viale Risorgimento 2, 4136 Bologna,

More information

Diversity Coded 5G Fronthaul Wireless Networks

Diversity Coded 5G Fronthaul Wireless Networks IEEE Wireless Telecommunication Symposium (WTS) 2017 Diversity Coded 5G Fronthaul Wireless Networks Nabeel Sulieman, Kemal Davaslioglu, and Richard D. Gitlin Department of Electrical Engineering University

More information

A Token Based Distributed Algorithm for Medium Access in an Optical Ring Network

A Token Based Distributed Algorithm for Medium Access in an Optical Ring Network A Token Based Distributed Algorithm for Medium Access in an Optical Ring Network A. K. Turuk, R. Kumar, and R. Badrinath Department of Computer Science and Engineering Indian Institute of Technology Kharagpur

More information

Network Protection Design for MPLS Networks

Network Protection Design for MPLS Networks Network Protection Design for MPLS Networks Gaurav Agrawal, Dijiang Huang, Deep Medhi Computer Science and Electrical Engineering Department University of Missouri-Kansas City, MO 64110, USA Computer Science

More information

Simulation of All Optical Networks

Simulation of All Optical Networks Simulation of All Optical Networks Raul Valls Aranda Communication Department Polytechnic University of Valencia (UPV) C/ Camino de Vera s/n Valencia, Spain Pablo A. Beneit Mayordomo Communication Department

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

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

Computer Communication Networks

Computer Communication Networks Contents ELL 785 Computer Communication Networks Introduction Lecture 1 Taxonomy of communication works Computer Communication Networks Building a work ed work architecture 1-1 Introduction PC server wireless

More information

P D1.1 RPR OPNET Model User Guide

P D1.1 RPR OPNET Model User Guide P802.17 D1.1 RPR OPNET Model User Guide Revision Nov7 Yan F. Robichaud Mark Joseph Francisco Changcheng Huang Optical Networks Laboratory Carleton University 7 November 2002 Table Of Contents 0 Overview...1

More information

CS 6143 COMPUTER ARCHITECTURE II SPRING 2014

CS 6143 COMPUTER ARCHITECTURE II SPRING 2014 CS 6143 COMPUTER ARCHITECTURE II SPRING 2014 DUE : April 9, 2014 HOMEWORK IV READ : - Related portions of Chapter 5 and Appendces F and I of the Hennessy book - Related portions of Chapter 1, 4 and 6 of

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

Network Topologies & Error Performance Monitoring in SDH Technology

Network Topologies & Error Performance Monitoring in SDH Technology Network Topologies & Error Performance Monitoring in SDH Technology Shiva Sharma Electronics and Communications Department Dronacharya College of Engineering Gurgaon, Haryana Shiva.92@hotmail.com Abstract

More information

Survivability Architectures for Service Independent Access Points to Multiwavelength Optical Wide Area Networks

Survivability Architectures for Service Independent Access Points to Multiwavelength Optical Wide Area Networks Survivability Architectures for Service Independent Access Points to Multiwavelength Optical Wide Area Networks Master s Thesis Defense Ananth Nagarajan EECS Department, University of Kansas 10/13/98 Outline

More information

ELEC 691X/498X Broadcast Signal Transmission Winter 2018

ELEC 691X/498X Broadcast Signal Transmission Winter 2018 ELEC 691X/498X Broadcast Signal Transmission Winter 2018 Instructor: DR. Reza Soleymani, Office: EV 5.125, Telephone: 848 2424 ext.: 4103. Office Hours: Wednesday, Thursday, 14:00 15:00 Slide 1 In this

More information

Simulation of Simultaneous All Optical Clock Extraction and Demultiplexing for OTDM Packet Signal Using a SMZ Switch

Simulation of Simultaneous All Optical Clock Extraction and Demultiplexing for OTDM Packet Signal Using a SMZ Switch Simulation of Simultaneous All Optical Clock Extraction and Demultiplexing for OTDM Packet Signal Using a SMZ Switch R. Ngah, and Z. Ghassemlooy, Northumbria University, United Kingdom Abstract In this

More information

Capacity Planning for Next Generation Utility Networks (PART 1) An analysis of utility applications, capacity drivers and demands

Capacity Planning for Next Generation Utility Networks (PART 1) An analysis of utility applications, capacity drivers and demands Capacity Planning for Next Generation Utility Networks (PART 1) An analysis of utility applications, capacity drivers and demands Utility networks are going through massive transformations towards next

More information

High Performance Interconnect and NoC Router Design

High Performance Interconnect and NoC Router Design High Performance Interconnect and NoC Router Design Brinda M M.E Student, Dept. of ECE (VLSI Design) K.Ramakrishnan College of Technology Samayapuram, Trichy 621 112 brinda18th@gmail.com Devipoonguzhali

More information

A Routing Protocol and Energy Efficient Techniques in Bluetooth Scatternets

A Routing Protocol and Energy Efficient Techniques in Bluetooth Scatternets A Routing Protocol and Energy Efficient Techniques in Bluetooth Scatternets Balakrishna J. Prabhu and A. Chockalingam Department of Electrical Communication Engineering Indian Institute of Science, Bangalore

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

Performance and Evaluation of Integrated Video Transmission and Quality of Service for internet and Satellite Communication Traffic of ATM Networks

Performance and Evaluation of Integrated Video Transmission and Quality of Service for internet and Satellite Communication Traffic of ATM Networks Performance and Evaluation of Integrated Video Transmission and Quality of Service for internet and Satellite Communication Traffic of ATM Networks P. Rajan Dr. K.L.Shanmuganathan Research Scholar Prof.

More information

E1-E2 (EB) Chapter 4 MSPP

E1-E2 (EB) Chapter 4 MSPP E1-E2 (EB) Chapter 4 MSPP Page: 1 Multi-service Provisioning Platform (M S P P) I) Introduction: MSPP is deployed in the boundary of Access and Metro core backbone. TEC has prepared two different platforms

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

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

Multicast OLSP Establishment Scheme in OVPN over IP/GMPLS over DWDM

Multicast OLSP Establishment Scheme in OVPN over IP/GMPLS over DWDM Multicast OLSP Establishment Scheme in OVPN over IP/GMPLS over DWDM Jeong-Mi Kim 1, Oh-Han Kang 2, Jae-Il Jung 3, and Sung-Un Kim 1,4 1 Pukyong National University, 599-1 Daeyeon 3-Dong Nam-Gu, Busan,

More information

All-Pairs Shortest Paths - Floyd s Algorithm

All-Pairs Shortest Paths - Floyd s Algorithm All-Pairs Shortest Paths - Floyd s Algorithm Parallel and Distributed Computing Department of Computer Science and Engineering (DEI) Instituto Superior Técnico October 31, 2011 CPD (DEI / IST) Parallel

More information

Wireless Networks. Communication Networks

Wireless Networks. Communication Networks Wireless Networks Communication Networks Types of Communication Networks Traditional Traditional local area network (LAN) Traditional wide area network (WAN) Higher-speed High-speed local area network

More information

L1: Introduction. Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806

L1: Introduction. Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806 L1: Introduction Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806 8/15/2016 CSCI 445 Fall 2016 1 Acknowledgements Some pictures used in this presentation

More information

Design of Optical Aggregation Network with Carrier Edge Functions Virtualization

Design of Optical Aggregation Network with Carrier Edge Functions Virtualization Design of Optical Aggregation Network with Carrier Edge Functions Virtualization September 28, 2017 APNOMS2017@Seoul Takashi Miyamura 1, Akira Misawa 2, Jun-ichi Kani 1 1 NTT Laboratories 2 Chitose Institute

More information

Local Restoration in Metro Ethernet Networks for Multiple Link Failures

Local Restoration in Metro Ethernet Networks for Multiple Link Failures Local Restoration in Metro Ethernet etworks for Multiple Link Failures Shibu. V Department of Computer Applications. Preetha Mathew K Department of Computer Applications. Jabir.K.V.T Department of Information

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

REDUCTION OF BLOCKING PROBABILITY IN SHARED PROTECTED OPTICAL NETWORK

REDUCTION OF BLOCKING PROBABILITY IN SHARED PROTECTED OPTICAL NETWORK REDUCTION OF BLOCKING PROBABILITY IN SHARED PROTECTED OPTICAL NETWORK Nirmala L Devi 1, V M Pandharipande 2, 1 Department of Electronics and Communications Engineering, Osmania University, Hyderabad, India-500007.

More information

Some Ad Hoc Network Characteristics Effects on the Performance of On-Demand Routing Protocols

Some Ad Hoc Network Characteristics Effects on the Performance of On-Demand Routing Protocols Inf. Sci. Lett. 2, No. 2, 69-75 (2013) 69 Information Sciences Letters An International Journal http://dx.doi.org/10.12785/isl/020204 Some Ad Hoc Network Characteristics Effects on the Performance On-Demand

More information

Lecture 24: Interconnection Networks. Topics: topologies, routing, deadlocks, flow control

Lecture 24: Interconnection Networks. Topics: topologies, routing, deadlocks, flow control Lecture 24: Interconnection Networks Topics: topologies, routing, deadlocks, flow control 1 Topology Examples Grid Torus Hypercube Criteria Bus Ring 2Dtorus 6-cube Fully connected Performance Bisection

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

InfiniBand SDR, DDR, and QDR Technology Guide

InfiniBand SDR, DDR, and QDR Technology Guide White Paper InfiniBand SDR, DDR, and QDR Technology Guide The InfiniBand standard supports single, double, and quadruple data rate that enables an InfiniBand link to transmit more data. This paper discusses

More information

ECE 697J Advanced Topics in Computer Networks

ECE 697J Advanced Topics in Computer Networks ECE 697J Advanced Topics in Computer Networks Switching Fabrics 10/02/03 Tilman Wolf 1 Router Data Path Last class: Single CPU is not fast enough for processing packets Multiple advanced processors in

More information

Traffic Grooming and Regenerator Placement in Impairment-Aware Optical WDM Networks

Traffic Grooming and Regenerator Placement in Impairment-Aware Optical WDM Networks Traffic Grooming and Regenerator Placement in Impairment-Aware Optical WDM Networks Ankitkumar N. Patel, Chengyi Gao, and Jason P. Jue Erik Jonsson School of Engineering and Computer Science The University

More information

OceanStor 9000 InfiniBand Technical White Paper. Issue V1.01 Date HUAWEI TECHNOLOGIES CO., LTD.

OceanStor 9000 InfiniBand Technical White Paper. Issue V1.01 Date HUAWEI TECHNOLOGIES CO., LTD. OceanStor 9000 Issue V1.01 Date 2014-03-29 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2014. All rights reserved. No part of this document may be reproduced or transmitted in

More information

Dynamic service Allocation with Protection Path

Dynamic service Allocation with Protection Path www.ijcsi.org 115 Dynamic service Allocation with Protection Path Loay Alzubaidi Department of Computer Engineering & Science, Prince Muhammad bin Fahd University AL-Khobar, Saudi Arabia Abstract Path

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

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

Computer Networks. Routing Algorithms

Computer Networks. Routing Algorithms Computer Networks Routing Algorithms Topics Routing Algorithms Shortest Path (Dijkstra Algorithm) Distance Vector Routing Count to infinity problem Solutions for count to infinity problem Link State Routing

More information

Virtual Source-Based Minimum Interference Path Multicast Routing with Differentiated QoS Guarantees in the Next Generation Optical Internet

Virtual Source-Based Minimum Interference Path Multicast Routing with Differentiated QoS Guarantees in the Next Generation Optical Internet Virtual Source-Based Minimum Interference Path Multicast Routing with Differentiated QoS Guarantees in the Next Generation Optical Internet Suk-Jin Lee 1, Kyung-Dong Hong 1, Chun-Jai Lee 1, Moon-Kyun Oh

More information

Sample Routers and Switches. High Capacity Router Cisco CRS-1 up to 46 Tb/s thruput. Routers in a Network. Router Design

Sample Routers and Switches. High Capacity Router Cisco CRS-1 up to 46 Tb/s thruput. Routers in a Network. Router Design outer Design outers in a Network Overview of Generic outer Architecture Input-d Switches (outers) IP Look-up Algorithms Packet Classification Algorithms Sample outers and Switches Cisco 46 outer up to

More information

Emulation of realistic network traffic patterns on an eight-node data vortex interconnection network subsystem

Emulation of realistic network traffic patterns on an eight-node data vortex interconnection network subsystem Emulation of realistic network traffic patterns on an eight-node data vortex interconnection network subsystem Benjamin A. Small, Assaf Shacham, and Keren Bergman Department of Electrical Engineering,

More information

Class-based Packet Scheduling Policies for Bluetooth

Class-based Packet Scheduling Policies for Bluetooth Class-based Packet Scheduling Policies for Bluetooth Vishwanath Sinha, D. Raveendra Babu Department of Electrical Engineering Indian Institute of Technology, Kanpur - 08 06, INDIA vsinha@iitk.ernet.in,

More information

Presenting a multicast routing protocol for enhanced efficiency in mobile ad-hoc networks

Presenting a multicast routing protocol for enhanced efficiency in mobile ad-hoc networks Presenting a multicast routing protocol for enhanced efficiency in mobile ad-hoc networks Mehdi Jalili, Islamic Azad University, Shabestar Branch, Shabestar, Iran mehdijalili2000@gmail.com Mohammad Ali

More information

Interconnection Network

Interconnection Network Interconnection Network Recap: Generic Parallel Architecture A generic modern multiprocessor Network Mem Communication assist (CA) $ P Node: processor(s), memory system, plus communication assist Network

More information

COMPUTER NETWORKS UNIT I. 1. What are the three criteria necessary for an effective and efficient networks?

COMPUTER NETWORKS UNIT I. 1. What are the three criteria necessary for an effective and efficient networks? Question Bank COMPUTER NETWORKS Short answer type questions. UNIT I 1. What are the three criteria necessary for an effective and efficient networks? The most important criteria are performance, reliability

More information

A primer on modern LANs

A primer on modern LANs Advanced Networks http://disi.unitn.it/locigno/index.php/teaching-duties/ A primer on modern LANs Renato Lo Cigno Copyright Quest opera è prote1a dalla licenza: Crea&ve Commons A-ribuzione- Non commerciale-

More information

IPv6 migration challenges and Security

IPv6 migration challenges and Security IPv6 migration challenges and Security ITU Regional Workshop for the CIS countries Recommendations on transition from IPv4 to IPv6 in the CIS region, 16-18 April 2014 Tashkent, Republic of Uzbekistan Desire.karyabwite@itu.int

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

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

To address these challenges, extensive research has been conducted and have introduced six key areas of streaming video, namely: video compression,

To address these challenges, extensive research has been conducted and have introduced six key areas of streaming video, namely: video compression, Design of an Application Layer Congestion Control for Reducing network load and Receiver based Buffering Technique for packet synchronization in Video Streaming over the Internet Protocol Mushfeq-Us-Saleheen

More information

On contention resolution in the data vortex optical interconnection network

On contention resolution in the data vortex optical interconnection network Vol. 6, No. 6 / June 2007 / JOURNAL OF OPTICAL NETWORKING 777 On contention resolution in the data vortex optical interconnection network Assaf Shacham* and Keren Bergman Department of Electrical Engineering,

More information

Modeling, Simulating, and Characterizing Performance in

Modeling, Simulating, and Characterizing Performance in Modeling, Simulating, and Characterizing Performance in Optical Switching Networks J. Nathan Kutzc, B. Smalib, W. Lub, and K. Bergmanb adepartment of Applied Mathematics, University of Washington, Box

More information

Interconnection topologies (cont.) [ ] In meshes and hypercubes, the average distance increases with the dth root of N.

Interconnection topologies (cont.) [ ] In meshes and hypercubes, the average distance increases with the dth root of N. Interconnection topologies (cont.) [ 10.4.4] In meshes and hypercubes, the average distance increases with the dth root of N. In a tree, the average distance grows only logarithmically. A simple tree structure,

More information

WAVELENGTH-DIVISION multiplexing (WDM) partitions

WAVELENGTH-DIVISION multiplexing (WDM) partitions IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 5, NO. 5, OCTOBER 1997 719 Channel Sharing in Multi-Hop WDM Lightwave Networks: Do We Need More Channels? Srini B. Tridandapani, Member, IEEE, Biswanath Mukherjee,

More information

COMPARISON OF OCTAGON-CELL NETWORK WITH OTHER INTERCONNECTED NETWORK TOPOLOGIES AND ITS APPLICATIONS

COMPARISON OF OCTAGON-CELL NETWORK WITH OTHER INTERCONNECTED NETWORK TOPOLOGIES AND ITS APPLICATIONS International Journal of Computer Engineering and Applications, Volume VII, Issue II, Part II, COMPARISON OF OCTAGON-CELL NETWORK WITH OTHER INTERCONNECTED NETWORK TOPOLOGIES AND ITS APPLICATIONS Sanjukta

More information

On-Line Routing in WDM-TDM Switched Optical Mesh Networks

On-Line Routing in WDM-TDM Switched Optical Mesh Networks On-Line Routing in WDM-TDM Switched Optical Mesh Networks Arun Vishwanath and Weifa Liang Department of Computer Science The Australian National University Canberra, ACT-0200, Australia Email: {arunv,wliang}@cs.anu.edu.au

More information

Routing In the Logical Interconnection Topologies

Routing In the Logical Interconnection Topologies Routing In the Logical Interconnection Topologies Firat Tekiner First Year PhD Student Zabih Ghassemlooy, Thompson Mark, Alkhayatt Samir Optical Communications Research Group School of Engineering, Sheffield

More information

A Novel Optimization Method of Optical Network Planning. Wu CHEN 1, a

A Novel Optimization Method of Optical Network Planning. Wu CHEN 1, a A Novel Optimization Method of Optical Network Planning Wu CHEN 1, a 1 The engineering & technical college of chengdu university of technology, leshan, 614000,china; a wchen_leshan@126.com Keywords:wavelength

More information

SUPERCOMPUTERS harness a concurrent organization of the

SUPERCOMPUTERS harness a concurrent organization of the IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. 18, NO. 3, MARCH 2007 409 The Data Vortex, an All Optical Path Multicomputer Interconnection Network Cory Hawkins, Student Member, IEEE, Benjamin

More information

JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 26, NO. 13, JULY 1,

JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 26, NO. 13, JULY 1, JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 26, NO. 13, JULY 1, 2008 1777 The Data Vortex Optical Packet Switched Interconnection Network Odile Liboiron-Ladouceur, Member, IEEE, Assaf Shacham, Member, IEEE,

More information

Lecture (05) Network interface Layer media & switching II

Lecture (05) Network interface Layer media & switching II Lecture (05) Network interface Layer media & switching II By: ElShafee ١ Agenda Circuit switching technology (cont,..) Packet switching technique Telephone network ٢ Circuit switching technology (cont,..)

More information

Building petabit/s data center network with submicroseconds latency by using fast optical switches Miao, W.; Yan, F.; Dorren, H.J.S.; Calabretta, N.

Building petabit/s data center network with submicroseconds latency by using fast optical switches Miao, W.; Yan, F.; Dorren, H.J.S.; Calabretta, N. Building petabit/s data center network with submicroseconds latency by using fast optical switches Miao, W.; Yan, F.; Dorren, H.J.S.; Calabretta, N. Published in: Proceedings of 20th Annual Symposium of

More information