Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move from udp-overlay to ip-overlay #300

Closed
kormat opened this issue Aug 7, 2015 · 6 comments
Closed

Move from udp-overlay to ip-overlay #300

kormat opened this issue Aug 7, 2015 · 6 comments
Labels
i/wontfix This will not be worked on

Comments

@kormat
Copy link
Contributor

kormat commented Aug 7, 2015

Right now we're using this stack to send data in SCION:

   app protocol
-----------------
   scion
-----------------
   udp
-----------------
   ip

This is fine for the short-to-medium term, but for real-world rollout, we should be moving to:

   app protocol
-----------------
   scion
-----------------
   ip
@perrig
Copy link
Contributor

perrig commented Aug 7, 2015

Right, we should indeed move away from UDP if possible. Ideally, we would
have SCION directly on Ethernet, such that there is no routable IP packet
-- in order to obtain the property that traffic could not possibly leave a
domain even if part of the network is misconfigured.

On Fri, Aug 7, 2015 at 1:28 PM, Stephen Shirley notifications@github.com
wrote:

Right now we're using this stack to send data in SCION:

app protocol

scion

udp

ip

This is fine for the short-to-medium term, but for real-world rollout, we
should be moving to:

app protocol

scion

ip


Reply to this email directly or view it on GitHub
https://github.com/netsec-ethz/scion/issues/300.

@pszal
Copy link
Contributor

pszal commented Aug 7, 2015

In general I agree, and only comment that IP | UDP | SCION is a necessity of overlay-based deployment.

@kormat
Copy link
Contributor Author

kormat commented Aug 14, 2015

From meeting: lets add new address type, 16bits, for scion services.

@kormat
Copy link
Contributor Author

kormat commented Aug 20, 2015

#327 adds the new service address type.

@kormat
Copy link
Contributor Author

kormat commented Sep 30, 2015

With #388 committed, the hard work for this should mostly be in place.

@shitz shitz removed the enhancement label Apr 23, 2018
@scrye
Copy link
Contributor

scrye commented Apr 30, 2020

Now that overlays (underlays, in the new terminology) are decoupled from the SCION layer, we can defer implementing an IP-only underlay until an AS needs it. Until then, IP/UDP underlays will have to suffice.

@scrye scrye closed this as completed Apr 30, 2020
@scrye scrye added the i/wontfix This will not be worked on label Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i/wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

5 participants