Hello I am attempting to create a new internet.I need to to design the communication protocol of my new internet.
I decided I am going to use a 3 layer OSI model:
top level is the application level ,middle level is the assembler level ,bottom level is the physical level.
The assembler level is going to translate the message sent by a device into bytes and set the packet ids.
Information is going to be exchanged in the form of data packets.Each data packet will be in this form:
x bits sender address|y bits receiver address|packetid|transmitted data.
I will be using the flooding algorithm(https://www.tutorialspoint.com/data_communication_computer_network/flooding.htm) to transfer the data pckets.
Basically im going to have nodes(routers) which will constantly be exchanging information with any devices connected to them. Each router will have a memory space where the data packets will be held.
The sender address of a data packet will be the address of the first router to receive that data packet and the receiver address of a data packet will be the address of the intented receiving router.
I have already installed Logisim which is a software which deals with digital logic circuits , I would like to implement my router as a sequential circuit,how do I start doing that?
I decided I am going to use a 3 layer OSI model:
top level is the application level ,middle level is the assembler level ,bottom level is the physical level.
The assembler level is going to translate the message sent by a device into bytes and set the packet ids.
Information is going to be exchanged in the form of data packets.Each data packet will be in this form:
x bits sender address|y bits receiver address|packetid|transmitted data.
I will be using the flooding algorithm(https://www.tutorialspoint.com/data_communication_computer_network/flooding.htm) to transfer the data pckets.
Basically im going to have nodes(routers) which will constantly be exchanging information with any devices connected to them. Each router will have a memory space where the data packets will be held.
The sender address of a data packet will be the address of the first router to receive that data packet and the receiver address of a data packet will be the address of the intented receiving router.
I have already installed Logisim which is a software which deals with digital logic circuits , I would like to implement my router as a sequential circuit,how do I start doing that?

