L2 and L3-Network Classification-Topology
L2 and L3-Network Classification-Topology
Problem 1
If an organization has 6 nodes, and wants to link
the nodes using topology. Find the total number of
links required for the construction of the entire
network for simplex and duplex communication,
and the number of ports required by each node
Mesh Topology (contd..)
Solution:
Given number of nodes in the organization ‘n’ = 6
As each node is connected to the remaining five ( n-1) nodes in
simplex mode of communication, thus the total number of links
required is n(n-1) = 6 * 5 = 30.
In case of duplex mode the total number of links required is
n(n-1)/2 = 6 * 5 = 30/2 = 15.
Since each node has to connect to the remaining n-1 nodes thus the
number of ports required for each node is 6-1 = 5.
Mesh Topology (contd..)
Advantages Disadvantages
The main disadvantages of a mesh are
First, the use of dedicated links related to the amount of cabling and the
guarantees that each connection can number of I/O ports required.
carry its own data load, thus eliminating First, because every device must be
the traffic problems that can occur when
links must be shared by multiple devices. connected to every other device,
installation and reconnection are difficult.
Second, a mesh topology is robust. If one
link becomes unusable, it does not Second, the sheer bulk of the wiring can be
incapacitate the entire system. greater than the available space (in walls,
Third, there is the advantage of privacy or ceilings, or floors) can accommodate.
security. When every message travels Finally, the hardware required to connect
along a dedicated line, only the intended each link (I/O ports and cable) can be
recipient sees it. prohibitively expensive.
Finally, point-to-point links make fault For these reasons a mesh topology is usually
identification and fault isolation easy.
implemented in a limited fashion.
Ex. Telephone cables
Star topology
Problem 2
Solution:
Advantages Disadvantages
Although a star requires far less cable than a
A star topology is less expensive mesh, each node must be linked to a central
hub. For this reason, often more cabling is
than a mesh topology.
required in a star than in some other
In a star, each device needs only one topologies (such as ring or bus).
link and one I/O port to connect it The star topology is used in local-area
to any number of others. networks (LANs).
Easy to install and reconfigure. High Speed LAN use star topology.
If one link fails, only that link is
affected. Hence the topology
supports robustness.
Provides easy fault identification
and fault isolation.
Bus topology (contd..)
Advantages Disadvantages
Adding new devices may therefore require
modification or replacement of the backbone.
Advantages of a bus topology
include ease of installation. In addition, a fault or break in the bus cable
stops all transmission, even between devices
Backbone cable can be laid along on the same side.
the most efficient path, then
connected to the nodes by drop
lines of various lengths.
In this way, a bus uses less cabling
than mesh or star topologies.
Ring topology
In a ring topology, each device has a dedicated point-to-point
connection with only two devices on either side of it.
A signal is passed along the ring in one direction, from device to
device, until it reaches its destination.
Each device in the ring incorporates a repeater. When a device
receives a signal intended for another device, its repeater
regenerates the bits and passes them along.
Advantages Disadvantages
However, unidirectional traffic can be a
This topology is relatively easy to disadvantage.
install and reconfigure as each device is
linked to only its immediate neighbors In a simple ring, a break in the ring (such as a
(either physically or logically). disabled station) can disable the entire
network.
To add or delete a device requires
changing only two connections. This weakness can be solved by using a dual
ring or a switch capable of closing off the
Generally in a ring, a signal is
circulating at all times. If one device break.
does not receive a signal within a
specified period, it can issue an alarm.
The alarm alerts the network operator
to the problem and its location. Thus
fault isolation is simplified.
Hybrid topology Tree topology
A tree topology connects multiple star
networks to a linear bus backbone
A combination of any of the above technologies cable
Fi: A hybrid topology: a star backbone with three bus networks Fig: Tree Topology
Topography
Topography – is the way in which the cables, which
provide channels between stations, are positioned.
For the purposes of cable planning, Topography is more
important than Topology.