#2266 - Finally started to add some user documentation around how to properly create networks
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
.. only:: comment
|
||||
|
||||
© Crown-owned copyright 2023, Defence Science and Technology Laboratory UK
|
||||
|
||||
.. _network_examples:
|
||||
|
||||
``Network Examples``
|
||||
====================
|
||||
|
||||
The below examples demonstrate how to configure different types of network in PrimAITE. They examples all have network
|
||||
topology diagrams. Each rectangle represents a single Node, with the hostname inside of the rectangle. Physical inks are
|
||||
represented by lines between two nodes. At each end of the line is the network interface number on the node the link is
|
||||
connected to. Where the network interface is alsoa layer-3 device, the label also contains the ip address and subnet
|
||||
mask in CIDR format (``<ip address>/<no mask bits>``). All network diagrams on this page use the following node type
|
||||
colour key:
|
||||
|
||||
.. image:: images/primaite_node_type_colour_key.png
|
||||
:width: 300
|
||||
:align: center
|
||||
|
||||
#1. Client-Server P2P Network
|
||||
-----------------------------
|
||||
|
||||
This example demonstrates how to create a minimal two-node client-server P2P network. the network consists of a Computer
|
||||
and a Server on the same subnet with a single Link connecting the two.
|
||||
|
||||
|
||||
.. image:: images/primaite_example_client_server_p2p_network.png
|
||||
:width: 800
|
||||
:align: center
|
||||
|
||||
|
||||
|
||||
#2. Basic Switched Network
|
||||
--------------------------
|
||||
|
||||
In this example we'll create a basic switched network. The network will consist of two Computers, a Server, and a
|
||||
Switch, all on the same subnet.
|
||||
Reference in New Issue
Block a user