-
Notifications
You must be signed in to change notification settings - Fork 3
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
Allow multiple physical infrastructure providers per span and node. #199
Comments
From #192 (comment):
Do you have a concrete example of this? My understanding is that joint ventures are typically incorporated as an independent entity (https://en.wikipedia.org/wiki/Joint_venture#Company_incorporation) so it should in theory be one organisation that is the physical infrastructure provider, which may have several shareholders. |
Only anecdotal, and that it might be quite hard in some cases to identify these joint ventures without data on the shareholders. That being said, I think these will be edge cases so don't particularly mind if we'd rather deal with the problem if and when it arises. |
Following further conversations we now have some concrete examples of multiple physical infrastructure providers. One fairly common scenario involves local governments installing ducts, and multiple companies blowing cables through the same ducts. I think that raises a couple of issues that we need to clarify:
We can address this either by tweaking definitions, or by changing cardinalities. |
An example from South Africa is the National Long Distance (NLD) consortium. https://techcentral.co.za/nld-fibre-route-finally-live/187337/ Four companies, 3 commercial, 1 state-owned. Each operator got 2 cables. It is not clear to me, however, whether the NLD itself is an independent entity in any way. Will find out more. |
From a quick Google, it does indeed seem like NLD is a consortium rather than an independent entity like a joint venture. There's some information on NLD in the country case studies from the World Bank's Cross-Sector Infrastructure Sharing Toolkit. It sounds similar to the scenario that @lgs85 described: the consortium invested jointly in the trench, but then each member laid their own fibre: Edit: It would be really helpful to actually see the co-build agreement referenced above. @stevesong would there be any chance of getting sight of that via your network?
With the current 1:1 cardinality of It's also in-line with the ITU's Brazil data, which looks to have one span per provider, albeit represented somewhat schematically, as discussed in #193:
I'm inclined to think that we should narrow the semantics of physical infrastructure provider to cover only providers of fibre, not of trenches alone since many properties of |
I think it's helpful here to consider the following user stories, which I think are a fair reflection of many of the issues raised in our pilot discussions:
I think that the Brazil data highlights how the standard doesn't, at present, address these user needs. We can't tell if these spans are following the same route, similar routes, or independent routes. Multiple cables in the same trench is one example of this, but we might also see multiple cables in the same duct. As far as I can see we can't consider these cables as independent from the perspective of physical disruption to the network.
This is a good point, and I think highlights that simply changing cardinalities is insufficient to address the primary issue here. Rather, I think that the standard needs some restructuring, so that users can represent multiple fibre cables following the same route. I don't think it's sufficient to rely on users to infer this from the geospatial data as this may often be inaccurate, of insufficient resolution, or absent. There are multiple ways that we could represent this, which might involve revisiting the concept of a span, and/or adding higher or lower level hierarchies to spans. @duncandewhurst I think that this is probably best closed here and moved to a separate issue. We should also talk this through together in a dedicated modelling call. I'll look to put something in. |
I've renamed this issue to be about multiple physical infrastructure providers per span and node and created a new issue about multiple network providers per span and node: #210 |
Reopening based on the discussion from #192 (comment) onwards (I don't remember why the issue was closed). |
See also:
Talking to operators has made it clear that both
networkProvider
andphysicalInfrastructureProvider
will need to allow for a one-to-many relationship with spans and nodes. This may also require some tweaks to the primer and reference pages.The text was updated successfully, but these errors were encountered: