Topology -'shape' of the network, how it is connected and put together. Several network topologies, with their advantages and disadvantages.
"Star" topology- network nodes connect to a central hub which directedd the flow of data. This is a simple setup, If one cable fails only that station is affected. Transmits data faster. No data collisions. Performance is consistent with heavy network usage. but can run into traffic issues on busy networks and creates a single point of failure (the central hub). Expensive due to switch and cabling.
"Mesh" topology - connects every node to every other node. For a wired network, this is complicated to set up and does not scale well, but can improve speed or availability for small networks. Mesh networks tend to be wireless based which avoids cables. No cabling costs. As number of nodes increase, reliability and speed increases. Faster since data doesn't travel through a central switch. Need to purcahse devices with wireless capabilities. Maintaining the network is difficult.
'Bus' topology -All terminals are connected to a backbone cable.
Cheaper to set up and doesn't reqire any aditional hardware.
If the backbone cable fails, entire network is disconnected. As traffic increases, performance dcreases. All computers can see data transmission.
Network topologies will use a mixed approach, and the decision on whether to include servers, and whether to make it primarily wired or wireless, will also have to be made at some point.