File:BGP Table growth.svg

Summary

Description
English: Global BGP Table size, 1988–2024
Français : Croissance de la table BGP mondiale de 1988–2024
Date
Source Own work based on: Bates, Tony; Smith, Philip; Huston, Geoff. CIDR Report (English). cidr-report.org. Retrieved on 2025-11-23., bgp-active.txt (TXT). bgp.potaroo.net. Retrieved on 2025-11-23., AS65000 - BGP Table Statistics. bgp.potaroo.net. Retrieved on 2025-11-23.
Author Mro, Bombenleger
Other versions
SVG development
InfoField
 The SVG code is valid.
 This plot was created with gnuplot.
Category:Valid SVG created with Gnuplot#BGP%20Table%20growth.svg
 Category:Translation possible - SVGThis plot uses embedded text that can be easily translated using a text editor.

gnuplot source

set terminal svg size 600,480 font 'arial,16'
set output 'BGP_Table_growth.svg'

set title 'IPv4 prefixes announced on the Internet'
set key off

set xlabel 'Date'
set xdata time
set xtics timedate
set xtics format "%Y"
set timefmt "%Y-%m-%d"
set xrange ["1988-01-01":"2025-01-01"]
set xtics time "1988-01-01", 4 years, "2026-01-01"
set mxtics time 1 years

set ylabel 'Number of prefixes'
set format y "%.0f"

set grid xtics lc rgb 'gray40'
set grid ytics lc rgb 'gray40'

set timefmt "%s"    # (seconds since 1970-01-01)
plot "bgp-active.txt" using 1:2 smooth acsplines with lines linecolor rgb 'red' linewidth 1.5

unset output
unset terminal

Licensing

Mro, Bombenleger, the copyright holder of this work, hereby publishes it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
Category:License migration redundant#BGP%20Table%20growth.svgCategory:GFDL#BGP%20Table%20growth.svg
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported, 2.5 Generic, 2.0 Generic and 1.0 Generic license.
Attribution:
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-3.0,2.5,2.0,1.0#BGP%20Table%20growth.svg
You may select the license of your choice.
Category:Self-published work
Category:Gnuplot graphics Category:Routing
Category:CC-BY-SA-3.0,2.5,2.0,1.0 Category:GFDL Category:Gnuplot graphics Category:License migration redundant Category:Routing Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Gnuplot