SlideShare uma empresa Scribd logo
1 de 20
Baixar para ler offline
Routing and Wavelength Assignment for
Wavelength-Routed WDM Networks
   Combined routing and wavelength assignment problem
   Routing
    x static: ILP formulation

    x dynamic: on-line algorithms

   Wavelength assignment
    x static: graph coloring approach

    x dynamic: heuristics

   A new wavelength assignment heuristic
              ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                              1
RWA
 Problem statement
 Wavelength-continuity constraint




            ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                            2
Combined Routing and Wavelength
Assignment Problem




          ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                          3
Routing - ILP Formulation




           ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                           4
Routing - Algorithms For Dynamic Traffic
   Fixed routing (On/Off line)
   Fixed-alternate routing (On/Off line)
   Adaptive routing (On line)
    x adaptive shortest path routing

    x least congested path routing




               ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                               5
Wavelength Assignment with Known
Lightpaths and Routes - Graph Coloring
   Construct an auxiliary graph G(V,E)
   Color the nodes of the graph G such
   that no two adjacent nodes have the
   same color
   Sequential graph coloring approaches




              ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                              6
Wavelength Assignment Heuristics
  Random                                   Least Loaded
  First-Fit                                MAX-SUM
  Least-Used/SPREAD                        Relative Capacity Loss
  Most-Used/PACK                           Wavelength Reservation
  Min-Product                              Protecting Threshold




             ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                                    7
Illustrative Example
        wavelengths              P1:(2,4)
            λ3

            λ2

            λ1

            λ0

                 0     1        2           3       4        5        6


Note: control network not shown. All wavelengths shown are for data traffic
                      ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                                              8
Calculation of Max-Sum
 wavelengths           P1:(2,4)
     λ3

     λ2

     λ1
                                                                      WPC:
     λ0                                                               Wavelength-path
          0    1       2          3      4         5       6          Capacity

 wavelengths WPC loss of each path on each λ                      Total WPC
                                                                     loss
                   P2:(1,5)       P3:(3,6)       P4:(0,3)
          λ3          1              0              0                   1      Wavelength
          λ2          1              1              0                   2       selected:
          λ1          0              1              0                   1      λ0, λ1, or λ3
          λ0          0              0              1                   1
                      ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                                                           9
Calculation of Relative Capacity Loss
 wavelengths            P1:(2,4)
     λ3

     λ2

     λ1
                                                                    Wavelength selected:
     λ0                                                                  λ1 or λ3
          0    1       2           3      4         5       6

wavelengths          RCL of each path on each λ                        Total RCL
                   P2:(1,5) P3:(3,6)     P4:(0,3)
     λ3              0.5        0           0                              0.5
     λ2              0.5       0.5          0                               1
     λ1               0        0.5          0                              0.5
     λ0               0         0           1                               1
                    ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                                                           10
Simulation Network
                                   2
                       1                          2
         1                                                      1

    0              1                                  1             3

         1                                                      1
                       5                          4
                                   2
  Connection management protocol: link-state
                ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                                        11
Results from Others’ Publication
        Source: S. Subramaniam and R. A. Barry, “Wavelength assignment in fixed
          routing WDM networks,” Proc. ICC'97 - International Conference on
          Communications, Montreal, Canada, vol. 1, pp. 406-410, June 1997.



                                                                                      5x5
20-node
                                                                                      bidirectional
unidirectional                                                               R
                                                                                      mesh-torus,
ring, load/W                              R
                                                                             FF, MU   load/W
= 1 Erlang
                                                                                      = 25 Erlangs
                                          FF                                MS

                                                                            WC
                               WC     MU, MS

                       # of wavelengths                  # of wavelengths
                            (a)                                 (b)
                           ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                                                                      12
Computational Complexity
   Wavelength reservation & Protecting threshold -
   constant
   Random & First-Fit - O(W)
   Min-Product & Least-Loaded - O(NW)
   Least-Used & Most-Used - O(LW)
   Max-Sum & Relative Capacity Loss - O(WN3)
   where W - # of wavelengths, N - # of nodes, L - # of
   links
               ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                               13
Distributed RCL Algorithm
                                                   P1:(2,4)
                            λ3

                            λ2

                            λ1

                            λ0

                                 0   1         2          3       4         5        6
      Wavelength                 0   1         2          3       4        5         6   Subtotal

                                                                                                    Wavelength
                       λ3
RCL table at Node 2




                                 0   1/3       0        1/4     1/4       1/3        0   11/12 *    selected: λ3

                       λ2        0   1/3       0        1/4     1/4       1/3       1/2 17/12
                       λ1        0   0         0        1/4     1/4       1/3       1/2 13/12
                       λ0        1   1/3       0        1/4     1/4        0         0   19/12
                                         ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                                                                              14
Characteristics of Distributed RCL
   Less state information is exchanged
   Faster computation of wavelength assignment
   upon a connection request
   Can be combined with adaptive routing




              ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                              15
Simulation Network
                               2
                  1                          2
       1                                                    1

   0          1                                  1              3

       1                                                    1
                  5                          4
                        2
       Average propagation delay between two
       nodes: 0.107 ms
       Average hop distance: 1.53
            ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                                    16
Simulation Results of Distributed RCL

                                                   Comparison of
                                                   DRCL with adaptive
                                                   routing and
                                                   RCL with
                                                   fixed routing




            ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                                        17
Conclusion for RWA
         Heuristics              Complexity                Performance
Least Used                      O(LW)                     Ordered in
Random                          O(W)                      increasing
                                                          order
Min-Product                     O(NW)
First-Fit                       O(W)
Most-Used                       O(NW)
Least-Loaded                    O(LW)
Max-Sum                         O(WN3)
Relative Capacity Loss          O(WN3)

         L: # of links, N: # of nodes, W: # of wavelengths
               ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                                         18
Future Research

   Survivable wavelength-routed WDM networks
    x previous work: static traffic & single link failure
      [S. Ramamurthy 1998]
    x higher layer protection -logical topology design
      with bundle cut in mind
    x WDM layer protection - dynamic traffic




                ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                                19
Future Research (Cont’d)
   Managing multicast connections in
   wavelength-routed WDM networks
    x KMB

    x Bellman-Ford

    x Chain




              ECS 259 -- H. Zang and B. Mukherjee, UC Davis
                                                              20

Mais conteúdo relacionado

Mais procurados

PAPR reduction techniques in OFDM.pptx
PAPR reduction techniques in OFDM.pptxPAPR reduction techniques in OFDM.pptx
PAPR reduction techniques in OFDM.pptxssuserca5764
 
Wavelength division multiplexing
Wavelength division multiplexingWavelength division multiplexing
Wavelength division multiplexingNalin Dubey
 
Optical network architecture
Optical network architectureOptical network architecture
Optical network architectureSiddharth Singh
 
WDM & Optical Amplifiers
WDM & Optical AmplifiersWDM & Optical Amplifiers
WDM & Optical AmplifiersEng_Ahmad
 
Huawei GPON Fundamentals
Huawei GPON FundamentalsHuawei GPON Fundamentals
Huawei GPON Fundamentalsibrahimnabil17
 
Introduction to optical amplifiers
Introduction to optical amplifiersIntroduction to optical amplifiers
Introduction to optical amplifiersVanessa Shen
 
Dispersion Compensation Techniques for Optical Fiber Communication
Dispersion Compensation Techniques for Optical Fiber CommunicationDispersion Compensation Techniques for Optical Fiber Communication
Dispersion Compensation Techniques for Optical Fiber CommunicationAmit Raikar
 
Transmission system used for optical fibers
Transmission system used for optical fibers Transmission system used for optical fibers
Transmission system used for optical fibers Jay Baria
 
Raman optical amplifier. simple presentation
Raman optical amplifier. simple presentationRaman optical amplifier. simple presentation
Raman optical amplifier. simple presentationDonaire Carapichoso
 
02 optical fiber-waveguides
02 optical fiber-waveguides02 optical fiber-waveguides
02 optical fiber-waveguidesMuhammad Saad
 
Introduction to dwdm technology
Introduction to dwdm technologyIntroduction to dwdm technology
Introduction to dwdm technologySayed Qaisar Shah
 

Mais procurados (20)

PAPR reduction techniques in OFDM.pptx
PAPR reduction techniques in OFDM.pptxPAPR reduction techniques in OFDM.pptx
PAPR reduction techniques in OFDM.pptx
 
Passive Optical Network (PON)
Passive Optical Network (PON)Passive Optical Network (PON)
Passive Optical Network (PON)
 
Optical networks
Optical networksOptical networks
Optical networks
 
Wavelength division multiplexing
Wavelength division multiplexingWavelength division multiplexing
Wavelength division multiplexing
 
Optical network architecture
Optical network architectureOptical network architecture
Optical network architecture
 
Dwdm
DwdmDwdm
Dwdm
 
WDM & Optical Amplifiers
WDM & Optical AmplifiersWDM & Optical Amplifiers
WDM & Optical Amplifiers
 
WDM principles
WDM principlesWDM principles
WDM principles
 
optics ppt
optics pptoptics ppt
optics ppt
 
Huawei GPON Fundamentals
Huawei GPON FundamentalsHuawei GPON Fundamentals
Huawei GPON Fundamentals
 
Sonet
SonetSonet
Sonet
 
Introduction to optical amplifiers
Introduction to optical amplifiersIntroduction to optical amplifiers
Introduction to optical amplifiers
 
Fttx arcitectures
Fttx arcitecturesFttx arcitectures
Fttx arcitectures
 
Dispersion Compensation Techniques for Optical Fiber Communication
Dispersion Compensation Techniques for Optical Fiber CommunicationDispersion Compensation Techniques for Optical Fiber Communication
Dispersion Compensation Techniques for Optical Fiber Communication
 
Transmission system used for optical fibers
Transmission system used for optical fibers Transmission system used for optical fibers
Transmission system used for optical fibers
 
Raman optical amplifier. simple presentation
Raman optical amplifier. simple presentationRaman optical amplifier. simple presentation
Raman optical amplifier. simple presentation
 
02 optical fiber-waveguides
02 optical fiber-waveguides02 optical fiber-waveguides
02 optical fiber-waveguides
 
Optical amplifiers
Optical amplifiersOptical amplifiers
Optical amplifiers
 
Raman scatttering
Raman scattteringRaman scatttering
Raman scatttering
 
Introduction to dwdm technology
Introduction to dwdm technologyIntroduction to dwdm technology
Introduction to dwdm technology
 

Semelhante a Lecture5c

Ad hoc routing
Ad hoc routingAd hoc routing
Ad hoc routingits
 
LTE Physical Layer Transmission Mode Selection Over MIMO Scattering Channels
LTE Physical Layer Transmission Mode Selection Over MIMO Scattering ChannelsLTE Physical Layer Transmission Mode Selection Over MIMO Scattering Channels
LTE Physical Layer Transmission Mode Selection Over MIMO Scattering ChannelsIllaKolani1
 
An efficient energy conservation in heterogeneous mobile adhoc network
An efficient energy conservation in heterogeneous mobile adhoc networkAn efficient energy conservation in heterogeneous mobile adhoc network
An efficient energy conservation in heterogeneous mobile adhoc networkPadhu Ar
 
Ganesh conf
Ganesh confGanesh conf
Ganesh confPadhu Ar
 
Class06 transmission line_basics
Class06 transmission line_basicsClass06 transmission line_basics
Class06 transmission line_basicsbhaavan22
 
Transmission Line Basics
Transmission Line BasicsTransmission Line Basics
Transmission Line BasicsJohn Williams
 
MIMO Channel Capacity
MIMO Channel CapacityMIMO Channel Capacity
MIMO Channel CapacityPei-Che Chang
 
Printed Omnidirectional Access-Point Antenna for 2.4/5-GHz WLAN Operation
Printed Omnidirectional Access-Point Antenna for 2.4/5-GHz WLAN OperationPrinted Omnidirectional Access-Point Antenna for 2.4/5-GHz WLAN Operation
Printed Omnidirectional Access-Point Antenna for 2.4/5-GHz WLAN OperationSaou-Wen Su
 
Iaetsd a novel scheduling algorithms for mimo based wireless networks
Iaetsd a novel scheduling algorithms for mimo based wireless networksIaetsd a novel scheduling algorithms for mimo based wireless networks
Iaetsd a novel scheduling algorithms for mimo based wireless networksIaetsd Iaetsd
 
Wireless LAN (WLAN) concepts: Modulation to Aggregation
Wireless LAN (WLAN) concepts: Modulation to AggregationWireless LAN (WLAN) concepts: Modulation to Aggregation
Wireless LAN (WLAN) concepts: Modulation to AggregationChaitanya Tata, PMP
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Optimal Transmit Power and Packet Size in Wireless Sensor Networks in Shadowe...
Optimal Transmit Power and Packet Size in Wireless Sensor Networks in Shadowe...Optimal Transmit Power and Packet Size in Wireless Sensor Networks in Shadowe...
Optimal Transmit Power and Packet Size in Wireless Sensor Networks in Shadowe...IDES Editor
 
AN EFFICIENT APPROACH TO DELAY ESTIMATION MODEL FOR VLSI INTERCONNECT
AN EFFICIENT APPROACH TO DELAY ESTIMATION MODEL FOR VLSI INTERCONNECTAN EFFICIENT APPROACH TO DELAY ESTIMATION MODEL FOR VLSI INTERCONNECT
AN EFFICIENT APPROACH TO DELAY ESTIMATION MODEL FOR VLSI INTERCONNECTBUKYABALAJI
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 

Semelhante a Lecture5c (20)

Ad hoc routing
Ad hoc routingAd hoc routing
Ad hoc routing
 
LTE Physical Layer Transmission Mode Selection Over MIMO Scattering Channels
LTE Physical Layer Transmission Mode Selection Over MIMO Scattering ChannelsLTE Physical Layer Transmission Mode Selection Over MIMO Scattering Channels
LTE Physical Layer Transmission Mode Selection Over MIMO Scattering Channels
 
Hn analysis
Hn analysisHn analysis
Hn analysis
 
An efficient energy conservation in heterogeneous mobile adhoc network
An efficient energy conservation in heterogeneous mobile adhoc networkAn efficient energy conservation in heterogeneous mobile adhoc network
An efficient energy conservation in heterogeneous mobile adhoc network
 
Ganesh conf
Ganesh confGanesh conf
Ganesh conf
 
An03 dws
An03 dwsAn03 dws
An03 dws
 
Bz25454457
Bz25454457Bz25454457
Bz25454457
 
Class06 transmission line_basics
Class06 transmission line_basicsClass06 transmission line_basics
Class06 transmission line_basics
 
Transmission Line Basics
Transmission Line BasicsTransmission Line Basics
Transmission Line Basics
 
D04622933
D04622933D04622933
D04622933
 
MIMO Channel Capacity
MIMO Channel CapacityMIMO Channel Capacity
MIMO Channel Capacity
 
Printed Omnidirectional Access-Point Antenna for 2.4/5-GHz WLAN Operation
Printed Omnidirectional Access-Point Antenna for 2.4/5-GHz WLAN OperationPrinted Omnidirectional Access-Point Antenna for 2.4/5-GHz WLAN Operation
Printed Omnidirectional Access-Point Antenna for 2.4/5-GHz WLAN Operation
 
Iaetsd a novel scheduling algorithms for mimo based wireless networks
Iaetsd a novel scheduling algorithms for mimo based wireless networksIaetsd a novel scheduling algorithms for mimo based wireless networks
Iaetsd a novel scheduling algorithms for mimo based wireless networks
 
Wireless LAN (WLAN) concepts: Modulation to Aggregation
Wireless LAN (WLAN) concepts: Modulation to AggregationWireless LAN (WLAN) concepts: Modulation to Aggregation
Wireless LAN (WLAN) concepts: Modulation to Aggregation
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Optimal Transmit Power and Packet Size in Wireless Sensor Networks in Shadowe...
Optimal Transmit Power and Packet Size in Wireless Sensor Networks in Shadowe...Optimal Transmit Power and Packet Size in Wireless Sensor Networks in Shadowe...
Optimal Transmit Power and Packet Size in Wireless Sensor Networks in Shadowe...
 
Dq31784792
Dq31784792Dq31784792
Dq31784792
 
AN EFFICIENT APPROACH TO DELAY ESTIMATION MODEL FOR VLSI INTERCONNECT
AN EFFICIENT APPROACH TO DELAY ESTIMATION MODEL FOR VLSI INTERCONNECTAN EFFICIENT APPROACH TO DELAY ESTIMATION MODEL FOR VLSI INTERCONNECT
AN EFFICIENT APPROACH TO DELAY ESTIMATION MODEL FOR VLSI INTERCONNECT
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 

Último

Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxRosabel UA
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsRommel Regala
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxJanEmmanBrigoli
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEaurabinda banchhor
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 

Último (20)

Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World Politics
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSE
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 

Lecture5c

  • 1. Routing and Wavelength Assignment for Wavelength-Routed WDM Networks Combined routing and wavelength assignment problem Routing x static: ILP formulation x dynamic: on-line algorithms Wavelength assignment x static: graph coloring approach x dynamic: heuristics A new wavelength assignment heuristic ECS 259 -- H. Zang and B. Mukherjee, UC Davis 1
  • 2. RWA Problem statement Wavelength-continuity constraint ECS 259 -- H. Zang and B. Mukherjee, UC Davis 2
  • 3. Combined Routing and Wavelength Assignment Problem ECS 259 -- H. Zang and B. Mukherjee, UC Davis 3
  • 4. Routing - ILP Formulation ECS 259 -- H. Zang and B. Mukherjee, UC Davis 4
  • 5. Routing - Algorithms For Dynamic Traffic Fixed routing (On/Off line) Fixed-alternate routing (On/Off line) Adaptive routing (On line) x adaptive shortest path routing x least congested path routing ECS 259 -- H. Zang and B. Mukherjee, UC Davis 5
  • 6. Wavelength Assignment with Known Lightpaths and Routes - Graph Coloring Construct an auxiliary graph G(V,E) Color the nodes of the graph G such that no two adjacent nodes have the same color Sequential graph coloring approaches ECS 259 -- H. Zang and B. Mukherjee, UC Davis 6
  • 7. Wavelength Assignment Heuristics Random Least Loaded First-Fit MAX-SUM Least-Used/SPREAD Relative Capacity Loss Most-Used/PACK Wavelength Reservation Min-Product Protecting Threshold ECS 259 -- H. Zang and B. Mukherjee, UC Davis 7
  • 8. Illustrative Example wavelengths P1:(2,4) λ3 λ2 λ1 λ0 0 1 2 3 4 5 6 Note: control network not shown. All wavelengths shown are for data traffic ECS 259 -- H. Zang and B. Mukherjee, UC Davis 8
  • 9. Calculation of Max-Sum wavelengths P1:(2,4) λ3 λ2 λ1 WPC: λ0 Wavelength-path 0 1 2 3 4 5 6 Capacity wavelengths WPC loss of each path on each λ Total WPC loss P2:(1,5) P3:(3,6) P4:(0,3) λ3 1 0 0 1 Wavelength λ2 1 1 0 2 selected: λ1 0 1 0 1 λ0, λ1, or λ3 λ0 0 0 1 1 ECS 259 -- H. Zang and B. Mukherjee, UC Davis 9
  • 10. Calculation of Relative Capacity Loss wavelengths P1:(2,4) λ3 λ2 λ1 Wavelength selected: λ0 λ1 or λ3 0 1 2 3 4 5 6 wavelengths RCL of each path on each λ Total RCL P2:(1,5) P3:(3,6) P4:(0,3) λ3 0.5 0 0 0.5 λ2 0.5 0.5 0 1 λ1 0 0.5 0 0.5 λ0 0 0 1 1 ECS 259 -- H. Zang and B. Mukherjee, UC Davis 10
  • 11. Simulation Network 2 1 2 1 1 0 1 1 3 1 1 5 4 2 Connection management protocol: link-state ECS 259 -- H. Zang and B. Mukherjee, UC Davis 11
  • 12. Results from Others’ Publication Source: S. Subramaniam and R. A. Barry, “Wavelength assignment in fixed routing WDM networks,” Proc. ICC'97 - International Conference on Communications, Montreal, Canada, vol. 1, pp. 406-410, June 1997. 5x5 20-node bidirectional unidirectional R mesh-torus, ring, load/W R FF, MU load/W = 1 Erlang = 25 Erlangs FF MS WC WC MU, MS # of wavelengths # of wavelengths (a) (b) ECS 259 -- H. Zang and B. Mukherjee, UC Davis 12
  • 13. Computational Complexity Wavelength reservation & Protecting threshold - constant Random & First-Fit - O(W) Min-Product & Least-Loaded - O(NW) Least-Used & Most-Used - O(LW) Max-Sum & Relative Capacity Loss - O(WN3) where W - # of wavelengths, N - # of nodes, L - # of links ECS 259 -- H. Zang and B. Mukherjee, UC Davis 13
  • 14. Distributed RCL Algorithm P1:(2,4) λ3 λ2 λ1 λ0 0 1 2 3 4 5 6 Wavelength 0 1 2 3 4 5 6 Subtotal Wavelength λ3 RCL table at Node 2 0 1/3 0 1/4 1/4 1/3 0 11/12 * selected: λ3 λ2 0 1/3 0 1/4 1/4 1/3 1/2 17/12 λ1 0 0 0 1/4 1/4 1/3 1/2 13/12 λ0 1 1/3 0 1/4 1/4 0 0 19/12 ECS 259 -- H. Zang and B. Mukherjee, UC Davis 14
  • 15. Characteristics of Distributed RCL Less state information is exchanged Faster computation of wavelength assignment upon a connection request Can be combined with adaptive routing ECS 259 -- H. Zang and B. Mukherjee, UC Davis 15
  • 16. Simulation Network 2 1 2 1 1 0 1 1 3 1 1 5 4 2 Average propagation delay between two nodes: 0.107 ms Average hop distance: 1.53 ECS 259 -- H. Zang and B. Mukherjee, UC Davis 16
  • 17. Simulation Results of Distributed RCL Comparison of DRCL with adaptive routing and RCL with fixed routing ECS 259 -- H. Zang and B. Mukherjee, UC Davis 17
  • 18. Conclusion for RWA Heuristics Complexity Performance Least Used O(LW) Ordered in Random O(W) increasing order Min-Product O(NW) First-Fit O(W) Most-Used O(NW) Least-Loaded O(LW) Max-Sum O(WN3) Relative Capacity Loss O(WN3) L: # of links, N: # of nodes, W: # of wavelengths ECS 259 -- H. Zang and B. Mukherjee, UC Davis 18
  • 19. Future Research Survivable wavelength-routed WDM networks x previous work: static traffic & single link failure [S. Ramamurthy 1998] x higher layer protection -logical topology design with bundle cut in mind x WDM layer protection - dynamic traffic ECS 259 -- H. Zang and B. Mukherjee, UC Davis 19
  • 20. Future Research (Cont’d) Managing multicast connections in wavelength-routed WDM networks x KMB x Bellman-Ford x Chain ECS 259 -- H. Zang and B. Mukherjee, UC Davis 20