Topologies Flashcards
What does a bus topology consist of?
- A central cable (the backbone) which connects all devices to the network.
- Terminators at each end of the cable to stop the signal bouncing back8
How do bus topologies avoid collisions?
A bus setup does not allow two computers to transmit at the same time, this avoids collisions.
Disadvantages of bus topologies
- Performance degrades with heavy traffic
- A failure on the main cable stops the whole network working.
- Low security as several computers use the same cable so can see all data transmissions
Advantages of bus topologies
- Less expensive to install as it requires less wires/no additional hardware
- Easier to set up due to less equipment used
What is a LAN / WLAN?
- Local-area-networks consist of a number of devices connected by wires, on a single site/building.
- They can transmit data very fast but only over short distances
What is a WAN?
Wide-area-network
What does a star topology consist of?
- Consists of a central node either a switch or computer which acts as a router.
- Has several wires attached to the central node to connect devices separately
Advantages of bus topologies
- if one cable fails, the rest of the network isn’t affected
- faults can easily be located because the separate wires can be tested.
- Consistent performance even during heavy usage
- Easy to add new devices
- More secure, messages can be sent directly to the central node
- No problems of collisions since each device has its own cable
Disadvantages of star topologies
- More costly as more wires are required
- If the central node goes down, the whole network fails
How does a star topology operate?
- The switch records the address of each device connected to its ports by looking at the MAC addresses in the data it receives.
- It builds a table, mapping each device to the port it is connected to
- This means it can direct incoming data to the correct device by looking at the destination address in the incoming signal.
What happens if the destination address is not in the switch’s table in a star topology?
- the switch defaults to a hub behaviour and sends the signal out on all devices.
What is the difference between a physical and logical topology?
- A physical topology is the setup of the physical components such as wires/devices
- A logical topology is how the data is transmitted/sent around the network
Give an example of the logical and physical topologies being different and how this is achieved
You could have a physical star topology but a logical bus topology. This is achieved through installing a bus transmission protocol onto the devices.
How does a bus topology operate?
- Data can’t be transmitted at the same time so a device wanting to transmit data sends a broadcast message onto the wire that all other devices see.
- Then the intended recipient accepts and processes the message.