Topologies Flashcards
Bus Topology
One common linking cable
Nodes connected off the cable
Cheap
disadvantages of bus topology
Slows down when heavy traffic
Lots of data collisions
Breakage to cable affects the whole network
Limited distance possible
Ring Topology
One common linking cable
Passes all nodes
One direction traffic
Fast performance
disadvantages of ring topology
But if the cable gets damaged the
whole network goes down.
Star Topology
Shared link to server(s)
Most common
Few data collisions
Fast
Mesh Topology
Each component is linked to every other component.
If one node goes down, the network will continue to work.
Can handle a lot of data, as there are multiple paths to each node
what must happen to data when it is sent across the network?
must be split into small, equal size chunks.
Each chunk of data includes some important information:
The destination address
The source address
The packet number (To help the file to be reassembled at the destination)
Error checking (To make sure the data arrived safely.)
packet switching
Once the data is split into packets, the packets will take different routes across the network to avoid heavy traffic and damaged cables.