|
Networking
Basics:
LANs: Topologies
Presents topologies of LANs and possibilities
to transpose them into wiring systems
The topology of a network is an abstract representation
of how the devices in this network interact. The three
most common topologies are:
Star
Topology: devices radiate from a central
point. At
the central point
we usually see a device generically called a hub
(Can
be shared or switched).
Ring
Topology: A ring is created to which each device
attaches. A special signal, called a token travels around
the ring letting it know that it is that device’s turn
to transmit.
Bus
Topology:
All devices share a common wire to transmit and
receive data through using an arbitration method.

In all topologies, data is transmitted in form of packets
which contain a header which specifies the destination
of the packet. For each packet a system wants to send,
it waits for its next possibility (determined by the
used MAC technique), then sends the packet. The destination
system copies the packet, as it is passing by. All other
systems let the packet just pass by. With bus topology
a packet is absorbed by a terminator at the end of the
bus.
The topology has to be distinguished from the wiring
system, ( the actual path the cable follows.) Although
this seems to be an issue that can easily be neglected,
it is one of the most difficult problems in data communications.
The actual wiring is constrained by physical capacity.
(environments, distance, conduits, fireproof and intrinsic
areas) Therefore linear wiring (wiring exactly following
topology) often is impossible. Alternatively a star
wiring can be used, which concentrates all the wiring
in one room or closet and uses an individual cable to
each device within the network. This method also increases
the reliability of ring topologies, but it increases
path length as well.
A given topology can be transposed in a star wiring
system as follows:
There also exists a general wiring standard (EIA/TIA-568)
for commercial buildings that supports a multiprotocol,
multivendor environment. The goal of this standard is
to enable laying out of wiring systems without exactly
knowing what telecommunication products will finally
be installed.
|