Node Score

circle-exclamation
S=NHCS = N⋅H ⋅C

Node Score (S) is determined by 3 factors:

  • Network Score (N) evaluates the reliability of your current network. Factors such as NAT type, NAT consistency, outbound bandwidth, and average latency will be considered.

  • Hardware Score (H) considers ****the capabilities of your connected hardware, from CPU, GPU, RAM, disk space, to disk type, etc. High-performing hardware can boost the efficiency and performance of the network and thus will be given a higher score.

  • Consistency Score (C) assesses the consistency of worker nodes’ availability over a period of time. Consistency in node availability is proof of reliability and trustworthiness.

Network Score (N)

chevron-rightFactors Affecting Network Scorehashtag

Network Score is affected by various factors. Initially, we will include the following criteria, but the list will continue to evolve:

  • NAT Type: NAT (Network Address Translation) Type refers to the strictness of a router in allowing connections from outside networks. The ranking of NAT Types from least restrictive to most restrictive is as follows: Static>DMZ>PAT>Full Cone>IP Restricted Cone>Port Restricted Cone>Symmetric. There are several types of NAT:

    • Static NAT (Network Address Translation) refers to a type of NAT where each private IP address is mapped to a corresponding public IP address. This mapping is consistent and does not change over time. Static NAT is typically used when a device, such as a server, needs to be accessible from the internet.

    • DMZ (De-Militarized Zone) in the context of NAT (Network Address Translation) refers to a network setup where a particular device (like a server) is placed outside the main network's security firewall. This allows unrestricted network access to that device, making it readily accessible over the internet. However, it also exposes the device to potential external threats, hence it's typically used for servers that need to be publicly accessible yet isolated from internal networks for security reasons.

    • PAT, or Port Address Translation, is a type of NAT (Network Address Translation). In PAT, all devices on the local network are mapped to a single public IP address, but each device is assigned a specific port number. This way, the router can determine which device to forward incoming packets to based on the port number. PAT is a common method used in home networks due to its efficient use of limited public IP addresses.

    • Full Cone: All requests from the same internal IP address and port are mapped to the same external IP address and port. Any external host can send packets to the internal host by sending packets to the mapped external IP address and port.

    • Restricted Cone: As with Full Cone, all requests from the same internal IP address and port are mapped to the same external IP address and port. However, an external host can send packets to the internal host only if the internal host has previously sent a packet to the external host.

    • Port-Restricted Cone: This is a more restricted type of NAT. The router keeps track of the port numbers on the external host that the internal host communicates with. The router allows incoming packets to those port numbers only.

    • Symmetric: This is the most restrictive NAT type. Each time the same internal device sends a packet to a destination, a new port is used and mapped for the return packets from that destination. This makes it very difficult for incoming connections to be made to the internal device unless the device has initiated the connection.

  • NAT Consistency: NAT Consistency refers to the predictability and reliability of a NAT (Network Address Translation) type in maintaining and managing the network connection.

  • Outbound Bandwidth: Outbound bandwidth refers to the maximum rate of data transfer from a particular system or network to another system or network. It's measured in bits per second (bps). It plays a crucial role in network performance as it affects the speed and quality of data transmission. Higher outbound bandwidth typically indicates better network performance.

  • Average Latency: Average latency refers to the average amount of time it takes for data to travel from one point to another in OpenEdge network, checked by all the Sentry Nodes periodically. Lower latency signifies a more efficient and high-performing network as data transmission is faster, leading to a better user experience.

Network Scores will be assigned to nodes according to the conditions below:

Score
1
2
3
4
5

NAT Type

Symmetric

Port Restricted Cone

IP Restricted Cone

Full Cone

PAT/DMZ/Static

NAT Consistency

Not consistent

Slightly consistent

Moderately consistent

Mostly consistent

Fully consistent

Outbound Bandwidth

<100Mbps

[100Mbps, 500Mbps)

[500Mbps, 1Gbps)

[1Gbps, 3Gbps)

>3Gbps

Average Latency (ms)

[200,+∞)

[100,200)

[50,100)

[20,50)

[0,20)

Hardware Score (H)

chevron-rightFactors Affecting Hardware Scorehashtag
  • CPU: The processing power of the CPU (Central Processing Unit) is crucial for performance. The number of cores and clock speed can significantly affect the node's efficiency.

  • GPU: The GPU (Graphics Processing Unit) is important for tasks that require high computational power, such as machine learning and data processing.

  • RAM: RAM (Random Access Memory) affects the node's ability to handle multiple tasks simultaneously. More RAM generally leads to better performance.

  • Disk Space: Sufficient disk space is necessary for storing data and running applications smoothly. It's measured in gigabytes (GB) or terabytes (TB).

  • Disk Type: The type of hard disk (e.g., HDD vs. SSD) can impact read/write speeds. SSDs (Solid State Drives) are generally faster and more reliable than HDDs (Hard Disk Drives

Hardware Scores will be assigned to nodes according to the conditions below:

Score
1
2
3
4
5

CPU (Cores)

<4

4-8

8-16

16-32

>32

GPU

Integrated

Entry-Level

Mid-Range

High-End

Top-Tier

RAM (GB)

<8

8-16

16-32

32-64

>64

Disk Space (GB)

<256

256-512

512-1024

1TB-2TB

>2TB

Disk Type

HDD

Hybrid

SSD

NVMe SSD

Top-Tier NVMe SSD

Consistency Score (C)

chevron-rightFactors affecting Consistency Scorehashtag

The Consistency Score (C) is evaluated based on 7-day moving average up-time and liveliness over a period of time:

  • Average Up-time: This refers to the percentage of time that the node is operational and accessible when checked by a centralized server.

  • Average Liveliness: This refers to the percentage of time that the node is available and responsive when checked by random Sentry Nodes from the entire network.

Consistency Scores will be assigned to nodes according to the conditions below:

Score
1
2
3
4
5

Moving Average Uptime

<25%

25-50%

50-75%

75-90%

>90%

Moving Average Liveliness

<25%

25-50%

50-75%

75-90%

>90%

Last updated