Skip to content

Commit 4f32097

Browse files
committed
[Radar] real-time routes visualization glossary
1 parent aab964c commit 4f32097

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/content/docs/radar/glossary.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,21 @@ 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+
Radar's prefix routing page displays real-time BGP routes as a Sankey diagram. 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 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, and the last update timestamp.
80+
81+
[tier-1]: https://en.wikipedia.org/wiki/Tier_1_network
82+
[route-views]: https://www.routeviews.org/routeviews/
83+
[ripe-ris]: https://www.ripe.net/analyse/internet-measurements/routing-information-service-ris/
84+
[ris-live]: https://ris-live.ripe.net/
85+
7186
## Certificates
7287

7388
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)