www.iji-cs.org
International Journal of Information and Computer Science (IJICS) Volume 4, 2015 doi: 10.14355/ijics.2015.04.006
Drop Points Placement Algorithms for Layered Network Planning K. W. Peng Department of Risk Management and Insurance, Ming Chuan University, Taiwan kwpeng@mail.mcu.edu.tw Abstract Planning a network with hundreds of thousands nodes, multilayered approach is generally applied. It is natural to divide a large network, like nation-wide network into several county networks or smaller networks. It is not only for network planning, but also for managerial purposes. In such a way, multilayered networks are planned and constructed. In each smaller network, we must decide the location of hub, or drop point from upper layer view, for this smaller network. In order to reduce the cost of networks and enhance the signal quality, better placement of drop points means better network planning. In this paper, we proposed two placement algorithms for drop point placements in multilayer network planning. By comparing different placement algorithms, we proposed PA and GA placement algorithms for drop point placements. In computational experiments, the results show that adaptive placement algorithms, GA and PA, are better than Centroid and Near-HE algorithms unsurprisingly. Furthermore, comparing two adaptive placement algorithms, the computing time of PA algorithm is 61.5% less than GA algorithm in average. On the other hand, the network costs for PA algorithm is 5.42% higher than GA algorithm. By compromising the network cost and computing time of planning, we can get cost-efficient network planning in a reasonable time for multilayered networks. Keywords Network Planning; Clustering Algorithms
Introduction Multilayered approach is generally applied when we design a network with hundreds of thousands nodes. It is natural to divide a state network into several county networks or smaller networks (Herroelen & Rand 2013). It is not only for network planning, but also for managerial purposes. In such a way, multi-layered network approaches are frequently used. In each smaller network, we must decide the location of hub, or drop point of upper layer, for this smaller network. In order to reduce the cost of networks and enhance the signal quality, better placement of drop points means lower cost and better quality. There are several approaches to decide the placement of drop points. For example, the central position of sub network can be a good choice since the link cost of intranet can be reduced (Dymarsky & Nourmiyeva 2001). However, it may not be a good choice for upper layer network. For upper layer network, the node which is the nearest to head-end should be the best one to reduce the cost form drop point to head-end. In this paper, we proposed two placement algorithms for drop placements in multilayer network planning problems. By comparing several placement algorithms, we found it is not so critical for each small network. If we regard a network as a tree structure, the position of drop points in leaf nodes would be critical to network planning. Therefore, different placement for drop placements should have impacts on network cost. However, computing time is another issue when we optimize the network planning. With unlimited planning time, we can do the best network plan by exhaust searching. Therefore, how to compromise the network construction cost and computing time of planning is critical to designing of multilayered network. Placement Problems in Multilayered Network Planning In the description of CATV network design problem, we have to determine the routing configuration. By given number and positions of end users, we have to construct a minimum cost tree to connect head end and all users. This is called the Steiner tree problem. Steiner tree problem is known to be NP-complete. When the network size is small enough, it can be solved by algorithms in reasonable computing time (Takahashi & Matsuyama 1980).
34