Skip to content

Commit ec2f206

Browse files
digizephsdnts
authored andcommitted
[Radar] realtime routes visualization glossary (cloudflare#22408)
1 parent 52e3fb3 commit ec2f206

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/content/docs/radar/glossary.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,25 @@ of the table are defined as follows:
6868

6969
You can also access the detection result programmatically via our [public API](/api/resources/radar/subresources/bgp/subresources/hijacks/subresources/events/methods/list/) ([CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license).
7070

71+
## BGP real-time routes
72+
73+
Cloudflare Radar's prefix routing page displays real-time BGP routes as a [Sankey diagram][sankey]. This visualization is built using MRT data from [RouteViews][route-views] and [RIPE RIS][ripe-ris], combined with real-time streams from RouteViews' Kafka instance and [RIS Live][ris-live].
74+
75+
By default, the route visualization shows paths from the originating AS to [Tier-1 networks][tier-1], omitting the segments from Tier-1 networks to BGP route collectors for clarity. Users can choose to see the complete paths using the "Show full paths" toggle.
76+
77+
Above the visualization, a table details the prefix origin, including the originating AS, its visibility percentage across route collectors, and [RPKI][rpki] validation status (`valid`, `invalid`, `unknown`).
78+
79+
Hovering over a link in the diagram reveals a tooltip with the connected ASNs, the observing BGP route collectors (from [RIPE RIS][ris-collectors] and [RouteViews][route-views-collectors]), and the last update timestamp.
80+
81+
[route-views]: https://www.routeviews.org/routeviews/
82+
[route-views-collectors]: https://www.routeviews.org/routeviews/collectors/
83+
[ripe-ris]: https://www.ripe.net/analyse/internet-measurements/routing-information-service-ris/
84+
[ris-live]: https://ris-live.ripe.net/
85+
[ris-collectors]: https://ris.ripe.net/docs/route-collectors/
86+
[sankey]: https://en.wikipedia.org/wiki/Sankey_diagram
87+
[rpki]: https://blog.cloudflare.com/rpki-details/
88+
[tier-1]: https://en.wikipedia.org/wiki/Tier_1_network
89+
7190
## Certificates
7291

7392
Encryption is a critical part of a safe Internet. SSL/TLS is the standard security technology for establishing an encrypted link between a client and a server.

0 commit comments

Comments
 (0)