By: lukeh990
A collection of utility scripts for the OpenComputers Minecraft mod on the modpack "FTB Presents SkyFactory 3."
A spin on the real-world OSI (Open Systems Interconnection) model the MSI (Minecraft Systems Interconnection) model aims to provide a framework that describes how systems communicate.
Much like in the real world, the physical layer is the cabling that connects systems.
Examples:
- Network Cables
- Relay
At this layer, physical addresses are used to address individual network cards. Also, packets must include a port number which must be open on the receiver.
Examples:
- Network Card
- modem API
At this layer, the machine adopts an IPv4 type address (32 bits in 4 octets) which is used to provide best effort delivery.
At this layer, the application becomes responsible for structuring data.