Network Topologies |
|
In networking, the term topology refers to the layout of connected devices on a network. Think of it as the logical "shape" of the network wiring. This logical shape does not necessarily correspond to the actual physical layout of the devices on the network. For example, the computers on a home LAN may be arranged in a circle, but it would be highly unlikely to find an actual ring topology there. 'Logical' means how it looks as a pure design concept, rather than how it actually looks physically. e.g. the topology pictures you will see have nice straight lines between bits of the network, they don't try to show all the corners that need to be turned and holes that have to be drilled in a real cable installation. Each topology has its advantages and disadvantages: usually
related to cost, complexity, reliability and traffic "bottlenecks". |
Bus topology
Many devices connect to a single cable "backbone". If the backbone is broken, the entire segment fails. Bus topologies are relatively easy to install and don't require much cabling compared to the alternatives.
|
Ring Topology
In a ring network, every device has exactly two neighbours
for communication purposes. All messages travel through a ring in the
same direction. Like the bus topology, a failure in any cable or device
breaks the loop and will take down the entire segment. A disadvantage
of the ring is that if any device is added to or removed from the ring,
the ring is broken and the segment fails until it is "reforged"
(by dwarfish goldsmiths?) It is also considerably more expensive than
other topologies. |
Star Topology
A star network has a central connection point - like a hub or switch. While it takes more cable, the benefit is that if a cable fails, only one node will be brought down.
All traffic emanates from the hub of the star. The central
site is in control of all the nodes attached to it. The central hub is
usually a fast, self contained computer and is responsible for routing
all traffic to other nodes. The main advantages of a star network is that
one malfunctioning node does not affect the rest of the network. However
this type of network can be prone to bottleneck and failure problems at
the central site. |
Tree Topology
Also known as the 'Hierarchical topology', the tree topology is a combination
of bus and star topologies. They are very common in larger networks. A
typical scenario is: a file server is connected to a backbone cable (e.g. coaxial) that runs through the building, from which switches are connected, branching out to workstations.
|
Mesh topologyIn the topologies shown above, there is only one possible path from one node to another node. If any cable in that path is broken, the nodes cannot communicate.
|
The famous Ethernet 5-4-3 rule
|
Back to the IT Lecture Notes index
Last changed:
October 7, 2005 2:09 PM
VCE IT Lecture notes copyright © Mark Kelly 2001-