Virtual Network Topology Control with Oja and APEX Learning
|
|
|
- Nelson Norton
- 10 years ago
- Views:
Transcription
1 Virtual Network Topology Control with Oja and Learning Y. Sinan Hanay, Yuki Koizumi, Shin ichi Arakawa and Masayuki Murata Graduate School of Information Sciences and Technology Osaka University Suita, Osaka , Japan {s-hanay, ykoizumi, arakawa, Abstract Virtual Network Topology (VNT) is any possible topology established between a subset of nodes in optical wavelength-division multiplexing (WDM) networks. This virtual topology can be designed according to the traffic load of the network. VNT control searches for a suitable virtual topology satisfying the specified requirements. Previously, VNT control based on attractor selection using Hebbian learning has been studied. This work extends the previous work with the inclusion of two new learning algorithms (i.e. Oja and learning) and orthogonal projection with the aim of increasing the stability of attractors. Our results show that, both methods achieves better performance than Hebbian learning. I. INTRODUCTION Optical communication networks provide higher bandwidth than the electronic networks. WDM provides carrying of multiple channels through a single fiber by using different wavelengths in a similar fashion to frequency division multiplexing (FDM). In each optical node, there are a limited number of receivers and transmitters. The nodes are connected to each other with optical crossconnects (OXCs). Lightpaths are formed between nodes by wavelength allocation. Since there are limited numbers of receivers and transmitters on a node, it is not possible to form light paths between every node pairs. Thus, some nodes are connected to each other, and the underlying topology in which lightpaths continuity is preserved, is called virtual topology. It is an intriguing problem to determine the most suitable network topology under various network traffic loads. Previous research on VNT control focused on two different approaches: online and offline. In online approaches, the network conditions are monitored continuously and the network topology is changed by changing the lightpaths as needed [], [], [3], [4]. In offline approaches, the network topology is constructed only once [5], [6]. These methods either assume traffic characteristics do not change significantly or can be predicted. The drawback of the offline approaches is that the VNT may not be as efficient if the network condition change cannot be predicted precisely. II. RELATED WORK VNT control with mixed integer linear programming (MILP) was studied in []. The proposed method update network topology based on load imbalances inside the network. Similarly, another online approach uses load balance information and use heuristics for topology control was proposed in [4]. This work extends the attractor selection based VNT control, which was studied in [7]. In the previous work, Hebbian learning algorithm was used to embed the attractors. In this work, instead of Hebbian learning, we considered some other learning algorithms such as Oja and. Also, we analyzed the orthogonal projection method to increase the stability of attractors. III. PROBLEM SETTING In VNT control, various performance metrics can be used: such as average number of hops, minimizing maximum delay between two hops and
2 minimizing on a link. In this work, we consider minimizing the maximum link utilization. In the simulations, the network consist of nodes, with each node having 6 transmitters and 6 receivers. In network nodes, there are 99 possible node pairs. Thus the attractor vector is a binary row vector of length 99. Since the system has more than one attractor, the attractor matrix consists of attractor vectors. Figure demonstrates the virtual network topology configuration on a physical network. Based on the traffic demand one of the two VNTs can be used to utilize the network. IV. MODEL Activity is the condition of the network, and when the network is in favourable conditions, the deterministic behaviour dominates. On the other hand, when the network conditions are poor; the stochastic behaviour dominates. The VNT control model based on attractor selection is same as the one proposed in []. A. Attractor Selection In this work, we extend VNT control based on attractor selection that is based on a biological gene regulatory network which was proposed in [8]. VNT topology control by attractor selection is first proposed in [7], and its adaptability was studied in []. Similar to [8], we use a system variable called expression level, denoted as x i for the link i, to determine if a link should be established or teared down. If x i is greater than.5 the link is established; otherwise it is teared down. VNT control mechanism selects the appropriate virtual topology based on network conditions. We embed some possible VNTs to the system by crafting them as attractors. Through the weight matrix, attractors can be memorized based on the neural learning algorithm. dx i n dt = f w ij x j V g + ( V g )x i + η () j= Here, V g is the activity, η is White Gaussian Noise and f(.) is the sigmoid function, which is f(z) = + e µz (), and γ V g = (3) + e σ(µmax ζ). In the above equation, ζ represents the threshold for activity; γ is a system parameter that scales V g and µ max is the. So higher V g means that the system is in a more preferable condition than a system with a lower V g. V. BACKGROUND In this section, we present the necessary backg information before proceeding to our method. In associative networks, it is better using bipolar (-,) coding rather than the binary coding (,) [9]. Thus, we use the simple conversion of w p = ( w n ). For clarity of the discussion, we will not embed that modification in the following sections. A. Hebbian Learning In the general case, the weight matrix W is constructed for a pattern vector X, as W c = X T X. Hebbian learning w i,j = ρx i x j (4) W becomes the correlation matrix, x p W = x p (x p x p ) + m x l (x l x p ). (5) l=p Here aim is to develop a new learning technique to minimize the cross talk term m l=p xl (x l x p ). B. Orthogonal Projection Any input vector is projected linearly by weight matrix W c, but this projection is not necessarily orthogonal. Non-orthogonal projection may lead to suboptimal selection by falsifying the information [9]. This situation can be avoided by orthogonal projection. For orthogonal projection, the weight
3 Fig.. Virtual Network Topology configuration matrix W o = X + X. X + is Moore-Penrose pseudoinverse of matrix X. If X is not singular then, X + = X, otherwise X + is a unique matrix satisfying the following : ) X + XX + = X + ) XX + X = X 3) XX + is hermitian. Thus, W o projects any input vector x to linear subspace spanned by stored input vectors X orthogonally. Thus new learning algorithm needs to construct W = W o. C. Oja Learning Oja learning is a modified version of the Hebb learning, introduced by Oja []. For Oja learning, weight are ajdusted according to D. Learning w i = α(x i y i y w i ) (6) learning algorithm is proposed in []. In learning, the output y is calculated as y = W x + P y (7) Here weight matrix W is same as in Oja learning algorithm, and the weights p i,j for lateral weight matrix P is calculated as p i,j = α(y i y j p i,j y i ) (8) It is shown that converges quicker than the Oja learning []. For that reason, we included in our work. VI. RESULTS For Hebbian learning, weight matrix W = X T X, to increase stability of attractors orthogonal projection can be used, W = X + X. For nodes, there are 99 links, and weight matrix is 99 by 99. For Oja learning, weight are ajdusted according to w i = α(x i y i y w i ) Hebbian Learning Fig.. Hebbian Learning with 5 different trials. Only one trial (i.e. the red one) converges to an attractor that achieves a less than the pre-specified threshold. Figure 4-7 shows the activity for the three learning algorithms for varying number of attractors. The
4 Oja Learning activity Fig. 3. Oja Learning with 5 different trials. In all the trials, the network converges to an attractor that achieves a maximum utilization under the pre-specified threshold. Fig. 5. Activity for attractors. The figure shows a similar behaviour to the case of 5 attractors, while in this case Hebbian learning succeeds in reaching the optimum conditions. simulations were run for trials, and the average of runs were taken. Figure 4 and 6 show a similar behaviour in which achieves the highest activity in earlier s, and then Oja learning and lastly Hebbian learning. On the other hand Figure 6 and 7 shows that for and 3 attractors, Oja learning achieves the best performance, and then and lastly Hebbian learning algorithm. From these figures we can conclude that algorithm is most suitable when the number of attractors is less than and Oja learning is best when there are more than attractors. activity Fig. 6. Activity for attractors. All three algorithms shows similar behaviour while Oja and is slightly better. activity Fig. 4. Activity for 5 attractors. The plot shows that converges to optimum conditions quickest, while Hebbian could not reach the optimum conditions. Figure and 3 shows the for the two learning methods with 5 matched trials. The Hebbian learning shows more variance in perfor- mance, and not all the trials converge to an attractor in 4 s. However, the system converged an attractor in every case with Oja learning. Also, Oja learning showed a smaller variance in performance. Figure 8 shows the cumulative calculation times for 3 different learning methods. The learning algorithms take similar times in total. Clearly, has the heaviest computation complexity, while Hebbian is the lightest. The figure reveals that situation at the beginning where initial weight matrix calculation occurs. The weight matrix calculation is fastest with Hebbian learning due to the relative simplicity. However, Hebbian performs poorly than the other methods in converging an attractor. As a consequence, the system calculates weight matrix more often in the Hebbian learning approach. Thus, overall Oja is the fastest, while is the slowest.
5 activity Fig. 7. Activity for 3 attractors. Oja and learning achieves the optimum conditions under 4 s, while Hebbian could not reach it. The figure shows the calculation times for attractors; however we saw similar behaviour different numbers of attractors, as well. calculation time (seconds) Fig. 8. Calculation times for attractors (Cumulative). Figure 9 and shows the for 5 and 3 attractors. It reveals that, the difference in the among the three learning algorithms reduces. In the next set of simulations, we compared orthogonal projection against Hebbian learning. Figure and reveals that the orthogonal projection is better in terms of faster convergence and performance. However, as 3 shows, orthogonal projection is slower than the Hebbian learning about two orders of magnitude. This is due to heavy matrix calculations involved (i.e. pseudoinverse ) with the orthogonal projection. A fast pseudoinverse method is presented in Fig. 9. Maximum utilization, 5 attractors. The figure shows, for 5 attractors, Oja and succeeds in finding a virtual topology of which most heavily loaded link stays under the threshold, while Hebbian could not succeed Fig.. Maximum utilization, 3 attractors. [] for rank deficient matrices. We implemented that method, however, since the matrix (attractor matrix in that case) is not rank deficient; that method did not provide any improvement on run time. In the figure, the calculation time for the orthogonal projection takes about 9 seconds, and it happens two times; whereas for Hebbian case it takes a a few seconds. VII. CONCLUSION In this paper, we extended the previous work on VNT control based on attractor selection by adding two new learning methods. We used Oja, learning algorithms and orthogonal projection to increase the stability of attractors which is lower with the Hebbian learning. Simulation results showed that Oja, and
6 activity calculation time(second) hebb orthogonal projection Fig.. Activity hebb orthogonal projection. Fig.. Maximum utilization hebb orthogonal projection. Fig. 3. Calculation time orthogonal projection increases stability of attractors and thus provide better performance by reducing the maximum link utilization on a given link. However, long calculation times make orthogonal projection a less viable solution. performs best when the number of attractors are or less, while Oja performs best for or more attractors. REFERENCES [] A. Gençata and B. Mukherjee, Virtual-topology adaptation for WDM mesh networks under dynamic traffic. IEEE/ACM Trans. Netw., pp , 3. [] Y. Koizumi, T. Miyamura, S. Arakawa, E. Oki, K. Shiomoto, and M. Murata, Adaptive virtual network topology control based on attractor selection, J. Lightwave Technol., vol. 8, no., pp. 7 73, Jun. [Online]. Available: [3] B. Ramamurthy and A. Ramakrishnan, Virtual topology reconfiguration of wavelength-routed optical WDM networks, in Proceedings of the GLOBECOM. IEEE Global Telecommunications Conference, vol.,, pp [Online]. Available: [4] S. F. Gieselman, N. K. Singhal, and B. Mukherjee, Minimum-cost topology adaptation for an IPS s mesh network, in Proceedings of the Optical Fiber Communication Conference and Exposition and The National Fiber Optic Engineers Conference. Optical Society of America, 5, p. OTuP3. [Online]. Available: 5-OTuP3 [5] B. Chen, G. N. Rouskas, and R. Dutta, Clustering methods for hierarchical traffic grooming in large-scale mesh WDM networks, J. Opt. Commun. Netw., vol., no. 8, pp. 5 54, Aug. [Online]. Available: [6] F. Ricciato, S. Salsano, A. Belmonte, and M. Listanti, Offline configuration of a MPLS over WDM network under time-varying offered traffic, in Proceedings of the IEEE INFOCOM. Press,, pp [7] Y. Koizumi, T. Miyamura, S. Arakawa, E. Oki, K. Shiomoto, and M. Murata, Stability of virtual network topology control for overlay routing services, J. Opt. Netw., vol. 7, no. 7, pp , Jul 8. [Online]. Available: [8] C. Furusawa and K. Kaneko, A generic mechanism for adaptive growth rate regulation, PLoS Comput Biol, vol. 4, p. e3, 8. [9] R. Rojas, Neural Networks - A Systematic Introduction. Berlin: Springer-Verlag, 996. [] E. Oja, Simplified neuron model as a principal component analyzer, Journal of Mathematical Biology, vol. 5, no. 3, pp , November 98. [Online]. Available: [] S. Kung and K. Diamantaras, A neural network learning algorithm for adaptive principal component extraction (apex), in Proceedings of the Acoustics, Speech, and Signal Processing, 99. ICASSP-9., 99 International Conference on, apr 99, pp vol.. [] P. Courrieu, Fast computation of moore-penrose inverse matrices, Neural Information Processing - Letters and Reviews, 5.
Network Virtualization Server for Adaptive Network Control
Network Virtualization Server for Adaptive Network Control Takashi Miyamura,YuichiOhsita, Shin ichi Arakawa,YukiKoizumi, Akeo Masuda, Kohei Shiomoto and Masayuki Murata NTT Network Service Systems Laboratories,
Dynamic Load Balancing in WDM Packet Networks With and Without Wavelength Constraints
1972 IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 18, NO. 10, OCTOBER 2000 Dynamic Load Balancing in WDM Packet Networks With and Without Wavelength Constraints Aradhana Narula-Tam and Eytan
Multiple Layer Traffic Engineering in NTT Network Service
Multi-layer traffic engineering in photonic-gmpls-router networks Naoaki Yamanaka, Masaru Katayama, Kohei Shiomoto, Eiji Oki and Nobuaki Matsuura * NTT Network Innovation Laboratories * NTT Network Service
Research and Development of IP and Optical Networking
: The Future of IP and Optical Networking Research and Development of IP and Optical Networking Kohei Shiomoto, Ichiro Inoue, Ryuichi Matsuzaki, and Eiji Oki Abstract This article presents the targets,
Policy-Based Fault Management for Integrating IP over Optical Networks
Policy-Based Fault Management for Integrating IP over Optical Networks Cláudio Carvalho 1, Edmundo Madeira 1, Fábio Verdi 2, and Maurício Magalhães 2 1 Institute of Computing (IC-UNICAMP) 13084-971 Campinas,
LOAD BALANCING IN WDM NETWORKS THROUGH DYNAMIC ROUTE CHANGES
LOAD BALANCING IN WDM NETWORKS THROUGH DYNAMIC ROUTE CHANGES S.Ramanathan 1, G.Karthik 1, Ms.G.Sumathi 2 1 Dept. of computer science Sri Venkateswara College of engineering, Sriperumbudur, 602 105. 2 Asst.professor,
LOGICAL TOPOLOGY DESIGN Practical tools to configure networks
LOGICAL TOPOLOGY DESIGN Practical tools to configure networks Guido. A. Gavilanes February, 2010 1 Introduction to LTD " Design a topology for specific requirements " A service provider must optimize its
Dynamic Congestion-Based Load Balanced Routing in Optical Burst-Switched Networks
Dynamic Congestion-Based Load Balanced Routing in Optical Burst-Switched Networks Guru P.V. Thodime, Vinod M. Vokkarane, and Jason P. Jue The University of Texas at Dallas, Richardson, TX 75083-0688 vgt015000,
Simulation of Heuristic Usage for Load Balancing In Routing Efficiency
Simulation of Heuristic Usage for Load Balancing In Routing Efficiency Nor Musliza Mustafa Fakulti Sains dan Teknologi Maklumat, Kolej Universiti Islam Antarabangsa Selangor [email protected] Abstract.
Using Data Mining for Mobile Communication Clustering and Characterization
Using Data Mining for Mobile Communication Clustering and Characterization A. Bascacov *, C. Cernazanu ** and M. Marcu ** * Lasting Software, Timisoara, Romania ** Politehnica University of Timisoara/Computer
Optical Network Traffic Control Algorithm under Variable Loop Delay: A Simulation Approach
Int. J. Communications, Network and System Sciences, 2009, 7, 652-656 doi:10.4236/icns.2009.27074 Published Online October 2009 (http://www.scirp.org/ournal/icns/). Optical Network Traffic Control Algorithm
Optimization of IP Load-Balanced Routing for Hose Model
2009 21st IEEE International Conference on Tools with Artificial Intelligence Optimization of IP Load-Balanced Routing for Hose Model Invited Paper Eiji Oki Ayako Iwaki The University of Electro-Communications,
Enhancing BoD Services based on Virtual Network Topology Control
NTT Network Service Systems Laboratories Enhancing BoD Services based on Virtual Network Topology Control T. Miyamura E. Oki I. Inoue K. Shiomoto NTT Network Service Systems Labs. Today s BoD service application
Determine: route for each connection and protect them if necessary to minimize total network cost (say wavelength-links).
Service Provisioning to Provide Per-Connection-Based Availability Guarantee in WDM Mesh Networks Jing Zhang, Keyao Zhu, Hui Zang, and Biswanath Mukherjee Abstract We present availability analysis for WDM-mesh-network
Application-Aware Protection in DWDM Optical Networks
Application-Aware Protection in DWDM Optical Networks Hamza Drid, Bernard Cousin, Nasir Ghani To cite this version: Hamza Drid, Bernard Cousin, Nasir Ghani. Application-Aware Protection in DWDM Optical
Network Protection with Multiple Availability Guarantees
Network Protection with Multiple Availability Guarantees Greg Kuperman MIT LIDS Cambridge, MA 02139 [email protected] Eytan Modiano MIT LIDS Cambridge, MA 02139 [email protected] Aradhana Narula-Tam MIT Lincoln
Integrated Backup Topology Control and Routing of Obscured Traffic in Hybrid RF/FSO Networks*
Integrated Backup Topology Control and Routing of Obscured Traffic in Hybrid RF/FSO Networks* Abhishek Kashyap, Anuj Rawat and Mark Shayman Department of Electrical and Computer Engineering, University
A Software Architecture for a Photonic Network Planning Tool
A Software Architecture for a Photonic Network Planning Tool Volker Feil, Jan Späth University of Stuttgart, Institute of Communication Networks and Computer Engineering Pfaffenwaldring 47, D-70569 Stuttgart
! # % & (!) ( ( # +,% ( +& (. / + 0 + 10 %. 1. 0(2131( 12. 4 56 6!, 4 56 / + & 71 0 8
! # % & (!) ( ( # +,% ( +& (. / + 0 + 10 %. 1. 0(2131( 12. 4 56 6!, 4 56 / + & 71 0 8 9 Energy Efficient Tapered Data Networks for Big Data Processing in IP/WDM Networks Ali M. Al-Salim, Ahmed Q. Lawey,
Multi-Commodity Flow Traffic Engineering with Hybrid MPLS/OSPF Routing
Multi-Commodity Flow Traffic Engineering with Hybrid MPLS/ Routing Mingui Zhang Tsinghua University Beijing, China [email protected] Bin Liu Tsinghua University Beijing, China [email protected]
Dynamic Establishment of All-Optical Connections in Wavelength-Routed Optical Networks Using Genetic Algorithms
D. Bisbal, F. González, I. de Miguel, J. Blas, J. C. Aguado, P. Fernández, R. M. Lorenzo, E. J. Abril, M. López, Dynamic establishment of alloptical connections in wavelength-routed optical networks using
SDH and WDM: a look at the physical layer
SDH and WDM: a look at the physical SDH and WDM A look at the physical Andrea Bianco Telecommunication Network Group [email protected] http://www.telematica.polito.it/ Network management and
MPLS over WDM Network Design with Packet Level QoS Constraints based on ILP Models
MPLS over WDM Networ Design with Pacet Level QoS Constraints based on ILP Models Luís Gouveia, Pedro Patrício Department of Statistics and Operations Research Faculty of Sciences, University of Lisbon,
Time-Frequency Detection Algorithm of Network Traffic Anomalies
2012 International Conference on Innovation and Information Management (ICIIM 2012) IPCSIT vol. 36 (2012) (2012) IACSIT Press, Singapore Time-Frequency Detection Algorithm of Network Traffic Anomalies
TAGUCHI APPROACH TO DESIGN OPTIMIZATION FOR QUALITY AND COST: AN OVERVIEW. Resit Unal. Edwin B. Dean
TAGUCHI APPROACH TO DESIGN OPTIMIZATION FOR QUALITY AND COST: AN OVERVIEW Resit Unal Edwin B. Dean INTRODUCTION Calibrations to existing cost of doing business in space indicate that to establish human
SDH and WDM A look at the physical layer
SDH and WDM A look at the physical Andrea Bianco Telecommunication Network Group [email protected] http://www.telematica.polito.it/ Network management and QoS provisioning - 1 Copyright This
NEW applications of wireless multi-hop networks, such
870 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 17, NO. 3, JUNE 2009 Delay Aware Link Scheduling for Multi-Hop TDMA Wireless Networks Petar Djukic, Member, IEEE, and Shahrokh Valaee, Senior Member, IEEE
Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm
1 Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm Hani Mehrpouyan, Student Member, IEEE, Department of Electrical and Computer Engineering Queen s University, Kingston, Ontario,
Binary vs Analogue Path Monitoring in IP Networks
Binary vs Analogue Path Monitoring in IP Networks Hung X. Nguyen and Patrick Thiran School of Computer and Communication Sciences, EPFL CH-1015 Lausanne, Switzerland {hung.nguyen, patrick.thiran}@epfl.ch
Fast Heuristic Algorithm for Joint Topology Design and Load Balancing in FSO Networks
Fast Algorithm for Joint Topology Design and Load Balancing in FSO Networs In Keun Son and Shiwen Mao Department of Electrical and Computer Engineering, Auburn University, Auburn, AL Email: [email protected],
Load balancing in a heterogeneous computer system by self-organizing Kohonen network
Bull. Nov. Comp. Center, Comp. Science, 25 (2006), 69 74 c 2006 NCC Publisher Load balancing in a heterogeneous computer system by self-organizing Kohonen network Mikhail S. Tarkov, Yakov S. Bezrukov Abstract.
Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication
Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication Thomas Reilly Data Physics Corporation 1741 Technology Drive, Suite 260 San Jose, CA 95110 (408) 216-8440 This paper
Performance Analysis of AQM Schemes in Wired and Wireless Networks based on TCP flow
International Journal of Soft Computing and Engineering (IJSCE) Performance Analysis of AQM Schemes in Wired and Wireless Networks based on TCP flow Abdullah Al Masud, Hossain Md. Shamim, Amina Akhter
PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION
PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION Introduction In the previous chapter, we explored a class of regression models having particularly simple analytical
Genetic Algorithm Based Interconnection Network Topology Optimization Analysis
Genetic Algorithm Based Interconnection Network Topology Optimization Analysis 1 WANG Peng, 2 Wang XueFei, 3 Wu YaMing 1,3 College of Information Engineering, Suihua University, Suihua Heilongjiang, 152061
Performance advantages of resource sharing in polymorphic optical networks
R. J. Durán, I. de Miguel, N. Merayo, P. Fernández, R. M. Lorenzo, E. J. Abril, I. Tafur Monroy, Performance advantages of resource sharing in polymorphic optical networks, Proc. of the 0th European Conference
ADVANCED APPLICATIONS OF ELECTRICAL ENGINEERING
Development of a Software Tool for Performance Evaluation of MIMO OFDM Alamouti using a didactical Approach as a Educational and Research support in Wireless Communications JOSE CORDOVA, REBECA ESTRADA
Performance Analysis of a Traffic Engineering Solution for Multi-Layer Networks based on the GMPLS Paradigm
Performance Analysis of a Traffic Engineering Solution for Multi-Layer Networks based on the GMPLS Paradigm P. Iovanna, M. Settembre, R. Sabella ERI - Ericsson Lab Italy Roma, Italy {paola.iovanna, marina.settembre,
Adaptive Equalization of binary encoded signals Using LMS Algorithm
SSRG International Journal of Electronics and Communication Engineering (SSRG-IJECE) volume issue7 Sep Adaptive Equalization of binary encoded signals Using LMS Algorithm Dr.K.Nagi Reddy Professor of ECE,NBKR
Towards Modelling The Internet Topology The Interactive Growth Model
Towards Modelling The Internet Topology The Interactive Growth Model Shi Zhou (member of IEEE & IEE) Department of Electronic Engineering Queen Mary, University of London Mile End Road, London, E1 4NS
Shared Backup Path Optimization in Telecommunication Networks
Shared Backup Path Optimization in Telecommunication Networks Balázs Gábor Józsa and Dániel Orincsay Abstract This paper presents new approaches for off-line global path optimization in telecommunication
Flexible Deterministic Packet Marking: An IP Traceback Scheme Against DDOS Attacks
Flexible Deterministic Packet Marking: An IP Traceback Scheme Against DDOS Attacks Prashil S. Waghmare PG student, Sinhgad College of Engineering, Vadgaon, Pune University, Maharashtra, India. [email protected]
2004 Networks UK Publishers. Reprinted with permission.
Riikka Susitaival and Samuli Aalto. Adaptive load balancing with OSPF. In Proceedings of the Second International Working Conference on Performance Modelling and Evaluation of Heterogeneous Networks (HET
Hierarchical Logical Topology in WDM Ring Networks with Limited ADMs
Hierarchical Logical Topology in WDM Ring Networks with Limited ADMs Tomoya Kitani, Nobuo Funabiki 2, Hirozumi Yamaguchi 3, and Teruo Higashino 3 Graduate School of Information Science Nara Institute of
Capacity Allocation and Contention Resolution in a Photonic Slot Routing All-Optical WDM Mesh Network
Capacity Allocation and Contention Resolution in a Photonic Slot Routing All-Optical WDM Mesh Network Hui Zang, Jason P. Jue 2, and Biswanath Mukherjee Department of Computer Science, University of California,
Design of Light-Tree Based Optical Inter-Datacenter Networks
Lin et al. VOL. 5, NO. 12/DECEMBER 2013/J. OPT. COMMUN. NETW. 1443 Design of Light-Tree Based Optical Inter-Datacenter Networks Rongping Lin, Moshe Zukerman, Gangxiang Shen, and Wen-De Zhong Abstract Nowadays,
On Packet Marking Function of Active Queue Management Mechanism: Should It Be Linear, Concave, or Convex?
On Packet Marking Function of Active Queue Management Mechanism: Should It Be Linear, Concave, or Convex? Hiroyuki Ohsaki and Masayuki Murata Graduate School of Information Science and Technology Osaka
2002 IEEE. Reprinted with permission.
Laiho J., Kylväjä M. and Höglund A., 2002, Utilization of Advanced Analysis Methods in UMTS Networks, Proceedings of the 55th IEEE Vehicular Technology Conference ( Spring), vol. 2, pp. 726-730. 2002 IEEE.
Least-Squares Intersection of Lines
Least-Squares Intersection of Lines Johannes Traa - UIUC 2013 This write-up derives the least-squares solution for the intersection of lines. In the general case, a set of lines will not intersect at a
Master s Thesis. A Study on Active Queue Management Mechanisms for. Internet Routers: Design, Performance Analysis, and.
Master s Thesis Title A Study on Active Queue Management Mechanisms for Internet Routers: Design, Performance Analysis, and Parameter Tuning Supervisor Prof. Masayuki Murata Author Tomoya Eguchi February
MAPPING OF ARBITRARY TRAFFIC DEMAND AND NETWORK TOPOLOGY ON A MESH OF RINGS NETWORK
MAPPING OF ARBITRARY TRAFFIC DEMAND AND NETWORK TOPOLOGY ON A MESH OF RINGS NETWORK Christian Mauz Communication Technology Laboratory ETH Zurich Switzerland [email protected] Abstract An efficient
A Network Recovery Scheme for Node or Link Failures using Multiple Routing Configurations
A Network Recovery Scheme for Node or Link Failures using Multiple Routing Configurations Suresh Babu Panatula Department of Computer Science and Engineering Sri Sai Aditya Institute of Science and Technology,
Influence of Load Balancing on Quality of Real Time Data Transmission*
SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 6, No. 3, December 2009, 515-524 UDK: 004.738.2 Influence of Load Balancing on Quality of Real Time Data Transmission* Nataša Maksić 1,a, Petar Knežević 2,
Line Monitoring and Control in Subsea Networks
Line Monitoring and Control in Subsea Networks This paper discusses how submerged equipment is monitored and contrasts different methods of doing this. It also considers what features are required by the
Component Ordering in Independent Component Analysis Based on Data Power
Component Ordering in Independent Component Analysis Based on Data Power Anne Hendrikse Raymond Veldhuis University of Twente University of Twente Fac. EEMCS, Signals and Systems Group Fac. EEMCS, Signals
International Journal of Advanced Research in Computer Science and Software Engineering
Volume 2, Issue 9, September 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Experimental
Analysis of Internet Topologies: A Historical View
Analysis of Internet Topologies: A Historical View Mohamadreza Najiminaini, Laxmi Subedi, and Ljiljana Trajković Communication Networks Laboratory http://www.ensc.sfu.ca/cnl Simon Fraser University Vancouver,
Technical White Paper for Multi-Layer Network Planning
Technical White Paper for Multi-Layer Network Planning Technical White Paper for Multi-Layer Network Planning 1 Overview...1 2 Requirement Scenarios...2 2.1 Sharp Increase in Network Construction CapEx...3
A NEW APPROACH TO ENHANCE SECURITY IN MPLS NETWORK
A NEW APPROACH TO ENHANCE SECURITY IN MPLS NETWORK S.Veni 1 and Dr.G.M.Kadhar Nawaz 2 1 Research Scholar, Barathiar University, Coimbatore, India [email protected] 2 Director, Dept. of MCA, Sona College
DESIGN AND VERIFICATION OF LSR OF THE MPLS NETWORK USING VHDL
IJVD: 3(1), 2012, pp. 15-20 DESIGN AND VERIFICATION OF LSR OF THE MPLS NETWORK USING VHDL Suvarna A. Jadhav 1 and U.L. Bombale 2 1,2 Department of Technology Shivaji university, Kolhapur, 1 E-mail: [email protected]
On the Interaction and Competition among Internet Service Providers
On the Interaction and Competition among Internet Service Providers Sam C.M. Lee John C.S. Lui + Abstract The current Internet architecture comprises of different privately owned Internet service providers
Algorithms for Interference Sensing in Optical CDMA Networks
Algorithms for Interference Sensing in Optical CDMA Networks Purushotham Kamath, Joseph D. Touch and Joseph A. Bannister {pkamath, touch, joseph}@isi.edu Information Sciences Institute, University of Southern
Traffic Prediction in Wireless Mesh Networks Using Process Mining Algorithms
Traffic Prediction in Wireless Mesh Networks Using Process Mining Algorithms Kirill Krinkin Open Source and Linux lab Saint Petersburg, Russia [email protected] Eugene Kalishenko Saint Petersburg
Clarify Some Issues on the Sparse Bayesian Learning for Sparse Signal Recovery
Clarify Some Issues on the Sparse Bayesian Learning for Sparse Signal Recovery Zhilin Zhang and Bhaskar D. Rao Technical Report University of California at San Diego September, Abstract Sparse Bayesian
Load Balanced Optical-Network-Unit (ONU) Placement Algorithm in Wireless-Optical Broadband Access Networks
Load Balanced Optical-Network-Unit (ONU Placement Algorithm in Wireless-Optical Broadband Access Networks Bing Li, Yejun Liu, and Lei Guo Abstract With the broadband services increasing, such as video
Multi-layer MPLS Network Design: the Impact of Statistical Multiplexing
Multi-layer MPLS Network Design: the Impact of Statistical Multiplexing Pietro Belotti, Antonio Capone, Giuliana Carello, Federico Malucelli Tepper School of Business, Carnegie Mellon University, Pittsburgh
Path Selection Methods for Localized Quality of Service Routing
Path Selection Methods for Localized Quality of Service Routing Xin Yuan and Arif Saifee Department of Computer Science, Florida State University, Tallahassee, FL Abstract Localized Quality of Service
EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set
EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set Amhmed A. Bhih School of Electrical and Electronic Engineering Princy Johnson School of Electrical and Electronic Engineering Martin
Multiuser Communications in Wireless Networks
Multiuser Communications in Wireless Networks Instructor Antti Tölli Centre for Wireless Communications (CWC), University of Oulu Contact e-mail: [email protected], tel. +358445000180 Course period
Bandwidth analysis of multimode fiber passive optical networks (PONs)
Optica Applicata, Vol. XXXIX, No. 2, 2009 Bandwidth analysis of multimode fiber passive optical networks (PONs) GRZEGORZ STEPNIAK *, LUKASZ MAKSYMIUK, JERZY SIUZDAK Institute of Telecommunications, Warsaw
A Novel Approach for Load Balancing In Heterogeneous Cellular Network
A Novel Approach for Load Balancing In Heterogeneous Cellular Network Bittu Ann Mathew1, Sumy Joseph2 PG Scholar, Dept of Computer Science, Amal Jyothi College of Engineering, Kanjirappally, Kerala, India1
Quality of Service Routing Network and Performance Evaluation*
Quality of Service Routing Network and Performance Evaluation* Shen Lin, Cui Yong, Xu Ming-wei, and Xu Ke Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084 {shenlin, cy, xmw,
Shared Backup Network Provision for Virtual Network Embedding
Shared Backup Network Provision for Virtual Network Embedding Tao Guo, Ning Wang, Klaus Moessner, and Rahim Tafazolli Centre for Communication Systems Research, University of Surrey Guildford, GU2 7XH,
A New Fault Tolerant Routing Algorithm For GMPLS/MPLS Networks
A New Fault Tolerant Routing Algorithm For GMPLS/MPLS Networks Mohammad HossienYaghmae Computer Department, Faculty of Engineering, Ferdowsi University of Mashhad, Mashhad, Iran [email protected]
Analysis of Internet Topologies
Analysis of Internet Topologies Ljiljana Trajković [email protected] Communication Networks Laboratory http://www.ensc.sfu.ca/cnl School of Engineering Science Simon Fraser University, Vancouver, British
Detecting Network Anomalies. Anant Shah
Detecting Network Anomalies using Traffic Modeling Anant Shah Anomaly Detection Anomalies are deviations from established behavior In most cases anomalies are indications of problems The science of extracting
Policy-Based Grooming in Optical Networks
DOI 10.1007/s10922-007-9074-9 Policy-Based Grooming in Optical Networks Fábio Luciano Verdi Æ Cláudio Carvalho Æ Maurício F. Magalhães Æ Edmundo R. M. Madeira Ó Springer Science+Business Media, LLC 2007
INTER CARRIER INTERFERENCE CANCELLATION IN HIGH SPEED OFDM SYSTEM Y. Naveena *1, K. Upendra Chowdary 2
ISSN 2277-2685 IJESR/June 2014/ Vol-4/Issue-6/333-337 Y. Naveena et al./ International Journal of Engineering & Science Research INTER CARRIER INTERFERENCE CANCELLATION IN HIGH SPEED OFDM SYSTEM Y. Naveena
A Quality of Service Scheduling Technique for Optical LANs
A Quality of Service Scheduling Technique for Optical LANs Panagiotis G. Sarigiannidis, Member, IEEE, Sophia G. Petridou, Member, IEEE, Georgios I. Papadimitriou, Senior Member, IEEE Department of Informatics
Partial Path Protection for WDM Networks: End-to-End Recovery Using Local Failure Information
Partial Path Protection for WDM Networks: End-to-End Recovery Using Local Failure Information Hungjen Wang, Eytan Modiano, Muriel Médard Laboratory for Information and Decision Systems Massachusetts Institute
Comparative Analysis of Congestion Control Algorithms Using ns-2
www.ijcsi.org 89 Comparative Analysis of Congestion Control Algorithms Using ns-2 Sanjeev Patel 1, P. K. Gupta 2, Arjun Garg 3, Prateek Mehrotra 4 and Manish Chhabra 5 1 Deptt. of Computer Sc. & Engg,
All-optical fiber-optics networks
All-optical fiber-optics networks A passive star based local optical WDM network Unicast Multicast Workstation Passive star coupler (c) Sergiusz Patela 2001 All-optical networks 2 A wavelength routed wide-area
A Simultaneous Solution for General Linear Equations on a Ring or Hierarchical Cluster
Acta Technica Jaurinensis Vol. 3. No. 1. 010 A Simultaneous Solution for General Linear Equations on a Ring or Hierarchical Cluster G. Molnárka, N. Varjasi Széchenyi István University Győr, Hungary, H-906
Recurrent Neural Networks
Recurrent Neural Networks Neural Computation : Lecture 12 John A. Bullinaria, 2015 1. Recurrent Neural Network Architectures 2. State Space Models and Dynamical Systems 3. Backpropagation Through Time
Partial Path Protection for WDM Networks: End-to-End Recovery Using Local Failure Information
1 Partial Path Protection for WDM Networks: End-to-End Recovery Using Local Failure Information Hungjen Wang, Eytan Modiano, Muriel Médard Abstract Path protection and link protection schemes are the main
Principle Component Analysis and Partial Least Squares: Two Dimension Reduction Techniques for Regression
Principle Component Analysis and Partial Least Squares: Two Dimension Reduction Techniques for Regression Saikat Maitra and Jun Yan Abstract: Dimension reduction is one of the major tasks for multivariate
Role of Clusterhead in Load Balancing of Clusters Used in Wireless Adhoc Network
International Journal of Electronics Engineering, 3 (2), 2011, pp. 283 286 Serials Publications, ISSN : 0973-7383 Role of Clusterhead in Load Balancing of Clusters Used in Wireless Adhoc Network Gopindra
PART III. OPS-based wide area networks
PART III OPS-based wide area networks Chapter 7 Introduction to the OPS-based wide area network 7.1 State-of-the-art In this thesis, we consider the general switch architecture with full connectivity
Leveraging Multipath Routing and Traffic Grooming for an Efficient Load Balancing in Optical Networks
Leveraging ultipath Routing and Traffic Grooming for an Efficient Load Balancing in Optical Netorks Juliana de Santi, André C. Drummond* and Nelson L. S. da Fonseca University of Campinas, Brazil Email:
Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network
Recent Advances in Electrical Engineering and Electronic Devices Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network Ahmed El-Mahdy and Ahmed Walid Faculty of Information Engineering
GigaSPEED X10D Solution How
SYSTIMAX Solutions GigaSPEED X10D Solution How White Paper June 2009 www.commscope.com Contents Modal Decomposition Modeling and the Revolutionary 1 SYSTIMAX GigaSPEED X10D Performance MDM An Introduction
