Topic 9.2 Networking Flashcards
Explain what is meant by a physical topology
Describes how network devices are physically connected.
Via cables, wires, wireless
Explain what is meant by a logical topology
The way the information and data flows around the network
Explain a physical star topology
Each device (printer, computer) has its own connection to the central hub.
Advantages of a physical star topology
- Easy to add new devices
- Nobody else can see your data being sent
- No possibility of collisions
- One cable failing doesnt affect the rest of the
network
Disadvantages of a physical star topology
- If central hub fails, everything fails
- Very expensive as lots of cable required
Explain a physical bus topology
Every device is connected to a main cable which connects to the central hub.
Advantages of a physical bus topology
Very cheap as only one cable needs to be installed
Disadvantages of a physical bus topology
No confidentiality
- Every device on a network can see all your data being sent
Collisions
- Data being sent at the same time from 2 different devices means both devices will have to send their data again
Risky
- Central wire fails, everything fails
Explain a logical bus topology
Devices behave as though they share a single wire connecting them all to the central hub.
Data sent by one device is heard by all devices in the network, but only read by intended recipient.
Explain how a physical star topology can act as a logic bus topology.
If we use a hub instead of a switch in a PST, the hub does not make smart decisions about where to send data like a switch would, so it broadcasts data to all devices, exactly the same a bus topology would.
This also means that if data is sent at the same time, there will be a data collision and the data will have to be resent.
Explain what is meant by peer-to-peer networking
Every device has equal status.
All devices able to share resources with each other without the need for a server
Everyone can request each other’s data.
Advantages of peer-to-peer networking
No central points of failure
Cheaper due to no server
Scalable network so can grow easily
Disadvantages of peer-to-peer networking
No central authority so very low security
Each device has to act as it its own server which uses a lot of computer resources (memory & processing)
Performance lowers due to reliance on devices with low-speed connections
Explain where peer-to-peer networking may be used
Cryptocurrencies - no central security
Skype - used to use it for connecting users on voice and video calls
Minecraft - reduces latency between multiple computers
Explain client-server networking
One (or more) server(s) provide services to multiple devices on a network.
Servers are connected to the network in the same way that devices are but are most likely a lot more powerful.
Services could be management of print queues and emails.