Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 9

Topologies

Basic topology types


The study of network topology recognizes four basic topologies:
 Bus topology
 Star topology
 Ring topology
 Tree topology

There are also three basic categories of network topologies:


 physical topologies
 signal topologies
 logical topologies
The terms signal topology and logical topology are often used
interchangeably, though there is a subtle difference between the two.
Physical topologies
The mapping of the nodes of a network and the physical connections
between them – i.e., the layout of wiring, cables, the locations of nodes, and
the interconnections between the nodes and the cabling or wiring system
Classification of physical topologies
Point-to-point
The simplest topology is a permanent link between two endpoints (the line in
the illustration above). Switched point-to-point topologies are the basic
model of conventional telephony. The value of a permanent point-to-point
network is the value of guaranteed, or nearly so, communications between
the two endpoints. The value of an on-demand point-to-point connection is
proportional to the number of potential pairs of subscribers, and has been
expressed as Metcalfe's Law.
Permanent (dedicated)
Easiest to understand, of the variations of point-to-point topology, is a
point-to-point communications channel that appears, to the user, to be
permanently associated with the two endpoints. Children's "tin-can
telephone" is one example, with a microphone to a single public address
speaker is another. These are examples of physical dedicated channels.
Within many switched telecommunications systems, it is possible to
establish a permanent circuit. One example might be a telephone in the
lobby of a public building, which is programmed to ring only the number of
a telephone dispatcher. "Nailing down" a switched connection saves the cost
of running a physical circuit between the two points. The resources in such
a connection can be released when no longer needed, for example, a
television circuit from a parade route back to the studio.
Switched:
Using circuit-switching or packet-switching technologies, a point-to-point
circuit can be set up dynamically, and dropped when no longer needed. This
is the basic mode of conventional telephony.
Bus
Bus network topology
In local area networks where bus topology is used, each machine is
connected to a single cable. Each computer or server is connected to the
single bus cable through some kind of connector. A terminator is required at
each end of the bus cable to prevent the signal from bouncing back and
forth on the bus cable. A signal from the source travels in both directions to
all machines connected on the bus cable until it finds the MAC address or IP
address on the network that is the intended recipient. If the machine
address does not match the intended address for the data, the machine
ignores the data. Alternatively, if the data does match the machine address,
the data is accepted. Since the bus topology consists of only one wire, it is
rather inexpensive to implement when compared to other topologies.
However, the low cost of implementing the technology is offset by the high
cost of managing the network. Additionally, since only one cable is utilized,
it can be the single point of failure. If the network cable breaks, the entire
network will be down.
Linear bus
The type of network topology in which all of the nodes of the network are
connected to a common transmission medium which has exactly two
endpoints (this is the 'bus', which is also commonly referred to as the
backbone, or trunk) – all data that is transmitted between nodes in the
network is transmitted over this common transmission medium and is able
to be received by all nodes in the network virtually simultaneously
(disregarding propagation delays)[1]
Note: The two endpoints of the common transmission medium are normally
terminated with a device called a terminator that exhibits the characteristic
impedance of the transmission medium and which dissipates or absorbs the
energy that remains in the signal to prevent the signal from being reflected
or propagated back onto the transmission medium in the opposite direction,
which would cause interference with and degradation of the signals on the
transmission medium (See Electrical termination).
Distributed bus
The type of network topology in which all of the nodes of the network are
connected to a common transmission medium which has more than two
endpoints that are created by adding branches to the main section of the
transmission medium – the physical distributed bus topology functions in
exactly the same fashion as the physical linear bus topology (i.e., all nodes
share a common transmission medium).
Notes:
1.) All of the endpoints of the common transmission medium are normally
terminated with a device called a 'terminator' .
2.) The physical linear bus topology is sometimes considered to be a special
case of the physical distributed bus topology – i.e., a distributed bus with no
branching segments.
3.) The physical distributed bus topology is sometimes incorrectly referred to
as a physical tree topology – however, although the physical distributed bus
topology resembles the physical tree topology, it differs from the physical
tree topology in that there is no central node to which any other nodes are
connected, since this hierarchical functionality is replaced by the common
bus.
Star

Star network topology


In local area networks with a star topology, each network host is connected
to a central hub. In contrast to the bus topology, the star topology connects
each node to the hub with a point-to-point connection. All traffic that
transverses the network passes through the central hub. The hub acts as a
signal booster or repeater. The star topology is considered the easiest
topology to design and implement. An advantage of the star topology is the
simplicity of adding additional nodes. The primary disadvantage of the star
topology is that the hub represents a single point of failure.
Notes:
 A point-to-point link (described above) is sometimes categorized as a
special instance of the physical star topology – therefore, the simplest type of
network that is based upon the physical star topology would consist of one
node with a single point-to-point link to a second node, the choice of which
node is the 'hub' and which node is the 'spoke' being arbitrary[1].
 After the special case of the point-to-point link, as in note 1.) above,
the next simplest type of network that is based upon the physical star
topology would consist of one central node – the 'hub' – with two separate
point-to-point links to two peripheral nodes – the 'spokes'.
 Although most networks that are based upon the physical star
topology are commonly implemented using a special device such as a hub or
switch as the central node (i.e., the 'hub' of the star), it is also possible to
implement a network that is based upon the physical star topology using a
computer or even a simple common connection point as the 'hub' or central
node – however, since many illustrations of the physical star network
topology depict the central node as one of these special devices, some
confusion is possible, since this practice may lead to the misconception that
a physical star network requires the central node to be one of these special
devices, which is not true because a simple network consisting of three
computers connected as in note 2.) above also has the topology of the
physical star.
 Star networks may also be described as either broadcast multi-access
or nonbroadcast multi-access (NBMA), depending on whether the technology
of the network either automatically propagates a signal at the hub to all
spokes, or only addresses individual spokes with each
Extended star
A type of network topology in which a network that is based upon the
physical star topology has one or more repeaters between the central node
(the 'hub' of the star) and the peripheral or 'spoke' nodes, the repeaters
being used to extend the maximum transmission distance of the point-to-
point links between the central node and the peripheral nodes beyond that
which is supported by the transmitter power of the central node or beyond
that which is supported by the standard upon which the physical layer of
the physical star network is based.
If the repeaters in a network that is based upon the physical extended star
topology are replaced with hubs or switches, then a hybrid network topology
is created that is referred to as a physical hierarchical star topology,
although some texts make no distinction between the two topologies.
Distributed Star
A type of network topology that is composed of individual networks that are
based upon the physical star topology connected together in a linear fashion
– i.e., 'daisy-chained' – with no central or top level connection point (e.g., two
or more 'stacked' hubs, along with their associated star connected nodes or
'spokes').
Ring

Ring network topology


In local area networks where the ring topology is used, each computer is
connected to the network in a closed loop or ring. Each machine or
computer has a unique address that is used for identification purposes. The
signal passes through each machine or computer connected to the ring in
one direction. Ring topologies typically utilize a token passing scheme, used
to control access to the network. By utilizing this scheme, only one machine
can transmit on the network at a time. The machines or computers
connected to the ring act as signal boosters or repeaters which strengthen
the signals that transverse the network. The primary disadvantage of ring
topology is the failure of one machine will cause the entire network to fail.
Mesh
The value of fully meshed networks is proportional to the exponent of the
number of subscribers, assuming that communicating groups of any two
endpoints, up to and including all the endpoints, is approximated by Reed's
Law.

Fully connected mesh topology


Fully connected
Note: The physical fully connected mesh topology is generally too costly and
complex for practical networks, although the topology is used when there
are only a small number of nodes to be interconnected.

Partially connected mesh topology


Partially connected
The type of network topology in which some of the nodes of the network are
connected to more than one other node in the network with a point-to-point
link – this makes it possible to take advantage of some of the redundancy
that is provided by a physical fully connected mesh topology without the
expense and complexity required for a connection between every node in the
network.
Note: In most practical networks that are based upon the physical partially
connected mesh topology, all of the data that is transmitted between nodes
in the network takes the shortest path (or an approximation of the shortest
path) between nodes, except in the case of a failure or break in one of the
links, in which case the data takes an alternative path to the destination.
This requires that the nodes of the network possess some type of logical
'routing' algorithm to determine the correct path to use at any particular
time.
Tree

Tree network topology


Also known as a hierarchical network.
The type of network topology in which a central 'root' node (the top level of
the hierarchy) is connected to one or more other nodes that are one level
lower in the hierarchy (i.e., the second level) with a point-to-point link
between each of the second level nodes and the top level central 'root' node,
while each of the second level nodes that are connected to the top level
central 'root' node will also have one or more other nodes that are one level
lower in the hierarchy (i.e., the third level) connected to it, also with a point-
to-point link, the top level central 'root' node being the only node that has no
other node above it in the hierarchy (The hierarchy of the tree is
symmetrical.) Each node in the network having a specific fixed number, of
nodes connected to it at the next lower level in the hierarchy, the number,
being referred to as the 'branching factor' of the hierarchical tree.
1.) A network that is based upon the physical hierarchical topology must
have at least three levels in the hierarchy of the tree, since a network with a
central 'root' node and only one hierarchical level below it would exhibit the
physical topology of a star.
2.) A network that is based upon the physical hierarchical topology and with
a branching factor of 1 would be classified as a physical linear topology.
3.) The branching factor, f, is independent of the total number of nodes in
the network and, therefore, if the nodes in the network require ports for
connection to other nodes the total number of ports per node may be kept
low even though the total number of nodes is large – this makes the effect of
the cost of adding ports to each node totally dependent upon the branching
factor and may therefore be kept as low as required without any effect upon
the total number of nodes that are possible.
4.) The total number of point-to-point links in a network that is based upon
the physical hierarchical topology will be one less than the total number of
nodes in the network.
5.) If the nodes in a network that is based upon the physical hierarchical
topology are required to perform any processing upon the data that is
transmitted between nodes in the network, the nodes that are at higher
levels in the hierarchy will be required to perform more processing
operations on behalf of other nodes than the nodes that are lower in the
Signal topology
The mapping of the actual connections between the nodes of a network, as
evidenced by the path that the signals take when propagating between the
nodes.
Note: The term 'signal topology' is often used synonymously with the term
'logical topology', however, some confusion may result from this practice in
certain situations since, by definition, the term 'logical topology' refers to the
apparent path that the data takes between nodes in a network while the
term 'signal topology' generally refers to the actual path that the signals
(e.g., optical, electrical, electromagnetic, etc.) take when propagating
between nodes.
Example
Logical topology
The logical topology, in contrast to the "physical", is the way that the signals
act on the network media, or the way that the data passes through the
network from one device to the next without regard to the physical
interconnection of the devices. A network's logical topology is not necessarily
the same as its physical topology. For example, twisted pair Ethernet is a
logical bus topology in a physical star topology layout. While IBM's Token
Ring is a logical ring topology, it is physically set up in a star topology.

Transmission Media - Guided

Transmission Media - Guided


Guided Transmission Media uses a "cabling" system that guides the data
signals along a specific path. The data signals are bound by the "cabling"
system. Guided Media is also known as Bound Media. Cabling is meant in a
generic sense in the previous sentences and is not meant to be interpreted
as copper wire cabling only.
Unguided Transmission Media consists of a means for the data signals to
travel but nothing to guide them along a specific path. The data signals are
not bound to a cabling media and as such are often called Unbound Media.
There 4 basic types of Guided Media:

Open Wire
Twisted Pair
Coaxial Cable
Optical Fibre

Open Wire
Open Wire is traditionally used to describe the electrical wire strung along
power poles. There is a single wire strung between poles. No shielding or
protection from noise interference is used. We are going to extend the
traditional definition of Open Wire to include any data signal path without
shielding or protection from noise interference. This can include
multiconductor cables or single wires. This media is susceptible to a large
degree of noise and interference and consequently not acceptable for data
transmission except for short distances under 20 ft.
Twisted Pair
The wires in Twisted Pair cabling are twisted together in pairs. Each pair
would consist of a wire used for the +ve data signal and a wire used for the
-ve data signal. Any noise that appears on 1 wire of the pair would occur on
the other wire. Because the wires are opposite polarities, they are 180
degrees out of phase (180 degrees - phasor definition of opposite polarity).
When the noise appears on both wires, it cancels or nulls itself out at the
receiving end. Twisted Pair cables are most effectively used in systems that
use a balanced line method of transmission: polar line coding (Manchester
Encoding) as opposed to unipolar line coding (TTL logic).
 

The degree of reduction in noise interference is determined specifically by


the number of turns per foot. Increasing the number of turns per foot
reduces the noise interference. To further improve noise rejection, a foil or
wire braid shield is woven around the twisted pairs. This "shield" can be
woven around individual pairs or around a multi-pair conductor (several
pairs).

Cables with a shield are called Shielded Twisted Pair and commonly
abbreviated STP. Cables without a shield are called Unshielded Twisted Pair
or UTP. Twisting the wires together results in a characteristic impedance for
the cable. A typical impedance for UTP is 100 ohm for Ethernet 10BaseT
cable.
UTP or Unshielded Twisted Pair cable is used on Ethernet 10BaseT and can
also be used with Token Ring. It uses the RJ line of connectors (RJ45, RJ11,
etc..)
STP or Shielded Twisted Pair is used with the traditional Token Ring cabling
or ICS - IBM Cabling System. It requires a custom connector. IBM STP
(Shielded Twisted Pair) has a characteristic impedance of 150 ohms.
 
Coaxial Cable

Coaxial Cable consists of 2 conductors. The inner conductor is held inside


an insulator with the other conductor woven around it providing a shield.
An insulating protective coating called a jacket covers the outer conductor.
 

The outer shield protects the inner conductor from outside electrical signals.
The distance between the outer conductor (shield) and inner conductor plus
the type of material used for insulating the inner conductor determine the
cable properties or impedance. Typical impedances for coaxial cables are 75
ohms for Cable TV, 50 ohms for Ethernet Thinnet and Thicknet. The
excellent control of the impedance characteristics of the cable allow higher
data rates to be transferred than Twisted Pair cable.
Optical Fibre
Optical Fibre consists of thin glass fibres that can carry information at
frequencies in the visible light spectrum and beyond. The typical optical
fibre consists of a very narrow strand of glass called the Core. Around the
Core is a concentric layer of glass called the Cladding. A typical Core
diameter is 62.5 microns (1 micron = 10-6 meters). Typically Cladding has a
diameter of 125 microns. Coating the cladding is a protective coating
consisting of plastic, it is called the Jacket.

Optical Fibre (cont'd)


An important characteristic of Fibre Optics is Refraction. Refraction is the
characteristic of a material to either pass or reflect light. When light passes
through a medium, it "bends" as it passes from one medium to the other. An
example of this is when we look into a pond of water.
If the angle of incidence is small, the light rays are reflected and do not pass
into the water. If the angle of incident is great, light passes through the
media but is bent or refracted.
Optical Fibres work on the principle that the core refracts the light and the
cladding reflects the light. The core refracts the light and guides the light
along its path. The cladding reflects any light back into the core and stops
light from escaping through it - it bounds the media!
Optical Transmission Modes

There are 3 primary types of transmission modes using optical fibre.


They are
a) Step Index
b) Grade Index
c) Single Mode

You might also like