COMPUTER NETWORK part 2
COMPUTER NETWORK part 2
Network topology is the layout pattern of interconnections of the various elements (links, nodes, etc.) of a
computer network. Network topologies may be physical or logical.
Physical topology refers to the physical configuration of a network that determines how the network's
computers are connected.
Logical topology refers to how data is actually transferred in a network as opposed to its physical design.
The main types of physical topologies are: Bus Topology, Star Topology, Ring Topology, Mesh Topology,
Tree Topology, Hybrid Topology
1. Bus Topology
Bus Topology is the simplest of network topologies. In this type of
topology, all the computers are connected to the single cable (called bus),
by the help of interface connectors. A terminator is added at ends of the
central cable, to prevent bouncing of signals. A barrel connector can be
used to extend it.
Advantages Disadvantages
➢ It is easy to set-up and extend bus ➢ There is a limit on central cable length and number of nodes that
network. can be connected.
➢ Cable length required for this ➢ If the main cable (i.e. bus) encounters some problem, whole
topology is the least compared to network breaks down.
other networks. ➢ Efficiency of Bus network reduces, as the number of devices
➢ Bus topology costs very less. connected to it increases.
➢ Linear Bus network is mostly used ➢ It is not suitable for networks with heavy traffic.
in small networks. Good for LAN. Security is very low because all the computers receive the sent signa l
from the source.
2. Ring Topology
In Ring Topology, all the nodes are connected to each-other in such a way that they make a closed loop. Data
travels around the network, in one direction. Sending and receiving of data takes place by the help of TOKEN.
Token contains a piece of information which along with data is sent by the source
computer.
Advantages Disadvantages
▪ No collision possible. ▪ It is slower than Star topology.
▪ The performance doesn‘t ▪ If one workstation or port goes down,
depend on the number of the entire network gets affected.
nodes. ▪ Network is highly dependent on the
▪ Each computer has equal wire which connects different
access to resources. components.
3. Star Topology
In Star topology, all the components of network are connected to a central device which may be a hub, a router
or a switch. All the data on the star topology passes through the central device before reaching the intended
destination.
Advantages Disadvantages
▪ Easy to add or to remove nodes or ▪ If the central device fails, the
devices. whole network goes down.
▪ Centralized management. It helps ▪ Very expensive to set up.
in monitoring the network.
▪ Failure of one node or link
doesn‘t affect the rest of network.
4. Mesh topology
In a mesh network topology, each of the network nodes are interconnected with one another. In fact a true
mesh topology is the one where every node is connected to every other node in the network.
Advantages Disadvantages
▪ Data can be transmitted from ▪ There are high chances of redundancy
different devices simultaneously. in many of the network connections.
▪ Even if one of the links fails there ▪ Overall cost of this network is way too
is always an alternative present. So high as compared to other network
data transfer doesn‘t get affected. topologies.
▪ Expansion and modification in ▪ Set-up and maintenance of this
topology can be done without topology is very difficult. Even
disrupting other nodes. administration of the network is
tough.
5. Tree Topology
Tree Topology is a mixture of the Star and Bus Topology. In Tree Topology, a number of Star networks are
connected using Bus. It is also called Expanded Star Topology.
Advantages Disadvantages
• Expansion of Network is possible and • If the main bus cable
easy. breaks, the whole
• Error detection and correction is easy. network is crippled.
• If one segment is damaged, other • Maintenance is difficult.
segments are not affected.
6. Hybrid topology
It is mixture of two or more than two different topologies. Similarly in this
type of topology we integrate two or more different topologies to form a
resultant topology having all the basic constituent of each topologies rather
than having characteristics of one specific topology.
Advantages Disadvantages
▪ Reliable: fault detection and ▪ Complexity of Design: It‘s not easy to design this type of
troubleshooting is easy in this type of architecture and it‘s a tough job for designers because
topology. configuration and installation process needs to be very
▪ Scalable: It‘s easy to increase the size efficient.
of network by adding new components, ▪ Costly Hub: The hubs used to connect two distinct networks,
without disturbing existing are very expensive because they are intelligent enough to work
architecture. with different architectures and should function even if a part
▪ Flexible: can be designed according to of the network is down.
the requirements of the organization ▪ Costly Infrastructure: As hybrid architectures are usually
and by optimizing the available larger in scale, they require a lot of cables; cooling systems,
resources. sophisticate network devices, etc.
I. DATA COMMUNUCATION
Data communication is the exchange of data between two devices using some form of wired or wireless
transmission medium. It includes the transfer of data, the method of transfer and the preservation of data during
the transfer process.
b. Half-duplex:
In half-duplex mode, each communicating device can
receive and transmit information, but not at the same time.
When one device is sending, the other can only receive at
that point of time.
c. Full-duplex:
Allows both communicating devices to transmit and
receive data simultaneously. A full-duplex mode can be
compared to a two-way road with traffic flowing in both
directions.