Devices in a network are arranged and connected together using network topologies.
Any device on a network is called a node.
There are two common LAN topologies you need to be able to describe: star, bus.
Each computer is connected individually to a central node.
The central node can be a file server, switch or hub.
The star topology is the most common layout.
Generally fast and reliable, because each node is directly connected to the central node.
Network traffic is minimised, reducing data collisions.
Large organisations, such as schools or businesses tend to use star networks.
The switch can screen data packets, rejecting any that are corrupt, increasing security on the network.
It is easy to add devices to the network as they just need to be connected to the switch.
If a connection to one device fails, then the rest of the network should not be affected.
Star networks require a lot of cabling, as every computer is connected to the switch individually, this can become expensive.
If the central server or switch fails, the entire network fails.
Each node is connected directly to a single cable, known as the backbone.
Each end of the backbone has a terminator.
All the devices share this cable to transmit data around the network.
The data is sent to all the other nodes.
Each node decides whether to accept the data by checking the destination MAC address.
Only one node can successfully transmit data at any one time.
When multiple transmissions are sent at the same time there will be data collisions.
This will require the data to be resent.
This can slow the network transmission rates.
Bus networks are not common.
Best suited to a temporary network, as they are quick to set up and dismantle.
The physical or logical arrangement of nodes that make up a communication network.
Each computer or client is connected individually to a central point, usually a switch or a hub.
Advantages:
Disadvantages: