SlideShare a Scribd company logo
1 of 3
Download to read offline
Availability-Aware Routing for Large-Scale Hybrid
              Wireless-Optical Broadband Access Network
                     Xu Shao, Yong Kee Yeo, Lek Heng Ngoh, Xiaofei Cheng, Weifeng Rong, Luying Zhou
                        Institute for Infocomm Research, A*STAR (Agency for Science, Technology and Research), Singapore 138632
                                             Email: {shaoxu, ykyeo, lhn, chengxf, wfrong, lzhou}@i2r.a-star.edu.sg

                Abstract: In large-scale hybrid wireless-optical broadband access networks, the availability of wireless links
                and optical links varies considerably. Availability-aware routing can significantly improve availability and
                throughput by encouraging more usage of PON.
                ©2009 Optical Society of America
                OCIS codes: (060.4250) Networks; (060.4257) Networks, network survivability

1. Introduction
Hybrid wireless-optical broadband access network (WOBAN) consists of a multi-hop wireless mesh network (WMN)
at the front-end and an optical access network, e.g. a passive optical network (PON) at the back-end [1, 2]. PON uses
inexpensive optical splitters to divide a single fiber into separate strands feeding individual subscribers. EPON is
based on the Ethernet standard, which comes with the added benefit of the economies-of-scale of Ethernet, and
provides simple and easy-to-manage connectivity both at the customer premises and at the central office. EPON is
typically deployed as a tree or tree-and-branch topology, using passive optical splitters. A wireless mesh network
(WMN) is a communication network made up of radio nodes organized in a mesh topology, which is reliable and
offers redundancy, and the mesh architecture sustains signal strength by breaking long distances into a series of
shorter hops. Intermediate nodes not only boost the signal, but cooperatively make forwarding decisions based on
their knowledge of the network states. Compared with pure WMN or PON, hybrid WOBAN provides a more
cost-effective way for broadband access network infrastructure and integrates the benefits from WMN and PON. As a
hybrid of two distinct networks and technologies, hybrid WOBAN posts a lot of challenges for routing. As delay is a
major concern for certain applications, authors in [3, 4] proposed a delay-aware routing algorithm, which can achieve
minimal delay and effective congestion control. Apart from delay-awareness, some improvements on routing are
focusing on integrated routing for load balancing and higher throughput [5, 6] for reconfigurable optical backhaul and
WMNs.
                                                                                                                11
                                                                                                  Internet

                                                                                         Splitter C            OLT
                                                                        5

                                                                                                             Splitter D
                                           12                Gatway/ONU              6
                                WMN             AP
                                                                                   Gatway/ONU 7


                                                                        14                      Gatway/ONU
                            2                                                 AP                                 8

                                                      13
                      Gatway/ONU                            AP                                         Gatway/ONU
                                                                                           9

                                                     0.86        0.89
                                                                                          Gatway/ONU
                                       3                                10
        Splitter B              0.98
                                                                            Gatway/ONU
                                   Gatway/ONU                                    0.96
                     0.97                                                     4                 Splitter A
     Internet

                 Splitter E                          0.98                                0.99
 1                                                                      ONU/OLT
          0.99              PON
  OLT

                            (a). Physical layer topology.                                         (b). Routing layer topology.
                   Fig. 1. Architecture of hybrid WOBAN, where the availability of wireless links and optical links varies considerably.

   In this paper, we focus on large-scale hybrid WOBN, which may cover even larger area by mixing WDM PON,
EPON, WiFi, WiMax and other access network technologies. Fig. 1 (a) shows an illustrative example of physical
layer topology of a large-scale hybrid WOBAN while Fig. 1 (b) shows the topology from routing point of view. As
passive devices, splitters will not participate in the routing decision and forwarding, where the routing domain covers
both PONs and WMNs. Therefore, the topology of routing layer may be different from physical topology. The
shortest path in routing layer may not be the best choice from physical topology point of view. In this paper, we
motivate the needs of considering availability in routing decisions. Availability is the probability that the connection
will be found in the operating state at a random time in the future [7]. It is affected by many factors, such as network
component failure probabilities, failure repair times, etc. There are basically two motivations for us to study
availability-aware routing for large-scale hybrid WOBAN: 1) It is well known that the availability of optical links and
wireless links varies significantly, so routes along different links may have very different availability and thus affect
the stability of services; and 2) Availability is an important parameter in Service Level Agreement (SLA) between a
network operator and network service subscribers, so it is necessary to have an availability-aware routing to minimize
availability along the route or at least avoid highly unstable routes. Obviously, the main challenge of
availability-aware routing for large-scale hybrid WOBAN is that routing will not only be calculated purely based on
routing layer topology, but also need to consider physical constraints, e.g. availability of components and segment of
links (for example, availability of fiber from Optical Line Terminal ( OLT) 1 to Splitter E in Fig. 1(a)).
2. The proposed availability-aware routing for large-scale hybrid WOBN
If we know the mean time to failure (MTTF) and mean time to repair (MTTR) of a component, link, or connection, its
availability can be calculated as
                                      a = MTTF / (MTTF + MTTR )                                               (1)
  Let ai denote the availability of link i along a path. The availability of path k can be calculated as
                                                     Ak = ∏i∈P ai  k
                                                                                                                             (2)
   For example, as shown in Fig. 1(a), the availability of fiber from OLT 1 to Splitter E is 0.99, the availability of fiber
from Splitter E to Splitter B is 0.97, and the availability of fiber from Splitter B to Gateway/ONU 3 is 0.98. Using
Equation (2), the availability of the optical link from node 1 to node 3 is calculated as 0.99×0.98×0.97=0.9411, as
shown in Fig. 1(b). To calculate the most available path with the shortest-path (SP) algorithm, e.g. Dijkstra's
algorithm, we can use
                                     − log( Ak ) = − log(a1 ) + L − log(a P )                                            (3)
   In other words, using Equation (3), we can add weights on links of networks, and thus apply the shortest-path
algorithm for computing the most available path. Note that the most available path (MAP) is defined as a path with the
highest availability from the source to the destination of a connection request. The most available path will be equal to
the shortest path provided the availability of each link is the same. For example, using Equation (3), we can calculate
that the route 13-10-4-1 is 0.8206 and route 13-3-1 is 0.8092. Apparently, the most available path from node 13 to
node 1 is 13-10-4-1 while 13-3-1 is the shortest path.

                                                                       Table 1. Comparison under empty 25-node SFNet.
                                                   Distribution                                    14-node           25-node
                                                     of link                Parameters            topology          topology
                                                   availability                                AAR       SPR    AAR        SPR
                                                   0.9 < ai < 1            Average hops        2.535    2.049   3.234     2.627
                                                                        Average availability   0.927    0.904   0.924     0.879
                                                                       Improvement over SPR    2.5%     N.A.    5.1%       N.A.
                                                   0.7 < a i < 1       Average hops            3.048    2.044   3.546     2.634
                                                                       Average availability    0.769    0.701   0.783     0.670
                                                                       Improvement over SPR    9.7%     N.A.    14.4%      N.A.
Fig. 2. Routing layer topology of 25-node SFNet.

3. Simulation results and discussions
We first use the 14-node topology, as shown in Fig. 1, and then a much larger network, i.e., the 25-node SFNet in San
Francisco city area[2], [4], as shown in Fig. 2, under different link availability parameters. The availability of link is
uniformly distributed from 0.9 to 1, i.e., 0.9 < ai < 1 and from 0.7 to 1, i.e., 0.7 < a i < 1 . The simulation program was
written with Matlab and the final result is the average of at least 30,000 connection requests. An arrival request is
equally likely to be arrived at and destined to any node in the network. First, we compare the availability-aware
routing (AAR) and the shortest-path routing (SPR) under empty networks, i.e., routing is totally based on network
topology without considering traffic distribution. Simulation results in table 1 show, as expected, AAR is less capacity
efficient than SPR, and AAR steadily outperforms SPR in average availability with the increase of variation of link
availability.
   Second, consider the scenario of different traffic distributions on the network. For simplification, assume every link
has the same capacity and one connection request over a link will consume one capacity of the link. For dynamic
traffic, the arrival of traffic to the network follows Poisson distribution with rate λ connection requests per unit time
and connection-holding time is exponentially distributed with a mean value of one unit time. We use dynamic routing,
where the shortest path or most available path is calculated according to current network states. Due to limited
resource, some connection request may be rejected if the path cannot be found. Blocking probability is defined as the
number of rejected connection requests against the total number of connection requests. Fig. 3 - Fig. 4 plot simulation
results. Fig. 3(a) and Fig. 4(a) show that SPR always has the lowest blocking probability due to its capacity efficiency,
Fig. 3(b) and Fig. 4(b) show that AAR will use more hops than SPR does, and, furthermore, Fig. 3(c) and Fig. 4(c)
demonstrate that the average availability of AAR is much better than that of SPR especially when load is low.
                                                                                                                                                                        0.915
                              0.035                                                         2.4
                                                                                                                                                                                                               AAR
                                                                                                          AAR
                                           AAR                                             2.35                                                                                                                SPR
                               0.03                                                                       SPR                                                            0.91
                                           SPR
                                                                                            2.3




                                                                                                                                            Average Availability
                              0.025
       Blocking Probability




                                                                            Average Hops


                                                                                           2.25                                                                         0.905
                               0.02
                                                                                            2.2
                              0.015                                                                                                                                       0.9
                                                                                           2.15
                               0.01
                                                                                            2.1
                                                                                                                                                                        0.895
                              0.005                                                        2.05

                                  0                                                              2                                                                       0.89
                                      6      12            18        24                              6      12             18        24                                         6       12            18             24
                                          Network Load in Erlang                                          Network Load in Erlang                                                     Network Load in Erlang

                                                     Fig. 3. Simulation results (14-node topology,                     0.9 < a i < 1 , and capacity per link is 10)
                               0.04                                                        3.6                                                                          0.94
                                           AAR                                                           AAR                                                                        AAR
                              0.035                                                                                                                                     0.93        SPR
                                           SPR                                                           SPR
                                                                                           3.4
                               0.03                                                                                                              Average Availability
      Blocking Probability




                                                                                                                                                                        0.92
                                                                           Average Hops




                              0.025                                                        3.2
                               0.02                                                                                                                                     0.91

                              0.015                                                         3
                                                                                                                                                                         0.9
                               0.01
                                                                                           2.8
                                                                                                                                                                        0.89
                              0.005

                                 0                                                         2.6                                                                          0.88
                                      8   16        24          32   40                          8       16        24          32    40                                        8    16        24          32         40
                                           Network Load in Erlang                                         Network Load in Erlang                                                     Network Load in Erlang

                                                       Fig. 4. Simulation results (25-node SFNet,                    0.9 < a i < 1 , and capacity per link is 10)
4. Conclusion
In large-scale hybrid WOBAN, the availability of optical links and wireless links varies significantly. Traditional
availability-unaware routing using the shortest path will lead to bad performance of path availability.
Availability-aware routing can significantly improve availability and throughput by encouraging more usage of PON.
5. References
[1]   S. Sarkar, H. H. Yen, S. Dixit, and B. Mukherjee, “ A novel delay-aware routing algorithm (DARA) for a hybrid wireless-optical broadband
      access network (WOBAN),” IEEE Network, Vol. 22, Issue 3, May-June 2008, pp. 20-28.
[2]   S. Sarkar, S. Dixit, and B. Mukherjee, “Hybrid wireless-optical broadband access network (WOBAN): A review of relevant challenges,” J. of
      Lightwave Technol., vol. 25, no. 11, pp. 3329-3340, Nov. 2007.
[3]   A. S. Reaz, V. Ramamurthi, S. Sarkar, D. Ghosal, S. Dixit, and B. Mukherjee, “CaDAR: an efficient routing algorithm for wireless-optical
      broadband access network,” in Proc., IEEE ICC’08, May 2008, pp. 5191-5195.
[4]   S. Sarkar, H. H. Yen, S. Dixit, and B. Mukherjee, “DARA: delay-aware routing algorithm in a hybrid wireless-optical broadband access
      network (WOBAN),” in Proc., IEEE ICC '07, June 2007.
[5]   W. T. Shaw, S. W. Wong, N. Cheng, K. Balasubramaian, C. Qiao, and L. G. Kazovsky, “Reconfigurable optical backhaul and integrated
      routing algorithm for load balancing in hybrid optical-wireless access networks", in Proc., IEEE ICC’08, May 2008, pp. 5697–5701.
[6]   W. T. Shaw, S. W. Wong, N. Cheng, K. Balasubramanian, X. Zhu, M. Maier, and L. G. Kazovsky, “Hybrid architecture and integrated routing
      in a scalable optical–wireless access network,” J. of Lightwave Technol., Vol. 25, Issue 11, Nov. 2007, pp. 3443-3451.
[7]   J. Zhang, K. Zhu, H. Zang, N. S. Matloff, and B. Mukherjee, “Availability-aware provisioning strategies for differentiated protection services
      in wavelength-convertible WDM mesh networks.” IEEE/ACM Trans. Netw., vol. 15, pp. 1177-1190, Oct. 2007.

More Related Content

What's hot

Lte ausarbeitung zarei
Lte ausarbeitung zareiLte ausarbeitung zarei
Lte ausarbeitung zarei
mehemed sifaw
 
Final presentation
Final presentationFinal presentation
Final presentation
Rohan Lad
 
Metro ethernet-services
Metro ethernet-servicesMetro ethernet-services
Metro ethernet-services
c09271
 
Sc fdma -an efficient technique for papr reduction in
Sc fdma -an efficient technique for papr reduction inSc fdma -an efficient technique for papr reduction in
Sc fdma -an efficient technique for papr reduction in
eSAT Publishing House
 
Channel estimation-for-wireless-ofdm-communications
Channel estimation-for-wireless-ofdm-communicationsChannel estimation-for-wireless-ofdm-communications
Channel estimation-for-wireless-ofdm-communications
Ayushi Jaiswal
 
Phydyas 09 fFilter Bank Multicarrier (FBMC): An Integrated Solution to Spectr...
Phydyas 09 fFilter Bank Multicarrier (FBMC): An Integrated Solution to Spectr...Phydyas 09 fFilter Bank Multicarrier (FBMC): An Integrated Solution to Spectr...
Phydyas 09 fFilter Bank Multicarrier (FBMC): An Integrated Solution to Spectr...
Marwan Hammouda
 
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
VLSICS Design
 

What's hot (20)

Optical networks
Optical networks Optical networks
Optical networks
 
2 ro-pdh-sonet-sdh
2 ro-pdh-sonet-sdh2 ro-pdh-sonet-sdh
2 ro-pdh-sonet-sdh
 
Wc & lte 4 g module 4- 2019 by prof.sv1
Wc & lte 4 g  module 4- 2019 by prof.sv1Wc & lte 4 g  module 4- 2019 by prof.sv1
Wc & lte 4 g module 4- 2019 by prof.sv1
 
Ijcnc050214
Ijcnc050214Ijcnc050214
Ijcnc050214
 
Lte ausarbeitung zarei
Lte ausarbeitung zareiLte ausarbeitung zarei
Lte ausarbeitung zarei
 
Sonet
SonetSonet
Sonet
 
Short survey for Channel estimation using OFDM systems
Short survey for Channel estimation using OFDM systemsShort survey for Channel estimation using OFDM systems
Short survey for Channel estimation using OFDM systems
 
An503
An503An503
An503
 
MIMO Channel Estimation Using the LS and MMSE Algorithm
MIMO Channel Estimation Using the LS and MMSE AlgorithmMIMO Channel Estimation Using the LS and MMSE Algorithm
MIMO Channel Estimation Using the LS and MMSE Algorithm
 
SCFDMA
SCFDMASCFDMA
SCFDMA
 
WC & LTE 4G Broadband Module 2- 2019 by Prof.Suresha V
WC & LTE 4G Broadband  Module 2- 2019 by Prof.Suresha VWC & LTE 4G Broadband  Module 2- 2019 by Prof.Suresha V
WC & LTE 4G Broadband Module 2- 2019 by Prof.Suresha V
 
Final presentation
Final presentationFinal presentation
Final presentation
 
09 23sept 8434 10235-1-ed performance (edit ari)update 17jan18tyas
09 23sept 8434 10235-1-ed performance (edit ari)update 17jan18tyas09 23sept 8434 10235-1-ed performance (edit ari)update 17jan18tyas
09 23sept 8434 10235-1-ed performance (edit ari)update 17jan18tyas
 
Metro ethernet-services
Metro ethernet-servicesMetro ethernet-services
Metro ethernet-services
 
Combining SFBC_OFDM Systems with SVD Assisted Multiuser Transmitter and Multi...
Combining SFBC_OFDM Systems with SVD Assisted Multiuser Transmitter and Multi...Combining SFBC_OFDM Systems with SVD Assisted Multiuser Transmitter and Multi...
Combining SFBC_OFDM Systems with SVD Assisted Multiuser Transmitter and Multi...
 
Sc fdma -an efficient technique for papr reduction in
Sc fdma -an efficient technique for papr reduction inSc fdma -an efficient technique for papr reduction in
Sc fdma -an efficient technique for papr reduction in
 
3D MIMO large-scale array antenna in 5G - C&T RF Antennas Inc
3D MIMO large-scale array antenna in 5G - C&T RF Antennas Inc3D MIMO large-scale array antenna in 5G - C&T RF Antennas Inc
3D MIMO large-scale array antenna in 5G - C&T RF Antennas Inc
 
Channel estimation-for-wireless-ofdm-communications
Channel estimation-for-wireless-ofdm-communicationsChannel estimation-for-wireless-ofdm-communications
Channel estimation-for-wireless-ofdm-communications
 
Phydyas 09 fFilter Bank Multicarrier (FBMC): An Integrated Solution to Spectr...
Phydyas 09 fFilter Bank Multicarrier (FBMC): An Integrated Solution to Spectr...Phydyas 09 fFilter Bank Multicarrier (FBMC): An Integrated Solution to Spectr...
Phydyas 09 fFilter Bank Multicarrier (FBMC): An Integrated Solution to Spectr...
 
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
 

Viewers also liked

Brochure Ebatech
Brochure EbatechBrochure Ebatech
Brochure Ebatech
basvkouwen
 
Victoriamolinatp1 110601071455-phpapp01
Victoriamolinatp1 110601071455-phpapp01Victoriamolinatp1 110601071455-phpapp01
Victoriamolinatp1 110601071455-phpapp01
Pilii Ise Gelsi
 
Wireless Reducing Overall Delay In Multi Radio Woban
Wireless Reducing Overall Delay In Multi Radio WobanWireless Reducing Overall Delay In Multi Radio Woban
Wireless Reducing Overall Delay In Multi Radio Woban
Shahab Shahid
 
Meet the greeks
Meet the greeksMeet the greeks
Meet the greeks
nsheradin
 

Viewers also liked (17)

Postmodernism & music
Postmodernism & musicPostmodernism & music
Postmodernism & music
 
Video battle responses
Video battle responsesVideo battle responses
Video battle responses
 
Elsevier Health Asia Bookshop
Elsevier Health Asia BookshopElsevier Health Asia Bookshop
Elsevier Health Asia Bookshop
 
EBS nadiah
EBS nadiahEBS nadiah
EBS nadiah
 
Brochure Ebatech
Brochure EbatechBrochure Ebatech
Brochure Ebatech
 
UAD and UCDP Seminar - Coester Appraisal Management
UAD and UCDP Seminar - Coester Appraisal ManagementUAD and UCDP Seminar - Coester Appraisal Management
UAD and UCDP Seminar - Coester Appraisal Management
 
Residential Property management
Residential Property managementResidential Property management
Residential Property management
 
Original Jeans
Original JeansOriginal Jeans
Original Jeans
 
Victoriamolinatp1 110601071455-phpapp01
Victoriamolinatp1 110601071455-phpapp01Victoriamolinatp1 110601071455-phpapp01
Victoriamolinatp1 110601071455-phpapp01
 
Wls7
Wls7Wls7
Wls7
 
Introduction to Online Lead Generation Approved Index
Introduction to Online Lead Generation Approved IndexIntroduction to Online Lead Generation Approved Index
Introduction to Online Lead Generation Approved Index
 
TP 13
TP 13TP 13
TP 13
 
Wireless Reducing Overall Delay In Multi Radio Woban
Wireless Reducing Overall Delay In Multi Radio WobanWireless Reducing Overall Delay In Multi Radio Woban
Wireless Reducing Overall Delay In Multi Radio Woban
 
Meet the greeks
Meet the greeksMeet the greeks
Meet the greeks
 
S09 S02 P04
S09 S02 P04S09 S02 P04
S09 S02 P04
 
UCDP and UAD Appraisal Compliance Data set. Coester Ap
UCDP and UAD Appraisal Compliance Data set. Coester ApUCDP and UAD Appraisal Compliance Data set. Coester Ap
UCDP and UAD Appraisal Compliance Data set. Coester Ap
 
Asia bookshop titles slideshare presentation
Asia bookshop titles slideshare presentationAsia bookshop titles slideshare presentation
Asia bookshop titles slideshare presentation
 

Similar to Xu Shao Ofc2010

Similar to Xu Shao Ofc2010 (20)

Adjacent Channel Interference In IEEE 802.11 N
Adjacent Channel Interference In IEEE 802.11 NAdjacent Channel Interference In IEEE 802.11 N
Adjacent Channel Interference In IEEE 802.11 N
 
A Specific Routing Protocol for Flying Adhoc Network
A Specific Routing Protocol for Flying Adhoc NetworkA Specific Routing Protocol for Flying Adhoc Network
A Specific Routing Protocol for Flying Adhoc Network
 
Cyclic Sensing MAC Protocol for Multicast Routing in Mobile
Cyclic Sensing MAC Protocol for Multicast Routing in MobileCyclic Sensing MAC Protocol for Multicast Routing in Mobile
Cyclic Sensing MAC Protocol for Multicast Routing in Mobile
 
Sonet dwdm
Sonet dwdmSonet dwdm
Sonet dwdm
 
R34114118
R34114118R34114118
R34114118
 
Prediction Algorithm for Mobile Ad Hoc Network Connection Breaks
Prediction Algorithm for Mobile Ad Hoc Network Connection BreaksPrediction Algorithm for Mobile Ad Hoc Network Connection Breaks
Prediction Algorithm for Mobile Ad Hoc Network Connection Breaks
 
Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...
Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...
Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...
 
Performance comparison of aodv and olsr using 802.11 a and dsrc (802.11p) pro...
Performance comparison of aodv and olsr using 802.11 a and dsrc (802.11p) pro...Performance comparison of aodv and olsr using 802.11 a and dsrc (802.11p) pro...
Performance comparison of aodv and olsr using 802.11 a and dsrc (802.11p) pro...
 
Adjacent channel interference_3_g
Adjacent channel interference_3_gAdjacent channel interference_3_g
Adjacent channel interference_3_g
 
PERFORMANCES OF ORTHOGONAL WAVELET DIVISION MULTIPLEX (OWDM) SYSTEM UNDER AWG...
PERFORMANCES OF ORTHOGONAL WAVELET DIVISION MULTIPLEX (OWDM) SYSTEM UNDER AWG...PERFORMANCES OF ORTHOGONAL WAVELET DIVISION MULTIPLEX (OWDM) SYSTEM UNDER AWG...
PERFORMANCES OF ORTHOGONAL WAVELET DIVISION MULTIPLEX (OWDM) SYSTEM UNDER AWG...
 
IRJET-Analysis of Medium Access Protocols with Channel Bonding for Cognitive ...
IRJET-Analysis of Medium Access Protocols with Channel Bonding for Cognitive ...IRJET-Analysis of Medium Access Protocols with Channel Bonding for Cognitive ...
IRJET-Analysis of Medium Access Protocols with Channel Bonding for Cognitive ...
 
Improvement of crankshaft MAC protocol for wireless sensor networks: a simula...
Improvement of crankshaft MAC protocol for wireless sensor networks: a simula...Improvement of crankshaft MAC protocol for wireless sensor networks: a simula...
Improvement of crankshaft MAC protocol for wireless sensor networks: a simula...
 
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
 
Da31699705
Da31699705Da31699705
Da31699705
 
A simulation based performance evaluation
A simulation based performance evaluationA simulation based performance evaluation
A simulation based performance evaluation
 
Par petal ant routing algorithm for
Par  petal ant routing algorithm forPar  petal ant routing algorithm for
Par petal ant routing algorithm for
 
Contention Resolution Technique based on Packet Switching in Optical Burst Sw...
Contention Resolution Technique based on Packet Switching in Optical Burst Sw...Contention Resolution Technique based on Packet Switching in Optical Burst Sw...
Contention Resolution Technique based on Packet Switching in Optical Burst Sw...
 
Enhancing performance using TOHIP in MANET
Enhancing performance using TOHIP in MANETEnhancing performance using TOHIP in MANET
Enhancing performance using TOHIP in MANET
 
H04654853
H04654853H04654853
H04654853
 
11.a study of congestion aware adaptive routing protocols in manet
11.a study of congestion aware adaptive routing protocols in manet11.a study of congestion aware adaptive routing protocols in manet
11.a study of congestion aware adaptive routing protocols in manet
 

More from Shahab Shahid (20)

Tr Wmx 35 17%20 Outdoor Su
Tr Wmx 35 17%20 Outdoor SuTr Wmx 35 17%20 Outdoor Su
Tr Wmx 35 17%20 Outdoor Su
 
Tr Wmx5%208 P Bs1
Tr Wmx5%208 P Bs1Tr Wmx5%208 P Bs1
Tr Wmx5%208 P Bs1
 
Tr Wmx3%205 P Bs1a
Tr Wmx3%205 P Bs1aTr Wmx3%205 P Bs1a
Tr Wmx3%205 P Bs1a
 
Tranzeo 11a Outdoor Quickstart
Tranzeo 11a Outdoor QuickstartTranzeo 11a Outdoor Quickstart
Tranzeo 11a Outdoor Quickstart
 
Tranzeo
TranzeoTranzeo
Tranzeo
 
Tranzeo%20 %20 Wireless%20 Isp%20 Primer
Tranzeo%20 %20 Wireless%20 Isp%20 PrimerTranzeo%20 %20 Wireless%20 Isp%20 Primer
Tranzeo%20 %20 Wireless%20 Isp%20 Primer
 
Tr5800
Tr5800Tr5800
Tr5800
 
Tr5 Plus
Tr5 PlusTr5 Plus
Tr5 Plus
 
Tr5 Amp
Tr5 AmpTr5 Amp
Tr5 Amp
 
Guidelines For Point To Point
Guidelines For Point To PointGuidelines For Point To Point
Guidelines For Point To Point
 
Woban Prototype Ieee Network
Woban Prototype Ieee NetworkWoban Prototype Ieee Network
Woban Prototype Ieee Network
 
Suman Jlt
Suman JltSuman Jlt
Suman Jlt
 
Ss Ton 2008 Final
Ss Ton 2008 FinalSs Ton 2008 Final
Ss Ton 2008 Final
 
S06 S10 P05
S06 S10 P05S06 S10 P05
S06 S10 P05
 
Pid967241
Pid967241Pid967241
Pid967241
 
Cse 2008 7
Cse 2008 7Cse 2008 7
Cse 2008 7
 
Caballero
CaballeroCaballero
Caballero
 
33
3333
33
 
08 01 01
08 01 0108 01 01
08 01 01
 
Wls2
Wls2Wls2
Wls2
 

Xu Shao Ofc2010

  • 1. Availability-Aware Routing for Large-Scale Hybrid Wireless-Optical Broadband Access Network Xu Shao, Yong Kee Yeo, Lek Heng Ngoh, Xiaofei Cheng, Weifeng Rong, Luying Zhou Institute for Infocomm Research, A*STAR (Agency for Science, Technology and Research), Singapore 138632 Email: {shaoxu, ykyeo, lhn, chengxf, wfrong, lzhou}@i2r.a-star.edu.sg Abstract: In large-scale hybrid wireless-optical broadband access networks, the availability of wireless links and optical links varies considerably. Availability-aware routing can significantly improve availability and throughput by encouraging more usage of PON. ©2009 Optical Society of America OCIS codes: (060.4250) Networks; (060.4257) Networks, network survivability 1. Introduction Hybrid wireless-optical broadband access network (WOBAN) consists of a multi-hop wireless mesh network (WMN) at the front-end and an optical access network, e.g. a passive optical network (PON) at the back-end [1, 2]. PON uses inexpensive optical splitters to divide a single fiber into separate strands feeding individual subscribers. EPON is based on the Ethernet standard, which comes with the added benefit of the economies-of-scale of Ethernet, and provides simple and easy-to-manage connectivity both at the customer premises and at the central office. EPON is typically deployed as a tree or tree-and-branch topology, using passive optical splitters. A wireless mesh network (WMN) is a communication network made up of radio nodes organized in a mesh topology, which is reliable and offers redundancy, and the mesh architecture sustains signal strength by breaking long distances into a series of shorter hops. Intermediate nodes not only boost the signal, but cooperatively make forwarding decisions based on their knowledge of the network states. Compared with pure WMN or PON, hybrid WOBAN provides a more cost-effective way for broadband access network infrastructure and integrates the benefits from WMN and PON. As a hybrid of two distinct networks and technologies, hybrid WOBAN posts a lot of challenges for routing. As delay is a major concern for certain applications, authors in [3, 4] proposed a delay-aware routing algorithm, which can achieve minimal delay and effective congestion control. Apart from delay-awareness, some improvements on routing are focusing on integrated routing for load balancing and higher throughput [5, 6] for reconfigurable optical backhaul and WMNs. 11 Internet Splitter C OLT 5 Splitter D 12 Gatway/ONU 6 WMN AP Gatway/ONU 7 14 Gatway/ONU 2 AP 8 13 Gatway/ONU AP Gatway/ONU 9 0.86 0.89 Gatway/ONU 3 10 Splitter B 0.98 Gatway/ONU Gatway/ONU 0.96 0.97 4 Splitter A Internet Splitter E 0.98 0.99 1 ONU/OLT 0.99 PON OLT (a). Physical layer topology. (b). Routing layer topology. Fig. 1. Architecture of hybrid WOBAN, where the availability of wireless links and optical links varies considerably. In this paper, we focus on large-scale hybrid WOBN, which may cover even larger area by mixing WDM PON, EPON, WiFi, WiMax and other access network technologies. Fig. 1 (a) shows an illustrative example of physical layer topology of a large-scale hybrid WOBAN while Fig. 1 (b) shows the topology from routing point of view. As passive devices, splitters will not participate in the routing decision and forwarding, where the routing domain covers
  • 2. both PONs and WMNs. Therefore, the topology of routing layer may be different from physical topology. The shortest path in routing layer may not be the best choice from physical topology point of view. In this paper, we motivate the needs of considering availability in routing decisions. Availability is the probability that the connection will be found in the operating state at a random time in the future [7]. It is affected by many factors, such as network component failure probabilities, failure repair times, etc. There are basically two motivations for us to study availability-aware routing for large-scale hybrid WOBAN: 1) It is well known that the availability of optical links and wireless links varies significantly, so routes along different links may have very different availability and thus affect the stability of services; and 2) Availability is an important parameter in Service Level Agreement (SLA) between a network operator and network service subscribers, so it is necessary to have an availability-aware routing to minimize availability along the route or at least avoid highly unstable routes. Obviously, the main challenge of availability-aware routing for large-scale hybrid WOBAN is that routing will not only be calculated purely based on routing layer topology, but also need to consider physical constraints, e.g. availability of components and segment of links (for example, availability of fiber from Optical Line Terminal ( OLT) 1 to Splitter E in Fig. 1(a)). 2. The proposed availability-aware routing for large-scale hybrid WOBN If we know the mean time to failure (MTTF) and mean time to repair (MTTR) of a component, link, or connection, its availability can be calculated as a = MTTF / (MTTF + MTTR ) (1) Let ai denote the availability of link i along a path. The availability of path k can be calculated as Ak = ∏i∈P ai k (2) For example, as shown in Fig. 1(a), the availability of fiber from OLT 1 to Splitter E is 0.99, the availability of fiber from Splitter E to Splitter B is 0.97, and the availability of fiber from Splitter B to Gateway/ONU 3 is 0.98. Using Equation (2), the availability of the optical link from node 1 to node 3 is calculated as 0.99×0.98×0.97=0.9411, as shown in Fig. 1(b). To calculate the most available path with the shortest-path (SP) algorithm, e.g. Dijkstra's algorithm, we can use − log( Ak ) = − log(a1 ) + L − log(a P ) (3) In other words, using Equation (3), we can add weights on links of networks, and thus apply the shortest-path algorithm for computing the most available path. Note that the most available path (MAP) is defined as a path with the highest availability from the source to the destination of a connection request. The most available path will be equal to the shortest path provided the availability of each link is the same. For example, using Equation (3), we can calculate that the route 13-10-4-1 is 0.8206 and route 13-3-1 is 0.8092. Apparently, the most available path from node 13 to node 1 is 13-10-4-1 while 13-3-1 is the shortest path. Table 1. Comparison under empty 25-node SFNet. Distribution 14-node 25-node of link Parameters topology topology availability AAR SPR AAR SPR 0.9 < ai < 1 Average hops 2.535 2.049 3.234 2.627 Average availability 0.927 0.904 0.924 0.879 Improvement over SPR 2.5% N.A. 5.1% N.A. 0.7 < a i < 1 Average hops 3.048 2.044 3.546 2.634 Average availability 0.769 0.701 0.783 0.670 Improvement over SPR 9.7% N.A. 14.4% N.A. Fig. 2. Routing layer topology of 25-node SFNet. 3. Simulation results and discussions We first use the 14-node topology, as shown in Fig. 1, and then a much larger network, i.e., the 25-node SFNet in San Francisco city area[2], [4], as shown in Fig. 2, under different link availability parameters. The availability of link is uniformly distributed from 0.9 to 1, i.e., 0.9 < ai < 1 and from 0.7 to 1, i.e., 0.7 < a i < 1 . The simulation program was written with Matlab and the final result is the average of at least 30,000 connection requests. An arrival request is equally likely to be arrived at and destined to any node in the network. First, we compare the availability-aware routing (AAR) and the shortest-path routing (SPR) under empty networks, i.e., routing is totally based on network topology without considering traffic distribution. Simulation results in table 1 show, as expected, AAR is less capacity efficient than SPR, and AAR steadily outperforms SPR in average availability with the increase of variation of link
  • 3. availability. Second, consider the scenario of different traffic distributions on the network. For simplification, assume every link has the same capacity and one connection request over a link will consume one capacity of the link. For dynamic traffic, the arrival of traffic to the network follows Poisson distribution with rate λ connection requests per unit time and connection-holding time is exponentially distributed with a mean value of one unit time. We use dynamic routing, where the shortest path or most available path is calculated according to current network states. Due to limited resource, some connection request may be rejected if the path cannot be found. Blocking probability is defined as the number of rejected connection requests against the total number of connection requests. Fig. 3 - Fig. 4 plot simulation results. Fig. 3(a) and Fig. 4(a) show that SPR always has the lowest blocking probability due to its capacity efficiency, Fig. 3(b) and Fig. 4(b) show that AAR will use more hops than SPR does, and, furthermore, Fig. 3(c) and Fig. 4(c) demonstrate that the average availability of AAR is much better than that of SPR especially when load is low. 0.915 0.035 2.4 AAR AAR AAR 2.35 SPR 0.03 SPR 0.91 SPR 2.3 Average Availability 0.025 Blocking Probability Average Hops 2.25 0.905 0.02 2.2 0.015 0.9 2.15 0.01 2.1 0.895 0.005 2.05 0 2 0.89 6 12 18 24 6 12 18 24 6 12 18 24 Network Load in Erlang Network Load in Erlang Network Load in Erlang Fig. 3. Simulation results (14-node topology, 0.9 < a i < 1 , and capacity per link is 10) 0.04 3.6 0.94 AAR AAR AAR 0.035 0.93 SPR SPR SPR 3.4 0.03 Average Availability Blocking Probability 0.92 Average Hops 0.025 3.2 0.02 0.91 0.015 3 0.9 0.01 2.8 0.89 0.005 0 2.6 0.88 8 16 24 32 40 8 16 24 32 40 8 16 24 32 40 Network Load in Erlang Network Load in Erlang Network Load in Erlang Fig. 4. Simulation results (25-node SFNet, 0.9 < a i < 1 , and capacity per link is 10) 4. Conclusion In large-scale hybrid WOBAN, the availability of optical links and wireless links varies significantly. Traditional availability-unaware routing using the shortest path will lead to bad performance of path availability. Availability-aware routing can significantly improve availability and throughput by encouraging more usage of PON. 5. References [1] S. Sarkar, H. H. Yen, S. Dixit, and B. Mukherjee, “ A novel delay-aware routing algorithm (DARA) for a hybrid wireless-optical broadband access network (WOBAN),” IEEE Network, Vol. 22, Issue 3, May-June 2008, pp. 20-28. [2] S. Sarkar, S. Dixit, and B. Mukherjee, “Hybrid wireless-optical broadband access network (WOBAN): A review of relevant challenges,” J. of Lightwave Technol., vol. 25, no. 11, pp. 3329-3340, Nov. 2007. [3] A. S. Reaz, V. Ramamurthi, S. Sarkar, D. Ghosal, S. Dixit, and B. Mukherjee, “CaDAR: an efficient routing algorithm for wireless-optical broadband access network,” in Proc., IEEE ICC’08, May 2008, pp. 5191-5195. [4] S. Sarkar, H. H. Yen, S. Dixit, and B. Mukherjee, “DARA: delay-aware routing algorithm in a hybrid wireless-optical broadband access network (WOBAN),” in Proc., IEEE ICC '07, June 2007. [5] W. T. Shaw, S. W. Wong, N. Cheng, K. Balasubramaian, C. Qiao, and L. G. Kazovsky, “Reconfigurable optical backhaul and integrated routing algorithm for load balancing in hybrid optical-wireless access networks", in Proc., IEEE ICC’08, May 2008, pp. 5697–5701. [6] W. T. Shaw, S. W. Wong, N. Cheng, K. Balasubramanian, X. Zhu, M. Maier, and L. G. Kazovsky, “Hybrid architecture and integrated routing in a scalable optical–wireless access network,” J. of Lightwave Technol., Vol. 25, Issue 11, Nov. 2007, pp. 3443-3451. [7] J. Zhang, K. Zhu, H. Zang, N. S. Matloff, and B. Mukherjee, “Availability-aware provisioning strategies for differentiated protection services in wavelength-convertible WDM mesh networks.” IEEE/ACM Trans. Netw., vol. 15, pp. 1177-1190, Oct. 2007.