-
Notifications
You must be signed in to change notification settings - Fork 0
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
Clarifications in introduction and beaconing #46
Comments
That's exactly what it is, we just picked a generous value for the allowed inaccuracies. Picking a value that already had a meaning in SCION seemed less arbitrary than making up another arbitrary value. There doesn't seem to be a non-arbitrary choice. |
In the early skeleton of the deployment draft, we also got this content by @juagargi :
@juagargi I have some concerns regarding this text:
Beacon traffic increases if the interval is reduced. Also, Dominik today mentioned they use 30s in general. We can perhaps clarify this and integrate this in the next release of the CP draft. If there are more researchy parts to this, we can add it to the research questions draft. I am moving this to here, as with #42 we added a section about beaconing scalability, and I feel this would belong there more than to the open research questions. |
I'm not sure I can follow this argument. If we want an "arbitrary" value, we could just say so. Picking the minimum hopfield expiration time requires not only more text + a (pointless) reference, I also found it really confusing, thinking I was lacking some obvious understanding why the minimum hopfield expiration is relevant here. Also, the value is not really arbitrary, it depends on what the acceptable/expected clock deviation is. Maybe we can just write that? |
I read through the draft, I also agree that Avoiding Circular Dependencies and Partitioning needs some review, this section is more some design considerations.. |
Copied over from feeedbac received by @tzaeschke in #42 (comment)
Introduction
Avoiding Circular Dependencies and Partitioning
However, I am not sure how anything in the list explains anything about circular dependencies?
Partition and Healing
ASes could always switch to otherwise unused links
.unused
links?Unused
indicates that they are not in the "Best PCB" set.If that is the case, then we cannot simply "switch" to use them, we first need to have them discovered by beacons. This takes time, see
propagation interval
(unless PCB are forwarded immediately) and beaconorigination interval
.propagation interval
and theorigination interval
.As I understand, with propagation interval being set to e.g. 10Minutes, this adds up to 5hops1/210min= 25minutes for 5 hops.
Path Exploration or Beaconing {#beaconing}
Introduction and Overview
Intra-ISD beaconing
: Isn't this incomplete? How are DOWN segments created? I think leaf ASes need to propagate paths back to the COREs? -> Link to #intra-reg ?Inter-ISD beaconing
: Similarily, I think there is a step where CORE beacons share their path DB with other CORE ASes in the same ISD?Extending a PCB
selects the best combinations
: Maybe link to a section that explains how this works? And what "best" means?Path-Segment Construction Beacons
PCB Validity
For the purpose of validation, a timestamp is considered "future" if it is later than the current time at the point of validation plus the minimum expiration time of a hop field (337.5 seconds, see ).
Maybe add an explanation why we add the minimum expiration time here?
Shouldn't "future" simply be timestamp + some_delta_to_account_for_server_time_inaccuracies, where the delta is maybe a few seconds rather than 5.5 minutes?
Propagation of PCBs {#path-prop}
Selection of PCBs to Propagate {#selection}
Storing and Selecting Candidate PCBs
temporary storage
: Maybe clarify what "temporary" means.At each propagation event, each AS selects a set of the best PCBs from the candidates in the beacon store
The best PCBs set size SHOULD be at most "50" (PCBs) for intra-ISD beaconing and at most "5" (PCBs) for core beaconing.
PCBs per remote CORE AS. Maybe clarify this?
Note that during bootstrapping and if the AS obtains a PCB containing a previously unknown path, the AS SHOULD forward the PCB immediately, [...].
forwarding >5 paths, correct? If yes, then the first 5 paths are always the best until they expire and can be replaced with other paths?
coming in all the time that need to be forwarded immediately, or not?
The text was updated successfully, but these errors were encountered: