1 / 33

Impairment-Aware Routing and Wavelength Assignment (IA-RWA )

Impairment-Aware Routing and Wavelength Assignment (IA-RWA ). WDM link. Generation of multiple streams of light each at a different wavelength Combination of the streams into an optical fiber (Single Mode) Amplification of the optical signals as required

ivan
Download Presentation

Impairment-Aware Routing and Wavelength Assignment (IA-RWA )

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Impairment-AwareRouting and Wavelength Assignment (IA-RWA)

  2. WDM link • Generation of multiple streams of light each at a different wavelength • Combination of the streams into an optical fiber (Single Mode) • Amplification of the optical signals as required • Separation of the multiplexed stream into its component streams • Reception of the optical streams by wavelength specific receivers

  3. Point-to-Point WDM Electrical Packet Switching Packet processing overhead Efficient bandwidth utilization Poor scalability, Good flexibility High energy consumption Wavelength Routed Circuit switching (end-to-end) No packet processing Inefficient bandwidth utilization Good scalability, Mediocre flexibility Low energy consumption Point-to-Point vs Wavelength Routed

  4. Wavelength-Routed WDM networks • Physical topology: A set of routing nodes connected by fiber links • Optical Cross-connect - OXC: No O-E-O conversion • Lightpath: A lightpath has to be setup before the data transmission. A Lightpath remains in the optical domain from src to dst • Logical topology: The set of src-dst pairs connected through lightpaths OXC OXC  Wavelength reuse  # wavelengths << # OXCs OXC OXC OXC OXC OXC Routing and Wavelength Assignment

  5. OXC Architecture Optical Cross Connect (OXC)

  6. Protection Mechanisms The 1+1 protection. No protocol is needed Working fibre Protection fibre The 1:1 and 1:N protection. Signaling protocol is needed 1+1 is faster than 1:1 but in the latter case the spare fibre could be used for low priority traffic (extra Tx, Rx)

  7. Wavelength Routing Pros and Cons • Setting up a lightpath is like setting up a circuit (a 2-way process with Req and Ack): RTT = tens of ms • Pros: • good for smooth traffic • Mature OXC technology (msec switching time) • QoS guarantee due to fixed BW reservation • Cons: BW inefficient for bursty (data) traffic • wasted BW during off/low-traffic periods • very coarse granularity (OC-48 and above) • limited # of wavelengths (thus # of lightpaths)

  8. RWA: Routing and Wavelength Assignment • Definition • Given: network topology, end-to-end connection requests • Problem: Determine routes and wavelengths for the requests • Offline RWA (network planning phase) • The entire set of requests are given in advance (traffic matrix). • Online RWA (network operation phase) • Requests arrive randomly over time and are served one-by-one • Objective: Minimizing the Overall Blocking Probability

  9. Transparent wavelength routed networks • All-optical transparent networks: advantages in capacity, cost and energy • The transmission quality is affected by physical layer impairments (PLIs) • Physical layer blocking: the signal detection at the receiver may be infeasible • Impairment aware (IA)-RWA algorithms

  10. Pure RWA - problem definition • Input: • Network topology: connected graph G=(V,E) • V: set of nodes, assumed not to be equipped with wavelength converters • E: set of point-to-point single-fiber links • Each fiber is able to support a set C={1,2,…,W} of W distinct wavelengths • A-priori known traffic scenario given in a matrix of nonnegative integers Λ • Output: • the RWA instance solution, in the form of routes and assigned wavelengths • the number of wavelengths required to route all the connections • Objective: minimize the number of used wavelengths

  11. LP Formulation and Flow Cost Function Flow Cost Function • Increasing and Convex (to imply a greater amount of ‘undesirability’ when a link becomes congested) • Approximated by a piecewise linear function • Integer break points (makes Simplex yield integer optimal solutions with high probability) We obtain integer solutions in 98% of the problem instances!

  12. Random perturbation • In the general multicommodity problem, a flow that is served by more than one paths has equal sum of first derivates over the links of those paths and also these paths are of equal length • In our problem a request that is served by more than one lightpaths has equal sums of first derivates over the links of these paths • To avoid such cases, we multiply the slopes of each variable on each link with a random number that is close to 1 • In this way, the cases that two variables have equal derivates over the links that comprise a path are reduced, and thus we obtain more integer solutions

  13. Handling non-integer solutions • Make Simplex yield integer optimal solutions • Piecewise linear cost functions • Random perturbation technique • Still the solution may be non-integer • Iterative fixings • Fix the integer variables of the solutions and solve the remaining (reduced) LP problem • The objective cost does not change  if we get to an integer solution it is optimal • When fixing does not further increase the integrality, we proceed to the rounding process • Iterative rounding • Round a single variable, the one closest to 1, and continue solving the reduced LP problem • Rounding helps us move to a higher objective and search for an integer solution there • If the objective changes we are not sure anymore that we will find an optimal solution

  14. Pure RWA algorithm Use a pure RWA algorithm that is based on a LP-relaxation formulation The algorithm consists of 4 steps 1. We calculate a set of candidate paths 2. Using the set of candidate paths we formulate the RWA instance as a LP problem and use Simplex to solve it 3. We handle a fractional (non-integer) solution, by applying iterative fixing and rounding methods 4. We handle non infeasible instances (when the RWA instance cannot be served with the given number of wavelengths)

  15. IA-RWA problem • IA-RWA objective: minimize the number of wavelengths used (network layer) and also select lightpaths with acceptable transmission quality (physical layer) • For IA-RWA algorithms we classify physical layer impairments (PLIs) into: • 1st class PLIs: generated by the same lightpath (ASE, CD, PMD, FC, SPM) • 2nd class PLIs: generated due to inter-lightpath interference (XT, XPM, FWM) • PLIs of the 2nd class make routing decisions for one lightpath affect and be affected by decisions made for the other lightpaths • Solution: • Worst case interference assumption • Actual interference: cross layer optimization

  16. Worst Case and Actual Interference Actual interference: cross layer optimization algo: • Consider PLIs that do not depend on interference (1st class PLIs) • Prune candidate lightpaths that do not have acceptable QoT • Formulate the interference among lightpaths into the RWA Worst case interference algo: • Consider PLIs that do not depend on interference (1st class PLIs) • Assume all wavelengths active (2nd class PLIs) • Prune candidate lightpaths that do not have acceptable QoT Illustrative example: DTnet topology - single connection request between all (s,d) pairs The reduction in the solution space can deteriorate wavelength performance

  17. Physical layer evaluation: Q-factor • Use the Q factor to estimate the feasibility of a lightpath • The Q factor is related to the BER • Analytical formulas can be used to calculate the Q factor

  18. Proposed IA-RWA algorithms • Indirect IA-RWA algo: Constrain the impairment generating sources • the length and the number of hops of a path • the number of adjacent (and second adjacent) channels over all links of the lightpath • the number of intra-channel generating sources (lightpaths crossing the same switch utilizing the same wavelength) along the lightpath • Direct IA-RWA algo: Use the definition of Q factor and noise variance related parameters to define physical layer constraints into the RWA

  19. Indirect (Parametric) IA-RWA algo Number of active adjacent channels (Affected PLIs: Intra-XT, XPM and FWM) Number of intra-channel XT sources (Soft) constrain the number of adjacent channel interfering sources on lightpath (p,w) B is a large constant used to activate/deactivate the constraint Similarly we constrain the second-adjacent channel interfering sources (Soft) constrain the number of intra-XT interfering sources on lightpath (p,w) B is a large constant used to activate/deactivate the constraint Similarly we constrain the second-adjacent channel interfering sources Curry the surplus variables in the minimization objective

  20. Direct (Sigma Bound) IA-RWA algo • For each candidate lightpath (p,w) inserted in the RWA formulation, we calculate an upper bound on the interference noise variance it can tolerate, after accounting for the impairments that do not depend on the utilization of the other lightpaths (account for 1st Class PLIs). • Then using noise-variance related parameters per link we can constrain the interference (due to 2nd Class PLIs) accumulated on lightpath (p,w) • If the selected lightpaths satisfy these constraints they have, by definition, acceptable quality of transmission

  21. Performance evaluation results • Simulation platform Matlab + LINDO API • Generic DT network topology • Traffic Scenarios • Random traffic matrix generator • DTnet actual traffic matrix • Physical Layer Evaluation: Q-Tool • Developed within DICONET project • Uses analytical models to calculate the Q factor of lightpaths • Realistic physical layer parameters

  22. Pure RWA performance • 100 RWA instances • ILP min-max: optimality criterion • LP min-max: running time & integrality criteria • The proposed LP-relaxation+piecewise linear costs has superior performance • The performance is Improved with the random perturbation technique

  23. Indirect and Direct IA-RWA • 100 RWA instances • W=16 available wavelengths • Algorithms: • Pure RWA • Indirect P-IA-RWA • Direct SB-IA-RWA • The proposed IA-RWA algorithms reduce the (physical layer) blocking • Additional wavelengths are required to spread the lightpaths and avoid interference • The direct SB-IA-RWA algo can find zero blocking solutions • The direct SB-IA-RWA algo maintains zero blocking up to ρ=0.8, after which the 16 available wavelengths are not enough

  24. Direct IA-RWA algo performance • Direct SB-IA-RWA algorithm, solved using • The proposed LP-relaxation technique • ILP • 100 random RWA instances • Find zero blocking solutions • Using ILP we were able to solve all instances within 5 hours up to ρ=0.7 load • Using the LP-relaxation the optimality is lost in 2 or 3 instances but the execution time is maintained very low

  25. Realistic traffic matrix • Realistic traffic matrix (381 connections  load ρ=2.05) • The propose IA-RWA algorithms reduce the physical layer blocking • The direct SB-IA-RWA finds zero blocking solution • with W=36 • Running time: 20 minutes  acceptable for the realistic network and traffic load

  26. Dynamic ΙΑ-RWA Algorithm • Input: New connection request Current network state • Objective: serve the connections and minimize blocking over (infinite) time • We use a multicost algorithm with 2 phases • Calculate the set of non-dominated paths from the given source to the given destination • Choose the lightpath that minimizes the objective function

  27. Calculating the Set of Non-Dominated Paths • Cost vector of link l: Vector maps the utilization of wavelengths • The cost vector of path pcan be calculated based on the cost vectors of links l=1,2,...,m, that comprise it • The cost parameters of a path can be combined so as to calculate the Q factors of the available lightpaths over that path • Prune the solution space • For each p, we check the Q factor of available lightpaths and we make unavailable those that do not have acceptable performance • Stop extending the paths that do not have σταματάμε να επεκτείνουμε μονοπάτια αν δεν έχουν τουλάχιστον ένα διαθέσιμο μήκος κύματος

  28. Qmax Q Q Qmax Q dmin dmin Calculating the Set of Non-Dominated Paths Domination relationship between two paths p1 dominates p2 (p1 > p2) iff • Using the above definitions we use a multicost algorithm, which is a generalization of Dijkstra algorithm, to compute the set of non-dominated paths Pn-d from the given source to the given destination • By definition, the paths that are included in Pn-dhave • At least one available wavelength • The available wavelength have acceptable transmission performance (Q factor)

  29. Optimization Policies We evaluated 3 optimization policies (that correspond to 3 different IA-RWA algorithms) i) Most Used Wavelength (MUW) We order the lightpaths to decreasing wavelength utilization order and select the one that is used more in the network. ii) Better Q performance (bQ) We select the lightpath with the higher Qfactor value iii) Mixed better Q and most used wavelength (bQ-MUW) From the set of available lightpaths we select those with Q values no less than 0.5dB than the highest Q value and then apply the MUW policy to this new set of lightpaths

  30. The “whole” picture Continuing work to build the NPOT….

  31. Control

More Related