Networking Unit Ii
Networking Unit Ii
BUS Topology
Bus topology is a network type in which every computer and network device is
connected to single cable. When it has exactly two endpoints, then it is
called Linear Bus topology.
MESH Topology
It is a point-to-point connection to other nodes or devices. All the network
nodes are connected to each other. Mesh has n(n-1)/2 physical channels to
link n devices.
There are two techniques to transmit data over the Mesh topology, they are :
1. Routing
2. Flooding
Routing
In routing, the nodes have a routing logic, as per the network requirements. Like
routing logic to direct the data to reach the destination using the shortest
distance. Or, routing logic which has information about the broken links, and it
avoids those node etc. We can even have routing logic, to re-configure the failed
nodes.
Flooding
In flooding, the same data is transmitted to all the network nodes, hence no
routing logic is required. The network is robust, and the its very unlikely to
lose the data. But it leads to unwanted load over the network.
TREE Topology
It has a root node and all other nodes are connected to it forming a hierarchy.
It is also called hierarchical topology. It should at least have three levels to
the hierarchy.
HYBRID Topology
It is two different types of topologies which is a mixture of two or more
topologies. For example if in an office in one department ring topology is used
and in another star topology is used, connecting these topologies will result in
Hybrid Topology (ring topology and star topology).
Change in
performance Problems to
Performancewit Ease of setting up
with many Ease of Cost of the network
h few nodes or and
opology nodes or troubleshooting(compared installation(compared caused by
low network modifying(compared
high to other topologies) to other topologies) cable or
traffic to other topologies)
network node failure
traffic
Failure of the
bus cable
causes total
Easy to set up and
Medium Most affected Fairly easy Low failure.
modify
Failure of a
node has no
affect.
Cable or
node failure
Easy to set up but
Slow Least affected Hard High causes total
harder to modify
network
failure.
Cable or
node failure
Some affect only affects
but the that node.
switch/hub Easy to set up and Failure of the
Fast Easy High
can be modify hub/switch or
upgraded the server
easily causes total
network
failure.
Future growth.
With a star topology, expanding a network is easily doneby
adding another concentrator.•Cable type. The most common cable in schools
is unshielded twisted pair,which is most often used with star
topologies .
Imagine that you have been asked to choose a new network for an organisation. The
table below gives a summary of some of the factors that you will need to be consider .
Factor Comment
You will need to find out the section of the economy in which
the organisation operates, the goods or services that it
The organisation
provides, how many people are employed and their job
functions.
You will need to know how many user will be working on the
Number of users network. Some users will have their own workstation, other
workstations will be shared by users.
Switching-
Switching
There are basically three types of switching methods are made available. Out
of three methods, circuit switching and packet switching are commonly used
but the message switching has been opposed out in the general communication
procedure but is still used in the networking application.
1) Circuit Switching
2) Packet Switching
3) Message Switching
Circuit Switching
Here the network connection allows the electrical current and the associated
voice with it to flow in between the two respective users. The end to end
communication was established during the duration of call.
In circuit switching the routing decision is made when the path is set up
across the given network. After the link has been sets in between the sender
and the receiver then the information is forwarded continuously over the
provided link.
In Circuit Switching a dedicated link/path is established across the sender
and the receiver which is maintained for the entire duration of conversation.
Packet Switching
In Packet Switching, messages are broken up into packets and each of which
includes a header with source, destination and intermediate node address
information. Individual Packets in packet switching technique take different
routes to reach their respective destination. Independent routing of packets
is done in this case for following reasons:
The major advantage of Packet switching is that they they are used for
performing data rate conversion.
When traversing the network switches, routers or the other network nodes then
the packets are buffered in the queue, resulting in variable delay and
throughput depending on the network’s capacity and the traffic load on
network.
Packet switching contrasts with another principal networking paradigm,
circuit switching, a method which sets up a limited number of dedicated
connections of constant bit rate and constant delay between nodes for
exclusive use during the communication session.
In cases where traffic fees are charged, for example in cellular
communication, packet switching is characterized by a fee per unit of
information transmitted.
Message Switching
Each intermediate device receive the message and store it until the nest
device is ready to receive it and then this message is forwarded to the next
device. For this reason a message switching network is sometimes called as
Store and Forward Switching.
Message switches can be programmed with the information about the most
efficient route as well as information regarding to the near switches that
can be used for forwarding the present message to their required destination.
The storing and Forwarding introduces the concept of delay. For this reasons
this switching is not recommended for real time applications like voice and
video.
Comparison of switching techniques:-