Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 742 Bytes

DIAGRAM.md

File metadata and controls

26 lines (15 loc) · 742 Bytes

Diagrams and Connections

Node

Node

Each node is server and client itself. Client is used to connect to other nodes and Server is for receiving connection from other nodes. For example, Node A want to connect to Node B. In this case A's client will be connection to B's server.

Also, Client node is NEXT node and Server node is PREVIOUS node.

Connection

Connection

When two nodes are connected, it means that, 6666's client connected to 7777's server. For 6666, node 7777 is NEXT node, but for 7777, node 6666 is PREVIOUS node.

Topology

The topology of network is RING.

For example network with 4 nodes looks like that: Topology