Network Topologies: Figure 1 Categories of Physical Topology
Network Topologies: Figure 1 Categories of Physical Topology
A topology refers to both the physical and logical layout of a network. The
physical topology of a network refers to the actual layout of the computer
cables and other network devices. The logical topology of a network, on the
other hand, refers to the way in which the network appears to the devices that
use it.
Several topologies are in use for networks today. Some of the more common
include the bus, ring, star, mesh, and wireless topologies.
As you can see from Figure 2.1, the wiring for a mesh network can be very
complicated. Further, the cabling costs associated with the mesh topology can
be high, and troubleshooting a failed cable can be tricky. Because of this, the
mesh topology is rarely used. A variation on a true mesh topology is the
hybrid mesh. It creates a redundant point-to-point network connection between
only specific network devices. The hybrid mesh is most often seen in WAN
implementations. Table 1 summarizes the advantages and disadvantages of the
mesh topology.
Star Topology
In the star topology, all computers and other network devices connect to a
central device called a hub or switch. Each connected device requires a single
cable to be connected to the hub, creating a point-to-point connection between
the device and the hub.
The star topology is the most widely implemented network design in use
today, but it is not without its shortcomings. Because all devices connect to a
centralized hub, this creates a single point of failure for the network. If the hub
fails, any device connected to it will not be able to access the network.
Because of the number of cables required and the need for network devices,
the cost of a star network is often higher than other topologies. Table 2
summarizes the advantages and disadvantages of the star topology.
Bus Topology
A bus network uses a trunk or backbone to which all of the computers on the
network connect. Systems connect to this backbone using T connectors or
taps. To avoid signal reflection, a physical bus topology requires that each end
of the physical bus be terminated. Figure 5.1 shows an example of a physical
bus topology.
The most common implementation of a linear bus is the IEEE 802.3 standard.
Table 4 summarizes the advantages and disadvantages of the bus topology.
Table 4 Advantages and Disadvantages of the Bus Topology
Advantages Disadvantages
Compared to other There might be network disruption when
topologies, a bus is cheap computers are added or removed.
and easy to implement.
Requires less cable than Because all systems on the network connect to a
other topologies. single backbone, a break in the cable will prevent
all systems from accessing the network.
Does not use any Difficult to troubleshoot.
specialized network
equipment.
Hybrid Topology