DESIGNING AN OPTIMAL VIRTUAL TOPOLOGY IN WDM BASED TOROIDAL OPTICAL NETWORKS

Size: px
Start display at page:

Download "DESIGNING AN OPTIMAL VIRTUAL TOPOLOGY IN WDM BASED TOROIDAL OPTICAL NETWORKS"

Transcription

1 DESIGNING AN OPTIMAL VIRTUAL TOPOLOGY IN WDM BASED TOROIDAL OPTICAL NETWORKS Dhivya Muralishankar Department of Computer Science North Carolina State University Raleigh, North Carolina Abstract This paper introduces a new approach of designing an optimal virtual topology for Wavelength-division-multiplexed (WDM) based Toroid Optical Networks that support unicast traffic, with a static traffic pattern. A virtual topology is created by setting up a collection of light paths that maybe embedded in a given physical topology. Traffic is routed over the light paths in an optimal manner such that the delay of transmitting data from a single source to destination is reduced. Previous work deals with designing optimal virtual topologies over path, ring or bus topologies. This paper, however, deals with designing an optimal virtual topology to reduce the number of hops while routing over a toroidal topology by introducing a Super node concept. This concept helps limit the number of hops, under any situation, to a maximum of three and also causes aggregation of traffic. The design problem is studied taking into consideration the wavelength continuity constraint and sub-wavelength routing. Index Terms- Optical Networks, WDM, Toroidal topology, Heuristics. I. Introduction: The technology of Wavelength division multiplexing plays an essential role in networking as new developments come to improve existing components and introduce new solutions. It offers the capability of building very large wide area networks comprised of several thousands of nodes.in fact, it is believed that WDM will form the backbone for the next generation Internet.As traffic volumes continue to increase drastically, WDM based optical networking applications are gaining a lot of prominence owing to numerous properties such as high bandwidth, low cost and scalable data services. Wavelength Routed optical networks permit the exploitation of the huge fiber capacity and do not require complex processing functionalities in the optical domain. In these networks, each fiber is divided into multiple channels each of which operates at a different wavelength. In an all-optical network, a single wavelength maybe used to establish communication between a source and destination, but such connections aren t realistically easy to provide because they require many dedicated optical paths and this is difficult to achieve. In WDM Optical Networks, high capacity routers are connected to each other through what are called light paths that extend over several physical links. A light path maybe defined as a path comprising channels on a single wavelength through which packets are routed to their destinations. Within a light path the transmission of data is entirely optical (i.e. intermediate nodes will allow packets to pass through in the optical domain itself).it is only where one light path ends and another begins, that conversion of the light path to electronic domain for extracting and processing packets and then back to optical domain is required (OEO Conversion). A single light path alone is not sufficient to connect every source destination pair in the network. This is because (i) the number of light paths beginning and terminating at each node is limited depending on the number of transmitters and receivers and the processing capabilities of electronics (ii) Degradation might occur if the length of the light path is too much. Thus it is necessary to establish a virtual topology instead. A virtual topology maybe defined as a collection of light paths linking the source to the destination. It is independent of the physical topology. In a wavelength division multiplexed Optical network, the virtual topology whose vertices are routers and the edges are light paths are mapped onto the physical topology whose

2 vertices are the optical cross connects and paths are the optical fibers. In order to fully exploit the capacity of WDM based optical networks, it is necessary to design the most optimal virtual topology for any given traffic pattern. Generally optimization of a topology maybe based on several different criteria such as minimizing use of resources like electronic components used (transceivers/receivers add/drop multiplexers wavelength converters), minimizing the delay, minimizing the congestion etc. In [2], the authors have suggested a novel Light-tree approach for multicast traffic that has been formulated using Mixed Integer Linear programming based on the criteria of minimizing the number of transceivers used and the average II. Previous Work Done Several researchers have developed and analyzed optimization models for designing an optimal virtual topology for a given physical topology. This is considered an intractable problem and is NP complete. The approaches to this problem can be broadly classified as Heuristic in nature or as Integer Linear Programming problems. While integer linear programming allows optimal solutions, they require exponential time to compute.on the contrary, heuristics are fast but the results aren t guaranteed. Thus it is necessary to establish theoretic bounds, so that the results of the heuristic methods maybe compared with these bounds to decide whether they are optimal. In [1], the authors provide a comparative study of the various greedy heuristic and metaheuristic methods of designing optimal virtual topologies for multicast traffic with the optimization criteria of finding the maximum congestion levels in the network. Greedy heuristics namely Source Copy Multicast Algorithms and Route and Remove algorithms are used either to generate initial solutions that maybe used by the meta heuristic methods or in situations where time constraints do not permit computationally intensive calculations. Metaheuristics such as Tabu search and simulated annealing work on the initial solutions generated by the Greedy heuristic methods. The experimental results obtained from various traffic scenarios, as shown in Fig.1 proved that the greedy methods produced results similar to that of Best Random which refers to the lowest experienced maximum congestion levels among all random topologies and the meta-heuristic methods performed better than the greedy methods under the same circumstances. Both cases provided more desirable values of traffic congestion levels than the measured average congestion levels. Fig.1. Maximum Congestion level normalized to the best solution for various traffic scenarios packet hops distance between source and destination. Aneja [3] presents a mixed integer linear programming approach to design a virtual topology and route traffic with the objective of minimizing the network congestion while restricting the average propagation delay between source and destination pairs taking into consideration the degree of the logical topology. A bi-criteria linear program is used.the optimal solution is found at either extreme point of a path with a delay that is less than or equal to or a convex combination of two paths with an average delay equal to.the author has proven that in an optimal routing of traffic, every traffic carrying path with a delay that is greater than can be paired with another traffic carrying path whose delay is less than thus achieving the desired objective of requiring that delay on every traffic carrying path should be limited to. Hartline et al. [4] have proposed efficient algorithms (based on polynomial time approximation techniques) to design an optimal virtual topology for one to much communication so as to minimize the maximum or average number of light paths from source to destination and thus reduce the delay that is caused by OEO conversions. This solution is applicable to path and ring topologies. Jeykumar et al [5] have proposed a genetic algorithm to design virtual topologies with delay constraints. This algorithm, based on heuristic approaches, is proven to produce better results than the conventional heuristic approaches because of its generate-and-test approach that provides a large set of potential solutions that can be tested against certain fitness criteria such as cost,

3 reliability and Delay success probability to produce the most optimal solution. Dutta and Rouskas [6] provide a framework to evaluate the performance of heuristic methods based on a general formulation of the virtual topology problem. A sequence of upper and lower bounds are considered. These bounds are based on decomposing the ring topology into sets of nodes arranged in a path and adopting the locally optimal VT within each set. The main objective in this case is to minimize electronic routing. The results show that decomposition is a considerably more tractable problem than solving the complete problem by itself. In [7] Gerla et al. present the bidirectional shuffle net topology with wormhole routing, which is a very popular logical topology for telecommunication networks, and interconnection networks. In the optical domain the shuffle net application is used to provide endto-end light paths in a physical topology given the physical topology and a set of constraints. They provide a framework where bidirectional shuffle nets can provide reductions in the number of distinct wavelengths required in the physical topology. Finally, the problem of designing an optimal virtual topology has been studied in various other networks such as ATM. Although previous work has produced excellent results to design optimal virtual topologies for multicast and one-to many communications based on several different optimization criteria, they are applicable only to the topologies such as paths, rings, stars, bus etc. This paper, however, aims at designing optimal virtual topology based on minimal hop counts while routing on a toroidal topology. In general, the following steps are involved in designing an optimal virtual topology.the first step involves providing the physical topology and traffic pattern as the input parameters. Also required as input are the optimization constraints. The optimal virtual topology thus obtained by implementing the algorithm is then mapped on to the physical topology. Finally the traffic on the optical networks is studied to verify whether the given constraints are adhered to. The rest of the paper is organized as follows. Section 3 provides an overview of the toroid topology.in Section 4, the problem that this paper specifically deals with is stated formally. In Section 5, a meta-heuristic approach to reduce the number of hops and thus design an optimal virtual topology for toroidal networks, based on the constraints described in Section 4, has been presented. III. Overview of Toroid Topology In this paper, the physical topology that is input to the system is an N*M nodes toroidal topology. Mesh topologies usually have ``wraparound'' connections, e.g. the node at the top of the grid has an ``up'' link that connects to the node at the bottom of the grid. If one visualizes only north-south links in a rectangular mesh, it can be seen that these links turn the 2D mesh into a 3D cylinder. Now if the east-west links are added, it connects the ends of the cylinder to form a toroidal solid. Thus a mesh topology with wraparound connections is often referred to as a TtorusT. Fig. 4 A toroid is a product of circles. In mathematical terms, a torus [Fig, 4] is a doughnut-shaped surface of revolution generated by revolving a circle about an axis coplanar with the circle. Fig. 5 Manhattan Street Network

4 When an n-dimensional grid network is connected circularly in more than one dimension, the resulting network topology is a torus, and the network is called "toroidal". All nodes lie at the points of intersection between the vertical and horizontal rings. This topology when laid out will resemble a Manhattan Street Network [Fig.5], a two connected regular network topology with unidirectional links. The figure represents a 6*6 node network. Thus the toroidal topology considered in this approach is also assumed to be two connected with unidirectional links. IV. Problem Formulation The network is modeled as a directed graph G= (V, E) where V refers to vertices and E refers to edges. In the general formulation of a virtual topology design problem, the inputs provided are the existing physical topology over which the optimal virtual topology is to be mapped, the optimization criteria such as delay constraints or permitted traffic congestion levels or number of electronic components that can be used etc. The general approach to solving a design problem in wavelength division multiplexed network is to break up the problem into sub problems and solve each independently. One fundamental sub problem for the design of wavelength routed WDM networks is the Routing and Wavelength Assignment Problem (RWA). Based on [8], we can formulate the RWA sub problem as follows: Consider a request R=[u, v] for a connection from node u to node v. This request is satisfied by: (i) Assigning a path P(R) consisting of a sequence of links from G that (ii) connects u to v. Assigning a wavelength W to the path. Since we define the toroid as a product of many rings, it is necessary to consider both (i) and (ii) while designing a toroidal topology. If R is a set of requests say {R1, R2 Rn}, then the RWA problem should satisfy all requests in R using minimum number of wavelengths. For any two requests in R, say R1 and R2, the paths assigned say P1 and P2 respectively, which share a common edge, are assigned two different wavelengths W1 and W2 respectively. The RWA problem is found to be NP hard. The traffic is assumed to be static in nature. Hence its is assumed that no requests for light paths or electronic traffic components such as transceivers will be received Thus dealing with a dynamic traffic scenario is out of scope in this paper. Generally in an all-optical network, wavelength converters are used to convert from one wavelength to another within a network, but such converters are considered very expensive. In the optical network considered in this problem, no wavelength converters are allowed. Thus a light path traveling on a given wavelength continues to travel on the same assigned wavelength from the starting node to the terminating node on all physical links along its path. No conversion by intermediate nodes is allowed. This paper also considers the problem of traffic grooming, which allows independent traffic streams to share the bandwidth of a light path. The toroidal topology considered in this paper is considered to have M columns and N rows. All nodes are represented as a pair (i, j) where i represents the order of the horizontal ring and j represents the order the vertical ring. Each node lies on the intersection of a horizontal and vertical ring and thus the naming convention. Given: (i) The physical topology of N*M nodes. (ii) The traffic matrix T=[t(s, d)] where s, d are elements of {0,1 (MN-1); t(s, s)=0; t (sd) element of {0,1 }. The traffic matrix consists of MN*MN elements. Let: (a) Number of wavelengths in a link: W (b) Lij: The light path-count (of integer value) from a node i to a node j. (c) Lij (l, m): Number of light paths traversing the physical link from l to m. (c) cⁿij (l, m) is the link light path wavelength indicator which takes up the value 1 if a light path uses a wavelength n over the physical link from l to m or assumes the value 0 otherwise. (d) n ha a domain of {0,1, W-1} (e) C is the bandwidth of a single wavelength channel. (f) t (s, d) is the amount of traffic that needs to flow between nodes s and d, which collectively forms the traffic matrix T. (g) p (i, j) is the link indicator which assumes the value 1 if a physical link exists in the physical topology

5 Bhave between nodes i and j and assumes the value 0 otherwise. For a toriodal topology, this indicator function will hold good for the following cases: (i) p (i, j) is 1 for each pair of successive nodes i and j in each individual row where which fall within the range (xm-m+1) and xm, for each value of x where: x represents the row number. M represents the number of columns. Also: xm has a link to xm-m+1 Eg: If M=4, i=2, x=1 Then Node 2 can have a link to node 3 as both 2 and 3 fall in the range (xm-m+1) and xm, i.e. (between 1 and 4) (ii) p (i, j) also holds good for links between i and j=i+m. Eg: Node 2 is linked to node 5. The light paths from I to j denote the amount of traffic from node I to j and tij(s, d) denotes the amount of this traffic that is due to the demand t(s, d). The domain for each i, j, l, m, s, d is {0, 1, 2 MN-1} where MN is the total number of nodes in the physical topology. Find: The Optimal Virtual Topology such as to: Reduce the number of hops from source to destination by causing aggregation of traffic. Subject to: Constraints: (i) Physical Topology Constraints (ii) Light path Routing constraints (iii) Light path Wavelength assignment SP Constraints (iv) Traffic Routing SP Constraints The Integer Linear Programming (ILP) formulation for these constraints can be obtained from [6]. V. Approach Since we have defined a toroid to be a product of circles, the first approach in designing an optimal VT for a toroidal network is as follows: Algorithm 1: Step 1: Decompose the toroidal topology into several ring topologies, both in horizontal and in vertical directions. In this case, we have divided the topology into M vertical and N horizontal rings with M*N elements, at the points of intersection of the nodes. Step 2: Apply well-known ring heuristics to each individual ring to obtain the optimal light paths and the corresponding costs of the individual ring. The cost consists of the cost required for traffic routing, light path routing, wavelength assignment and mapping to the physical topology. The working of ring heuristics is considered as a black box and it is assumed that the results are obtained. Step 3: Design a meta-heuristic algorithm to route traffic from a source node to a destination node. For the above step, three different traffic scenarios B to be considered, (h) When the source and destination rings lie on the same ring. (i) When the source lies on a horizontal ring and the destination lies on a vertical ring and viceversa. (j) When the source and destination lie on two different horizontal rings or on two different vertical rings. Routing: Fig. 6 Routing of traffic from source to destination on the same horizontal ring For the first case where the source and destination nodes lie on the same ring, the ring heuristics will return the optimal light paths. Thus routing is simple as seen in Fig.6. However, for the second and third case, we introduce the concept of a Super node, for each horizontal ring i, such that all the traffic that

6 flows out of a node on a ring i: (whether horizontal or vertical) to a destination node on another ring flows only via the Super node. The purpose behind this is to limit the degrees of separation between source and destination to a maximum of three. Super node Concept The Super node of each ring is chosen at random. Traffic from all nodes on the same horizontal ring first flows to the corresponding Super node that in turn will direct traffic to along the vertical ring that it lies on, to the node directly below it, which lies on the same horizontal ring as the destination. Let (0,3), (1,2), (2,5), (3,1), (4,0), (5,4) be the randomly chosen Super nodes of horizontal rings 0, 1, 2, 3, 4 and 5 respectively. Thus for ring 0, if all nodes namely (0,0),(0,1), (0,2), (0,3), (0,4) and (0,5), the traffic to all other rings should flow only via (0,2), the designated Super node for ring 0. Similarly, the same pattern of sending traffic via the designated Super nodes applies to the other rings too. Fig.7. Randomly chosen Super nodes on each horizontal ring for routing between nodes that lie on different rings. Let us consider a simple example of routing from a node (1, 0) located on horizontal ring 1 to a node (5, 5) located on ring 5. Since the designated Super node for ring 1 is (1, 2), traffic from (1, 0) flows to (1, 2) and (1, 2) directs the traffic along the vertical ring 2 to the node locate directly below it (5, 2) which lies on horizontal ring 5, the same as the destination ring. Thus the hop count is maintained as three. (Fig. 8) Fig. 8 Routing of traffic via Super nodes Aggregation of traffic Since all the data from the rings directed to nodes on other rings have to pass through the Super node, aggregation of traffic occurs. In this section, the algorithm used to extract traffic from the MN*MN toroid traffic matrix is explained. The algorithm takes the physical topology (the number of nodes and the links) and the MN*MN traffic matrix as input. The output, in case of routing between a source and destination located on the same horizontal ring, is extracted directly from the traffic matrix. However, when the Super node concept is used, the traffic from the source to destination should also be added on to the traffic along the paths (hops) through which it flows. Thus, with respect to the example explained in Fig.8, when traffic is routed from (1,0) to (5, 5) via (1, 2) and (5, 2), the traffic from (1, 0) to (5, 5) should also be added on to the traffic flowing between (1,0) and (1,2), (1, 2) and (5, 2) and (5, 2) to (5, 5). The algorithm is designed to extract the values of source to destination traffic out of the toroid traffic matrix and add the traffic values to the original values of traffic along the paths through which the traffic is now routed. The following is the pseudo code of the algorithm. Algorithm 2: The following notations are used in the algorithm. Let N be number of horizontal rings and M be number of vertical rings. For each horizontal node, select a random Super node DBi. Thus there are N numbers of Super.B nodes selected.

7 Communications 01, Proc. Let each node be represented as (i, j) where I is the number of the horizontal ring on which it is located and j is the number of the vertical ring on which it is located. Inputs: MN*MN traffic matrix of toroid where each element t(s, d) represents the traffic of source to destination. Note that the traffic from node to itself will always be 0, and thus the diagonal of this MN*MN matrix will be all 0 s. Step 1: Consider the source and destination nodes between which the traffic is to be routed. Routing: Check if the i value of source == i of destination. { If true, then both nodes lay on the same horizontal node i. Thus the routing requires only a single hop. The ring heuristics will itself provide optimal routing on the ring. From the given traffic matrix, locate the element that corresponds to the traffic value between source and destination and output. } Else { Check the super node from the super node sets to a match between the i value of the source and the i value of the Super node. Once the Super node is located, direct traffic from source to Super node. Check the values of all nodes in the nodes array to find a match between the j value of Super node and the j value of the node. The set of all nodes lying below the Super node along the same vertical ring are returned. Let it be a set MatchNodes. For each element in MatchNodes set, check the i value of the nodes to find the one that matches with the i value of the destination node. Select the node returned from the matching process. Let it be K. Direct all source to destination traffic from source node to the new selected K. K now lies on the same horizontal ring as the destination node. Traffic is routed from K to the destination node as in any normal ring, based on the optimal paths returned by the ring heuristics. From the traffic matrix, extract the traffic value for source to destination. Let it be z Add z to the traffic values of source to Super node. Add z to traffic value of Super node to K. Add z to traffic value of K to Destination. Output the new traffic matrix value. The above algorithm has been implemented to perform routing and traffic extraction and updation but the numerical values have not yet been collected. However, it has been proven that the degree of separation between source and destination is maintained as one in case where the source and destination lie on the same horizontal ring and a degree of three where the source and destination lie on different rings, irrespective of the number of rings that the toroid topology is divided into. VI. Conclusion Although the facts that under certain situations, traffic from all nodes on a horizontal ring flowing through the Super node of that ring simultaneously could cause a bottle neck at the Super node or if the Super node fails, then none of the nodes on the horizontal ring could route to rings located on other horizontal rings, has been acknowledged, the solutions for these problems has not been considered within the scope of this research. These issues can be addressed in future work. This approach can be adopted while designing a toroid topology not only for sole purpose of maintaining the maximum hop count while routing as three but also for ease of configuring each ring in the toroid network. In this approach, it is enough if each node on a horizontal ring has routing information of nodes on the same horizontal ring as itself. Only the Super node of each ring need to be configured with routing intelligence to other rings in the network. References: [1] Mellia.M, Nucci, A., A. Grosso, E. Leonardi, M. Ajmone Marsan, TOptimal Design of Logical Topologies in Wavelength-Routed Optical Networks with Multicast TrafficT, T Of IEEE TGlobe COM T San Antonio, TX, pp , TT TTNov [2] TSahasrabudde, L.H.; TMukerjee, BT.; TLight treest: Optical Multicasting for improved performance in wavelength routed Tnetworks, IEEE T Magazine, 37(2), p.67-73, Feb 1999T T[3]TT TTAneja, Y.PTTTTU. UTT, TRouting in wavelength routed optical networks,t 2001 IEEE Workshop on High Performance Switching and Routing (IEEE Cat. No.01TH8552), pgs , T [4] Hartline J.R.K, Drucker et al. Optimal Virtual Topologies for One-to-many

8 Communications ion WDM Paths and Rings, IEEE/ACM Transactions on Networking, 12(2), Pg ,April [5] TJeyakumar, A.E T; TBaskran, K. T; TSumathy, TV., Genetic algorithm for optimal design of delay bounded WDM multicast networks, IEEE TENCON Conference on Convergent Technologies for the Asia-Pacific Region (IEEE Cat. No.03CH37503), 2003, pt.3 (3), p , May 2003 [6] Dutta, Rouskas, Traffic Grooming in WDM Networks: Past and Future, IEEE Network, 16(6), Pg 46-56,Nov-Dec [7] Mario Gerla, Emilio Leonardi, Fabio Neri, Prasasth Palnati, TRouting in the bidirectional shufflenet, TT IEEE/ACM Transactions on Networking (TON), 9(1), Feb [8] Dutta, Rouskas G.N, On Optical Traffic grooming in WDM Rings, IEEE Journals on Selected Areas in Communications, 20(1), Pg , Jan 2004.

9

10

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

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

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

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

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

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

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

An Efficient Algorithm for Solving Traffic Grooming Problems in Optical Networks

An Efficient Algorithm for Solving Traffic Grooming Problems in Optical Networks An Efficient Algorithm for Solving Traffic Grooming Problems in Optical Networks Hui Wang, George N. Rouskas Operations Research and Department of Computer Science, North Carolina State University, Raleigh,

More information

A New Architecture for Multihop Optical Networks

A New Architecture for Multihop Optical Networks A New Architecture for Multihop Optical Networks A. Jaekel 1, S. Bandyopadhyay 1 and A. Sengupta 2 1 School of Computer Science, University of Windsor Windsor, Ontario N9B 3P4 2 Dept. of Computer Science,

More information

An Algorithm for Traffic Grooming in WDM Mesh Networks with Dynamically Changing Light-Trees

An Algorithm for Traffic Grooming in WDM Mesh Networks with Dynamically Changing Light-Trees An Algorithm for raffic rooming in WDM Mesh Networks with Dynamically Changing Light-rees Xiaodong Huang, Farid Farahmand, and Jason P. Jue Department of Computer Science Department of Electrical Engineering

More information

Virtual Topologies for Multicasting with Multiple Originators in WDM Networks

Virtual Topologies for Multicasting with Multiple Originators in WDM Networks Virtual Topologies for Multicasting with Multiple Originators in WDM Networks Ian Ferrel Adrian Mettler Edward Miller Ran Libeskind-Hadas Department of Computer Science Harvey Mudd College Claremont, California

More information

On Optimal Traffic Grooming in WDM Rings

On Optimal Traffic Grooming in WDM Rings 110 IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 20, NO. 1, JANUARY 2002 On Optimal Traffic Grooming in WDM Rings Rudra Dutta, Student Member, IEEE, and George N. Rouskas, Senior Member, IEEE

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

ECE442 Communications Lecture 4. Optical Networks

ECE442 Communications Lecture 4. Optical Networks ECE442 Communications Lecture 4. Optical Networks Husheng Li Dept. of Electrical Engineering and Computer Science Spring, 2014 Network Elements 1 WDM networks provide circuit switched end-to-end optical

More information

Network Topology Control and Routing under Interface Constraints by Link Evaluation

Network Topology Control and Routing under Interface Constraints by Link Evaluation Network Topology Control and Routing under Interface Constraints by Link Evaluation Mehdi Kalantari Phone: 301 405 8841, Email: mehkalan@eng.umd.edu Abhishek Kashyap Phone: 301 405 8843, Email: kashyap@eng.umd.edu

More information

A Novel Generic Graph Model for Traffic Grooming in Heterogeneous WDM Mesh Networks

A Novel Generic Graph Model for Traffic Grooming in Heterogeneous WDM Mesh Networks IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 11, NO. 2, APRIL 2003 285 A Novel Generic Graph Model for Traffic Grooming in Heterogeneous WDM Mesh Networks Hongyue Zhu, Student Member, IEEE, Hui Zang, Member,

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

A Path Decomposition Approach for Computing Blocking Probabilities in Wavelength-Routing Networks

A Path Decomposition Approach for Computing Blocking Probabilities in Wavelength-Routing Networks IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 8, NO. 6, DECEMBER 2000 747 A Path Decomposition Approach for Computing Blocking Probabilities in Wavelength-Routing Networks Yuhong Zhu, George N. Rouskas, Member,

More information

An Integer Programming Approach to Packing Lightpaths on WDM Networks 파장분할다중화망의광경로패킹에대한정수계획해법. 1. Introduction

An Integer Programming Approach to Packing Lightpaths on WDM Networks 파장분할다중화망의광경로패킹에대한정수계획해법. 1. Introduction Journal of the Korean Institute of Industrial Engineers Vol. 32, No. 3, pp. 219-225, September 2006. An Integer Programming Approach to Packing Lightpaths on WDM Networks Kyungsik Lee 1 Taehan Lee 2 Sungsoo

More information

Fault Tolerant System for Sparse Traffic Grooming in Optical WDM Mesh Networks Using Combiner Queue

Fault Tolerant System for Sparse Traffic Grooming in Optical WDM Mesh Networks Using Combiner Queue Fault Tolerant System for Sparse Traffic Grooming in Optical WDM Mesh Networks Using Combiner Queue Sandip R. Shinde Research Scholar, Sathyabama University, Chennai & Assistant Professor, Vishwakarma

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

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

Elsevier Editorial System(tm) for Optical Switching and Networking Manuscript Draft

Elsevier Editorial System(tm) for Optical Switching and Networking Manuscript Draft Elsevier Editorial System(tm) for Optical Switching and Networking Manuscript Draft Manuscript Number: OSN-D-12-00081R1 Title: Constrained Light-tree Design for WDM Mesh Networks with Multicast Traffic

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

OPTICAL NETWORKS. Virtual Topology Design. A. Gençata İTÜ, Dept. Computer Engineering 2005

OPTICAL NETWORKS. Virtual Topology Design. A. Gençata İTÜ, Dept. Computer Engineering 2005 OPTICAL NETWORKS Virtual Topology Design A. Gençata İTÜ, Dept. Computer Engineering 2005 Virtual Topology A lightpath provides single-hop communication between any two nodes, which could be far apart in

More information

A Novel Class-based Protection Algorithm Providing Fast Service Recovery in IP/WDM Networks

A Novel Class-based Protection Algorithm Providing Fast Service Recovery in IP/WDM Networks A Novel Class-based Protection Algorithm Providing Fast Service Recovery in IP/WDM Networks Wojciech Molisz and Jacek Rak Gdansk University of Technology, G. Narutowicza 11/12, Pl-8-952 Gdansk, Poland

More information

Hierarchical Traffic Grooming Formulations

Hierarchical Traffic Grooming Formulations Hierarchical Traffic Grooming Formulations Hui Wang, George N. Rouskas Operations Research and Department of Computer Science, North Carolina State University, Raleigh, NC 27695-8206 USA Abstract Hierarchical

More information

n = 2 n = 2 n = 1 n = 1 λ 12 µ λ λ /2 λ /2 λ22 λ 22 λ 22 λ n = 0 n = 0 λ 11 λ /2 0,2,0,0 1,1,1, ,0,2,0 1,0,1,0 0,2,0,0 12 1,1,0,0

n = 2 n = 2 n = 1 n = 1 λ 12 µ λ λ /2 λ /2 λ22 λ 22 λ 22 λ n = 0 n = 0 λ 11 λ /2 0,2,0,0 1,1,1, ,0,2,0 1,0,1,0 0,2,0,0 12 1,1,0,0 A Comparison of Allocation Policies in Wavelength Routing Networks Yuhong Zhu a, George N. Rouskas b, Harry G. Perros b a Lucent Technologies, Acton, MA b Department of Computer Science, North Carolina

More information

WDM Network Provisioning

WDM Network Provisioning IO2654 Optical Networking WDM Network Provisioning Paolo Monti Optical Networks Lab (ONLab), Communication Systems Department (COS) http://web.it.kth.se/~pmonti/ Some of the material is taken from the

More information

Traffic Grooming in WDM Networks

Traffic Grooming in WDM Networks TOPICS IN LIGHTWAVE SERIES Traffic Grooming in Networks Eytan Modiano, MIT Philip J. Lin, Tellabs ABSTRACT The recent emergence of wavelength-division multiplexing technology has led to a tremendous increase

More information

Available online at ScienceDirect

Available online at   ScienceDirect Available online at www.sciencedirect.com ScienceDirect Procedia Technology 0 ( 0 ) 900 909 International Conference on Computational Intelligence: Modeling, Techniques and Applications (CIMTA-0) Multicast

More information

A NEW TRAFFIC AGGREGATION SCHEME IN ALL-OPTICAL WAVELENGTH ROUTED NETWORKS

A NEW TRAFFIC AGGREGATION SCHEME IN ALL-OPTICAL WAVELENGTH ROUTED NETWORKS A NEW TRAFFIC AGGREGATION SCHEME IN ALL-OPTICAL WAVELENGTH ROUTED NETWORKS Nizar Bouabdallah^'^, Emannuel Dotaro^ and Guy Pujolle^ ^Alcatel Research & Innovation, Route de Nozay, F-91460 Marcoussis, France

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 of Large-Scale Optical Networks Λ

Design of Large-Scale Optical Networks Λ Design of Large-Scale Optical Networks Λ Yufeng Xin, George N. Rouskas, Harry G. Perros Department of Computer Science, North Carolina State University, Raleigh NC 27695 E-mail: fyxin,rouskas,hpg@eos.ncsu.edu

More information

On Optimal Traffic Grooming in Elemental Network Topologies

On Optimal Traffic Grooming in Elemental Network Topologies n ptimal Traffic Grooming in Elemental Network Topologies Rudra Dutta, Shu Huang, George N. Rouskas Department of Computer Science, North Carolina State niversity, Raleigh, NC 27695-7534 ABSTRACT We consider

More information

Dynamic Wavelength Assignment for WDM All-Optical Tree Networks

Dynamic Wavelength Assignment for WDM All-Optical Tree Networks Dynamic Wavelength Assignment for WDM All-Optical Tree Networks Poompat Saengudomlert, Eytan H. Modiano, and Robert G. Gallager Laboratory for Information and Decision Systems Massachusetts Institute of

More information

Rollout Algorithms for Logical Topology Design and Traffic Grooming in Multihop WDM Networks

Rollout Algorithms for Logical Topology Design and Traffic Grooming in Multihop WDM Networks Rollout Algorithms for Logical Topology Design and Traffic Grooming in Multihop WDM Networks Kwangil Lee Department of Electrical and Computer Engineering University of Texas, El Paso, TX 79928, USA. Email:

More information

On The Complexity of Virtual Topology Design for Multicasting in WDM Trees with Tap-and-Continue and Multicast-Capable Switches

On The Complexity of Virtual Topology Design for Multicasting in WDM Trees with Tap-and-Continue and Multicast-Capable Switches On The Complexity of Virtual Topology Design for Multicasting in WDM Trees with Tap-and-Continue and Multicast-Capable Switches E. Miller R. Libeskind-Hadas D. Barnard W. Chang K. Dresner W. M. Turner

More information

Models for the Logical Topology Design Problem

Models for the Logical Topology Design Problem Models for the Logical Topology Design Problem Nicolas Puech, Josué Kuri, and Maurice Gagnaire École Nationale Supérieure des Télécommunications, Computer Science and Networks Department, 46, Rue Barrault,

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

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

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

Wormhole Routing Local Area Networks. Multicasting Protocols for High-Speed,

Wormhole Routing Local Area Networks. Multicasting Protocols for High-Speed, Multicasting Protocols for High-Speed, Wormhole Routing Local Area Networks Mario Gerla, Prasasth Palnati, Simon Walton, (University of California, Los Angeles) THE SUPERCOMPUTER SUPERNET University of

More information

Optical Fiber Communications. Optical Networks- unit 5

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

More information

Obstacle-Aware Longest-Path Routing with Parallel MILP Solvers

Obstacle-Aware Longest-Path Routing with Parallel MILP Solvers , October 20-22, 2010, San Francisco, USA Obstacle-Aware Longest-Path Routing with Parallel MILP Solvers I-Lun Tseng, Member, IAENG, Huan-Wen Chen, and Che-I Lee Abstract Longest-path routing problems,

More information

I R TECHNICAL RESEARCH REPORT. A Local Optimization Algorithm for Logical Topology Design and Traffic Grooming in IP over WDM Networks

I R TECHNICAL RESEARCH REPORT. A Local Optimization Algorithm for Logical Topology Design and Traffic Grooming in IP over WDM Networks TECHNICAL RESEARCH REPORT A Local Optimization Algorithm for Logical Topology Design and Traffic Grooming in IP over WDM Networks by Kwang-Il Lee, Mark Shayman TR 2003-3 I R INSTITUTE FOR SYSTEMS RESEARCH

More information

Iterative Optimization in VTD to Maximize the Open Capacity of WDM Networks

Iterative Optimization in VTD to Maximize the Open Capacity of WDM Networks Iterative Optimization in VTD to Maximize the Open Capacity of WDM Networks Karcius D.R. Assis, Marcio S. Savasini and Helio Waldman DECOM/FEEC/UNICAMP, CP. 6101, 13083-970 Campinas, SP-BRAZIL Tel: +55-19-37883793,

More information

Power Efficient Traffic Grooming in Optical WDM Networks

Power Efficient Traffic Grooming in Optical WDM Networks Power Efficient Traffic Grooming in Optical WDM Networks Emre Yetginer Tubitak UEKAE Ilhan Tan Kislasi Umitkoy, Ankara 06800 Turkey Email: emre.yetginer@iltaren.tubitak.gov.tr George N. Rouskas Department

More information

OPTICAL NETWORKS. Optical Metro Networks. A. Gençata İTÜ, Dept. Computer Engineering 2005

OPTICAL NETWORKS. Optical Metro Networks. A. Gençata İTÜ, Dept. Computer Engineering 2005 OPTICAL NETWORKS Optical Metro Networks A. Gençata İTÜ, Dept. Computer Engineering 2005 Introduction Telecommunications networks are normally segmented in a three-tier hierarchy: Access, metropolitan,

More information

A PRACTICAL AND COST-EFFECTIVE APPROACH TO EFFICIENT TRAFFIC GROOMING IN WDM MESH NETWORKS

A PRACTICAL AND COST-EFFECTIVE APPROACH TO EFFICIENT TRAFFIC GROOMING IN WDM MESH NETWORKS Chapter 1 A PRACTICAL AND COST-EFFECTIVE APPROACH TO EFFICIENT TRAFFIC GROOMING IN WDM MESH NETWORKS Harsha V. Madhyastha Department of Computer Science and Engineering University of Washington Seattle,

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

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

A Comparison of Allocation Policies in Wavelength Routing Networks*

A Comparison of Allocation Policies in Wavelength Routing Networks* Photonic Network Communications, 2:3, 267±295, 2000 # 2000 Kluwer Academic Publishers. Manufactured in The Netherlands. A Comparison of Allocation Policies in Wavelength Routing Networks* Yuhong Zhu, George

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

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

Clustering-Based Distributed Precomputation for Quality-of-Service Routing*

Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Yong Cui and Jianping Wu Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084 cy@csnet1.cs.tsinghua.edu.cn,

More information

A Dynamic NOC Arbitration Technique using Combination of VCT and XY Routing

A Dynamic NOC Arbitration Technique using Combination of VCT and XY Routing 727 A Dynamic NOC Arbitration Technique using Combination of VCT and XY Routing 1 Bharati B. Sayankar, 2 Pankaj Agrawal 1 Electronics Department, Rashtrasant Tukdoji Maharaj Nagpur University, G.H. Raisoni

More information

Energy-Efficient Traffic GroominginWDM Networks With Scheduled Time Traffic

Energy-Efficient Traffic GroominginWDM Networks With Scheduled Time Traffic JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 29, NO. 17, SEPTEMBER 1, 2011 2577 Energy-Efficient Traffic GroominginWDM Networks With Scheduled Time Traffic Shuqiang Zhang, Student Member, IEEE, Dong Shen, Student

More information

A TABUSEARCH IMPLEMENTATION TO SOLVE THE LOGICAL TOPOLOGY DESIGN PROBLEM FOR LOW CONGESTION REQUIREMENTS

A TABUSEARCH IMPLEMENTATION TO SOLVE THE LOGICAL TOPOLOGY DESIGN PROBLEM FOR LOW CONGESTION REQUIREMENTS Master in Optical Communications and Photonic Technologies A TABUSEARCH IMPLEMENTATION TO SOLVE THE LOGICAL TOPOLOGY DESIGN PROBLEM FOR LOW CONGESTION REQUIREMENTS Optical Networks Prof. Marco Mellia Assigned

More information

Optical networking technology

Optical networking technology 1 Optical networking technology Technological advances in semiconductor products have essentially been the primary driver for the growth of networking that led to improvements and simplification in the

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

Different network topologies

Different network topologies Network Topology Network topology is the arrangement of the various elements of a communication network. It is the topological structure of a network and may be depicted physically or logically. Physical

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

A QoS-based ONU Group Planning Algorithm for Smart Grid Communication Networks

A QoS-based ONU Group Planning Algorithm for Smart Grid Communication Networks The 19th Asia-Pacific Network Operations and Management Symposium A QoS-based ONU Group Planning Algorithm for Smart Grid Communication Networks Reporter: Ying Li Affiliation: State Key Laboratory of Networking

More information

A Study of Waveband Switching With Multilayer Multigranular Optical Cross-Connects

A Study of Waveband Switching With Multilayer Multigranular Optical Cross-Connects IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 21, NO. 7, SEPTEMBER 2003 1081 A Study of Waveband Switching With Multilayer Multigranular Optical Cross-Connects Xiaojun Cao, Student Member, IEEE,

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

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

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

Bandwidth Aware Routing Algorithms for Networks-on-Chip

Bandwidth Aware Routing Algorithms for Networks-on-Chip 1 Bandwidth Aware Routing Algorithms for Networks-on-Chip G. Longo a, S. Signorino a, M. Palesi a,, R. Holsmark b, S. Kumar b, and V. Catania a a Department of Computer Science and Telecommunications Engineering

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

Buffered Fixed Routing: A Routing Protocol for Real-Time Transport in Grid Networks

Buffered Fixed Routing: A Routing Protocol for Real-Time Transport in Grid Networks JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 18, NO. 6, JUNE 2000 757 Buffered Fixed Routing: A Routing Protocol for Real-Time Transport in Grid Networks Jinhan Song and Saewoong Bahk Abstract In this paper we

More information

Reconfigurations of Logical Topologies for WDM Mesh Networks

Reconfigurations of Logical Topologies for WDM Mesh Networks University of Windsor Scholarship at UWindsor Electronic Theses and Dissertations 2010 Reconfigurations of Logical Topologies for WDM Mesh Networks Aktaruzzaman AKM University of Windsor Follow this and

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

Multiconfiguration Multihop Protocols: A New Class of Protocols for Packet-Switched WDM Optical Networks

Multiconfiguration Multihop Protocols: A New Class of Protocols for Packet-Switched WDM Optical Networks Multiconfiguration Multihop Protocols: A New Class of Protocols for Packet-Switched WDM Optical Networks Jason P. Jue, Member, IEEE, and Biswanath Mukherjee, Member, IEEE Abstract Wavelength-division multiplexing

More information

4. Networks. in parallel computers. Advances in Computer Architecture

4. Networks. in parallel computers. Advances in Computer Architecture 4. Networks in parallel computers Advances in Computer Architecture System architectures for parallel computers Control organization Single Instruction stream Multiple Data stream (SIMD) All processors

More information

Capacity planning and.

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

More information

MULTICAST CONNECTION CAPACITY OF WDM SWITCHING NETWORKS WITHOUT WAVELENGTH CONVERSION

MULTICAST CONNECTION CAPACITY OF WDM SWITCHING NETWORKS WITHOUT WAVELENGTH CONVERSION MULTICAST CONNECTION CAPACITY OF WDM SWITCHING NETWORKS WITHOUT WAVELENGTH CONVERSION B. CHIDHAMBARARAJAN a,1 K.KALAMANI a,2 N. NAGARAJAN b,2 S.K.SRIVATSA a,3 Department of Electronics and Communication

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 Customizable Two-Step Framework for General Equipment Provisioning in Optical Transport Networks

A Customizable Two-Step Framework for General Equipment Provisioning in Optical Transport Networks A Customizable Two-Step Framework for General Equipment Provisioning in Optical Transport Networks Limin Tang, Wanjun Huang, Miguel Razo, Arularasi Sivasankaran, Paolo Monti, Marco Tacca, Andrea Fumagalli

More information

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore.

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. Title Multicast traffic grooming in tap-and-continue WDM mesh networks Author(s) Citation Lin, Rongping; Zhong,

More information

10 Optical Network Engineering

10 Optical Network Engineering 10 Optical Network Engineering George N. Rouskas Department of Computer Science North Carolina State University Raleigh, NC 27695-7534 Email: rouskas@csc.ncsu.edu 10.1 INTRODUCTION Over the last few years

More information

CISCO WDM SERIES OF CWDM PASSIVE DEVICES

CISCO WDM SERIES OF CWDM PASSIVE DEVICES DATA SHEET CISCO WDM SERIES OF CWDM PASSIVE DEVICES Cisco Systems introduces its second generation of coarse wavelength-division multiplexing (CWDM) passive devices boasting increased functions and improved

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

A New Algorithm for the Distributed RWA Problem in WDM Networks Using Ant Colony Optimization

A New Algorithm for the Distributed RWA Problem in WDM Networks Using Ant Colony Optimization A New Algorithm for the Distributed RWA Problem in WDM Networks Using Ant Colony Optimization Víctor M. Aragón, Ignacio de Miguel, Ramón J. Durán, Noemí Merayo, Juan Carlos Aguado, Patricia Fernández,

More information

All-Optical Switches The Evolution of Optical Functionality Roy Appelman, Zeev Zalevsky, Jacob Vertman, Jim Goede, Civcom

All-Optical Switches The Evolution of Optical Functionality Roy Appelman, Zeev Zalevsky, Jacob Vertman, Jim Goede, Civcom All-Optical Switches The Evolution of Optical Functionality Roy Appelman, Zeev Zalevsky, Jacob Vertman, Jim Goede, Civcom Introduction Over the last few years, significant changes in optical networking

More information

A closer look at network structure:

A closer look at network structure: T1: Introduction 1.1 What is computer network? Examples of computer network The Internet Network structure: edge and core 1.2 Why computer networks 1.3 The way networks work 1.4 Performance metrics: Delay,

More information

Fault-Tolerant Design of Wavelength-Routed Optical. Networks. S. Ramamurthy and Biswanath Mukherjee

Fault-Tolerant Design of Wavelength-Routed Optical. Networks. S. Ramamurthy and Biswanath Mukherjee DIMACS Series in Discrete Mathematics and Theoretical Computer Science Fault-Tolerant Design of Wavelength-Routed Optical Networks S. Ramamurthy and Biswanath Mukherjee Abstract. This paper considers optical

More information

Distributed Clustering Method for Large-Scaled Wavelength Routed Networks

Distributed Clustering Method for Large-Scaled Wavelength Routed Networks Distributed Clustering Method for Large-Scaled Wavelength Routed Networks Yukinobu Fukushima Graduate School of Information Science and Technology, Osaka University - Yamadaoka, Suita, Osaka 60-08, Japan

More information

New QoS Measures for Routing and Wavelength Assignment in WDM Networks

New QoS Measures for Routing and Wavelength Assignment in WDM Networks New QoS Measures for Routing and Wavelength Assignment in WDM Networks Shi Zhong Xu and Kwan L. Yeung Department of Electrical & Electronic Engineering The University of Hong Kong Pokfulam, Hong Kong Abstract-A

More information

Splitter Placement in All-Optical WDM Networks

Splitter Placement in All-Optical WDM Networks plitter Placement in All-Optical WDM Networks Hwa-Chun Lin Department of Computer cience National Tsing Hua University Hsinchu 3003, TAIWAN heng-wei Wang Institute of Communications Engineering National

More information

Data and Computer Communications

Data and Computer Communications Data and Computer Communications Chapter 16 High Speed LANs Eighth Edition by William Stallings Why High Speed LANs? speed and power of PCs has risen graphics-intensive applications and GUIs see LANs as

More information

Performance analysis of realistic optical time division multiplexed wavelength routed networks. Creative Commons: Attribution 3.0 Hong Kong License

Performance analysis of realistic optical time division multiplexed wavelength routed networks. Creative Commons: Attribution 3.0 Hong Kong License Title Performance analysis of realistic optical time division multiplexed wavelength routed networks Author(s) Li, CY; Li, G; Wai, PKA; Li, VOK Citation The 8th IEEE Annual Workshop on Computer Communications

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

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

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

Flow Isolation in Optical Networks

Flow Isolation in Optical Networks Flow Isolation in Optical Networs Hui Wang, George N. Rousas Operations Research / Department of Computer Science North Carolina State University Raleigh, NC 27695-8206 USA Email: {hwang4,rousas}@ncsu.edu

More information

Introduction to Networks

Introduction to Networks Introduction to Networks Network Topology How we interconnect network users Network Hierarchy The connection between network topology and geographical size Telecommunication (Phone Networks) Circuit Switching

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

Arc Perturbation Algorithms for Optical Network Design

Arc Perturbation Algorithms for Optical Network Design Applied Mathematical Sciences, Vol. 1, 2007, no. 7, 301-310 Arc Perturbation Algorithms for Optical Network Design Zbigniew R. Bogdanowicz Armament Research, Development and Engineering Center Building

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