SlideShare uma empresa Scribd logo
1 de 10
Baixar para ler offline
Network and Complex Systems                                                                  www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.3, 2012


    Multimedia Traffic Routing in Multilayer WDM Networks
                    Angela Amphawan*, Mohd Amirol Md Khair, Hassanuddin Hasan
           InterNetWorks Research Laboratory, School of Computing, Universiti Utara Malaysia
                                            *angela@uum.edu.my


Abstract
The advent of real-time multimedia services over the Internet has stimulated new technologies for
expanding the information carrying capacity of optical network backbones. Multilayer wavelength
division multiplexing (WDM) packet switching is an emerging technology for increasing the bandwidth of
optical networks. Two algorithms for the routing of the multimedia traffic flows were applied:
(i) Capacitated Shortest Path First (CSPF) routing, which minimizes the distance of each flow linking the
given source and destination nodes and satisfying capacity constraints; and (ii) Flow Deviation Algorithm
(FDA) routing, which minimizes the network-wide average packet delay.

Keywords: wavelength division multiplexing (WDM), optical network, multi-layer, multimedia traffic,
routing, Capacitated Shortest Path First (CSPF), Flow Deviation Algorithm (FDA)


1. Introduction
Wavelength division multiplexing (WDM) is an emerging technology for increasing the bandwidth of
optical networks [1-4]. In multilayer WDM networks, traffic is carried over optical fiber connections
which occupy a wavelength in each traversed fiber and terminates at an optical-to-electrical receiver at the
destination node [5-10]. The connections are optically switched at the intermediate nodes and routing and
wavelength assignment mechanisms are drawn on for determining the sequence of optical fibers traversed.
The advent of real-time multimedia services over the Internet has stimulated new technologies for
achieving the high level of Quality of Service (QoS) guarantee for sensitive multimedia traffic and for
expanding the capacity of optical network backbones [11-22]. Various routing algorithms for reducing
packet delays and alleviating network congestions for multimedia traffic have been developed [23-26].
The traffic flows in multilayer WDM networks take the form of multiprotocol label switching (MPLS)
packets which are processed by electronic switching equipment. The electronic switching equipment is
connected by optical connections. The set of optical connections established creates a virtual     topology
of optical connections, which is the topology governing the electronic equipment [27]. In virtual topology
design, the set of optical connections required to transmit a given set of electronic traffic demands or
electronic traffic flows are determined. With integrated optics, the implementation of active network
components such as switches and multiplexers is viable. Packet switching features delivery of
variable-bit-rate data streams through a sequence of packets over a shared network. When traversing
switches, routers, network and other network nodes, packets are buffered and queued, resulting in variable
delays and throughput depending on the multimedia traffic load in the network. In the top layer, the traffic
flows are routed based on the virtual topology. In the lower layer, each optical connection in the virtual
topology is routed over the physical topology and assigned a wavelength. In this paper, multimedia traffic
will be introduced in the multilayer WDM network. Two algorithms for the routing of the multimedia
traffic flows will be explored for minimizing the network-wide average packet delay, namely Capacitated
Shortest Path First (CSPF) routing and Flow Deviation Algorithm (FDA) routing.




                                                     1
Network and Complex Systems                                                             www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.3, 2012

2. Research Methodology
A multilayer WDM network was simulated using MatPlanWDM [13]. The input parameters for the
multilayer WDM network are: (1) the network topology, including the coordinates measured in kilometres
over a Euclidean plane, node population, node type, number of nodes, number of time zone of each zone
and the name of each node (2) the multimedia traffic matrix, (3) the maximum number of transmitters and
receivers in each node, (4) the maximum number of wavelengths in each link. The two physical
topologies used and their corresponding virtual topologies are shown in Fig. 1 and Fig. 2.   The total
number of nodes is ten. The number of fiber links is 34.




                              Figure 1. Physical topology for Topology 1




                               Figure 2. Physical topology for Topology 2


                                                  2
Network and Complex Systems                                                       www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.3, 2012

Audio traffic was generated using Markovian models. On-off models were applied for unitary flows
while MMPP-N models were used for aggregated flows. Video traffic was generated using the “M/G/
∞ input process'' for unitary and aggregated flows. The multimedia traffic matrices used for
Topology 1 and Topology 2 are shown in Fig. 3 and Fig. 4 respectively.




                              Figure 3.   Traffic generation for Topology 1




                              Figure 4.   Traffic generation for Topology 2



                                                    3
Network and Complex Systems                                                                      www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.3, 2012

Optimization algorithms were applied for calculating a solution to the problem defined by the selected input
parameters. These algorithms are implemented as MATLAB functions which follow a fixed signature,
establishing the format of the input parameters, and the format of the output results. A broad range of
heuristics were implemented - HLDA, MLDA, TILDA and RLDA.                A new hybrid algorithm based on the
following two algorithms were applied for routing of the multimedia traffic flows: (i) Capacitated Shortest
Path First (CSPF) routing, which minimizes the distance of each flow linking the given source and
destination nodes and satisfying capacity constraints; and (ii) Flow Deviation Algorithm (FDA) routing,
which minimizes the network-wide average packet delay.




3. Simulation of New Algorithm and Results
The new hybrid algorithm attempts to accommodate the traffic flow in the existing virtual topology by
minimizing the number of virtual hops.      If it fails to accommodate the traffic flow, the algorithm tries to
solve the problem by establishing one optical connection.        It tries a direct optical connection from the
source to destination node.    If this fails, the set of nodes that are connected to the source node by a optical
connection with enough capacity is calculated.       Then, for each node in the set, the algorithm attempts to
establish a optical connection from that node to the destination node.     The node with the shortest delay is
selected.   If this fails, the algorithm computes the set of nodes that are connected to the destination node
by a optical connection of enough capacity.     For each node in the set, the algorithm attempts to establish a
optical connection from the source node to that node.       The node with the shortest delay is selected.      If
this fails, the flow is blocked.   Each search of a optical connection from a source to a destination node is
implemented by first obtaining the k-shortest paths in number of physical hops. For each possible route, a
free wavelength is selected following the first-fit scheme.     For a flow termination, the planning module
removes the flow and checks if, as a consequence, any of the traversing optical connections becomes empty.
The empty optical connections are then also terminated. Simulation results from the new hybrid algorithm
are given in terms of the virtual topology and the routing table as shown in Fig. 5.     The virtual topologies
for Topology 1 and Topology 2 are given in Fig. 6 and Fig. 7 respectively.               The complete routing
performance is given in Fig. 8.     Results show that the distance of each flow linking the given source and
destination nodes was minimized given the capacity constraints and the total packet delay of the network
was minimized.




                                                       4
Network and Complex Systems                                            www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.3, 2012




                                      Figure 5.   Simulation results




                           Figure 6. Virtual topology for Topology 1




                                              5
Network and Complex Systems                                                   www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.3, 2012




                            Figure 7. Virtual topology for Topology 2




               Figure 8.: Multi-Hour Multimedia Traffic Routing Performance

                                               6
Network and Complex Systems                                                                   www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.3, 2012


5. Conclusion
Multilayer wavelength division multiplexing (WDM) packet switching is a potential technology for
increasing the bandwidth of optical networks.    A multilayer WDM network with multimedia traffic was
simulated using MatPlanWDM [13].      A new hybrid algorithm based on the Capacitated Shortest Path First
(CSPF) and Flow Deviation Algorithm (FDA) was shown to successfully minimize the distance of each
flow linking the given source and destination nodes, satisfies capacity constraints and minimizes the total
packet delay of the network.



References
[1]     C.-H. L. Soo-Jin Park, Ki-Tae Jeong, Hyung-Jin Park, Jeong-Gyun Ahn, and Kil-Ho Song
        "Fiber-to-the-Home Services Based on Wavelength-Division-Multiplexing Passive Optical
        Network," J. Lightwave Technol., vol. 22, pp. 2582- 2004.
[2]     S. P. Ugale and V. Mishra, "Modeling and characterization of cascaded long period fiber grating
        for ADM application," Multimedia, Signal Processing and Communication Technologies
        (IMPACT), 2011 International Conference on, pp. 28 - 31, 2011.
[3]     V. Mishra, V. Verma, Abhilash Mandloi, and P. N. Patel, "A Heuristic algorithm for reducing
        wavelength number of optical WDM networks," Optik - International Journal for Light and
        Electron Optics, vol. 122, pp. 1971-1974, 2011.
[4]     H. Ishio, J. Minowa, and K. Nosu, "Review and status of wavelength-division-multiplexing
        technology and its application," J. Lightwave Technol., vol. 2, pp. 448 - 463 1984.
[5]     P. Pavon-Marino, M. V. Bueno-Delgado, W. Cerroni, A. Campi, and F. Callegati, "A parallel
        iterative scheduler for asynchronous optical packet switching networks," Optical Switching and
        Networking, vol. 8, pp. 103-115, 2011.
[6]     R. A.-P. Pablo Pavon-Marino, Belen Garcia-Manrubia, Nina Skorin-Kapov, "Virtual topology
        design and flow routing in optical networks under multi-hour traffic demand"," Photonic Network
        Communications, vol. 19, pp. 42-54, 2010.
[7]     P. Pavon-Mariño, B. García-Manrubia, R. Aparicio-Pardo, and J. García-Haro, "An educational
        RWA network planning tool for dynamic flows," in Proc. of the VII Workshop G/MPLS networks,
        ed. Spain, 2008.
[8]     S. O. F. Idzikowski, C. Raack, H. Woesner, A. Wolisz, "Dynamic routing at different layers in
        IP-over-WDM networks — Maximizing energy savings," Optical Switching and Networking, vol.
        8, pp. 181–200, 2011.
[9]     Y. Zhao, J. Zhang, H. Zhang, W. Gu, and Y. Ji, "Novel path computation element-based traffic
        grooming strategy in internet protocol over      wavelength division multiplexing networks," IET
        Communications, vol. 5, pp. 1138 - 1146, 2011.
[10]    M. S. D.Wang, A. Kumar, J. McNair, and D. Richards, "Multi-Layer Simulation Design and
        Validation for a Two-Tier Fault-Tolerant WDM LAN," Journal of Optical Communications and
        Networking, vol. 4, pp. 142-151, 2012.
                                                    7
Network and Complex Systems                                                                www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.3, 2012

[11]   A. Amphawan, F. Payne, D. O'Brien, and N. Shah, "Derivation of an analytical expression for the
       power coupling coefficient for offset launch into multimode fiber," Journal of Lightwave
       Technology, vol. 28, pp. 861-869, 2010.
[12]   G. Stepniak, L. Maksymiuk, and J. Siuzdak, "Binary-phase spatial light filters for mode-selective
       excitation of multimode fibers," Lightwave Technology, Journal of, vol. 29, pp. 1980 - 1987, 2011.
[13]   A. Amphawan, "Review of optical multiple-input–multiple-output techniques in multimode fiber,"
       Optical Engineering, vol. 50, p. 102001, 2011.
[14]   M. Salsi, C. Koebele, D. Sperti, P. Tran, P. Brindel, H. Mardoyan, S. Bigo, A. Boutin, F. Verluise,
       P. Sillard, M. Astruc, L. Provost, F. Cerou, and G. Charlet, "Transmission at 2x100Gb/s, over Two
       Modes of 40km-long Prototype Few-Mode Fiber, using LCOS-based Mode Multiplexer and
       Demultiplexer," in The Optical Fiber Communication Conference and Exposition (OFC) and the
       National Fiber Optic Engineers Conference (NFOEC) 2011, Los Angeles, USA, 2011.
[15]   A. Amphawan and E. M. G. Abraham, "Dynamic Cell Sizing in CDMA Networks," Inform.
       Technol. J, vol. 1, pp. 264-268, 2002.
[16]   R. Ryf, S. Randel, A. H. Gnauck, C. Bolle, R.-J. Essiambre, P. J. Winzer, D. W. Peckham, A.
       McCurdy, and J. R. Lingle, "Space-division multiplexing over 10 km of three-mode fiber using
       coherent 6 × 6 MIMO processing," in The Optical Fiber Communication Conference and
       Exposition (OFC) and the National Fiber Optic Engineers Conference (NFOEC) 2011, Los
       Angeles, USA, 2011.
[17]   R. Ryf, C. Bolle, and J. v. Hoyningen-Huene, "Optical Coupling Components for Spatial
       Multiplexing in Multi-Mode Fibers," in Optical Communication (ECOC), 2011 37th European
       Conference and Exhibition on, Geneva, 2011, pp. 1-3.
[18]   A. Amphawan and D. O'Brien, "Holographic Mode Field Generation for a Multimode Fiber
       Channel," in Proceedings of the International Conference on Photonics 2010 (ICP2010), 2010.
[19]   A. Amphawan, "Binary encoded computer generated holograms for temporal phase shifting," Opt.
       Express, vol. 19, pp. 23085-23096, 2011.
[20]   A. Li, A. A. Amin, X. Chen, and W. Shieh, "Reception of Mode and Polarization Multiplexed
       107-Gb/s COOFDM Signal over a Two-Mode Fiber," in The Optical Fiber Communication
       Conference and Exposition (OFC) and the National Fiber Optic Engineers Conference (NFOEC)
       2011, Los Angeles, USA, 2011.
[21]   W. Fang, J. Zhang, Y. Shao, B. Huang, and N. Chi, "The improvement of                 transmission
       properties for multimode fiber based on launching optical field shaping and feedback
       equalizatiom," in Communications and Photonics Conference and Exhibition (ACP), 2009 Asia,
       2011, pp. 1-6.
[22]   A. Amphawan, "Holographic mode-selective launch for bandwidth enhancement in multimode
       fiber," Optics Express, vol. 19, pp. 9056-9065, 2011.
[23]   D. Pevac, I. Petrovic, and R. Bojovic, "The possibility of application the optical wavelength
       division multiplexing network for streaming multimedia distribution," in EUROCON -
       International Conference on Computer as a Tool (EUROCON), 2011 IEEE, 2011.


                                                   8
Network and Complex Systems                                                            www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.3, 2012

[24]   X. Huanga and M. Ma, "A performance model for differentiated service over single-hop passive
       star coupled WDMoptical networks," Journal of Network and Computer Applications, vol. 34, pp.
       183–193, 2009.
[25]   G. Y. Li and K. Dimyati, "Preliminary Study of Heuristic Approach for WDM/OCDMA Switch in
       Future Network," in Future Computer and Communication, 2009. ICFCC 2009. International
       Conference on, 2009, pp. 274 - 277.
[26]   R. Deepalakshmi, "New Enhanced Performance MAC Routing Algorithm to Improve Reliability
       in Multimedia Data Transmission Based on Mutual Diversity for Optical Networks," European
       Journal of Scientific Research, vol. 72, pp. 285-297, 2012.
[27]   J. Zhenga and H. T. Mouftahb, "A survey of dynamic bandwidth allocation algorithms for
       Ethernet Passive Optical Networks," Optical Switching and Networking, vol. 6, pp. 151–162, 2009




                                                   9
This academic article was published by The International Institute for Science,
Technology and Education (IISTE). The IISTE is a pioneer in the Open Access
Publishing service based in the U.S. and Europe. The aim of the institute is
Accelerating Global Knowledge Sharing.

More information about the publisher can be found in the IISTE’s homepage:
http://www.iiste.org


The IISTE is currently hosting more than 30 peer-reviewed academic journals and
collaborating with academic institutions around the world. Prospective authors of
IISTE journals can find the submission instruction on the following page:
http://www.iiste.org/Journals/

The IISTE editorial team promises to the review and publish all the qualified
submissions in a fast manner. All the journals articles are available online to the
readers all over the world without financial, legal, or technical barriers other than
those inseparable from gaining access to the internet itself. Printed version of the
journals is also available upon request of readers and authors.

IISTE Knowledge Sharing Partners

EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open
Archives Harvester, Bielefeld Academic Search Engine, Elektronische
Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial
Library , NewJour, Google Scholar

Mais conteúdo relacionado

Mais procurados

Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...
Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...
Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...IDES Editor
 
Improved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANETImproved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANETIOSR Journals
 
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVE
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVEROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVE
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVEijasuc
 
An Efficient Wireless Backhaul Utilizing MIMO Transmission and IPT Forwarding
An Efficient Wireless Backhaul Utilizing MIMO Transmission and IPT ForwardingAn Efficient Wireless Backhaul Utilizing MIMO Transmission and IPT Forwarding
An Efficient Wireless Backhaul Utilizing MIMO Transmission and IPT ForwardingCSCJournals
 
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...IOSR Journals
 
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...IJCNCJournal
 
Mobility and Propagation Models in Multi-hop Cognitive Radio Networks
Mobility and Propagation Models in Multi-hop Cognitive Radio NetworksMobility and Propagation Models in Multi-hop Cognitive Radio Networks
Mobility and Propagation Models in Multi-hop Cognitive Radio Networksszhb
 
A Novel Path Tracing Scheme In All-Optical Networks Using Benes Network
A Novel Path Tracing Scheme In All-Optical Networks Using Benes NetworkA Novel Path Tracing Scheme In All-Optical Networks Using Benes Network
A Novel Path Tracing Scheme In All-Optical Networks Using Benes NetworkCSCJournals
 
Qo s parameters for obs network
Qo s parameters for obs networkQo s parameters for obs network
Qo s parameters for obs networkeSAT Journals
 
A comparative analysis on routing
A comparative analysis on routingA comparative analysis on routing
A comparative analysis on routingijcseit
 
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ijcsit
 
Efficient energy, cost reduction, and QoS based routing protocol for wireless...
Efficient energy, cost reduction, and QoS based routing protocol for wireless...Efficient energy, cost reduction, and QoS based routing protocol for wireless...
Efficient energy, cost reduction, and QoS based routing protocol for wireless...IJECEIAES
 
QOS ROUTING AND PERFORMANCE EVALUATION FOR MOBILE AD HOC NETWORKS USING OLSR ...
QOS ROUTING AND PERFORMANCE EVALUATION FOR MOBILE AD HOC NETWORKS USING OLSR ...QOS ROUTING AND PERFORMANCE EVALUATION FOR MOBILE AD HOC NETWORKS USING OLSR ...
QOS ROUTING AND PERFORMANCE EVALUATION FOR MOBILE AD HOC NETWORKS USING OLSR ...ijasuc
 
Efficient Planning and Offline Routing Approaches for IP Networks
Efficient Planning and Offline Routing Approaches for IP NetworksEfficient Planning and Offline Routing Approaches for IP Networks
Efficient Planning and Offline Routing Approaches for IP NetworksEM Legacy
 

Mais procurados (17)

Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...
Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...
Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...
 
Improved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANETImproved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANET
 
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVE
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVEROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVE
ROUTING IN OPTICAL MESH NETWORKS-A QOS PERSPECTIVE
 
An Efficient Wireless Backhaul Utilizing MIMO Transmission and IPT Forwarding
An Efficient Wireless Backhaul Utilizing MIMO Transmission and IPT ForwardingAn Efficient Wireless Backhaul Utilizing MIMO Transmission and IPT Forwarding
An Efficient Wireless Backhaul Utilizing MIMO Transmission and IPT Forwarding
 
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...
 
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...
 
Mobility and Propagation Models in Multi-hop Cognitive Radio Networks
Mobility and Propagation Models in Multi-hop Cognitive Radio NetworksMobility and Propagation Models in Multi-hop Cognitive Radio Networks
Mobility and Propagation Models in Multi-hop Cognitive Radio Networks
 
A Novel Path Tracing Scheme In All-Optical Networks Using Benes Network
A Novel Path Tracing Scheme In All-Optical Networks Using Benes NetworkA Novel Path Tracing Scheme In All-Optical Networks Using Benes Network
A Novel Path Tracing Scheme In All-Optical Networks Using Benes Network
 
Qo s parameters for obs network
Qo s parameters for obs networkQo s parameters for obs network
Qo s parameters for obs network
 
A comparative analysis on routing
A comparative analysis on routingA comparative analysis on routing
A comparative analysis on routing
 
Bx4201493498
Bx4201493498Bx4201493498
Bx4201493498
 
Q01742112115
Q01742112115Q01742112115
Q01742112115
 
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
 
Efficient energy, cost reduction, and QoS based routing protocol for wireless...
Efficient energy, cost reduction, and QoS based routing protocol for wireless...Efficient energy, cost reduction, and QoS based routing protocol for wireless...
Efficient energy, cost reduction, and QoS based routing protocol for wireless...
 
N017428692
N017428692N017428692
N017428692
 
QOS ROUTING AND PERFORMANCE EVALUATION FOR MOBILE AD HOC NETWORKS USING OLSR ...
QOS ROUTING AND PERFORMANCE EVALUATION FOR MOBILE AD HOC NETWORKS USING OLSR ...QOS ROUTING AND PERFORMANCE EVALUATION FOR MOBILE AD HOC NETWORKS USING OLSR ...
QOS ROUTING AND PERFORMANCE EVALUATION FOR MOBILE AD HOC NETWORKS USING OLSR ...
 
Efficient Planning and Offline Routing Approaches for IP Networks
Efficient Planning and Offline Routing Approaches for IP NetworksEfficient Planning and Offline Routing Approaches for IP Networks
Efficient Planning and Offline Routing Approaches for IP Networks
 

Destaque

Destaque (6)

Safe to Belong
Safe to BelongSafe to Belong
Safe to Belong
 
Optical networks
Optical networksOptical networks
Optical networks
 
Basic WDM Optical Network
Basic WDM Optical NetworkBasic WDM Optical Network
Basic WDM Optical Network
 
Optical Network Survivability
Optical Network SurvivabilityOptical Network Survivability
Optical Network Survivability
 
Wdm
WdmWdm
Wdm
 
Wavelength division multiplexing
Wavelength division multiplexingWavelength division multiplexing
Wavelength division multiplexing
 

Semelhante a Multimedia traffic routing in multilayer wdm networks

Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...IJCNCJournal
 
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...IJCNCJournal
 
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...AIRCC Publishing Corporation
 
Performance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
Performance Comparison and Analysis of Mobile Ad Hoc Routing ProtocolsPerformance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
Performance Comparison and Analysis of Mobile Ad Hoc Routing ProtocolsCSEIJJournal
 
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATION
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATIONRASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATION
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATIONAIRCC Publishing Corporation
 
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...AIRCC Publishing Corporation
 
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...AIRCC Publishing Corporation
 
A modified approach for secure routing and power aware in mobile ad hoc network
A modified approach for secure routing and power aware in mobile ad hoc networkA modified approach for secure routing and power aware in mobile ad hoc network
A modified approach for secure routing and power aware in mobile ad hoc networkDiksha Katiyar
 
Interference-Aware Multipath Routing In Wireless Sensor NetworksMinor projr...
Interference-Aware Multipath Routing In  Wireless Sensor NetworksMinor  projr...Interference-Aware Multipath Routing In  Wireless Sensor NetworksMinor  projr...
Interference-Aware Multipath Routing In Wireless Sensor NetworksMinor projr...Rakesh Behera
 
Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...IJECEIAES
 
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...ijsrd.com
 
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
 
Ijarcet vol-2-issue-7-2311-2318
Ijarcet vol-2-issue-7-2311-2318Ijarcet vol-2-issue-7-2311-2318
Ijarcet vol-2-issue-7-2311-2318Editor IJARCET
 
Ijarcet vol-2-issue-7-2311-2318
Ijarcet vol-2-issue-7-2311-2318Ijarcet vol-2-issue-7-2311-2318
Ijarcet vol-2-issue-7-2311-2318Editor IJARCET
 
Paper id 252014153
Paper id 252014153Paper id 252014153
Paper id 252014153IJRAT
 
A detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingA detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingIAEME Publication
 
A detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingA detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingIAEME Publication
 

Semelhante a Multimedia traffic routing in multilayer wdm networks (20)

Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
 
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
 
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...
 
Performance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
Performance Comparison and Analysis of Mobile Ad Hoc Routing ProtocolsPerformance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
Performance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
 
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATION
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATIONRASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATION
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATION
 
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
 
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
 
A modified approach for secure routing and power aware in mobile ad hoc network
A modified approach for secure routing and power aware in mobile ad hoc networkA modified approach for secure routing and power aware in mobile ad hoc network
A modified approach for secure routing and power aware in mobile ad hoc network
 
International Journal of Engineering Inventions (IJEI)
International Journal of Engineering Inventions (IJEI)International Journal of Engineering Inventions (IJEI)
International Journal of Engineering Inventions (IJEI)
 
Interference-Aware Multipath Routing In Wireless Sensor NetworksMinor projr...
Interference-Aware Multipath Routing In  Wireless Sensor NetworksMinor  projr...Interference-Aware Multipath Routing In  Wireless Sensor NetworksMinor  projr...
Interference-Aware Multipath Routing In Wireless Sensor NetworksMinor projr...
 
Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...
 
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
 
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...
 
Energy-efficient routing protocol for wireless sensor networks based on prog...
Energy-efficient routing protocol for wireless sensor networks  based on prog...Energy-efficient routing protocol for wireless sensor networks  based on prog...
Energy-efficient routing protocol for wireless sensor networks based on prog...
 
Ijarcet vol-2-issue-7-2311-2318
Ijarcet vol-2-issue-7-2311-2318Ijarcet vol-2-issue-7-2311-2318
Ijarcet vol-2-issue-7-2311-2318
 
Ijarcet vol-2-issue-7-2311-2318
Ijarcet vol-2-issue-7-2311-2318Ijarcet vol-2-issue-7-2311-2318
Ijarcet vol-2-issue-7-2311-2318
 
Paper id 252014153
Paper id 252014153Paper id 252014153
Paper id 252014153
 
A detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingA detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks using
 
A detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingA detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks using
 
SDSFLF: fault localization framework for optical communication using softwar...
SDSFLF: fault localization framework for optical  communication using softwar...SDSFLF: fault localization framework for optical  communication using softwar...
SDSFLF: fault localization framework for optical communication using softwar...
 

Mais de Alexander Decker

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Alexander Decker
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inAlexander Decker
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesAlexander Decker
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksAlexander Decker
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dAlexander Decker
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceAlexander Decker
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifhamAlexander Decker
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaAlexander Decker
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenAlexander Decker
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksAlexander Decker
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget forAlexander Decker
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabAlexander Decker
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...Alexander Decker
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalAlexander Decker
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesAlexander Decker
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbAlexander Decker
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloudAlexander Decker
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveragedAlexander Decker
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenyaAlexander Decker
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health ofAlexander Decker
 

Mais de Alexander Decker (20)

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale in
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websites
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banks
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized d
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistance
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifham
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibia
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school children
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banks
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget for
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjab
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incremental
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniques
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo db
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloud
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveraged
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenya
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health of
 

Último

Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 

Último (20)

Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 

Multimedia traffic routing in multilayer wdm networks

  • 1. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.3, 2012 Multimedia Traffic Routing in Multilayer WDM Networks Angela Amphawan*, Mohd Amirol Md Khair, Hassanuddin Hasan InterNetWorks Research Laboratory, School of Computing, Universiti Utara Malaysia *angela@uum.edu.my Abstract The advent of real-time multimedia services over the Internet has stimulated new technologies for expanding the information carrying capacity of optical network backbones. Multilayer wavelength division multiplexing (WDM) packet switching is an emerging technology for increasing the bandwidth of optical networks. Two algorithms for the routing of the multimedia traffic flows were applied: (i) Capacitated Shortest Path First (CSPF) routing, which minimizes the distance of each flow linking the given source and destination nodes and satisfying capacity constraints; and (ii) Flow Deviation Algorithm (FDA) routing, which minimizes the network-wide average packet delay. Keywords: wavelength division multiplexing (WDM), optical network, multi-layer, multimedia traffic, routing, Capacitated Shortest Path First (CSPF), Flow Deviation Algorithm (FDA) 1. Introduction Wavelength division multiplexing (WDM) is an emerging technology for increasing the bandwidth of optical networks [1-4]. In multilayer WDM networks, traffic is carried over optical fiber connections which occupy a wavelength in each traversed fiber and terminates at an optical-to-electrical receiver at the destination node [5-10]. The connections are optically switched at the intermediate nodes and routing and wavelength assignment mechanisms are drawn on for determining the sequence of optical fibers traversed. The advent of real-time multimedia services over the Internet has stimulated new technologies for achieving the high level of Quality of Service (QoS) guarantee for sensitive multimedia traffic and for expanding the capacity of optical network backbones [11-22]. Various routing algorithms for reducing packet delays and alleviating network congestions for multimedia traffic have been developed [23-26]. The traffic flows in multilayer WDM networks take the form of multiprotocol label switching (MPLS) packets which are processed by electronic switching equipment. The electronic switching equipment is connected by optical connections. The set of optical connections established creates a virtual topology of optical connections, which is the topology governing the electronic equipment [27]. In virtual topology design, the set of optical connections required to transmit a given set of electronic traffic demands or electronic traffic flows are determined. With integrated optics, the implementation of active network components such as switches and multiplexers is viable. Packet switching features delivery of variable-bit-rate data streams through a sequence of packets over a shared network. When traversing switches, routers, network and other network nodes, packets are buffered and queued, resulting in variable delays and throughput depending on the multimedia traffic load in the network. In the top layer, the traffic flows are routed based on the virtual topology. In the lower layer, each optical connection in the virtual topology is routed over the physical topology and assigned a wavelength. In this paper, multimedia traffic will be introduced in the multilayer WDM network. Two algorithms for the routing of the multimedia traffic flows will be explored for minimizing the network-wide average packet delay, namely Capacitated Shortest Path First (CSPF) routing and Flow Deviation Algorithm (FDA) routing. 1
  • 2. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.3, 2012 2. Research Methodology A multilayer WDM network was simulated using MatPlanWDM [13]. The input parameters for the multilayer WDM network are: (1) the network topology, including the coordinates measured in kilometres over a Euclidean plane, node population, node type, number of nodes, number of time zone of each zone and the name of each node (2) the multimedia traffic matrix, (3) the maximum number of transmitters and receivers in each node, (4) the maximum number of wavelengths in each link. The two physical topologies used and their corresponding virtual topologies are shown in Fig. 1 and Fig. 2. The total number of nodes is ten. The number of fiber links is 34. Figure 1. Physical topology for Topology 1 Figure 2. Physical topology for Topology 2 2
  • 3. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.3, 2012 Audio traffic was generated using Markovian models. On-off models were applied for unitary flows while MMPP-N models were used for aggregated flows. Video traffic was generated using the “M/G/ ∞ input process'' for unitary and aggregated flows. The multimedia traffic matrices used for Topology 1 and Topology 2 are shown in Fig. 3 and Fig. 4 respectively. Figure 3. Traffic generation for Topology 1 Figure 4. Traffic generation for Topology 2 3
  • 4. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.3, 2012 Optimization algorithms were applied for calculating a solution to the problem defined by the selected input parameters. These algorithms are implemented as MATLAB functions which follow a fixed signature, establishing the format of the input parameters, and the format of the output results. A broad range of heuristics were implemented - HLDA, MLDA, TILDA and RLDA. A new hybrid algorithm based on the following two algorithms were applied for routing of the multimedia traffic flows: (i) Capacitated Shortest Path First (CSPF) routing, which minimizes the distance of each flow linking the given source and destination nodes and satisfying capacity constraints; and (ii) Flow Deviation Algorithm (FDA) routing, which minimizes the network-wide average packet delay. 3. Simulation of New Algorithm and Results The new hybrid algorithm attempts to accommodate the traffic flow in the existing virtual topology by minimizing the number of virtual hops. If it fails to accommodate the traffic flow, the algorithm tries to solve the problem by establishing one optical connection. It tries a direct optical connection from the source to destination node. If this fails, the set of nodes that are connected to the source node by a optical connection with enough capacity is calculated. Then, for each node in the set, the algorithm attempts to establish a optical connection from that node to the destination node. The node with the shortest delay is selected. If this fails, the algorithm computes the set of nodes that are connected to the destination node by a optical connection of enough capacity. For each node in the set, the algorithm attempts to establish a optical connection from the source node to that node. The node with the shortest delay is selected. If this fails, the flow is blocked. Each search of a optical connection from a source to a destination node is implemented by first obtaining the k-shortest paths in number of physical hops. For each possible route, a free wavelength is selected following the first-fit scheme. For a flow termination, the planning module removes the flow and checks if, as a consequence, any of the traversing optical connections becomes empty. The empty optical connections are then also terminated. Simulation results from the new hybrid algorithm are given in terms of the virtual topology and the routing table as shown in Fig. 5. The virtual topologies for Topology 1 and Topology 2 are given in Fig. 6 and Fig. 7 respectively. The complete routing performance is given in Fig. 8. Results show that the distance of each flow linking the given source and destination nodes was minimized given the capacity constraints and the total packet delay of the network was minimized. 4
  • 5. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.3, 2012 Figure 5. Simulation results Figure 6. Virtual topology for Topology 1 5
  • 6. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.3, 2012 Figure 7. Virtual topology for Topology 2 Figure 8.: Multi-Hour Multimedia Traffic Routing Performance 6
  • 7. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.3, 2012 5. Conclusion Multilayer wavelength division multiplexing (WDM) packet switching is a potential technology for increasing the bandwidth of optical networks. A multilayer WDM network with multimedia traffic was simulated using MatPlanWDM [13]. A new hybrid algorithm based on the Capacitated Shortest Path First (CSPF) and Flow Deviation Algorithm (FDA) was shown to successfully minimize the distance of each flow linking the given source and destination nodes, satisfies capacity constraints and minimizes the total packet delay of the network. References [1] C.-H. L. Soo-Jin Park, Ki-Tae Jeong, Hyung-Jin Park, Jeong-Gyun Ahn, and Kil-Ho Song "Fiber-to-the-Home Services Based on Wavelength-Division-Multiplexing Passive Optical Network," J. Lightwave Technol., vol. 22, pp. 2582- 2004. [2] S. P. Ugale and V. Mishra, "Modeling and characterization of cascaded long period fiber grating for ADM application," Multimedia, Signal Processing and Communication Technologies (IMPACT), 2011 International Conference on, pp. 28 - 31, 2011. [3] V. Mishra, V. Verma, Abhilash Mandloi, and P. N. Patel, "A Heuristic algorithm for reducing wavelength number of optical WDM networks," Optik - International Journal for Light and Electron Optics, vol. 122, pp. 1971-1974, 2011. [4] H. Ishio, J. Minowa, and K. Nosu, "Review and status of wavelength-division-multiplexing technology and its application," J. Lightwave Technol., vol. 2, pp. 448 - 463 1984. [5] P. Pavon-Marino, M. V. Bueno-Delgado, W. Cerroni, A. Campi, and F. Callegati, "A parallel iterative scheduler for asynchronous optical packet switching networks," Optical Switching and Networking, vol. 8, pp. 103-115, 2011. [6] R. A.-P. Pablo Pavon-Marino, Belen Garcia-Manrubia, Nina Skorin-Kapov, "Virtual topology design and flow routing in optical networks under multi-hour traffic demand"," Photonic Network Communications, vol. 19, pp. 42-54, 2010. [7] P. Pavon-Mariño, B. García-Manrubia, R. Aparicio-Pardo, and J. García-Haro, "An educational RWA network planning tool for dynamic flows," in Proc. of the VII Workshop G/MPLS networks, ed. Spain, 2008. [8] S. O. F. Idzikowski, C. Raack, H. Woesner, A. Wolisz, "Dynamic routing at different layers in IP-over-WDM networks — Maximizing energy savings," Optical Switching and Networking, vol. 8, pp. 181–200, 2011. [9] Y. Zhao, J. Zhang, H. Zhang, W. Gu, and Y. Ji, "Novel path computation element-based traffic grooming strategy in internet protocol over wavelength division multiplexing networks," IET Communications, vol. 5, pp. 1138 - 1146, 2011. [10] M. S. D.Wang, A. Kumar, J. McNair, and D. Richards, "Multi-Layer Simulation Design and Validation for a Two-Tier Fault-Tolerant WDM LAN," Journal of Optical Communications and Networking, vol. 4, pp. 142-151, 2012. 7
  • 8. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.3, 2012 [11] A. Amphawan, F. Payne, D. O'Brien, and N. Shah, "Derivation of an analytical expression for the power coupling coefficient for offset launch into multimode fiber," Journal of Lightwave Technology, vol. 28, pp. 861-869, 2010. [12] G. Stepniak, L. Maksymiuk, and J. Siuzdak, "Binary-phase spatial light filters for mode-selective excitation of multimode fibers," Lightwave Technology, Journal of, vol. 29, pp. 1980 - 1987, 2011. [13] A. Amphawan, "Review of optical multiple-input–multiple-output techniques in multimode fiber," Optical Engineering, vol. 50, p. 102001, 2011. [14] M. Salsi, C. Koebele, D. Sperti, P. Tran, P. Brindel, H. Mardoyan, S. Bigo, A. Boutin, F. Verluise, P. Sillard, M. Astruc, L. Provost, F. Cerou, and G. Charlet, "Transmission at 2x100Gb/s, over Two Modes of 40km-long Prototype Few-Mode Fiber, using LCOS-based Mode Multiplexer and Demultiplexer," in The Optical Fiber Communication Conference and Exposition (OFC) and the National Fiber Optic Engineers Conference (NFOEC) 2011, Los Angeles, USA, 2011. [15] A. Amphawan and E. M. G. Abraham, "Dynamic Cell Sizing in CDMA Networks," Inform. Technol. J, vol. 1, pp. 264-268, 2002. [16] R. Ryf, S. Randel, A. H. Gnauck, C. Bolle, R.-J. Essiambre, P. J. Winzer, D. W. Peckham, A. McCurdy, and J. R. Lingle, "Space-division multiplexing over 10 km of three-mode fiber using coherent 6 × 6 MIMO processing," in The Optical Fiber Communication Conference and Exposition (OFC) and the National Fiber Optic Engineers Conference (NFOEC) 2011, Los Angeles, USA, 2011. [17] R. Ryf, C. Bolle, and J. v. Hoyningen-Huene, "Optical Coupling Components for Spatial Multiplexing in Multi-Mode Fibers," in Optical Communication (ECOC), 2011 37th European Conference and Exhibition on, Geneva, 2011, pp. 1-3. [18] A. Amphawan and D. O'Brien, "Holographic Mode Field Generation for a Multimode Fiber Channel," in Proceedings of the International Conference on Photonics 2010 (ICP2010), 2010. [19] A. Amphawan, "Binary encoded computer generated holograms for temporal phase shifting," Opt. Express, vol. 19, pp. 23085-23096, 2011. [20] A. Li, A. A. Amin, X. Chen, and W. Shieh, "Reception of Mode and Polarization Multiplexed 107-Gb/s COOFDM Signal over a Two-Mode Fiber," in The Optical Fiber Communication Conference and Exposition (OFC) and the National Fiber Optic Engineers Conference (NFOEC) 2011, Los Angeles, USA, 2011. [21] W. Fang, J. Zhang, Y. Shao, B. Huang, and N. Chi, "The improvement of transmission properties for multimode fiber based on launching optical field shaping and feedback equalizatiom," in Communications and Photonics Conference and Exhibition (ACP), 2009 Asia, 2011, pp. 1-6. [22] A. Amphawan, "Holographic mode-selective launch for bandwidth enhancement in multimode fiber," Optics Express, vol. 19, pp. 9056-9065, 2011. [23] D. Pevac, I. Petrovic, and R. Bojovic, "The possibility of application the optical wavelength division multiplexing network for streaming multimedia distribution," in EUROCON - International Conference on Computer as a Tool (EUROCON), 2011 IEEE, 2011. 8
  • 9. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.3, 2012 [24] X. Huanga and M. Ma, "A performance model for differentiated service over single-hop passive star coupled WDMoptical networks," Journal of Network and Computer Applications, vol. 34, pp. 183–193, 2009. [25] G. Y. Li and K. Dimyati, "Preliminary Study of Heuristic Approach for WDM/OCDMA Switch in Future Network," in Future Computer and Communication, 2009. ICFCC 2009. International Conference on, 2009, pp. 274 - 277. [26] R. Deepalakshmi, "New Enhanced Performance MAC Routing Algorithm to Improve Reliability in Multimedia Data Transmission Based on Mutual Diversity for Optical Networks," European Journal of Scientific Research, vol. 72, pp. 285-297, 2012. [27] J. Zhenga and H. T. Mouftahb, "A survey of dynamic bandwidth allocation algorithms for Ethernet Passive Optical Networks," Optical Switching and Networking, vol. 6, pp. 151–162, 2009 9
  • 10. This academic article was published by The International Institute for Science, Technology and Education (IISTE). The IISTE is a pioneer in the Open Access Publishing service based in the U.S. and Europe. The aim of the institute is Accelerating Global Knowledge Sharing. More information about the publisher can be found in the IISTE’s homepage: http://www.iiste.org The IISTE is currently hosting more than 30 peer-reviewed academic journals and collaborating with academic institutions around the world. Prospective authors of IISTE journals can find the submission instruction on the following page: http://www.iiste.org/Journals/ The IISTE editorial team promises to the review and publish all the qualified submissions in a fast manner. All the journals articles are available online to the readers all over the world without financial, legal, or technical barriers other than those inseparable from gaining access to the internet itself. Printed version of the journals is also available upon request of readers and authors. IISTE Knowledge Sharing Partners EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open Archives Harvester, Bielefeld Academic Search Engine, Elektronische Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial Library , NewJour, Google Scholar