Skip to content

Commit

Permalink
Website daily update for 2024-09-30T04-02-31
Browse files Browse the repository at this point in the history
  • Loading branch information
probelab-cmi committed Sep 30, 2024
1 parent 99a628c commit bad0cbb
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 0 deletions.
110 changes: 110 additions & 0 deletions content.en/ethereum/discv5/2024-39-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
---
title: Week 2024-39
plotly: true
slug: 2024-39
weight: 1045620
---

# Ethereum discv5 weekly report 2024-39

The following results show measurement data that were collected in **calendar week** 39 **of** 2024 from `2024-09-23` to `2024-09-30`.

Our methodology is available [here](../methodology). Note we are only able to display information about dialable nodes, hence nodes operating behind a NAT aren't accounted for, even though they may be connected.

## Agents

### Agent Distribution

This bar chart represents the distribution of various user agents within the Ethereum `discv5` DHT. Each bar corresponds to a different user agent or client type and indicates its relative prevalence within the network for the given reporting period. The chart provides a snapshot of how different Ethereum clients are being utilized in the network's decentralized infrastructure.

{{< plotly json="../../../plots/2024/09/23/discv5-agents-overall.json" height="600px" >}}

This stacked plot shows the distribution of various user agents over time.

{{< plotly json="../../../plots/2024/09/23/discv5-agents-overall-stacked.json" height="600px" >}}

This chart presents the version distribution for all major user agents, with each bar representing the average number of online peers over the course of a week.

{{< plotly json="../../../plots/2024/09/23/discv5-agents-versions.json" height="600px" >}}

This stacked chart illustrates how the distribution of agent versions for all key user agents evolves over time. It offers insights into the uptake of newer versions among these agents.

{{< plotly json="../../../plots/2024/09/23/discv5-versions-distribution.json" height="600px" >}}

## Protocols

This plot illustrates the evolving count of nodes supporting each of the listed protocols over time for the different user agents. The identification of supported protocols relies on the [libp2p identify protocol](https://github.com/libp2p/specs/tree/master/identify).

{{< plotly json="../../../plots/2024/09/23/discv5-protocols-support.json" height="1200px" >}}

## Geolocation

Geographical data is sourced from the [MaxMind database](https://www.maxmind.com), which maps IP addresses to corresponding countries.

This bar plot illustrates the distribution of observed beacon nodes across different countries.

{{< plotly json="../../../plots/2024/09/23/discv5-geo-agent-All-bars.json" height="600px" >}}

This bar plot illustrates the distribution of observed beacon nodes across different countries, broken down for each major user agent.

{{< plotly json="../../../plots/2024/09/23/discv5-geo-agents-bars.json" height="600px" >}}

This plot displays the weekly geographical distribution of beacon nodes, categorized by country.

{{< plotly json="../../../plots/2024/09/23/discv5-geo-agent-All-lines.json" height="600px" >}}

This plot displays the weekly geographical distribution categorized by country, for each major user agent.

{{< plotly json="../../../plots/2024/09/23/discv5-geo-agents-lines.json" height="600px" >}}

## Cloud Providers

Cloud providers data is sourced from [Udger](https://udger.com/resources/datacenter-list), which maps IP addresses to known hosting providers.

### Cloud Hosting Rate

This line chart displays the count of beacon nodes within the Ethereum discv5 network that are hosted on known commercial cloud providers, compared to those that are not. It tracks the distribution over a specified period, offering insights into the infrastructure preferences for node hosting.

Regular analysis of this chart can reveal trends in the adoption of cloud services for beacon nodes. Such information is crucial for understanding the network's resilience and the potential reliance on cloud infrastructure.

{{< plotly json="../../../plots/2024/09/23/discv5-cloud-rate-agent-All-lines.json" height="600px" >}}

This line chart illustrates the number of beacon nodes within the Ethereum discv5 network, hosted by recognized commercial cloud providers, broken down by each major user agent. It provides a user agent-specific view, mirroring the approach of the previously mentioned analysis, to highlight hosting preferences across different user agents.

{{< plotly json="../../../plots/2024/09/23/discv5-cloud-rate-agents.json" height="600px" >}}

This bar chart presents the weekly distribution of Ethereum beacon nodes among various cloud providers, including nodes not hosted within data centers (grouped under _Non-Datacenter_).

{{< plotly json="../../../plots/2024/09/23/discv5-cloud-agent-All-bars.json" height="600px" >}}

This bar chart showcases the weekly distribution of Ethereum beacon nodes across different cloud providers, broken down for each major user agent.

{{< plotly json="../../../plots/2024/09/23/discv5-cloud-agents-bars.json" height="600px" >}}

The line chart illustrates the trends in the distribution of all Ethereum beacon nodes across cloud providers over the given time period. Note that nodes hosted outside of data centers are not included in this representation.

{{< plotly json="../../../plots/2024/09/23/discv5-cloud-agent-All-lines.json" height="600px" >}}

The line chart illustrates the trends in the distribution of Ethereum beacon nodes by agent across cloud providers over the given time period. Note that nodes hosted outside of data centers are not included in this representation.

{{< plotly json="../../../plots/2024/09/23/discv5-cloud-agents-lines.json" height="600px" >}}

## Stale Node Records

### All `discv5` peers

This stacked plot depicts the count of node records stored within each node's routing table and made accessible through the DHT. These node records serve as a mechanism through which nodes discover new remote nodes in the network.

Ensuring the reachability of referenced nodes shared within the network holds paramount importance. The plot delineates the occurrences of reachable and non-reachable (stale) node records. Note that nodes running behind a NAT are counted as unreachable even though they may be online.

For instance, if a node's record is present in the routing tables of 100 other nodes and the node is reachable, the plot will reflect an increase of 100 in the _online_ category.

This plot displays data about all nodes participating in `discv5` and isn't limited to Ethereum mainnet nodes.

{{< plotly json="../../../plots/2024/09/23/discv5-stale-records-stacked.json" height="600px" >}}

### Ethereum mainnet

This plot is similar to the above but only displays the number of Ethereum mainnet (Deneb) records found in the routing table of other Ethereum mainnet (Deneb) nodes.

{{< plotly json="../../../plots/2024/09/23/discv5-stale-records-mainnet-stacked.json" height="600px" >}}
1 change: 1 addition & 0 deletions content.en/plots/2024/09/23/discv5-protocols-support.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit bad0cbb

Please sign in to comment.