Earlier quoted context omitted.
> I'm not convinced that centralization in its current iteration (cloud operators controlling huge infrastructures) is the best long run You might be interested in checking the InterPlanetary File System [1] which attempt to tackle this among other issue. I can't find it now but I remember the doc mentioning the need for a future space network to be decentralized, so there is that too. [1] https://ipfs.io/#why
From a conference I attended years ago, the key motivator is that request/response networking is pretty much already broken when we get to the moon; once Mars comes into the picture, it'll be even more so. When each TCP packet requires an ACK, and an ACK takes minutes to arrive... things break down a bit. So, the idea behind IPFS and others (SSB comes to mind, except, yacht-themed) is that it's largely a collection o…
Additionally you can layer in forward error-correction above TCP to reduce packet loss due to the physical medium.