| Name: | AS Graphs | 
  | Description: | These graphs represent the Autonomous Systems topology of
    the Internet. Every vertex represents an autonomous system,
    and two vertices are connected if there is at least one
    physical link between the two corresponding Autonomous Systems. | 
  | About this Data: | BGP routing data is collected
    by the University
    of Oregon Route Views Project, then processed and made
    available in various formats at the
    Global ISP interconnectivity
    by AS number page of
    NLANR (National Laboratory of
    Applied Network Research).
    Background information can be found
    here. | 
  | Preprocessing: | The data files called list of AS interconnections per AS number
    were downloaded from
    the Global ISP interconnectivity
    by AS number page of
    NLANR.
    The obtained graphs contain self-loops and parallel edges.
    These self-loops and parallel edges were removed, and the
    graphs were converted into LEDA format. In the LEDA graphs
    every undirected edge {u,v} is stored only once, either as
    edge (u,v) or as edge (v,u). | 
  | Properties: | undirected, simple, connected | 
  | Data: | The files are in LEDA
      graph format. | 
  | Used in: | Network data from NLANR has been used in many papers, for example
  [FFF99]. | 
  | Comments: | (none) |