BOSAM: A Tool for Visualizing Topological Structures Based on the Bitmap of Sorted Adjacent Matrix

Size: px
Start display at page:

Download "BOSAM: A Tool for Visualizing Topological Structures Based on the Bitmap of Sorted Adjacent Matrix"

Transcription

1 BOSAM: A Tool for Visualizing Topological Structures Based on the Bitmap of Sorted Adjacent Matrix Yuchun Guo and Changjia Chen School of Electrical and Information Engineering Beijing Jiaotong University Beijing , P. R. China yuchun_guo@yahoo.com, changjiachen@sina.com ABSTRACT Though the adjacent matrix is a representation of a topology, it does not tell the topological structures explicitly. A visualization tool which can represent topological structures explicitly is desired for model validation or measurements comparison. However, displaying nodes and links directly in a space as a routine is ineffective for massive topologies, like that of Internet. Instead, researchers have recourse to various statistical metrics extracted from the adjacent matrix. Such a statistical metric often reflects only a single aspect of the topology but at the cost of burdensome computation. In this paper a novel simple visualization tool based on displaying the Bitmap of Sorted Adjacent Matrix, BOSAM, is proposed to fill the gap. Validations of AS-level topology models and comparisons of topology measurements are provided to show that BOSAM works efficiently. The bitmap displaying can avoid messy cross lines and make the correlation between nodes stand out. The rules of sorting node indexes can be defined flexibly to expose diverse topological structures. Moreover, some fractal features in the AS graphs or generated graphs, which are not easily to be covered by statistical analysis, can be exposed explicitly as well. Parting from the huge burden of statistical computation, BOSAM can be realized easily. Categories and Subject Descriptors C.2.1 [Computer Systems Organization]: Network Architecture and Design Network topology. C.4 [PERFORMANCE OF SYSTEMS]: Measurement techniques, Modeling techniques, Performance attributes Keywords Topological structures, bitmap, topology visualization, validation 1. INTRODUCTION The topological structures are critical for many aspects of Internet research, such as the analysis of routing performance, network resilience to anomalies or attacks, multicast scalability, subscriber behaviors, network protocols, etc. Though many studies have been made on discovery and modeling of topology [14][2][1][3][10][8] over the past decade, several recent works [5][9][6][15][11] have post suspicions on the research outcomes so far obtained. For example, the power laws distribution of node degrees is suspected as an artifact due to the topology discovering This work is supported by This work is sponsored by the National Natural Science Foundation Committee of China under Projects and process [9]. Still needed are further studies on modeling the mechanism of evolution of Internet topology and its effects on routing and other aspects of networking [11]. For evaluating topology models [5][3][15] or measurements [5][11], some validation is needed. Though an adjacent matrix represents the topology, it does not tell the topological structures explicitly. Apparently an effective visualization of topology structures is desired for the validation. However, the existing visualization schemes for AS-level Internet topologies are undesired in that they are based on displaying nodes and links in a geographical space [4]. Graphs from these schemes often suffer a messy of crossing lines and show few explicit topological structures. Thereafter researchers have to extract the statistical metrics from the adjacent matrix, such as degree distribution, joint degree distribution, clustering coefficient, rich club connectivity, distance, eccentricity, betweenness, etc., as measures of topological structures [11]. Such a statistical metric often represents a single aspect of topology structures. Hence for validating the topological characteristics of a model-generated or measured graph completely, more and more metrics have been added to the list of measures for validation. A typical example is the recent work [11], which systematically compares the statistical properties of different topology measurements but unavoidably with huge computation load. In fact, this way of validation faces the antinomy between the simplicity of validation process and the integrity of characterizing topological structures. A novel simple visualization tool for representing topological structures is proposed for solving this problem. We name this tool BOSAM as it is based on the Bitmap of Sorted Adjacent Matrix. BOSAM works with only two operations: sorting of node indexes and displaying bitmap of the indexes-sorted adjacent matrix. The bitmap of adjacent matrix is displayed in a two-dimensional grid with a point plotted at the position (i,j) only if a link exists between node i and j. As the topology of a graph can be represented with adjacent matrix, the bitmap of adjacent matrix is a graphical representation of topology independent with the actual positions of nodes in the physical space. It avoids messy cross lines and makes the correlation between nodes stand out. Change the node indexes according to some sorting rule, the bitmap may be changed significantly and a different structural feature may be discovered while the induced graph is kept isomorphic to the original one. Moreover, with the sorting of node indexes, the difference of AS number assignment and node indexing between model-generated graphs and real AS graph can be eliminated so that the comparison between different graphs make sense. Both sorting and bitmap displaying can be realized easily without heavy computation burden.

2 With BOSAM, the rules of sorting node indexes can be defined flexibly to expose diverse topological structures explicitly. It has been emphasized in [11] that the one-dimensional degree distribution is not enough for characterizing the Internet topology so that the two-dimensional joint distribution of node degrees has to be considered. Unfortunately, the analytical form of the joint distribution of node degrees has not yet been obtained for the Internet AS graph and it is evaded via displaying contour map of the statistical outcomes in [11]. While with BOSAM, these features can be visualized easily, as shown in section 3 and 4. Even structures not easily to be discovered by the statistical analysis, for instance, the fractal features, can be exposed with BOSAM. To show that BOSAM works efficiently, we give an example of validating several typical topology models, the Gnp random graph model [7], BA model [2] and PFP model [15]. Given the number of nodes, Gnp model connects a pair of nodes with probability p (0 p 1). Though Waxman model [14], the first random graph model exclusively designed for Internet topology, introduces the geographical distance between a pair of nodes into the connecting probability, the degree distribution of a Waxman graph is the same with that of a Gnp random graph. Hence we choose the Gnp model as an compared object. BA model is built on the preferential attachment (PA) of nodes and incremental growth of network. Starting with a core with m 0 nodes connecting randomly or completely to each other, BA model adds one new node with m new links to constructed graph each step, and chooses node j as the other end of a new link with the probability d j p j =, (1) d where d k is degree node k. PFP model [15] generates a topology graph with the following steps: a) A new node is connected to a host node 1 with the probability p [0,1], and the host node is connected to a peer node 2 ; b) a new node is connected to a host node with the probability q [ 0,1 p], and the host node is connected to two peer nodes; c) a new node is connected to two host nodes with the probability 1 p q, and one host is connected to a peer. The probability of choosing node j as a host or a peer is 1+ δ log d k k 10 j d j p ( j) =, δ [0,1]. (2) 1+ δ log10 di d i i As reported in [15], setting δ = 0.048,p = 0.3 和 q = 0.1, PFP model match the AS connectivity measurements [4] closely in terms of many statistical properties. Another example of measurement comparison is also provided to compare BOSAM to the recent work [11]. With these two examples, it can be found that BOSAM can be served as an efficient visualization tool for the validations of topology models and the comparisons of different measurements. 1 A node exists in the so-far constructed network. 2 Also a node exists in the so-far constructed network, but distinct with the chosen host node(s). The rest of this paper is organized as follows, section 2 gives a description of our visualization tool BOSAM; section 3 and 4 present some outcomes of the validation of 3 models with the real measurements, and those of the comparisons of 4 measurements of Internet AS topology, respectively; section 5 concludes this paper. 2. BITMAP OF SORTED ADJACENT MATRIX Given a graph G(V, E), V =N, its topology can be represented with the adjacent matrix A = { A( i, j) i, j V}, where i, j are the indexes of nodes. If there is a link between node pair (i,j), then A(i,j) = 1; otherwise A(i,j) = 0. BOSAM visualizes a topology graph via displaying the adjacent matrix A as follows: in a N N grid, a dot is plotted on the position (i, j) only if A( i, j) = 1, i, j V. The figure generated in this way is called the bitmap of matrix A, which explicitly represents the adjacency in a 2-dimensional index space neatly without crossing links. The Internet graph is known as a sparse one so that its adjacent matrix is sparse and the sparse pattern, i.e. the nonzero elements A( i, j) = 1, i, j V, can be visualized with a single command spy(a) which is a predefined function in Matlab. To validate the graph models, we use the real measurement of AS adjacency in January 1st, 2001 provided by NLANR [12] (originated from the Oregon RouteViews project [13]) with 3750 distinct AS numbers. Consider the AS graph as undirected, the averaged degree is Set the number of nodes N = 3570 for the 3 models to be validated, the Gnp, BA and PFP model. For the Gnp random graph model, set the parameter p = 3.94/N = ; for the BA model, set m = 3, m 0 = 3; for the PFP model, set δ = 0.048, p = 0.3, q = 0.1. The generated graphs from Gnp, BA and PFP model and the AS graph are shown with bitmaps in Figure 1, in which both the x- and y-axis in each subgraph denote the node indexes. As shown, the bitmap of the generated graph from the Gnp model is uniformly distributed, which means each pair of nodes are connected equally likely. The BA and PFP models are both growth models so that in the corresponding bitmaps of these two models the nodes with smaller indexes are the ones entering the network earlier and possibly having larger degrees. In these two bitmaps, especially the PFP bitmap, dots are denser in the top-left parts but sparser in the bottom-right parts, which tells that the connectivity between the earlier nodes (with smaller indexes) are more intensive than that between the later nodes (with larger indexes). For simplicity and compactness of representation, the distinct AS numbers appeared in the BGP routing tables collected by Route Views project [13] are renumbered continuously. Then its bitmap of adjacent matrix is also plotted in Figure 1. As shown the AS graph is non-uniformly connected. However, the AS numbers assignment is different from the index assignments of the BA and PFP model so that the direct comparison between the bitmap of AS graph and those of the BA and PFP graphs is not quite significant. To tackle this problem, BOSAM visualizes the bitmap of adjacent matrix with the node indexes sorted so that the sorted bitmaps of different graphs are with the same order of indexes. The sorting rules can be defined flexibly. For example, the node indexes of the bitmaps shown in Figure 2 have been sorted in the decreasing order of node degrees. Except that the bitmap of Gnp graph in Figure 2 looks similar

3 with that in Figure 1, some special structural features appear in the bitmaps of BA and PFP graph as well as the AS graph, which cannot be found in the corresponding bitmaps in Figure 1. This sorting operation to node indexes is equivalent to a rename operation of nodes which keeps the topology unchanged. Adjusting the sorting rule of BOSAM, different structures can be brought out as shown in section 3 and 4. The considerations for devising the sorting rule are discussed in section 3. With the index sorting and bitmap showing, BOSAM can bring out the topological structures clearly for massive graphs without heavy processing load the statistical analysis requires. 3. VALIDATION OF TOPOLOGY MODELS For sorting node indexes, a weight function for node indexes must be defined. Denote the node weight function w( i), i V, which can be defined flexibly for implementing different sorting rules. As this paper focus on showing how the proposed visualization tool works, we choose only 3 parameters which we consider the most relevant to the topological properties of Internet graphs. For node i, these 3 parameters are a) deg(i ), the degree of node i; b) max( deg( )), j Nr( i) and c) min( deg( )), j Nr( i) j, the maximal degree of i s neighbors, j, the minimal degree of i s neighbor. Node degree is the mostly noticeable metric in the Internet topology modeling since it is treated as a sign of the importance of a node and the main element in determining the connecting probability in most topology models designed for Internet. Consider the Internet as a network with the high-degree nodes concentrating in the core and the low-degree nodes scattering peripherally, the maximal neighbor-degrees for a node is a measure of the strongest cohesion force from the network core it receives, and the minimal neighbor-degrees for a node is a measure of the strongest radiation force from the peripheral it receives. The sorting weight for node i is defined as w( i) = a deg( i) + a maxdeg( j) + a min deg( ), (3) j deg( j) deg( j) where Nr(i) is the neighborhood of node i, a 1, a 2 and a 3 are the weight parameters which weight the corresponding measure as a primary or subsidiary key. Generally, the greater the absolute value of a parameter, the more significant its corresponding measure in the weight function. If the node indexes are expected to be sorted in an alphabetical way with more than one measure, some constraints on parameters should be kept. For instance, if the node indexes need to be sorted in the order of node degrees, maximal neighbor-degrees and minimal neighbor-degrees alphabetically, the parameters should be set so that a2 a3 max D and a1 ( a2 + a3 ) max D, where max D is the maximal node degree. The sorting operation is conducted with ascending order of defined node weights. Some results of the validation of 3 topology models with BOSAM under 5 sorting rules are presented below. Sorting rule 1: Descending order of degrees. Set the parameters in weight function (3) as a 1 = 1, a 2 = a 3 = 0, then the weight function contains only one key, the node degree. Sort node indexes with the ascending order of node weights defined in (3) actually equivalent to the descending order of node degrees, the bitmap of adjacent matrix exhibit the degree sequence and the correlation connectivity between nodes as shown in Figure 2. The bitmap of Gnp graph remains almost the same with the unsorted one in Figure 1. The bitmap of the BA graph is apparently different from the corresponding unsorted one, which tells that BA graph is not uniformly connected but with special structures: the high degree nodes (with small indexes) prefer connect to nodes with diverse degrees while low degree nodes (with larger indexes) tend to connect to high and medium degrees nodes instead of low degree nodes. Different from the correlation between nodes in BA graph, the low degree nodes in AS graph connect only to high degree nodes. Among the 3 generated graphs, the bitmap of PFP graph is most similar to that of AS graph. But the low degree nodes in PFP graph also connect to medium degree nodes as well, and some correlation structures similar to that of the BA graph exist for the medium and low degree nodes (the lower-right part). In addition, it needs to be noticed that the BA, PFP and AS graph all have cliques of top high-degree nodes These cliques are the so-called rich clubs in [15], which can be viewed as the dense core of a network. Obviously, the rich-clubs of different graphs are of different sizes, and the one of AS graph is the smallest. Sorting rule 2: Descending order of degrees and maximal neighbor-degrees. Setting the node weights (3) with a 1 = 1E7, a 2 = 1E3, the nodes with same degree can be sorted into a continuous sequence in the order of descending maximal neighbor-degrees, the bitmaps with sorted node indexes are shown in Figure 3. Compared with the bitmaps in Figure 2, more structures have been unveiled: in the Gnp graph, the number of high-degree nodes and the number of low-degree nodes are much less than that of medium-degree nodes, and nodes of any degree have almost the same pattern of degree correlation. In the bitmaps of BA and PFP graph, the lower the node degree, the wider the span of the indexes with this degree, i.e. the more the nodes of this degree, which is consistent with the power law degree distribution in Internet AS topology [8]. On the other hand, the neighbor-degree distribution for the nodes with same degree in the BA graph is quite different from that in AS graph. But the PFP graph is similar to the AS graph in this sense except that its range scales of neighbor-degrees with same degrees are different from that of AS graph. For instance, the neighbor-degree distributions for 1-degree nodes and the correlations between low-degree nodes to medium-degree nodes are quite different between PFP graph and AS graph. Sorting rule 3: Descending order of degrees, maximal neighbor-degrees and minimal neighbor-degrees. Setting the node weights (3) with a 1 = 1E7, a 2 = 1E3, a 3 = 1, bitmaps with node indexes sorted according to rule 3 are presented in Figure 4. With the third key introduced in this rule, the tierce structural property is exposed in the bitmap. With this rule, the nodes will be sorted in the descending order of degrees, maximal neighbor degrees and minimal neighbor degrees alphabetically. It can be found that in the AS graph, there are power laws not only of the degree distribution but also of the neighbor-degree distributions for the nodes with same degree for low-degree nodes, and the neighbor-degree distributions for a single node with high degree. Compared with Figure 3, the clustered lines of dots appear in all the generated graphs of three models, but still the bitmap of PFP graph resembles that of the AS graph most. In fact, the maximal

4 and minimal neighbor-degrees represent the intensity of cohesion and radiation force that node receives, and the difference between them are the ranges of neighbor-degrees for a node. Sorting rule 4: Descending order of degrees and minimal neighbor-degrees. Setting the node weights (3) with a 1 = 1E7, a 2 = 0, a 3 = 1E3, bitmaps with node indexes sorted according to rule 4 are plotted in Figure 5. Sorting rule 5: Descending order of degrees, maximal neighbor-degrees and minimal neighbordegrees. Setting the node weights (3) with a 1 = 1E7, a 2 = 1, a 3 = 1E3, bitmaps with node indexes sorted according to rule 5 are presented in Figure 6. With rule 4 and 5, the connection structures between low-degree nodes can be exposed, and still the PFP model approximates the AS graph the most but with different scales of structures. The inconsistency between BA graph and the AS graph is more serious than the cases of rule 2 and rule 3 (see Figure 3 and 4). Limited to the space, outcomes of other sorting rules are not presented here. The conclusions can be drawn are the same with above experiments: PFP graph is the one having the most proximate topological structures to the AS graph, but still need to be improved, for instance, in the scales of diverse structures, especially the adjacency properties in the low-degree part. Besides, with some sorting rules, like rule 2 to 5, some fractal structures can be found in the generated graphs and AS graphs, as shown in Figures 3~6, which deserve further studies. 4. COMPARISONS OF DIFFERENT AS TOPOLOGY MEASUREMENTS Some results of the comparison of 4 different AS topology measurements with BOSAM are given in Figures 7~12. The measurement sets are Whois (March 7, RIPE), Skitter, BGP updates and BGP tables of March 2004, which are used in the recent work [11] and provided by CAIDA [4]. The sorting rules used here are the same with those used in Section 3. Compared with the work in [11], BOSAM is simple to implement without burden of statistical analysis and can bring out the structures in topology graphs neatly clear. The results from applying BOSAM are consistent with those of [11]: Whois data is far different from the other 3 data sets, Skitter is different from the BGP tables and BGP updates data, while the latter two BGP data sets are almost consistent in essence. 5. CONCLUSIONS Though the adjacent matrix is a representation of a topology, it does not tell the topological structures explicitly. However, displaying nodes and links directly in a space as a routine is ineffective for massive topologies, like that of Internet. The common routine of validating a proposed topology model is via burdensome statistical analysis. In this paper a visualization tool BOSAM has been proposed. By displaying the bitmaps of the adjacent matrices with the node indexes sorted, BOSAM can make the topological structures stand out without messy cross lines and keep the topology integrated. The examples show that BOSAM can be used as an efficient tool for model validation and measurement comparison. The sorting rules can be defined flexibly to dig out different topological structures, even those not covered by the proposed statistical measures. Parting from the huge burden of computation of statistical properties in the traditional statistical scheme, BOSAM can be realized simply and work efficiently for massive topologies. 6. REFERENCES [1] W. Aiello, F. Chung, and L. Lu, A Random Graph Model for Massive Graphs, In Proc. STOC [2] A. L. Barabasi and R. Albert, Emergence of scaling in random networks, Science 286, (1999). [3] Tian Bu and Don Towsley, On distinguishing between Internet power law topology generators, In Proc. Infocom [4] s/ [5] Q. Chen, H. Chang, R. Govindan, S. Jamin, S. J. Shenker, and W. Willinger, The origin of power laws in Internet topologies revisited, In Proc. of the 21st Annual Joint Conference of the IEEE Computer and Communications Societies, IEEE Computer Society, [6] A. Clauset and C. Moore, Traceroute sampling makes random graphs appear to have power law degree distributions, preprint [7] P. Erdös and A. Rényi, On Random Graphs I, Publ. Math., Debrecen 6 (1959), pp [8] M. Faloutsos, P. Faloutsos, and C. Faloutsos. On power-law relationships of the Internet topology. Proc. of ACM SIGCOMM, [9] Anukool Lakhina, John W. Byers, Mark Crovella and Peng Xie, Sampling Biases in IP Topology Measurements, IEEE INFOCOM '03. [10] Lun Li, David Alderson, Walter Willinger and John Doyle, A First-Principles Approach to Understanding the Internet's Router-level Topology, Sigcomm2004. [11] Priya Mahadevan, Dmitri Krioukov, Bradley Huffaker, Xenofontas Dimitropoulos, kc claffy, Amin Vahdat, Comparative Analysis of the Internet AS-Level Topologies Extracted from Different Data Sources, 2005, in progress [12] NLANR, [13] Route Views, [14] B. M. Waxman. Routing of multipoint connections, IEEE Jour. of Selected Areas in Comm., Vol. 6, No. 9, [15] S. Zhou and R. J. Mondragon. Accurately modeling the Internet topology. ArXiv: cs.ni/

5 Figure 1. Bitmaps with unsorted indexes Figure 2. Bitmaps with indexes sorted in descending degrees.

6 Figure 3. Bitmaps with indexes sorted in descending degrees and maximal neighbordegrees. Figure 4. Bitmaps with indexes sorted in descending degrees, maximal neighbor-degrees and minimal neighbor-degrees.

7 Figure 5. Bitmaps with indexes sorted in descending degrees and minimal neighbordegrees. Figure 6. Bitmaps with indexes sorted in descending degrees, minimal neighbor-degrees and maximal neighbor-degrees.

8 Figure 7. Comparison of topology measurements: bitmaps with indexes unsorted. Figure 8. Comparison of topology measurements: bitmaps with indexes sorted in descending degrees.

9 Figure 9. Comparison of topology measurements: bitmaps with indexes sorted in descending degrees and maximal neighbor-degrees. Figure 10. Comparison of topology measurements: bitmaps with indexes sorted in descending degrees, maximal neighbor-degrees and minimal neighbor-degrees.

10 Figure 11. Comparison of topology measurements: bitmaps with indexes sorted in descending degrees and minimal neighbor-degrees. Figure 12. Comparison of topology measurements: bitmaps with indexes sorted in descending degrees, minimal neighbor-degrees and maximal neighbor-degrees.

The missing links in the BGP-based AS connectivity maps

The missing links in the BGP-based AS connectivity maps The missing links in the BGP-based AS connectivity maps Zhou, S; Mondragon, RJ http://arxiv.org/abs/cs/0303028 For additional information about this publication click this link. http://qmro.qmul.ac.uk/xmlui/handle/123456789/13070

More information

Characterizing and Modelling Clustering Features in AS-Level Internet Topology

Characterizing and Modelling Clustering Features in AS-Level Internet Topology Characterizing and Modelling Clustering Features in AS-Level Topology Yan Li, Jun-Hong Cui, Dario Maggiorini and Michalis Faloutsos UCONN CSE Technical Report: UbiNet-TR07-02 Last Update: July 2007 Abstract

More information

An Empirical Study of Routing Bias in Variable-Degree Networks

An Empirical Study of Routing Bias in Variable-Degree Networks An Empirical Study of Routing Bias in Variable-Degree Networks Shudong Jin Department of Electrical Engineering and Computer Science, Case Western Reserve University Cleveland, OH 4406 jins@cwru.edu Azer

More information

Population size estimation and Internet link structure

Population size estimation and Internet link structure Population size estimation and Internet link structure Stephen E. Fienberg Department of Statistics, Machine Learning Department, Cylab, and i-lab Carnegie Mellon University Pittsburgh, PA 15213-3890 fienberg@stat.cmu.edu

More information

On the Importance of Local Connectivity for Internet Topology Models

On the Importance of Local Connectivity for Internet Topology Models On the Importance of Local Connectivity for Internet Topology Models Hamed Haddadi, Damien Fay, Almerima Jamakovic, Olaf Maennel, Andrew W. Moore, Richard Mortier, Steve Uhlig Max Planck Institute for

More information

POWER-LAWS AND SPECTRAL ANALYSIS OF THE INTERNET TOPOLOGY

POWER-LAWS AND SPECTRAL ANALYSIS OF THE INTERNET TOPOLOGY POWER-LAWS AND SPECTRAL ANALYSIS OF THE INTERNET TOPOLOGY Laxmi Subedi Communication Networks Laboratory http://www.ensc.sfu.ca/~ljilja/cnl/ School of Engineering Science Simon Fraser University Roadmap

More information

On inferring regional AS topologies

On inferring regional AS topologies On inferring regional AS topologies Yohei Kuga KEIO University sora@sfc.wide.ad.jp Kenjiro Cho IIJ kjc@iijlab.net Osamu Nakamura KEIO University osamu@sfc.wide.ad.jp ABSTRACT Analysis of AS-level topologies

More information

NIT: A New Internet Topology Generator

NIT: A New Internet Topology Generator NIT: A New Internet Topology Generator Joylan Nunes Maciel and Cristina Duarte Murta 2 Department of Informatics, UFPR, Brazil 2 Department of Computing, CEFET-MG, Brazil Abstract. Internet topology generators

More information

Lesson 4. Random graphs. Sergio Barbarossa. UPC - Barcelona - July 2008

Lesson 4. Random graphs. Sergio Barbarossa. UPC - Barcelona - July 2008 Lesson 4 Random graphs Sergio Barbarossa Graph models 1. Uncorrelated random graph (Erdős, Rényi) N nodes are connected through n edges which are chosen randomly from the possible configurations 2. Binomial

More information

Graph Model Selection using Maximum Likelihood

Graph Model Selection using Maximum Likelihood Graph Model Selection using Maximum Likelihood Ivona Bezáková Adam Tauman Kalai Rahul Santhanam Theory Canal, Rochester, April 7 th 2008 [ICML 2006 (International Conference on Machine Learning)] Overview

More information

Complex networks: A mixture of power-law and Weibull distributions

Complex networks: A mixture of power-law and Weibull distributions Complex networks: A mixture of power-law and Weibull distributions Ke Xu, Liandong Liu, Xiao Liang State Key Laboratory of Software Development Environment Beihang University, Beijing 100191, China Abstract:

More information

Science foundation under Grant No , DARPA award N , TCS Inc., and DIMI matching fund DIM

Science foundation under Grant No , DARPA award N , TCS Inc., and DIMI matching fund DIM A Simple Conceptual Model for the Internet Topology Sudhir L. Tauro Christopher Palmer Georgos Siganos Michalis Faloutsos U.C. Riverside C.M.U. U.C.Riverside U.C.Riverside Dept. of Comp. Science Dept.

More information

arxiv:cs/ v4 [cs.ni] 13 Sep 2004

arxiv:cs/ v4 [cs.ni] 13 Sep 2004 Accurately modeling the Internet topology Shi Zhou and Raúl J. Mondragón Department of Electronic Engineering, Queen Mary College, University of London, London, E1 4NS, United Kingdom. arxiv:cs/0402011v4

More information

BRITE: An Approach to Universal Topology Generation

BRITE: An Approach to Universal Topology Generation BRITE: An Approach to Universal Topology Generation Alberto Medina, Anukool Lakhina, Ibrahim Matta, John Byers amedina, anukool, matta, byers @cs.bu.edu Computer Science Department Boston University Abstract

More information

arxiv:cs/ v1 [cs.ni] 4 Aug 2005

arxiv:cs/ v1 [cs.ni] 4 Aug 2005 Lessons from Three Views of the Internet Topology arxiv:cs/58v [cs.ni] 4 Aug 5 Priya Mahadevan UCSD/CAIDA pmahadevan@cs.ucsd.edu Xenofontas Dimitropoulos Georgia Tech fontas@caida.org Abstract Dmitri Krioukov

More information

Sampling Biases in IP Topology Measurements

Sampling Biases in IP Topology Measurements Sampling Biases in IP Topology Measurements Anukool Lakhina John W. Byers Mark Crovella Peng Xie Department of Computer Science Boston University {anukool, byers, crovella, xp}@cs.bu.edu Abstract Considerable

More information

Analysis of Internet Topologies

Analysis of Internet Topologies Feature XIAOFAN LIU Ljiljana Trajković Analysis of Internet Topologies Abstract The discovery of power-laws and spectral properties of the Internet topology illustrates a complex underlying network infrastructure

More information

On the placement of traceroute-like topology discovery instrumentation

On the placement of traceroute-like topology discovery instrumentation On the placement of traceroute-like topology discovery instrumentation Wei Han, Ke Xu State Key Lab. of Software Develop Environment Beihang University Beijing, P. R. China (hanwei,kexu)@nlsde.buaa.edu.cn

More information

of the Internet graph?

of the Internet graph? 1 Comparing the structure of power-law graphs and the Internet AS graph Sharad Jaiswal, Arnold L. Rosenberg, Don Towsley Computer Science Department Univ. of Massachusetts, Amherst {sharad,rsnbrg,towsley}@cs.umass.edu

More information

Sampling Biases in IP Topology Measurements

Sampling Biases in IP Topology Measurements Boston University OpenBU Computer Science http://open.bu.edu CAS: Computer Science: Technical Reports 22-75 Sampling Biases in IP Topology Measurements Lakhina, Anukool Boston University Computer Science

More information

Properties of Biological Networks

Properties of Biological Networks Properties of Biological Networks presented by: Ola Hamud June 12, 2013 Supervisor: Prof. Ron Pinter Based on: NETWORK BIOLOGY: UNDERSTANDING THE CELL S FUNCTIONAL ORGANIZATION By Albert-László Barabási

More information

arxiv: v1 [cs.ni] 13 Jul 2008

arxiv: v1 [cs.ni] 13 Jul 2008 Beyond Node Degree: Evaluating AS Topology Models Hamed Haddadi University College London Damien Fay University of Cambridge Almerima Jamakovic Delft University of Technology arxiv:87.223v [cs.ni] 3 Jul

More information

Clustering the Internet Topology at the AS-level

Clustering the Internet Topology at the AS-level Clustering the Internet Topology at the AS-level BILL ANDREOPOULOS 1, AIJUN AN 1, XIAOGANG WANG 2 1 Department of Computer Science and Engineering, York University 2 Department of Mathematics and Statistics,

More information

Small World Properties Generated by a New Algorithm Under Same Degree of All Nodes

Small World Properties Generated by a New Algorithm Under Same Degree of All Nodes Commun. Theor. Phys. (Beijing, China) 45 (2006) pp. 950 954 c International Academic Publishers Vol. 45, No. 5, May 15, 2006 Small World Properties Generated by a New Algorithm Under Same Degree of All

More information

Analysis and Comparison of Internet Topology Generators

Analysis and Comparison of Internet Topology Generators Analysis and Comparison of Internet Topology Generators Damien Magoni and Jean-Jacques Pansiot Université Louis Pasteur LSIIT Pôle API, Boulevard Sébastien Brant, 67400 Illkirch, France {magoni, pansiot}@dpt-info.u-strasbg.fr

More information

BGP Routing: A study at Large Time Scale

BGP Routing: A study at Large Time Scale BGP Routing: A study at Large Time Scale Georgos Siganos U.C. Riverside Dept. of Comp. Science siganos@cs.ucr.edu Michalis Faloutsos U.C. Riverside Dept. of Comp. Science michalis@cs.ucr.edu Abstract In

More information

Hyperbolic Geometry of Complex Network Data

Hyperbolic Geometry of Complex Network Data Hyperbolic Geometry of Complex Network Data Konstantin Zuev http://www.its.caltech.edu/~zuev/ Joint work with D. Krioukov, M. Boguñá, and G. Bianconi CMX seminar, Caltech May 24, 2017 How do complex networks

More information

Response Network Emerging from Simple Perturbation

Response Network Emerging from Simple Perturbation Journal of the Korean Physical Society, Vol 44, No 3, March 2004, pp 628 632 Response Network Emerging from Simple Perturbation S-W Son, D-H Kim, Y-Y Ahn and H Jeong Department of Physics, Korea Advanced

More information

Tuning Topology Generators Using Spectral Distributions

Tuning Topology Generators Using Spectral Distributions Tuning Topology Generators Using Spectral Distributions Hamed Haddadi 1,DamienFay 2, Steve Uhlig 3, Andrew Moore 2, Richard Mortier 4, Almerima Jamakovic 3,andMiguelRio 1 1 University College London 2

More information

Research on Community Structure in Bus Transport Networks

Research on Community Structure in Bus Transport Networks Commun. Theor. Phys. (Beijing, China) 52 (2009) pp. 1025 1030 c Chinese Physical Society and IOP Publishing Ltd Vol. 52, No. 6, December 15, 2009 Research on Community Structure in Bus Transport Networks

More information

Graph Annotations in Modeling Complex Network Topologies

Graph Annotations in Modeling Complex Network Topologies Graph Annotations in Modeling Complex Network Topologies XENOFONTAS DIMITROPOULOS IBM Research, Zürich DMITRI KRIOUKOV CAIDA and University of California San Diego AMIN VAHDAT University of California

More information

Graph Annotations in Modeling Complex Network Topologies

Graph Annotations in Modeling Complex Network Topologies Graph Annotations in Modeling Complex Network Topologies XENOFONTAS DIMITROPOULOS IBM Research, Zürich and DMITRI KRIOUKOV CAIDA, University of California San Diego and AMIN VAHDAT University of California

More information

On the Evaluation of AS Relationship Inferences

On the Evaluation of AS Relationship Inferences On the Evaluation of AS Relationship Inferences Jianhong Xia Department of Electrical and Computer Engineering University of Massachusetts Amherst, MA 01002 jxia@ecs.umass.edu Lixin Gao Department of Electrical

More information

Overlay (and P2P) Networks

Overlay (and P2P) Networks Overlay (and P2P) Networks Part II Recap (Small World, Erdös Rényi model, Duncan Watts Model) Graph Properties Scale Free Networks Preferential Attachment Evolving Copying Navigation in Small World Samu

More information

On Reshaping of Clustering Coefficients in Degreebased Topology Generators

On Reshaping of Clustering Coefficients in Degreebased Topology Generators On Reshaping of Clustering Coefficients in Degreebased Topology Generators Xiafeng Li, Derek Leonard, and Dmitri Loguinov Texas A&M University Presented by Derek Leonard Agenda Motivation Statement of

More information

An Evolving Network Model With Local-World Structure

An Evolving Network Model With Local-World Structure The Eighth International Symposium on Operations Research and Its Applications (ISORA 09) Zhangjiajie, China, September 20 22, 2009 Copyright 2009 ORSC & APORC, pp. 47 423 An Evolving Network odel With

More information

On the Origin of Power Laws in Internet Topologies Λ

On the Origin of Power Laws in Internet Topologies Λ On the Origin of Power Laws in Internet Topologies Λ Alberto Medina Ibrahim Matta John Byers Computer Science Department Boston University Boston, MA 5 famedina, matta, byersg@cs.bu.edu ABSTRACT Recent

More information

Chapter 1. Social Media and Social Computing. October 2012 Youn-Hee Han

Chapter 1. Social Media and Social Computing. October 2012 Youn-Hee Han Chapter 1. Social Media and Social Computing October 2012 Youn-Hee Han http://link.koreatech.ac.kr 1.1 Social Media A rapid development and change of the Web and the Internet Participatory web application

More information

Reducing Large Internet Topologies for Faster Simulations

Reducing Large Internet Topologies for Faster Simulations Reducing Large Internet Topologies for Faster Simulations V. Krishnamurthy 1, M. Faloutsos 1, M. Chrobak 1,L.Lao 2, J.-H. Cui 3, and A.G. Percus 4, 1 U.C. Riverside 2 UCLA 3 U. Connecticut 4 Los Alamos

More information

On the Origin of Power Laws in Internet Topologies Λ Alberto Medina Ibrahim Matta John Byers amedina@cs.bu.edu matta@cs.bu.edu byers@cs.bu.edu Computer Science Department Boston University Boston, MA 02215

More information

On characterizing BGP routing table growth

On characterizing BGP routing table growth University of Massachusetts Amherst From the SelectedWorks of Lixin Gao 00 On characterizing BGP routing table growth T Bu LX Gao D Towsley Available at: https://works.bepress.com/lixin_gao/66/ On Characterizing

More information

The Establishment Game. Motivation

The Establishment Game. Motivation Motivation Motivation The network models so far neglect the attributes, traits of the nodes. A node can represent anything, people, web pages, computers, etc. Motivation The network models so far neglect

More information

Complex Network Metrology

Complex Network Metrology Complex Network Metrology Jean-Loup Guillaume and Matthieu Latapy liafa cnrs Université Paris 7 2 place Jussieu, 755 Paris, France. (guillaume,latapy)@liafa.jussieu.fr Abstract In order to study some complex

More information

An Efficient Algorithm for AS Path Inferring

An Efficient Algorithm for AS Path Inferring An Efficient Algorithm for AS Path Inferring Yang Guoqiang and Dou Wenhua National Univernity of Defence Technololy, China yanggq@nudt.edu.cn Abstract Discovering the AS paths between two ASes are invaluable

More information

Simplicial Complexes of Networks and Their Statistical Properties

Simplicial Complexes of Networks and Their Statistical Properties Simplicial Complexes of Networks and Their Statistical Properties Slobodan Maletić, Milan Rajković*, and Danijela Vasiljević Institute of Nuclear Sciences Vinča, elgrade, Serbia *milanr@vin.bg.ac.yu bstract.

More information

CHAPTER VII INDEXED K TWIN NEIGHBOUR CLUSTERING ALGORITHM 7.1 INTRODUCTION

CHAPTER VII INDEXED K TWIN NEIGHBOUR CLUSTERING ALGORITHM 7.1 INTRODUCTION CHAPTER VII INDEXED K TWIN NEIGHBOUR CLUSTERING ALGORITHM 7.1 INTRODUCTION Cluster analysis or clustering is the task of grouping a set of objects in such a way that objects in the same group (called cluster)

More information

The inter-domain hierarchy in measured and randomly generated AS-level topologies

The inter-domain hierarchy in measured and randomly generated AS-level topologies The inter-domain hierarchy in measured and randomly generated AS-level topologies Joanna Tomasik and Marc-Antoine Weisser SUPELEC Systems Sciences Computer Science Department 91192 Gif sur Yvette, France

More information

Impact of Multi-Access Links on the Internet Topology Modeling

Impact of Multi-Access Links on the Internet Topology Modeling Impact of Multi-Access Links on the Internet Topology Modeling Mehmet Burak Akgun, Mehmet Hadi Gunes Department of Computer Science and Engineering University of Nevada, Reno Email: {makgun, mgunes}@cse.unr.edu

More information

Available online at ScienceDirect. Procedia Computer Science 20 (2013 )

Available online at  ScienceDirect. Procedia Computer Science 20 (2013 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 20 (2013 ) 522 527 Complex Adaptive Systems, Publication 3 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri

More information

Routing State Distance: A Path-based Metric for Network Analysis Gonca Gürsun

Routing State Distance: A Path-based Metric for Network Analysis Gonca Gürsun Routing State Distance: A Path-based Metric for Network Analysis Gonca Gürsun joint work with Natali Ruchansky, Evimaria Terzi, Mark Crovella Distance Metrics for Analyzing Routing Shortest Path Similar

More information

Impact of Topology on the Performance of Communication Networks

Impact of Topology on the Performance of Communication Networks Impact of Topology on the Performance of Communication Networks Pramode K. Verma School of Electrical & Computer Engineering The University of Oklahoma 4502 E. 41 st Street, Tulsa, Oklahoma 74135, USA

More information

RealNet: A Topology Generator Based on Real Internet Topology

RealNet: A Topology Generator Based on Real Internet Topology RealNet: A Topology Generator Based on Real Internet Topology Lechang Cheng Norm C. Hutchinson Mabo R. Ito University of British Columbia (lechangc@ece, norm@cs, mito@ece).ubc.ca Abstract One of the challenges

More information

Rumour spreading in the spatial preferential attachment model

Rumour spreading in the spatial preferential attachment model Rumour spreading in the spatial preferential attachment model Abbas Mehrabian University of British Columbia Banff, 2016 joint work with Jeannette Janssen The push&pull rumour spreading protocol [Demers,

More information

SIMROT: A Scalable Inter-domain Routing Toolbox

SIMROT: A Scalable Inter-domain Routing Toolbox SIMROT: A Scalable Inter-domain Routing Toolbox Ahmed Elmokashfi Simula Research Laboratory Constantine Dovrolis Georgia Institute of Technology Amund Kvalbein Simula Research Laboratory ABSTRACT BGP plays

More information

Wednesday, March 8, Complex Networks. Presenter: Jirakhom Ruttanavakul. CS 790R, University of Nevada, Reno

Wednesday, March 8, Complex Networks. Presenter: Jirakhom Ruttanavakul. CS 790R, University of Nevada, Reno Wednesday, March 8, 2006 Complex Networks Presenter: Jirakhom Ruttanavakul CS 790R, University of Nevada, Reno Presented Papers Emergence of scaling in random networks, Barabási & Bonabeau (2003) Scale-free

More information

AN INITIAL PEER CONFIGURATION ALGORITHM FOR MULTI-STREAMING PEER-TO-PEER NETWORKS

AN INITIAL PEER CONFIGURATION ALGORITHM FOR MULTI-STREAMING PEER-TO-PEER NETWORKS AN INITIAL PEER CONFIGURATION ALGORITHM FOR MULTI-STREAMING PEER-TO-PEER NETWORKS Tomoyuki Ishiiand Atsushi Inoie * Department of Network Engineering, Kanagawa Institute of Technology, Atsugi-city, Japan

More information

arxiv:cs/ v2 [cs.ni] 29 Jul 2006

arxiv:cs/ v2 [cs.ni] 29 Jul 2006 Systematic Topology Analysis and Generation Using Degree Correlations Priya Mahadevan UC San Diego Dmitri Krioukov CAIDA Kevin Fall Intel Research Amin Vahdat UC San Diego {pmahadevan,vahdat}@cs.ucsd.edu,

More information

Strategies, approaches and ethical considerations

Strategies, approaches and ethical considerations Strategies, approaches and ethical considerations q Internet design principles and measurements q Strategies and standards q Experimental approaches q Ethical considerations Design principles of the Internet

More information

Comparing static and dynamic measurements and models of the Internet s AS topology

Comparing static and dynamic measurements and models of the Internet s AS topology Comparing static and dynamic measurements and models of the Internet s AS topology Seung-Taek Park Department of Computer Science and Engineering Pennsylvania State University University Park, PA 1682

More information

UDP PING: a dedicated tool for improving measurements of the Internet topology

UDP PING: a dedicated tool for improving measurements of the Internet topology UDP PING: a dedicated tool for improving measurements of the Internet topology Fabien Tarissan, Elie Rotenberg, Matthieu Latapy, Christophe Crespelle To cite this version: Fabien Tarissan, Elie Rotenberg,

More information

The Shape of the Internet. Slides assembled by Jeff Chase Duke University (thanks to Vishal Misra and C. Faloutsos)

The Shape of the Internet. Slides assembled by Jeff Chase Duke University (thanks to Vishal Misra and C. Faloutsos) The Shape of the Internet Slides assembled by Jeff Chase Duke University (thanks to Vishal Misra and C. Faloutsos) The Shape of the Network Characterizing shape : AS-level topology: who connects to whom

More information

The Beacon Number Problem in a Fully Distributed Topology Discovery Service

The Beacon Number Problem in a Fully Distributed Topology Discovery Service The Beacon Number Problem in a Fully Distributed Topology Discovery Service D. Ficara, F. Paolucci, L. Valcarenghi, F. Cugini, P. Castoldi, S. Giordano Scuola Superiore Sant Anna, Pisa, Italy Email: {fr.paolucci,

More information

Characterization of BGP Recovery Time under Large-Scale Failures

Characterization of BGP Recovery Time under Large-Scale Failures Characterization of BGP Recovery Time under Large-Scale Failures Amit Sahoo Dept. of Computer Science Univ. of Califonia, Davis Davis, CA 95616 Email:asahoo@ucdavis.edu Krishna Kant Intel Corporation Hillsboro,OR

More information

Understanding the effect of streaming overlay construction on AS level traffic

Understanding the effect of streaming overlay construction on AS level traffic Understanding the effect of streaming overlay construction on AS level traffic Reza Motamedi and Reza Rejaie Information and Computer Science Department University of Oregon e-mail: {reza.motamedi,reza}@cs.uoregon.edu

More information

An Internet router level topology automatically discovering system

An Internet router level topology automatically discovering system 2002 12 Vol.23 No.12 23 12 JOURNAL OF CHINA INSTITUTE OF COMMUNICATIONS October 2002 1 Internet 1,2 1,2 1,2,3 1,2 (1. 150001 2. 150001 3., 100031) Internet CERNET IP Internet Internet TP393.02 B 1000-436X(2002)12-0054-09

More information

DOLPHIN: THE MEASUREMENT SYSTEM FOR THE NEXT GENERATION INTERNET

DOLPHIN: THE MEASUREMENT SYSTEM FOR THE NEXT GENERATION INTERNET DOLPHIN: THE MEASUREMENT SYSTEM FOR THE NEXT GENERATION INTERNET Xinpei Lang, Gang Zhou, Chen Gong, Wei Han National Lab of Software Development Environment Department of Computer Science Beihang University,

More information

One category of visual tracking. Computer Science SURJ. Michael Fischer

One category of visual tracking. Computer Science SURJ. Michael Fischer Computer Science Visual tracking is used in a wide range of applications such as robotics, industrial auto-control systems, traffic monitoring, and manufacturing. This paper describes a new algorithm for

More information

Introduction to Graph Theory

Introduction to Graph Theory Introduction to Graph Theory Tandy Warnow January 20, 2017 Graphs Tandy Warnow Graphs A graph G = (V, E) is an object that contains a vertex set V and an edge set E. We also write V (G) to denote the vertex

More information

Importance of IP Alias Resolution in Sampling Internet Topologies

Importance of IP Alias Resolution in Sampling Internet Topologies Importance of IP Alias Resolution in Sampling Internet Topologies Mehmet H. Gunes and Kamil Sarac Global Internet Symposium 007, Anchorage, AK Introduction: Internet Mapping Topology measurement studies

More information

Practical Approach to Identifying Additive Link Metrics with Shortest Path Routing

Practical Approach to Identifying Additive Link Metrics with Shortest Path Routing Practical Approach to Identifying Additive Link Metrics with Shortest Path Routing Xiong Wang Mehdi Malboubi Sheng Wang Shizhong Xu Chen-Nee Chuah Key Lab of Optical Fiber Sensing & Communications School

More information

Toward Topology Dualism: Improving the Accuracy of AS Annotations for Routers

Toward Topology Dualism: Improving the Accuracy of AS Annotations for Routers Toward Topology Dualism: Improving the ccuracy of S nnotations for Routers radley Huffaker, mogh Dhamdhere, Marina Fomenkov, kc claffy {bradley,amogh,marina,kc}@caida.org CID, University of California,

More information

Modification of an energy-efficient virtual network mapping method for a load-dependent power consumption model

Modification of an energy-efficient virtual network mapping method for a load-dependent power consumption model Modification of an energy-efficient virtual network mapping method for a load-dependent power consumption model HIROMICHI SUGIYAMA YUKINOBU FUKUSHIMA TOKUMI YOKOHIRA The Graduate School of Natural Science

More information

AN IMPROVED GRAPH BASED METHOD FOR EXTRACTING ASSOCIATION RULES

AN IMPROVED GRAPH BASED METHOD FOR EXTRACTING ASSOCIATION RULES AN IMPROVED GRAPH BASED METHOD FOR EXTRACTING ASSOCIATION RULES ABSTRACT Wael AlZoubi Ajloun University College, Balqa Applied University PO Box: Al-Salt 19117, Jordan This paper proposes an improved approach

More information

Policy-Aware Topologies for Efficient Inter-Domain Routing Evaluations

Policy-Aware Topologies for Efficient Inter-Domain Routing Evaluations Policy-Aware Topologies for Efficient Inter-Domain Routing Evaluations Yihua He Michalis Faloutsos Srikanth V. Krishnamurthy Marek Chrobak yhe@cs.ucr.edu michalis@cs.ucr.edu krish@cs.ucr.edu marek@cs.ucr.edu

More information

Link Prediction for Social Network

Link Prediction for Social Network Link Prediction for Social Network Ning Lin Computer Science and Engineering University of California, San Diego Email: nil016@eng.ucsd.edu Abstract Friendship recommendation has become an important issue

More information

Empirical Characterization of P2P Systems

Empirical Characterization of P2P Systems Empirical Characterization of P2P Systems Reza Rejaie Mirage Research Group Department of Computer & Information Science University of Oregon http://mirage.cs.uoregon.edu/ Collaborators: Daniel Stutzbach

More information

CAIM: Cerca i Anàlisi d Informació Massiva

CAIM: Cerca i Anàlisi d Informació Massiva 1 / 72 CAIM: Cerca i Anàlisi d Informació Massiva FIB, Grau en Enginyeria Informàtica Slides by Marta Arias, José Balcázar, Ricard Gavaldá Department of Computer Science, UPC Fall 2016 http://www.cs.upc.edu/~caim

More information

Link Scheduling in Multi-Transmit-Receive Wireless Networks

Link Scheduling in Multi-Transmit-Receive Wireless Networks Macau University of Science and Technology From the SelectedWorks of Hong-Ning Dai 2011 Link Scheduling in Multi-Transmit-Receive Wireless Networks Hong-Ning Dai, Macau University of Science and Technology

More information

(Social) Networks Analysis III. Prof. Dr. Daning Hu Department of Informatics University of Zurich

(Social) Networks Analysis III. Prof. Dr. Daning Hu Department of Informatics University of Zurich (Social) Networks Analysis III Prof. Dr. Daning Hu Department of Informatics University of Zurich Outline Network Topological Analysis Network Models Random Networks Small-World Networks Scale-Free Networks

More information

A Fast Algorithm to Find All-Pairs Shortest Paths in Complex Networks

A Fast Algorithm to Find All-Pairs Shortest Paths in Complex Networks Available online at www.sciencedirect.com Procedia Computer Science 9 (2012 ) 557 566 International Conference on Computational Science, ICCS 2012 A Fast Algorithm to Find All-Pairs Shortest Paths in Complex

More information

CS224W Project Write-up Static Crawling on Social Graph Chantat Eksombatchai Norases Vesdapunt Phumchanit Watanaprakornkul

CS224W Project Write-up Static Crawling on Social Graph Chantat Eksombatchai Norases Vesdapunt Phumchanit Watanaprakornkul 1 CS224W Project Write-up Static Crawling on Social Graph Chantat Eksombatchai Norases Vesdapunt Phumchanit Watanaprakornkul Introduction Our problem is crawling a static social graph (snapshot). Given

More information

AS Connectedness Based on Multiple Vantage Points and the Resulting Topologies

AS Connectedness Based on Multiple Vantage Points and the Resulting Topologies AS Connectedness Based on Multiple Vantage Points and the Resulting Topologies Steven Fisher University of Nevada, Reno CS 765 Steven Fisher (UNR) CS 765 CS 765 1 / 28 Table of Contents 1 Introduction

More information

Mobile Cloud Multimedia Services Using Enhance Blind Online Scheduling Algorithm

Mobile Cloud Multimedia Services Using Enhance Blind Online Scheduling Algorithm Mobile Cloud Multimedia Services Using Enhance Blind Online Scheduling Algorithm Saiyad Sharik Kaji Prof.M.B.Chandak WCOEM, Nagpur RBCOE. Nagpur Department of Computer Science, Nagpur University, Nagpur-441111

More information

SACA: SCM-based Adaptive Clustering Algorithm

SACA: SCM-based Adaptive Clustering Algorithm : SCM-based Adaptive Clustering Algorithm Yan Li 1, Snigdha Verma 1,LiLao, Jun-Hong Cui 1 yan.li@uconn.edu, snigdha.verma@uconn.edu, llao@cs.ucla.edu, jcui@cse.uconn.edu 1 Computer Science & Engineering

More information

Bipartite graphs unique perfect matching.

Bipartite graphs unique perfect matching. Generation of graphs Bipartite graphs unique perfect matching. In this section, we assume G = (V, E) bipartite connected graph. The following theorem states that if G has unique perfect matching, then

More information

arxiv: v2 [cs.ni] 31 Aug 2007

arxiv: v2 [cs.ni] 31 Aug 2007 Graph Annotations in Modeling Complex Network Topologies arxiv:78.3879v2 [cs.ni] 31 Aug 27 ABSTRACT Xenofontas Dimitropoulos IBM Research, Zürich xed@zurich.ibm.com Amin Vahdat UCSD vahdat@cs.ucsd.edu

More information

University of Florida CISE department Gator Engineering. Clustering Part 4

University of Florida CISE department Gator Engineering. Clustering Part 4 Clustering Part 4 Dr. Sanjay Ranka Professor Computer and Information Science and Engineering University of Florida, Gainesville DBSCAN DBSCAN is a density based clustering algorithm Density = number of

More information

Evaluation of Models for Analyzing Unguided Search in Unstructured Networks

Evaluation of Models for Analyzing Unguided Search in Unstructured Networks Evaluation of Models for Analyzing Unguided Search in Unstructured Networks Bin Wu and Ajay D. Kshemkalyani Computer Science Department, Univ. of Illinois at Chicago, Chicago, IL 667, USA {bwu, ajayk}@cs.uic.edu

More information

A hierarchical network model for network topology design using genetic algorithm

A hierarchical network model for network topology design using genetic algorithm A hierarchical network model for network topology design using genetic algorithm Chunlin Wang 1, Ning Huang 1,a, Shuo Zhang 2, Yue Zhang 1 and Weiqiang Wu 1 1 School of Reliability and Systems Engineering,

More information

Integrating local and partial network view for routing on scale-free networks

Integrating local and partial network view for routing on scale-free networks . RESEARCH PAPER. SCIENCE CHINA Information Sciences October 2013, Vol. 56 102311:1 102311:10 doi: 10.1007/s11432-012-4655-y Integrating local and partial network view for routing on scale-free networks

More information

Origin-Destination Flow Measurement in High-Speed Networks

Origin-Destination Flow Measurement in High-Speed Networks Origin-Destination Flow Measurement in High-Speed Networks Tao Li Shigang Chen Yan Qiao Department of Computer & Information Science & Engineering University of Florida, Gainesville, FL, USA Abstract An

More information

AOTO: Adaptive Overlay Topology Optimization in Unstructured P2P Systems

AOTO: Adaptive Overlay Topology Optimization in Unstructured P2P Systems AOTO: Adaptive Overlay Topology Optimization in Unstructured P2P Systems Yunhao Liu, Zhenyun Zhuang, Li Xiao Department of Computer Science and Engineering Michigan State University East Lansing, MI 48824

More information

The Comparative Study of Machine Learning Algorithms in Text Data Classification*

The Comparative Study of Machine Learning Algorithms in Text Data Classification* The Comparative Study of Machine Learning Algorithms in Text Data Classification* Wang Xin School of Science, Beijing Information Science and Technology University Beijing, China Abstract Classification

More information

Complex Network Metrology

Complex Network Metrology Complex Network Metrology Jean-Loup Guillaume Matthieu Latapy LIAFA CNRS Université Paris 7, 2 place Jussieu, 755 Paris, France In order to study complex networks like the Internet, the World Wide Web,

More information

OPTIMAL MULTI-CHANNEL ASSIGNMENTS IN VEHICULAR AD-HOC NETWORKS

OPTIMAL MULTI-CHANNEL ASSIGNMENTS IN VEHICULAR AD-HOC NETWORKS Chapter 2 OPTIMAL MULTI-CHANNEL ASSIGNMENTS IN VEHICULAR AD-HOC NETWORKS Hanan Luss and Wai Chen Telcordia Technologies, Piscataway, New Jersey 08854 hluss@telcordia.com, wchen@research.telcordia.com Abstract:

More information

Clustering Part 4 DBSCAN

Clustering Part 4 DBSCAN Clustering Part 4 Dr. Sanjay Ranka Professor Computer and Information Science and Engineering University of Florida, Gainesville DBSCAN DBSCAN is a density based clustering algorithm Density = number of

More information

Flooding Attacks by Exploiting Persistent Forwarding Loops

Flooding Attacks by Exploiting Persistent Forwarding Loops Flooding Attacks by Exploiting Persistent Forwarding Jianhong Xia, Lixin Gao, Teng Fei University of Massachusetts at Amherst {jxia, lgao, tfei}@ecs.umass.edu ABSTRACT In this paper, we present flooding

More information

T he Electronic Magazine of O riginal Peer-Reviewed Survey Articles ABSTRACT

T he Electronic Magazine of O riginal Peer-Reviewed Survey Articles ABSTRACT 2ND QUARTER 2008, VOLUME 10, NO. 2 IEEE C OMMUNICATIONS SURVEYS T he Electronic Magazine of O riginal Peer-Reviewed Survey Articles www.comsoc.org/pubs/surveys NETWORK TOPOLOGIES: INFERENCE, MODELING,

More information

SOMSN: An Effective Self Organizing Map for Clustering of Social Networks

SOMSN: An Effective Self Organizing Map for Clustering of Social Networks SOMSN: An Effective Self Organizing Map for Clustering of Social Networks Fatemeh Ghaemmaghami Research Scholar, CSE and IT Dept. Shiraz University, Shiraz, Iran Reza Manouchehri Sarhadi Research Scholar,

More information

Polynomial-time Algorithm for Determining the Graph Isomorphism

Polynomial-time Algorithm for Determining the Graph Isomorphism American Journal of Information Science and Computer Engineering Vol. 3, No. 6, 2017, pp. 71-76 http://www.aiscience.org/journal/ajisce ISSN: 2381-7488 (Print); ISSN: 2381-7496 (Online) Polynomial-time

More information