Difference between edge and interior ? #900
-
As subject,probably i missing basic architecture knoledge, but...what' s the difference ? Thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Interior routers can be connected to each other in any arbitrary topology. They will discover the topology and automatically compute the least-cost paths across that topology. Edge routers only connect to interior routers and do not permit incoming connections (i.e. you can't create a link-token on an edge router). This means that edges are always "leaf nodes" on the topology. There is a limit to the number of interiors that you can connect into one network. That limit is 128 interior routers. There is no limit to the number of edge routers that can be connected to the interior of the network. There is work in progress (skupperproject/skupper-router#711) that will allow multiple edge routers in one site to be connected together into a full-mesh. This will greatly improve scale when redundancy is needed at edge locations. Your question highlights a deficiency in Skupper's documentation. We will work to improve this. |
Beta Was this translation helpful? Give feedback.
-
Hi Luca,
Interior routers can be connected to each other in any arbitrary topology.
They will discover the topology and automatically compute the least-cost
paths across that topology. Edge routers only connect to interior routers
and do not permit incoming connections (i.e. you can't create a link-token
on an edge router). This means that edges are always "leaf nodes" on the
topology.
There is a limit to the number of interiors that you can connect into one
network. That limit is 128 interior routers.
There is no limit to the number of edge routers that can be connected to
the interior of the network.
There is work in progress (
skupperproject/skupper-router#711) that will allow
multiple edge routers in one site to be connected together into a
full-mesh. This will greatly improve scale when redundancy is needed at
edge locations.
Your question highlights a deficiency in Skupper's documentation. We will
work to improve this.
Thanks,
-Ted
…On Sat, Oct 1, 2022 at 2:36 PM Luca Calcaterra ***@***.***> wrote:
As subject,probably i missing basic architecture knoledge, but...what' s
the difference ? Thanks !
—
Reply to this email directly, view it on GitHub
<#900>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFEKJVHGOKV5LPFMQGYALDWBB73PANCNFSM6AAAAAAQ2RYPH4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Interior routers can be connected to each other in any arbitrary topology. They will discover the topology and automatically compute the least-cost paths across that topology. Edge routers only connect to interior routers and do not permit incoming connections (i.e. you can't create a link-token on an edge router). This means that edges are always "leaf nodes" on the topology.
There is a limit to the number of interiors that you can connect into one network. That limit is 128 interior routers.
There is no limit to the number of edge routers that can be connected to the interior of the network.
There is work in progress (skupperproject/skupper-router#711) that will allow multiple edge rout…