Skip to content

Difference between edge and interior ? #900

Answered by ted-ross
lucacalcaterra asked this question in Q&A
Discussion options

You must be logged in to vote

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…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@lucacalcaterra
Comment options

Answer selected by lucacalcaterra
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants