Exploring the Web and Internet domain – the Internet dataset
The case study that we are going to deal with in this recipe is that of the Internet dataset created in July, 2006 by Mark Newman. This data is a symmetrized snapshot of the structure of the Internet at the level of autonomous systems, reconstructed from BGP tables posted by the University of Oregon Route Views Project. An autonomous system is a network or a group of networks controlled by a common administrative entity. Border Gateway Protocol (BGP) is a standardized gateway protocol that is used for routing between autonomous systems on the Internet.
Getting ready
To get started with this recipe, download the required dataset from https://gephi.org/datasets/internet_routers-22july06.gml.zip. Unzip the dataset and load it in Gephi. You may want to make sure that you are using a powerful system to build this visualization. The Internet dataset is a pretty large dataset and requires a considerable amount of memory. Insufficient memory...