Skip to content

Networking

Mark Janssen edited this page Dec 15, 2019 · 8 revisions

The OS is designed to be maximally generic without sacrificing customizability nor functionality. In the broadest sense, this category is used to convey "communicating between or with other PROCESSING units".

Networking extends the personal computer past it`s physical bounds and virtualizes the entire network, just like the multi-user systems simulated a computer for each user, each peer gets to see the entire network as part of it`s system.

With a peer-to-peer model of say, 6 peers, you have complete connectivity to a 1,000,000+ nodes with roughly 7 hops, but only have to track 6 slots as peers.

Nodes without their 6 peers can broadcast their available slot and wait for a new node to come by, making an interesting community of co-sharing partners.

Data trying to reach a node has to keep track of which nodes it has visited and the OS makes sure that they don't go back to any such previous system.

Clone this wiki locally