add supernode info to Network Design Guide (#290)

This commit is contained in:
Steve 2023-09-21 15:10:15 -07:00 committed by GitHub
parent dcea344fec
commit 5d7e87cdb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 7 deletions

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -564,7 +564,7 @@ Currently the default low memory threshold is 10,000 KB, which if reached will l
Supernode Settings
^^^^^^^^^^^^^^^^^^
Supernodes are a way to link multiple mesh island networks in a safe and efficient way. If your local node is part of a Supernode network then you have the ability to view other nodes which are part of the Supernode network. Further information is forthcoming in subsequent documentation.
Supernodes are a way to link multiple mesh island networks in a safe and efficient way. If your local node is part of a Supernode network then you have the ability to view other nodes which are part of the Supernode network. For further information see the *Supernode Architecture* section of the **Network Topologies** section in the **Network Design Guide**.
.. image:: _images/supermesh-btn.png
:alt: Super Mesh button

View File

@ -25,11 +25,7 @@ Neighbor Status
If you have *Link Quality Manager* (LQM) enabled, you will also see a button which takes you to the **Neighbor Status** display. LQM is enabled/disabled from the **Advanced Configuration** page, and the settings for LQM are described in the **Configuration Deep Dive** section. The basic settings for *Link Quality Manager* are described below. The theory behind its operation is discussed in the AREDN |trade| *Link Quality Manager* section of the **How-To Guide**.
Super Mesh
If you are running firmware ≥ Nightly Build 20230921, you may see a *Super Mesh* button. This allows you to navigate to the *Mesh Status* display of the closest Supernode available to your device. Supernodes are a way to link multiple mesh island networks in a safe and efficient way. If your node is part of a Supernode network, then you have the ability to view other nodes which are part of the Supernode network even if your local mesh is not otherwise linked to those networks. Further information is forthcoming in subsequent documentation.
.. image:: _images/supernode-mesh.png
:alt: Supernode mesh
:align: center
If you are running firmware ≥ Nightly Build 20230921, you may see a *Super Mesh* button. This allows you to navigate to the *Mesh Status* display of the closest Supernode available to your device. Supernodes are a way to link multiple mesh island networks in a safe and efficient way. If your node is part of a Supernode network, then you have the ability to view other nodes which are part of the Supernode network even if your local mesh is not otherwise linked to those networks. For further information see the *Supernode Architecture* section of the **Network Topologies** section in the **Network Design Guide**.
WiFi Scan
Displays a list of other 802.11 signals within range of your node. The 802.11 signals may include Access Points, neighbor nodes, and other mesh networks (foreign ad-hoc networks). WiFi Scan is described in more detail below.

View File

@ -8,7 +8,7 @@ Every AREDN |trade| node is capable of automatically joining an *ad hoc* mesh ne
:alt: Mesh Topology
:align: right
Every AREDN |trade| node within radio range of other nodes will be able to participate in the network to extend its reach, provide route redundancy, or host services needed on the network at large. This simple mesh topology may serve its purpose perfectly for a short-term network deployed in support of a local event, or even for more permanent communication between nodes which are always within radio range. However, as mentioned in the previous chapter, the most important consideration for you network design is *"What is the purpose for this particular network?"* The specific requirements of your mission should drive the design of your data network.
Every AREDN |trade| node within radio range of other nodes will be able to participate in the network to extend its reach, provide route redundancy, or host services needed on the network at large. This simple mesh topology may serve its purpose perfectly for a short-term network deployed in support of a local event, or even for more permanent communication between nodes which are always within radio range. However, as mentioned in the previous chapter, the most important consideration for you network design is, *"What is the purpose for this particular network?"* The specific requirements of your mission should drive the design of your data network.
Types of Topologies
-------------------
@ -57,3 +57,18 @@ Endpoint Links
Endpoint links are used to connect destination nodes to the network. Sometimes these links are called "last mile", "tactical", or "terminal" links. Usually the nodes at the far end will serve either as the originators or the final destinations for network traffic. Depending on local conditions, endpoint links typically operate over distances of 3 miles or less.
Different types of radio links may be needed to connect all of the nodes that are required in order to fulfill the purposes for your network. The ultimate goal of your network topology is to have a reliable data network that accomplishes its purpose for providing services to the intended destinations and users.
Supernode Architecture
----------------------
Once several local or regional networks have been created, there may be a need for communication between these "mesh islands." Often node owners have used direct Internet tunnel connections to accomplish this. However, this has the effect of merging the mesh islands into a single network with all of the routing traffic traversing all of the member networks. Many of the legacy nodes with older hardware/firmware are unable to handle the increased load.
A more efficient solution is to use a Supernode network to provide access across mesh islands, without sharing all of the local routing traffic across the linked networks. A Supernode is a specialized, dedicated node whose sole purpose is to link with other Supernodes and to shield each local network from the aggregate routing traffic. *Mikrotik hAP ac2* hardware is recommended for Supernodes, along with an Internet connection that provides robust bandwidth .
A Supernode network is a high-level mesh network --- ``super`` meaning *"above or higher."* The Supernode network sits above the isolated mesh networks and provides connectivity without increasing the routing load on the local networks.
.. image:: ../_images/supernode-mesh.png
:alt: Supernode mesh
:align: center
A new solution for Supernode networks is currently being tested, and more information will be forthcoming in future documentation.